body{
	background: #FFFFFF url('img/bg-body.gif') repeat-x;
}

body#home{
	background: #FFFFFF url('img/bg-body-home.gif') repeat-x;
}

a, a:visited{
	color: #0076a3;
	text-decoration: none;
}
a:hover{
	color: #0076a3;
	text-decoration: underline;
}

ul#top-nav li a{
	color: #333333;
	text-decoration: none;
}

ul#top-nav li a:hover{
	color: #0076a3;
}

ul#top-nav li.current{
	background: url('img/bg-tab.gif') no-repeat top left;
}

ul#top-nav li.current a{
	background: url('img/bg-tab.gif') no-repeat top right;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #010423;
	font-weight: bold;
}

ul#top-nav li.current a:hover{
	color: #FFFFFF;
}

#banner h1, #banner h2{
	text-shadow: 1px 1px 3px #010423;
}

#banner_single h1{
	color: white;
	text-shadow: 1px 1px 3px #010423;
}

ul#subs li a:hover, ul#subs li a.current{
	color: #0076a3;
	text-decoration: none;
	background: url('img/bullet-wedge_active.gif') no-repeat 13px 12px;
}

#contact_form_wrapper button{
	background: url('img/bg-button.gif') no-repeat top left;
}

#contact_form_wrapper button span{
	background: url('img/bg-button.gif') no-repeat top right;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px #010423;
}

#footer_wrapper{
	background: #142c7b url('img/bg-footer.gif') repeat-x top;
	color: white;
}

#footer a, #footer a:visited{
	color: white;
}

#footer a:hover{
	color: #00aeef;
}

#footer p{
	margin: 0;
	line-height: 2em;
}