﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #9cb7e4;
	background-image: url('images/sitebg.jpg');
	background-position: center;
	

}
#sitecontainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	
}

#masthead {
background-image: url('images/masthead.jpg');
background-repeat: no-repeat;
width: 1000px;
height: 197px;
}

#top_nav {
width: 1000px;
height: 40px;
background-image: url('images/top_navbg.jpg');
}

#top_navbuttons {
	position: relative;	
	float: right;
	
}

/* Styles for Nav Bar */
.indentmenu {
	font: bold 13px Verdana;
	margin-top: 3px;
	margin-right: 5px;
}

.indentmenu li {
 display:inline;
}

.indentmenu li a {
	float: right;
	display: block;
	width: 126px;
	height: 31px;
	text-align: center;
	outline:none;
	color: white;
	text-decoration: none;
	background: url(images/top_navbuttonnormal.jpg) center center;
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 4px;
	padding-top: 5px;
}
.indentmenu li a:hover,.indentmenu li .current{
	display: block;
	width: 126px;
	height: 31px;
	color: #ffffff;
	padding-top: 6px;
	background: url(images/top_navbuttonhover.jpg) center center;
	background-repeat: no-repeat;
	background-position: top left;
}

#container {
	min-width: 600px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#left_col {
	width: 210px;
	float: left;
	background-color: #002158;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 15px;
	min-height:500px;
}

#page_content {
	margin-left: 230px;
	margin-top: 20px;
	padding-left: 15px;
	margin-right: 25px;
}

#bottombox_container {
	float: left;
	width:700px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#bottomboxleft_container {
	float: left;
}

#bottomboxleft_topper {
	background-image: url('images/boxtopper_orange.jpg');
	background-repeat:no-repeat;
	height: 30px;
	width: 310px;
	background-color: #CB7D2A;
}

#bottomboxleft_topper h2{
	font-family: verdana;
	font-size: medium;
	font-weight: bold;
	color: #002158;
	padding: 6px 0px 0px 55px;
}

#bottomboxleft_content {
	background-color: #CF8940;
	padding: 10px 15px 10px 5px;
	width: 290px;
}

#bottomboxleft_content ul {
	list-style-type:none;
}

#bottomboxleft_content ul li a{
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

#bottomboxleft_content ul li a:hover{
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}


#bottomboxright_container {
	float: right;
	
}


#bottomboxright_topper {
	background-image: url('images/boxtopper_orange.jpg');
	background-repeat:no-repeat;
	height: 30px;
	width: 310px;
	background-color: #CB7D2A;

}

#bottomboxright_topper h2{
	font-family: verdana;
	font-size: medium;
	font-weight: bold;
	color: #002158;
	padding: 6px 0px 0px 55px;
}

#bottomboxright_content {
	background-color: #CF8940;
	padding: 10px 15px 10px 5px;
	width: 290px;
}

#bottomboxright_content ul {
	list-style-type:none;
}

#bottomboxright_content ul li a{
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

#bottomboxright_content ul li a:hover{
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}


#footer {
	clear: both;
	height: 23px;
	background-color: #BF6300;
	padding-top: 3px;
	padding-left: 10px;
	text-align: center;
}

#footer p {
	font-family: verdana;
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFf;
	margin:0;
	padding:0;
}

#footer p a{
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #ffffff;
}


#footer p a:hover{
	color: #002158;
	font-weight: bold;
}

h2 {
	font-family: verdana;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


#bullist { 
margin:0;
padding: 0;
list-style: none;
}

#bullist li a{
	padding-left: 25px;
	padding-bottom: 2px;
	
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	background-image: url('images/bulletarrow.gif');
	background-repeat: no-repeat;
	//*list-style-image: url(images/bulletarrow.gif);*//
	list-style-type: none;
	text-decoration: none;
	
}

#bullist li a:hover {
	color: #ffffff;
	font-weight: bold;
	background-image: url('images/bulletarrow_hover.gif');
	background-repeat: no-repeat;
	list-style-type: none;
}

#bullist_blue { 
margin:0;
padding: 0;
margin-left: 15px;
list-style: none;
}

#bullist_blue li a{
	padding-left: 25px;
	padding-bottom: 2px;
	
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	background-image: url('images/bulletarrow_blue.gif');
	background-repeat: no-repeat;
	//*list-style-image: url(images/bulletarrow.gif);*//
	list-style-type: none;
	text-decoration: none;
	
}

