/*
 Site Styles
*/

body, html {
	font-size: 12px;
	font-family: tahoma;
	line-height: 17px;
	padding-top: 10px;
}

p {
	margin-top: 0;
	padding-top: 0;
}

body {
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #34527e;
}

a:hover {

}

div.centrify {
	width: 908px;
	margin: 0 auto 0 auto;
	background: transparent url(../images/bg_top.gif) top left repeat-y;
}

h1 {
	color: #000000;
	font-size: 18px;
	margin-top: 4px;
}

h2 {
	color: #000000;
	font-size: 16px;
}

body.inside {
	background: #dcd8c9 url(../images/bg.gif) top left repeat-x;
}

div.footer {
	background: transparent url(../images/footer.gif) top left no-repeat;
	height: 45px;
	color: #FFF;
}

div.footer a {
	color: #FFF;
	text-decoration: underline;
}

div#home_inner_container {
	height: 366px;
	background: transparent url(../images/graphic_home.jpg) top left no-repeat;
	margin-left: 4px;
}

div#main_inner_container {
	background: transparent url(../images/graphic_home.jpg) top left no-repeat;
	margin-left: 4px;
}

div#home_text {
	width: 320px;
	margin-right: 30px;
	float: right;
	padding-top: 20px;
	color: #FFF;
}

div#home_text a {
	color: #FFF;
	text-decoration: underline;
}

div#home_text h1 {
	color: #FFF;
}

img#logo {
	margin-left: 20px;
	margin-top: 10px;
}

div#contact_links {
	position: absolute;
	top: 70px;
	right: 50px;
	font-size: 11px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	width: auto;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #042048;
}

table.navigation {
	width: 900px;
	background-color: #83a76d;
	margin-left: 4px;
	height: 40px;
	color: #FFF;
	font-weight: bold;
}

table.navigation td {
	border-right: 1px dotted #CCC;
	width: 225px;
}

table.navigation td:last-child {
	border-right: 0;
}

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

div#top_container {
	height: 100px;
}

div.subnav_container {
	width: 225px;
	background: transparent;
	display: none;
}

div.subnav_container a {
	display: block;
	border-top: 1px solid #FFF;
	background-color: #CCC;
	color: #000;
	height: 24px;
	padding-left: 20px;
	padding-top: 5px;
}

div.subnav_container a:hover {
	background-color: #b7ceb1;
	font-weight: bold;
}

div#inner_text {
	padding: 20px;
	min-height: 210px;
	background: transparent url(../images/bg_inner.gif) bottom right no-repeat;
}


div#left_nav a {
	font-weight: bold;
	padding-left: 6px;
	line-height: 26px;
}

div#left_nav a:hover {
	text-decoration: underline;
}