body { 
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#wrap {
	margin:0 auto;
	width: 600px;
	}
	
#header {
	display: none;	
	}

#logo {
	float: left;
	width: 50%;	
}

#logo h1 {
	margin: 0;
	padding: 0;
	margin: 0 0 0 -2000px;
	}

#logo img {
	padding: 0;
	margin: 0;
	}

#slogan {
	float: right;
	text-align: right;
	}

.sloganText {	
	font-size: 24px;
	color: #000000;
	}
	
#navigation {
 	display: none;
	}

#nav0 {
	display: none;
	}

#nav1 {
	display: none;
	}
	
#nav2 {
	display: none;
	}
	
#nav3 {
	display: none;
	}
	
#nav4 {
	display: none;
	}

#nav5 {
	display: none;
	}
	

#content {
	float: left;
	background-color: #fff;
	border-top: 7px solid #000;
	}

#leftColumn {
	display: none;
	width: 0px;
	}

#rightColumn {
	float: right;
	width: 90%;
	}

#rightNav {
	display: none;
	}

/* html:not([dummy]) #rightNav li {
   	display: inline;
	margin: 0;
	line-height: 30px;
	height: 39px;
	border-left: 5px #FFF solid;
	background-image: url(images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px; 
   }*/
	
#rightContent {
	background-color: #fff;
	width: 600px;
	}

#rightContent h3 {
	}

#rightContent h4 {
	}

#rightContent h5 {
	}
	

.loc {
	padding: 10px 0;
	float: left;
	width: 90%;
	border-bottom: 1px solid #CCCCCC;
	}

.locright {
	float: right;
	}

.center{
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	}

.center p{
	}

.center img {
	border: 5px solid #CCCCCC;
	float: left;
	margin: 5px 20px 10px 0;
	}

.centerinfo {
	background: #CCCCCC;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-bottom: 1px solid #5180C1;
	border-top: 1px solid #5180C1;
	}

.centerinfo p {
	}

.centerinfo img {
	border: 4px solid #fff;
	}

.forms {
	float: right;
	padding-right: 50px;
	line-height: 25px;
	}
	
.linksection {
	background: #CCCCCC; 
	padding: 10px; 
	width: 90%; 
	text-align: center;
	}
	
.lightblueborder {
	border: 5px solid #CCCCCC;
	}

.zip {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0 5px 0;
	width: 100%;
	}

.miles {
	color: #000;
	font-weight: bold;
	}

#footer {
	float: left;
	width: 100%;
	background: #FFF;
	margin-top: 20px;
	font-size: 10px;
	}

#leftFooter {
	float: left;
	width: 96%;
	font-size: 18px;
	color: #000;
	}

#rightFooter {
	display: none;
	}

#rightFooter a {
	color: #fff;
	text-decoration: none;	
	}	

.hidden {
	display: none;
}


