body{
   background: #00587F url(../images/bg1.png) repeat-x;
}

.body-wrapper {
	width: 800px;
	margin: 50px auto;
	color: #fff;
	font-family: "Helvetica Neue", "ITC Avant Garde Gothic", "Avant Garde","Verdana", sans-serif;
	text-align: left;
}

div#header {
}

div#header h1{
	background: url('../images/logo.png');
	text-indent: -9999px;
	width: 197px;
	height: 78px;
   
	
}

img#van{
	position: relative;     
	left: 572px;;
	bottom: 30px;
}

ul#nav{
	display: inline-block;
	margin-left: 120px;    
	vertical-align: top;
}

ul#nav li {
	list-style: none;
	font-size: 1.3em;
	width: 180px;
	height: 25px;
	color: black;
	background-color: #0097E4;
	padding: 2px 8px;
}

ul#nav li a{
  display: block;
}

ul#nav li#active {
	color: #0E336B;
	
}

ul#nav li#active:hover {
	color: #D6D6D6;
}

ul#nav li:hover{
	background-color: #007BC8;
}


div.page-content {
	display: inline-block;
	width:  450px;
}

h2{
	font-size: 1.8em;
	color: white;
} 

span.highlight{
  	color: #FFF100;   
	background-color: transparent;
}       

div#header ul {
	display: inline-block;
	position: relative;
	bottom: 15px;
}
        
div#callout{
	text-align: center;
	width: 282px;
	height:  111px;
    background: url('../images/shout-out.png') no-repeat;
	font-size: 1.4em;  
	padding-top: 15px;
}         

div#callout h3, div#callout p{  
   margin: 10px; 
	color: #08466C; 
}	
	
div#footer {      
	float: none;
	margin-top: 24px;
	background: url(../images/content-footer-bg.png) no-repeat;
	background-position: bottom;
	height: 60px;
	max-height: 60px;
	font-size: 0.8em;
}   

div#divider{
	background: url('../images/bg-treads.png') repeat-x ; 
	height:  32px;	
}

img.float-right{
	float: right;
/*	position: relative;*/
/*	bottom: 220px;*/
}

div.small-margin-top{
	margin-top: 10px;
}

a{
	color: #FFF100;
	
}

#nav a{
	color: #FFFFFF;
}