/* Colors 
Navy : #0D1456
Grey : #AAAAAA
Green: #ACC51C
*/

body {
	background-color: #878787;
	margin-top: 20px;
	font-family: Arial, Helvetica, Sans;
	font-size: 14px;
	color: #0D1456;
}

h1 {
	width: 525px;
	height: 58px;
	background-image: url(images/h1_bg.gif);
	color: #fff;
	margin:0px;
	padding-top: 8px;
	padding-left: 20px;
	font-size: 22px;
}
h1.home {
	background-image: url(images/home_h1_bg.gif);
	color: #0D1456;
}
h2 {
	font-size: 18px;
}

#home {
	background-color: #0D1456;
}

a {
	color: #0D1456;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#header {
	float: left;
	margin-bottom: 6px;
}

#nav_wrapper {
	float: left;
	background-image: url(images/nav_top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	width: 209px;

}

#home #nav_wrapper {
	float: left;
	background-image: url(images/nav_hp_top.gif);

}

#nav {
	float: left;
	position: relative;
	width: 209px;
	height: 670px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(images/nav_bkg.gif);
	background-color: #ACC51C;
}

#home #nav {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(images/nav_hp_bkg.gif);
	background-color: #AAAAAA;
}

#nav_items {
	float: right;
	padding-right: 10px;
	padding-top:42px;
	text-align: right;
}

.nav_item {
	padding-top: 28px;
}

#content_wrapper {
	float: right;
	width: 545px;
	height: 523px;
	
	background-color: #ffffff;
	padding-bottom: 20px;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#home #content_wrapper {
	background-image: url(images/home_content_top.gif);
}

#content {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 12px;
}

#content_header {
	float: right;
	width: 545px;
	margin-bottom: 6px;
	_margin-bottom: 4px;
}


#footer {
	float: right;
	width: 495px;
	margin-bottom: 6px;
	background-image: url(images/content_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 10px;
}

#home #footer {
	background-image: url(images/home_content_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer .links {
	float: left;
	width: 300px;
	padding-top: 34px;
}

#footer .address {
	float: right;
	padding-bottom: 10px;
}
