@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg3.jpg) repeat-x #008A8A fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:15px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	line-height: 22px;
}
a, a:visited {
	color:#488A8A;
	text-decoration:none;
}
a:hover {
	color:#488A8A;
	text-decoration: underline;
}
h1 { 
	color:#008A8A;
	text-transform: uppercase;
	font-size:24px;
	padding-top:5px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2 { 
	color:#008A8A;
	text-transform: uppercase;
	font-size:20px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h3 { 
	color:#999999;
	text-transform: uppercase;
	font-size:15px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h4 { 
	color:#999999;
	text-transform: uppercase;
	font-size:14px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:-5px;
}

#container { 
	width: 793px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:7px;
} 
#inner-container { 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#top {
	height: 29px;
	padding: 3px 10px 0 20px;
	background:url(../images/top_phone.gif) no-repeat;
	text-align:right;
} 
#top a, #top a:visited {
	color:#70BDBD;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding: 0 25px 0 20px;
	background:url(../images/top_menu_spacer.gif) right no-repeat;
}
#top a:hover {
	color:#008A8A;
	text-decoration:none;
}
#top a.active {
	color:#008A8A;
	text-decoration:none;
}
#top a.last {
	background:none;
	padding:0 0 0 10px;
}
#top a.lastactive {
	color:#008A8A;
	text-decoration:none;
	background:none;
	padding:0 0 0 10px;
}

#header { 
	background: #E9E5CF; 
	padding: 5px 5px 11px 5px;
} 
 
#sidebar {
	float: left; 
	width: 220px;
	padding:0;
	margin:0;
	font-size:10px;
}
#sidebar1 {
	float: left; 
	width: 195px;
	background: #EFEFEF; 
	padding: 15px 10px 15px 10px;
	margin:23px 0 10px 5px;
	border-bottom:#E5E5E5 5px solid;
	font-size:10px;
}
#sidebar1 p {
	font-size:11px;
	padding:0 15px 1px 15px;
	line-height:19px;
}
#mainContent { 
	margin: 0 0 0 230px;
	font-size:12px;
	padding: 0 25px 10px;
} 
#SubMainContent { 
	margin:0;
	font-size:12px;
	padding: 0 45px 10px 45px;
} 
#SubMainContent p {
	padding-top:0px; 

}
#footer { 
	margin-top:50px;
	padding: 12px 0 0 0px;
	background: url(../images/footer_bg.gif) center bottom no-repeat #E4E0C5;
	height:100px;
	text-align:center;

} 
#footer a, #footer a:visited {
	color:#BAB485;
	text-decoration:none;
	
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-right: 20px;
	margin:0;
	background:transparent;
	
}

#footer a:hover {
	color:#988F51;
	text-decoration:none;
}


.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent table {
	color:#666666;
	font-size:11px;
	margin-bottom: 15px;
	border:#E4E4E4 solid 1px;
}
#mainContent tr.d1 td {background:#FFFFFF; padding: 5px 3px 7px 10px; }
#mainContent tr.d2 td{background:#EEEEEE; padding: 5px 3px 7px 10px; }
#mainContent tr.d3 td{background:#FFFFFF; padding: 5px 3px 7px 10px; border-bottom:1px #E4E4E4 dashed; }

#elm1_tbl table {
	color:#666666;
	font-size:11px;
	margin-bottom: 0px;
	border: 0px;
}


/* -------------  TOP Navigation  ------------- */

#topMenu {
	height:34px; 
	background: url(../images/menubar_bg.jpg); 
	padding:0;
	margin-top: 3px;
	border: 1px solid #7F7F7F;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
}
#topMenu ul{margin:0;padding-left:0px;list-style-type:none;width:auto;}
#topMenu ul li{display:block;float:left;margin:0 1px 0 0;}
#topMenu ul li a{display:block;float:left;color:#EEEEEE;text-decoration:none;padding:6px 14px 0 14px;height:34px;background: url(../images/menubar_spacer.jpg) top right no-repeat; }
#topMenu ul li a.last{display:block;float:left;color:#EEEEEE;text-decoration:none;padding:6px 18px 0 14px;height:34px;background: none;}
#topMenu ul li a:hover,#topMenu ul li a.current{color:#FFFFFF;background:transparent url(../images/menubar_bg_over.jpg) repeat-x top left;}
#topMenu ul li a.lastcurrent{display:block;float:left;color:#FFFFFF;background:transparent url(../images/menubar_bg_over.jpg) repeat-x top left;}

/* -------------  TOP Navigation  ------------- */
#footerMenu { 
		margin-top:50px;
	padding: 5px 0 0 0px;
	background: url(../images/footer_bg.gif) center bottom no-repeat #E4E0C5;
	height:100px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
}
#footerMenu ul{margin:0;padding-left:5px;list-style-type:none;width:auto;text-transform:uppercase;}
#footerMenu ul li{display:block;float:left;margin:0 1px 0 0;}
#footerMenu ul li a{display:block;float:left;color:#BAB485;text-decoration:none;padding:6px 14px 0 14px;height:34px;background: transparent; }
#footerMenu ul li a:hover{color:#988F51;background:transparent;}

/* -------------  Copyrights  ------------- */
#Copyrights {
	color: #006C6C;
	padding:2px 0 5px 0;
	width: 780px;
	margin: 0 auto;
	text-align:right;
	font-size:10px;
}
#Copyrights a, #Copyrights a:visited {
	color:#007171;
	text-decoration:none;
}
#Copyrights a:hover {
	color:#007171;
	text-decoration:underline;
}
