@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background:#fef5d4;
}

#outsideWrapper{

background:#fef5d4;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#wrapper{

background: #fff;
height:auto;
}

#header{

margin-top: 36px;
height:233px;
}
	
#topNav{

height:30px;
background:#fff;
margin-top: 20px;

}

#contentWrapper{
background:#ededed;
height:auto;
border: #333333 1px solid;
}
	
#content{
background:#ededed;
}


#text{
background:#ededed;
height:auto;
}

#sideBar{
background:#ededed;
}

	
#footer{
	background:#fff;
	text-align:center;
	clear:both;
	height: auto;
	
	}

#adBottom{
margin-left:auto;
margin-right:auto;
margin-bottom: 5px;
}
	
#topNav a{
color: #000033;
font:helvetica, arial;
font-size:16px;
font-weight:300;
text-decoration:none;
margin-top: 18px;
}

#footer a{
color: #000033;
font:helvetica, arial;
font-size:12px;
font-weight:500;
text-decoration:none;
}	
	
	
/* Classes for the site*/

.imageSpace{
height: 36px;
}

.imageSpace2{
margin-right: 5px !important;
margin-bottom: 5px !important;
}

.mapSpacer{
margin-left: 30px !important;
}

