body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url("images/bodyback.jpg");
	font-family:Helvetica, Arial, sans-serif;
}

#box1 {
	width: 100%;
	float: left;
	background: url("images/box1back.jpg") repeat-x;
}

#splashwrap {
	width: 768px;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 115px; 
	background: url("images/header.jpg") no-repeat;
	float: left;
	position: relative;
}

.headerLogo { width: 160px; height: 87px; position:absolute; top: 15px; right: 0px; background: url(/images/HeaderLogo.jpg) no-repeat right center; }

#box2 {
	width: 100%;
	float: left;
	background: #000000;
	border: 1px solid white;
}

#box3 {
	width: 745px;
	margin: 0px auto;
}

#contentwrap {
	width: 100%;
	float: left;
	padding-top: 10px;
}

#content {
	background: url("images/splashcontentpic.jpg") no-repeat center;
	height: 342px;
	width: 100%;
}

#navwrap {
	width: 747px;
	height: 165px;
	float: left;
	background: url("images/splashnavback.jpg") no-repeat;
	margin: 10px 0;
}

.nav {
	list-style: none;
	margin: 9px 0 0 0 ;
	padding: 0px;
}

.nav li {
	float: left;
	width: 124px;
	text-align: center;
	margin: 0px;
}

.nav a {
	color:white;
	display:block;
	font-size:11px;
	text-decoration:none;
	width:100%;
	padding: 134px 0 0 5px;
	text-transform: uppercase;
}
/*
	.nav a[href] {
		background: url("images/splashnavany.jpg") no-repeat 15px 0px;
		}
		
	.nav a[href*="/?cf=mls/searchform"] {
		background: url("images/splashnavmls.jpg") no-repeat 15px 0px;
		}
		
	.nav a[href*="cr=featured"] {
		background: url("images/splashnavfeatured.jpg") no-repeat 15px 0px;
		}
		
	.nav a[href*="articles/default"] {
		background: url("images/splashnavbans.jpg") no-repeat 15px 0;
		}
		
	.nav a[href*="cf=local"] {
		background: url("images/splashnavlls.jpg") no-repeat 15px 0;
		}
		
	.nav a[href*="cf=about"] {
		background: url("images/splashnavabout.jpg") no-repeat 15px 0; 
		}
		
	.nav a[href*="cf=contact"] {
		background: url("images/splashnavcontact.jpg") no-repeat 15px 0;
		}	
		
	.nav a[href*="cf=mls/search&cr=TodaysNewListings%20/?cf=mls/search&cr=TodaysNewListings"] {
		background: url("images/splashnavnewonmarket.jpg") no-repeat 15px 0;
		}		
*/
.nav a:hover {
	text-decoration: underline;
}


.splashfeatured {
	background: url("images/splashnavfeatured.jpg") top center no-repeat;
}

.splashabout {
	background: url("images/splashnavabout.jpg") top center no-repeat;	
}

.splashbas {
	background: url("images/splashnavbas.jpg") top center no-repeat;
}

.splashmls {
	background: url("images/splashnavmls.jpg") top center no-repeat;
}

.splashlocal {
	background: url("images/splashnavlls.jpg") top center no-repeat;
}

.splashcontact {
	background: url("images/splashnavcontact.jpg") top center no-repeat;
	text-decoration:none;
}

#footer {
	width: 100%;
	height: 92px;
	float: left;
	color: white;
	font-style: italic;
	font-size: .8em;	
	margin-top: 5px;
}

.copyright {
	float: left;
}

.brand {
	float: right;
}