/*
 Site Styles
*/

body, html {
	font-size: 11px;
	font-family: arial, sans-serif;
	letter-spacing: .01em;
	line-height: 18px;
	height: 100%;
	color: #333333;
}

body {
	background: #D4D3D8 url(../images/bg-grad.gif) repeat-x;
}

a {
	text-decoration: underline;
	color: #031d2d;
	font-weight: bold;
}

a:hover {

}

div.centrify {
	width: 1000px;
	margin: 0 auto 0 auto;
}

h1 {
	font-size: 18px;
	color: #031d2d;
}

h2 {
	font-size: 14px;
	color: #437998;
}


h3 {
	font-size: 14px;
}

table.navigation {
	width: 648px;
	background-color: #437998;
	height: 24px;
	font-weight: bold;
	position: absolute;
	top: 76px;
}

/* navigation td and subnav_container should be the same width */
table.navigation td {
	color: white;
}

table.navigation td.selected {
	background-color: #235877;
}

div.subnav_container {
	width: auto;
	padding:5px 20px;
	background: #235877;
}

div.subnav_container a {
	display: block;
	color: #FFF;
}

div.subnav_container a:hover {
}

div#logo_container {
	width: 200px;
	background-color: #093047;
	border-bottom: 1px solid #2b5a75;
	float: left;
	height: 100px;
}

div#logo_container img{
	position: relative;
	top: 15px;
	left: 15px;
}

div#nav_container2 {
	width: 800px;
	float: left;
	background-color: #093047;
	border-bottom: 1px solid #2b5a75;
	height: 100px;
}

div#footer_container {
	width: 992px;
	background-color: #093047;
	color: white;
	height: 31px;
	padding-left: 4px;
	padding-right: 4px;
	clear:both;
}

div#footer_container a {
	color: #5ca4ca;
	font-weight: bold;
	text-decoration: underline;
}

td.homepage-block {
	color: #ffffff;
}

td.homepage-block div {
	position: relative;
	left: 20px;
	color: #ffffff;
	width: 230px;
}

td.homepage-block a {
	color: #6da9cc;
	text-decoration: underline;
}

td.homepage-block h2 {
	color: #ffffff;
	font-size: 16px;
}

div#login_username, div#login_password {
	float: left;
	width: 100px;
}

div#login_button {
	float: left;
	width: 20px;
}

div#login_registration a {
	font-size: 10px;
	color: #6da9cc;
	font-weight: bold;
	text-decoration: none;
}

span.view-more a{
	font-size: 10px;
	text-transform: uppercase;
	color: #3a6892;
	font-weight: bold;
	text-decoration: none;
	margin-right:26px;
}

span.view-more a:hover {
	color:#000;
}

div#log2 {
	position: absolute;
	top: 13px;
	left: 505px;
	width: 100px;
	text-align: right;
}

div#log a, div#log2 a {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

div.box {
	background-color: #efefef; 
	border: 1px solid #cccccc;
	border-bottom: 3px solid #999999;
	padding: 20px;
}

div.blue-box {
	background-color: #639d1b;
	border-bottom: 2px solid #89c242;
	color: #ffffff;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 3px;
}

div.blue-box-bottom {
	background-color: #cfeaa9;
	padding: 0px 10px 0px 20px;
	color: #093047;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #999999;
	border-top: 1px solid #cfeaa9;
}

div.blue-box-under {
	background-color: #235877;
	border-top: 2px solid #093047;
	padding-left: 20px;
	color: white;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 3px;
}

div.blue-box-under a {
	color: #ffffff;
}

div.left_container {
	border: 1px solid #000;
	width:200px;
	float:left;
}

div.right_container {
	border:1px solid #000;
	width:700px;
	float:left;
}

div.main_content_container {
	background: white url(../images/bottom-gradient.gif) bottom repeat-x;
}

#left_container {
	width:200px;
	float:left;
	padding:20px;
}

#info_container {
	width:750px;
	float:left;
}

#main_content_filler {
	background: transparent url(../images/left_bg.gif) top left repeat-y;
	min-height:430px;
}

#left_container ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#left_container li {
	font-weight:bold;
	background-color:#CCC;
	padding:2px 6px;
	margin:0;
	margin-bottom:4px;
	border:1px solid #CCC;
}

#left_container li.selected {
	border:1px solid #AAA;
}


#nav_container2 ul{
list-style:none;
float:left;
padding-top:70px;
padding-bottom:10px;
}
#nav_container2 li{
display:inline;
background-image:url(../images/arrow01.gif);
background-position:right 5px;
background-repeat:no-repeat;
color:#ffffff;
line-height:13px;
padding-right:9px;
padding-left:33px;
}
#nav_container2 li.first{
display:inline;
background-image:url(../images/arrow01.gif);
background-position:right 7px;
background-repeat:no-repeat;
color:#ffffff;
line-height:16px;
padding-right:9px;
padding-left:25px;
line-height:13px;
}
#nav_container2 li a{
color:#ffffff;
text-decoration:none;
}
#nav_container2 li a:hover{
color:#ffffff;
text-decoration:underline;
}

