@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #8EB0D7 url(images/page_bg.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
}
#container {
	text-align: left;
	width: 924px;
	margin: 0 auto;
}
#header {
	height: 133px;
	padding-top: 7px;
	text-align: center;
}
#main_nav {
	height: 26px;
	line-height: 26px;
	background: transparent url(images/menu_bg.jpg) repeat-x;
}
#main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#main_nav ul ul {
	width: 150px;
	position: absolute;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#main_nav li {
	float: left;
	width: auto;
	position: relative;
	display: inline;
}
/* style the links for the top level */
#main_nav li a, #main_nav li a:visited {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	height: 26px;
	float: left;
	background: transparent;
	line-height: 26px;
	padding: 0 22px 0 22px;
	border-right: 1px solid #C2DBE8;
}
/* style the top level hover */
#main_nav li a:hover {
	color: #FFFFFF; 
	background: #1A222A; 
}
#main_nav li :hover > a {
	color: #FFFFFF; 
	background: #1A222A; 
}
/* style the second level links */
#main_nav li li a, #main_nav li li a:visited {
	display: block;
	font-size: 12px;
	background: #1A222A none; 
	color: #FFFFFF; 
	font-weight: normal;
	height: 21px; 
	line-height: 21px; 
	padding: 0px; 
	width: 150px;
	border-bottom: 1px solid #C2DBE8;
	text-align: center;
}
#main_nav li li a:hover {
	background: #C2DBE8 none; 
	color: #1A222A;
	font-weight: normal;
}
/* style the third level background */
#main_nav li li li a, #main_nav li li li a:visited {
	background: #02265B none; 
	color: #FFFFFF;
} 
/* style the third level hover */
#main_nav li li li a:hover {
	background: #DF7B0C none; 
	color: #FFFFFF;
}
#main_nav li li li :hover > a {
	background: #DF7B0C;
	color: #FFFFFF;
} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#main_nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 26px;
	left: 0; 
	width: 150px;
}
/* another hack for IE5.5 */
* html #main_nav ul ul {
	top: 26px;
	t\op: 26px;
}
/* position the third level flyout menu */
#main_nav ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#main_nav table {position:absolute; top:0; left:0;}
/* make the second level visible when hover on first level list OR link */
#main_nav ul li:hover ul,
#main_nav ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#main_nav ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#main_nav ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#main_nav ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#main_nav ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}
#content {
	background: transparent url(images/content_bg.gif) repeat-y;
}

#content-full {
	padding: 12px;
	background: #d3dfee none;
}
#content li {
	margin-top: 6px;
}
#main_content {
	background: #D3DFEE url(images/content_bg.jpg) no-repeat;
	text-align: left;
	width: 620px;
	float: left;
	padding: 12px;
}
#home_content {
	background: #D3DFEE url(images/content_bg.jpg) no-repeat;
	text-align: left;
	width: 620px;
	float: left;
	padding: 0;
}
#content_text {
	padding: 0 12px 12px 12px;
}
#rightbar {
	color: #FFFFFF;
	background: #818FA0;
	text-align: left;
	width: 268px;
	float: right;
	padding: 6px;
}
#footer {
	text-align: center;
	padding: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #eb8c23;
	line-height: 40px;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #FF6600;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 32px;
	background: #2b4271;
	padding-left: 6px;
}
h3 {
}
h4 {
}
label {
	display: block;
	width: 140px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
input {
}
hr {
	color: #eb8c23;
}
.menu_float {
	color: #ffffff; 
	position: fixed;
}
.menu_float a, .menu_float a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_float a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
