/* CSS Document */

body, td, div {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	line-height: 1.4em;
}
a {
	color: #E72820;
	text-decoration: none;
}
a:hover {
	color: #B52D2A;
	text-decoration: underline;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #004990;
}
h1 {
	font-size: 22px;
	border-bottom: solid 1px #999;
	padding-top: 3px;
	padding-bottom: 1px;
	clear: both;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
h6 {
	text-transform: uppercase;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
}
ul {
	list-style-image: url(../images/li.gif);
	position: relative;
	margin-right: 10px;
}
li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 8px;
}
.image_left {
	float: left;
	clear: left;
	border:solid 2px #ACBCC2;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	clear: right;
	border:solid 2px #ACBCC2;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.small {
	font-size: 9px;
}
.large {
	font-size: 1.2em;
}
html, body {
	padding: 0px;
	margin: 0px;
}
body {
	background: #D8D8D8 url(../images/bg.jpg) center top repeat-y;
}
p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
ul, ol {
	list-style-position: outside;
	margin-left: -40px;
	left: 10px;
}
#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
	border-right: 2px solid #004990;
	border-left: 2px solid #004990;
}
#nav {
	border-right: 2px solid #004990;
	border-left: 2px solid #004990;
	background-image: url(../images/nav_bg.jpg);
	background-position: left top;	
	background-repeat: no-repeat;
	background-color: #195695;
}
#nav a {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 32px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/nav_r.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
}
#nav a:hover {
	color: #FBB034;
	text-decoration: none;
}
#nav a.current {
	color: #FBB034;
}
#content {
	background-color: #2664A1;
	border-right: 2px solid #004990;
	border-left: 2px solid #004990;
	border-bottom: 2px solid #004990;
}
#con {
	padding: 3px;
	text-align: left;
}
#con_top {
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	color: #004990;
	background: #FA941F;
	background-image: url(../images/contop_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;	
	border: solid 2px #004990;
	border-bottom: none;
}
#con_top select {
	text-transform: none;
}
#print {
	float: right;
}
#print img {
	margin-left: 5px;
}
#copy {
	background-color: #FFF;
	padding: 15px;
	border: solid 2px #004990;
	border-top: none;
}
#right {
	padding-left: 3px;
}
#right div {
	font-size: 12px;
}
.right_outer {
	margin-bottom: 3px;
	border: solid 2px #004990;
}
#right .right_top, #right .right_top2 {
	background-color: #E72820; 
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-shadow: 0px 0px 3px #000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}
#right .right_top2 {
	background-image: url(../images/box2_bg.gif);
	background-color: #00377A; 
	color: #1F305F;
}
.right_inner {
	padding: 7px;
	background-color: #FFF;
}
.right_inner2 {
	padding: 7px;
	background-color: #002D59;
}
#right .item {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #004990;
	font-size: 12px;
}
#right .right_inner2 .item {
	color: #FFF;
}
#right a {
	color: #FBB034;
}
#right h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
	background-image: none;
	border-bottom: solid 1px #004990;
	color: #FFF;
}
#right h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}
#right h2 a {
	color: #FFF;
}
#right p {
	font-size: 10px;
	margin: 0px;
	border: solid 1px #CCCCCC;
	border-bottom-width: 4px;
	padding: 4px;
	margin-top:2px;
	color: #212B46;
}
#right p a {
	color: #000000;
	border-bottom: dotted 1px #000000;
}
#right p a:hover {
	border-bottom: solid 1px #000000;
	text-decoration: none;
}
#right .item em {
	font-size: 10px;
	font-style: normal;
}
#precise {
	padding-left: 10px;
	padding-top: 35px;
	float: left;
}
#foot {
	padding-top: 0px;
	padding-left: 10px;
}
#foot p {
	text-align: center;
	color: #787878;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#foot_logo {
	float: right;
	padding-top: 10px;
	padding-right: 31px;
}
#foot a {
	color: #004990;
	margin-right: 3px;
	margin-left: 3px;
}
#foot a:hover {
	color: #EF4135;
}
#foot a.current {
	color: #EF4135;
	font-weight: bold;
}
#tab {
	width: 926px;
	border-right: 2px solid #004990;
	border-left: 2px solid #004990;
	margin-right: auto;
	margin-left: auto;
}
#tab .site_btn {
	padding: 0px;
}.tbl_bdr {
	border: 2px solid #A6A6A6;
	padding: 2px;
	padding-top: 1px;
	background-color: #000;
}
.con_tbl td {
	background-color: #D0CECE;
	border-top: 1px solid #000;
}
.con_tbl div a {
	color: #EF4135;
}
.con_tbl td.tbl_top {
	background-color: #364978;
}
#con_admin td.tbl_top a, .con_tbl td.tbl_top a {
	color: #C3CED2;
}
#con_admin td.tbl_top a:hover, td.tbl_top a:hover {
	text-decoration: underline;
}
td.tbl_2 {
	background-color: #FA941F;
}
.site_btn {
	color: #FFF;
	background-color: #E72820;
	border: solid 1px #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.box1, .box2 {
	background-color: #E6E6E5;
	border: solid 2px #004990;
	margin-top: 15px;
}
.box1_top, .box2_top {
	background-color: #00377A; 
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	background-image: url(../images/box2_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.news {
	border-bottom: 1px solid #212B46;
	border-top: 2px solid #8E8B8A;
}
.item_nav {
	background-color: #C9C9C9;
}/* CSS Document */
#navlink {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 32px;
	position: relative;
	z-index:500;
	left: 0;
}
#navlink li {
	margin: 0;
}
#navlink li.top {
	display: block;
	float: left;
	height: 32px;
}