#bullist_blue li a:hover {
	color: #ffffff;
	font-weight: bold;
	background-image: url('images/bulletarrow_blue_hover.gif');
	background-repeat: no-repeat;
	list-style-type: none;
}

#bullist_blue0 { 
margin:0;
padding: 0;
margin-left: 15px;
list-style: none;
}

#bullist_blue0 li a{
	padding-left: 25px;
	padding-bottom: 2px;
	
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	background-image: url('images/bulletarrow_blue.gif');
	background-repeat: no-repeat;
	//*list-style-image: url(images/bulletarrow.gif);*//
	list-style-type: none;
	text-decoration: none;
	
}

#bullist_blue0 li a:hover {
	color: #ffffff;
	font-weight: bold;
	background-image: url('images/bulletarrow_blue_hover.gif');
	background-repeat: no-repeat;
	list-style-type: none;
}

#bullist_blue_maincontent { 
margin:0;
padding: 0;
margin-left: 15px;
list-style: none;
}

#bullist_blue_maincontent li a{
	padding-left: 25px;
	padding-bottom: 2px;
	
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #002158;
	background-image: url('images/bulletarrow_blue_whitebg.gif');
	background-repeat: no-repeat;
	//*list-style-image: url(images/bulletarrow.gif);*//
	list-style-type: none;
	text-decoration: none;
	
}



#bullist_blue_maincontent li a:hover{
	font-family: Verdana;
	font-size: small;
	color: #bf6200;
	font-weight: bold;
	background-image: url('images/bulletarrow_orange_whitebg.gif');
	background-repeat: no-repeat;
}

#bullist_blue_maincontent2 { 
margin:0;
padding: 0;
margin-left: 15px;
list-style: none;
}

#bullist_blue_maincontent2 li {
	padding-left: 25px;
	padding-bottom: 2px;
	
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #002158;
	background-image: url('images/bulletarrow_blue_whitebg.gif');
	background-repeat: no-repeat;
	//*list-style-image: url(images/bulletarrow.gif);*//
	list-style-type: none;
	text-decoration: none;
	
}


h1 {
	font-family: verdana;
	font-size: large;
	font-weight: bold;
	color: #002158;
}
p {
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

h3 {
	font-family: verdana;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002E7C;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h4 {
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #BF6300;
}
a {
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	color: #002158;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #002158;
}

/* 
Style: OrangeYouGlad.css
Created by Randy Peterman, September 2nd, 2005
http://design.randypeterman.com
using TopStyle Pro 3.12

Requires one image: down_arrow.gif for {mostly} 
Standards Compliant browsers like Firefox.
*/
table{
	background: #FFEFD5;
	border:thin #9CB7E4 outset;
	border-spacing: 0px;
	border-collapse: collapse;
}
caption{
	width: 100%;
	text-align: left;
	font-weight: bolder;
	border-top: 4px double #bbb;
}
table *{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	
}
thead{
	background: #FFA109;
}
thead * th{
	border-bottom: 1px outset;
	border-top: 1px outset;
	padding-left: 3px;
	padding-right: 3px;
}
tfoot{
	background: #FFA109;
}

table * a{
	color: #000;
}
tbody * th{
	background: #FFDCA2;
	border-right: 1px solid #956500 !important;
	border-bottom: 1px solid #fff;
	font-size: medium;
	font-weight: normal;
	padding-left: 2px;
	padding-bottom: 4px;
	text-align: left;
	vertical-align: top;
}
tbody * th a{
		color: blue !important;
}
tbody * td{
	border: 0px none;
	border-bottom: 1px solid #ddd;
	padding-left: 3px;
	text-align: left;
	vertical-align: top;
}
tbody tr.odd{
	background: #E6BE97
}
tbody tr.odd th{
	background: #FFE2B0;
}
tfoot tr td[colspan='4']{
	text-align: right;
	font-style: italic;
	padding-right: 4px;
}

tbody td {
	width: 250px;
	height:30px;
	padding-left: 20px;
	vertical-align: middle;
}
tbody td a{
	background: url(down_arrow.gif) no-repeat;
	background-position: top left;
	min-height: 20px;
	padding-left: 20px;
	float: left;
	padding-right: 4px;
	
}
tbody tr th+td a{
	background-image: none;
	padding: inherit;
	float: inherit;
}
/* Fake for IE, argh! Maybe IE 7 will resolve this. */
tbody td a{
	_background: none;
	_background-position: inherit;
	_padding-left: 2px;
	_float: inherit;
	_padding-right: inherit;
}
tfoot * th{
	border-bottom: 1px outset;
	border-top: 1px outset;
}

