
body {

    }
	
p {
	font-family: Verdana, Arial, sans-serif;    
	font-size:11px;
	line-height:15px;
	color: #777;
	margin: 0;
    padding-bottom:10px;
}
	
div#image {
    float: left;
    width: 150px;
	z-index:-1;
	}

div#content {
    position:relative;
	width: 400px;
	margin-top: 90px;
	margin-left:230px;
	z-index:1;
	}

.headerText {
	text-align: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#444;
	font-size: 10px;
	font-weight: regular;
	padding-top:1px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:10px;
	}
	
.orangeHead {
	font-family: Arial, sans-serif; 
	font-weight: bold;
	font-size:12px;
	letter-spacing:.05em;
	color:#FF6600;
	padding-top:5px;
	}
	
.boldText {
	font-family: Verdana, Arial, sans-serif;   
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	color: #444;
	padding-bottom: 15px;
	}

.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	}

.box {
	width: 700px;       /* sets the content width */
	height: 600px;
    margin: 30px auto;     /* centered horizontally */
    background: #fff;       /* white content background */
	border: solid 1px #999;
	}
	
.box2 {
	width: 700px;       /* sets the content width */
	height: 700px;
    margin: 30px auto;     /* centered horizontally */
    background: #fff;       /* white content background */
	border: solid 1px #999;
	}
	
.box3 {
	width: 700px;       /* sets the content width */
	height: 990px;
    margin: 30px auto;     /* centered horizontally */
    background: #fff;       /* white content background */
	border: solid 1px #999;
	}
    
.navbtn {
	width:55px;
	height:55px;
    }  

.mapbox {        
	width:680px;
	}
	
.imageBox {        
	width:680px;
	margin-top: 90px;
	}





	



