@charset "utf-8";

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	color: #077DC7;
	font-size: 12px;
	line-height: 30px;
	background: url(../images/big_bg.gif) no-repeat fixed left top;
	position: absolute;
}

.headings {
	font-family: Georgia;
	font-style: italic;
	font-size: 32px;
	color: #077dc7;
	line-height: 40px;
	padding: 15px;
}

.bold_text {
	font-weight: bold;
}

.small_titles {
	font-size: 11px;
	font-family: Georgia;
	font-style: italic;
	line-height: 20px;
	text-decoration: none;
	color: #077dc7;
	border-bottom: 1px dotted;
}


.medium_titles {
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	line-height: 50px;
	text-decoration: none;
	color: #077dc7;
	border-bottom: 1px dotted;
}

.medium_titles:hover{
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	line-height: 50px;
	text-decoration: underline;
	background-color: #077dc7;
	color: #fff;
	border-bottom: none;
}

.big_titles {
	font-size: 23px;
	font-family: Georgia;
	font-style: italic;
	line-height: 25px;
	text-decoration: none;
	color: #077dc7;
	border-bottom: 1px dotted;
	padding-bottom: 20px;
}

.big_titles_front {
	font-size: 23px;
	font-family: Georgia;
	font-style: italic;
	line-height: 25px;
	text-decoration: none;
	color: #077dc7;
}

.big_titles_front:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.big_titles_front_static {
	font-size: 23px;
	font-family: Georgia;
	font-style: italic;
	line-height: 25px;
	text-decoration: none;
	color: #077dc7;
}

.telephone_titles {
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	line-height: 50px;
	text-decoration: none;
	color: #077dc7;
}

.footer_titles {
	font-size: 10px;
	font-family: Georgia;
	font-style: italic;
	line-height: 10px;
	text-decoration: none;
	color: #077dc7;
	border-bottom: 1px dotted;
}


.footer_titles:hover{
	font-size: 10px;
	font-family: Georgia;
	font-style: italic;
	line-height: 10px;
	text-decoration: underline;
	background-color: #077dc7;
	color: #fff;
	border-bottom: none;
}

.thrColAbsHdr #container { 
	background:white none repeat scroll 0 0;
	border-color:-moz-use-text-color #CC0000 #CC0000;
	border-style:none solid solid;
	border-width:medium 10px 10px;
	margin:30px auto 0 100px;
	position: absolute;
	text-align:left;
	width:980px;
} 


.thrColAbsHdr #header { 
	height: 60px; 
	background: #CC0000; 
	padding: 0 10px 0 20px;  
} 
.thrColAbsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 

}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px; 
	background: #EBEBEB; 
	padding: 15px 10px 15px 20px; 
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 60px;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; 
}
.thrColAbsHdr #mainContent { 
	margin-left: 10px; 
	padding: 0 10px; 
	height: auto;
	margin-top: 10px;
}
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
	text-align: left;
	border-top: 5px double #CC0000;
	line-height: 18px;
	height: 50px;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


/* Begin Menu */
ul#blue { margin:0; padding:0; list-style-type:none; }

ul#blue li { position:relative; float:left; border-top:4px solid #efefef; margin-right: 15px; padding-right: 20px; padding-top: 5px;}

ul#blue .current { border-top:4px solid #3d496a;}

ul#blue li:hover { 
	border-top:5px solid #800707;
}

ul#blue li a { 
	padding:2px 2px; 
	text-decoration:none; 
	font:bold 20px Georgia; 
	color:#fff;
}

ul#blue li a:hover { 
	color:#800707; 
	border:none; }

ul#blue li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif; line-height: 15px; }

ul#blue li a:hover span {
	margin-top: 7px; 
	display:block; 
	color: #800707; 
	width: 200px;
}


/* end menu */