/* CSS Document */

body {position:relative;
	margin: 0;
	padding: 0;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #CDCDCD;
	color: #323232;
	line-height: 130%;
}

#wrapper {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/wrapper-bg.jpg") repeat-x top;
	background-color: #FFFFFF;
	padding: 0 20px;
	}

#nav {height:30px;}

#headersb1 {
	height: 129px;
	border-right:10px solid #fe0000;
	clear:both;
	}

  #headersb1 img {
	float:left;
	}  
	
#content {
	clear: both;
	border-top: 1px solid  #fe0000;
	background: url("../images/border-bg.jpg") repeat-y left;}

#main {
	float: left;
	width: 464px;
	border-right: 1px solid #fe0000;
	padding: 0 20px 20px 30px;
	}

#main a {text-decoration:underline;
               color:#000;}

#main a:hover {text-decoration:none;
               color:#000;}

#expando {
	float:right;
	width: 230px;
	padding: 20px  20px 20px 0px;
	border-bottom:1px solid #fe0000;}

#sidesb2 {clear:right;
	float: right;
	width: 250px;
	padding: 0  0px 20px 0px;
	}
		
#MapQuest {padding-top:30px;}


h2 {
	font-size: 12px;
	color: #000000;
	padding: 15px 0 5px 0;
	margin: 0;
	}
	
	
h1 {
	font-size:16px;
	color: #fe0000;
	padding: 20px 0 10px 0;
	margin: 0;
	}
	
#clearcontent {
	clear: both;}

#footer {
	clear: both;	padding: 10px;
	text-align: center;
	border-top: 1px solid #999999;
	}
	
a {
	color:#fe0000;
    text-decoration: none;
	}

a:hover {
	color:#fe0000;
    text-decoration: underline;
	}

</style>