/* Default list styling */

#navlink li:hover {
	position: relative;
	z-index:200;
}

#navlink li:hover ul.sub {
	left: 0px;
	top: 32px;
	border-bottom: 0px solid #000;
	white-space: nowrap;
	width: 250px;
	height: auto;
	z-index:300;
	font-size: 13px;
	line-height: 22px;
}
#navlink li:hover ul.sub li {
	display: block;
	position: relative;
	float: left;
	width: 250px;
	font-weight: normal;
	background: #002D59;
}
#navlink li:hover ul.sub li a {
	display: block;
	float: none;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #004990;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-indent: 3px;
	text-decoration:none;
	border: solid 1px #4C80B4;
	border-bottom: 0px;
	margin: 0;
	margin-bottom: 1px;
	font-weight: normal;
}
#navlink li:hover ul.sub li a img {
	float: right;
	margin: 5px;
}
#navlink li:hover ul.sub li a:hover {
	color: #000;
	background-color: #FBB034;
}
#navlink li:hover ul.sub li a.fly:hover {
	color: #000;
	background-color: #FBB034;
}
#navlink li:hover li:hover ul,
#navlink li:hover li:hover li:hover ul,
#navlink li:hover li:hover li:hover li:hover ul,
#navlink li:hover li:hover li:hover li:hover li:hover ul {
	left: 245px;
	top: 2px;
	white-space: nowrap;
	width: 250px;
	z-index: 400;
	height: auto;
	font-size: 11px;
	line-height: 18px;
}
#navlink ul, 
#navlink li:hover ul ul,
#navlink li:hover li:hover ul ul,
#navlink li:hover li:hover li:hover ul ul,
#navlink li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlink li ul.sub li.fly a {
	background-image:url(../images/menu_arrow-over.gif);
	background-position: 235px center;
	background-repeat: no-repeat;
}
#navlink li ul.sub li.fly a:hover {
	background-image:url(../images/menu_arrow-over.gif);
}
/* Remove backgrounds from all non-fly links */
#navlink li ul.sub li a, #navlink li ul.sub li.fly li a, #navlink li ul.sub li.fly li a:hover {
	background-image: none;
}
