@import "layout.css";
@import "form.css";
@import "lightbox.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*, html, body {
	margin:0;
	padding:0;
}

html{
	background: #cccccc url(/images/background_grad.jpg) repeat-x;
	height:100%;
}

body{
	font:normal 62.5%/1 arial, verdana,helvetica,sans-serif;
	color:#666666;
	text-align:center;
	font-family: arial;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	font-family:arial,helvetica,sans-serif;
	margin:0 0 10px;
}

h1{
	
}
h2{
	color: #005192;
	font-weight: normal;
}
h3{
	color: #eb6e07;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 12px;
	font-size: 140%;
}

h4{
	color: #005192;
	text-transform: uppercase;
	font-size: 120%;
}

h5{
	color: #005192;
	font-size: 110%;
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size:1.1em;
	margin:0 0 10px;
	line-height:1.4;
}

span{
	
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px;
}

blockquote{

margin-left: 20px;
margin-bottom: 15px;
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	margin-left: 20px;
}
ol li {
	margin-bottom: 10px;
	}
ul{
	margin:0;
	margin-left: 12px;
	margin-bottom: 20px;	
}

li{
	line-height:1.4;
	font-size:1.1em;
}
li.bullet {
	color: #eb6e07;
}
li span.normal {
	color:#000;
}
ul.two_col_list {
	float: left;
	width: 150px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.two_col_list2 {
	float: left;
	width: 220px;
	list-style-type: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 95%;
}
ul.tabs {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
ul#portfolio {
	list-style-type: none;
}
/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:100px;
	font-size:1.1em;
}
	
dd{
	font-size:1.1em;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	color: #b3071b;
}

a:hover{
	
}

a:active{
	
}

.skip{
	position:absolute;
	left:-9999px;
}

/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearboth {
	clear:both;
}
/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

.line hr {
	display: none;
}
.line  {
	font-size: 0px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px ;
}
