/*
 Site Styles
*/

body, html {
	font-size: 11px;
	font-family: tahoma;
	line-height: 17px;
}

body {
	background-color: #FFF;
}

a {
	text-decoration: underline;
	color: #002d89;
	
}

a:hover {
	text-decoration: none;
}

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

h1 {
	color: #002d89;
	font-size: 20px;
}

h2 {
	color: #002d89;
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #CCC;
}

div#home_header {
	background: transparent url(../images/bg_top.gif) top left no-repeat;
	height: 150px;
}

img#logo {
	position: relative;
	top: 10px;
	left: 20px;
}

td#home_left {
	width: 356px;
	height: 429px;
	background: transparent url(../images/bg_left.gif) top left no-repeat;
}

td#home_center {
	width: 555px;
	height: 429px;
	background: transparent url(../images/bg_home_graphic.jpg) top left no-repeat;

}

td#home_right {
	width: 73px;
	height: 429px;
	background: transparent url(../images/bg_right.gif) top left no-repeat;

}

td#main_left {
	width: 726px;
	height: 429px;
	background: transparent url(../images/bg_main.gif) top left repeat-y;
}

td#main_center {
	width: 184px;
	height: 429px;
	background-color: #efefef;

}

ul#top_nav {
	position: absolute;
	top: 106px;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#top_nav li:last-child {
	border-right: 0;
}

ul#top_nav li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

ul#top_nav a {
	color: #FFF;
	text-decoration: none;
}

ul#top_nav a:hover {
	color: #a4c1ff;
}

ul#top_nav a.selected {
	color: #a4c1ff;
}

ul#contact_nav li {
	display: inline;
}

ul#contact_nav {
	position: absolute;
	top: 55px;
	right: 210px;
	font-size: 10px;
}

ul#contact_nav a {
	color:#666;
	text-transform: uppercase;
	text-decoration: none;
}

ul#contact_nav li {
	border-right: 1px solid #666;
	padding: 0 4px;
}

ul#contact_nav li:last-child {
	border-right: 0;
}

div#home_text_top {
	width: 310px;
	height: 180px;
	margin-left: 20px;
	margin-top: 20px;
}

div#home_text_login {
	width: 310px;
	margin-left: 20px;
	margin-top: 20px;
}

div#home_text_bottom {
	width: 310px;
	margin-left: 20px;
}

div#home_text_center {
	color: #FFF;
	padding: 8px 10px;
}

span#center_header {
	color: #a4c1ff;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
}

div#home_footer {
	height: 58px;
	text-align: center;
	padding-top: 16px;
	background: transparent url(../images/bg_footer.gif) top left no-repeat;
}

div.subnav_container {
	width: 160px;
	background-color: #a4c1ff;
	padding: 10px;
	display: none;
}

div.subnav_container a {
	color: #FFF;
	text-decoration: none;
}

div.subnav_container a:hover {
	text-decoration: underline;
}