﻿@charset "utf-8";
/* CSS Document */
p {
	margin-top: 0;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 8px 0px 8px 0px
}

h1 { font-size: 160%; }
h2 { font-size: 155%; }
h3 { font-size: 150%; }
h4 { font-size: 140%; } 
h5 { font-size: 130%; }
h6 { font-size: 120%; }
h10 { font-size: 14px;}

h2.title {
	margin-top: 1px;
	margin-bottom: 1px;
}

hr.title {
	margin-top: 0px;
	margin-bottom: 5px;
}

ul {
	margin: 8px 5px 8px 25px;
}

ol {
	list-style-type: decimal;
	margin: 8px 5px 8px 29px;	
}

table {
	margin: 8px 0px 8px 0px;
}

blockquote {
	margin: 12px 5px 12px 35px;
}

a img {
	border: 0;
	text-decoration: none;
}

#wrapper {
	width: 767px;
	margin: 5px auto;
	border: #666666 solid 1px;
	padding-top: 15px;
}

#header { /* holds #logo, #top_nav, and #search_box */
	height: 85px;
	width: 100%;
}

#logo {
	float: left;
	width: 267px;
}

/* #top_nav {OLD TOP_NAV
	float: left;
	margin-top: 35px;
	margin-left: 30px;
	width: 320px;
} */

#home {
	/*OLD CODEbackground-image: url("/images/main/home_on.jpg");*/
	width: 27px;
	height: 35px;
	margin: 39px 0 0 60px;
	padding: 0;
	float: left;
	overflow: hidden;
}
/*OLD HOME BUTTON CODE
#home a, #home a:link, #home a:visited {
	display: block;
	background-image: url("/images/main/home_on.jpg");
}

#home img {
	width: 27px;
	height: 35px;
	border: 0;
}

#home a:hover {
	visibility: hidden;
}
*/

a.rollover { /* Single Image Rollover code */
	display: block;
	width: 27px;
	height: 35px;
	text-decoration: none;
	background-image: url(/images/option_3/home.gif);
	background-position: top left;
}

a.rollover:hover {
	background-position: -27px 0;
}

.invis {/* Makes Home text invisible on screen but accessible to screen readers */
	position: relative;
	left: -9999px;
}

.top_nav {
	margin: 47px 0 0 4px;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.top_nav a {
	text-decoration: none;
	color: #4472A0;
}

.top_nav a:hover {
	color: #264059;
}

.top_nav_divider {
	margin: 39px 0 0 4px;
	float: left;
}

#search_box {
	margin-top: 35px;
	margin-left: 10px;	
	width: 120px;
	height: 30px;
	float: left;
 	 
}
#search_box input {
	margin-top: 7px;
	border-bottom: none;
	border-color: #CDCDCD;
	background-color: #BCD2EE;
	color: #666666;
	font-size: 12px;
}

#main {

}

#leftnav {
	width: 201px;
	background-image: url(../images/option_3/leftnav_bar.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #0A447D;
	border-bottom: #0A447D 1px solid;
	position: relative;
	top: 1px;
	float: left;
}

#leftnav_top {
	position: relative;
}

#leftmenu {
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 100%;
	line-height: 1.75em;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 2em;
	text-indent: 1px;
}

#leftmenu li a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
}

#leftmenu li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#leftmenu li ul {
	list-style-type: none;
	margin: 0 1.5em 0 -2em;
	padding: 1px 0px;
	text-indent: 1px;
	list-style-position: inside;
	border-top: thin groove #6699CC;
	border-bottom: thin groove #6699CC;
}

#leftmenu li ul li {
	background: transparent url(/images/option_3/bullet.gif) no-repeat;
	background-position: 22px 8px;
	padding-left: 1.0em;
}

*:lang(en) #leftmenu li ul li { /* Firefox fix hidden from IE with lang on body element */
	padding-left: 3.0em;
}

.shadow {
	display: inline-block;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1.4, OffY=1.5, Color=#333333, Positive='true');
	text-shadow: 0.1em 0.1em 0.05em #333333; /* Code for Firefox3 and Opera */
}

#sitename {
	background-image: url(../images/option_3/sitename.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 566px;
	position: relative;
	top: 0px;
	float: right;
}

#content_main {
	width: 560px;
	position: relative;
	float: right;
}

#content {
	margin: 15px;
	margin-bottom: 30px;
	font: 12px Arial, Helvetica, sans-serif;
}

#footer {
	background-color: #0A447D;
	color: #FFFFFF;
	position: relative;
	width: 100%;
	height: 39px;
	font: 9px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 0;
	clear: both;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#leftfooter {
	position: relative;
	top: 5px;
	width: 55%;
	height: 39px;
	float: left;
	padding-left: 10px;
}

#rightfooter {
	position: relative;
	top: 5px;
	margin-right: 5px;
	width: 42%;
	height: 39px;
	text-align: right;
	float: right;
}
#index_flash {
	float:right ;
	padding-top: 8px;
	padding-left: 8px;
	width: 290px ;
	height: 225px ;
}

#float_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	padding: 8px;
	float: right;
	border: 1px solid #CCCCCC;
}

#float_links li {
	text-indent: 15px;
}
#other_links {background-color: #0A447D;
color:#FFFFFF;
padding: 5px;
text-align: center;
}
#float_links a {
	text-decoration: none ;
}
#float_links a:hover {
	text-decoration: underline ;
}

