/* CSS Document */
.cLogo {
	background-color: #001E67;
	width:265px; 
	height:162px; 
}
.cFooter{
	position:absolute;
	margin-left: -360px;
	width:720px;
	height:40px;
	z-index:2;
	top: 500px;
	left: 50%;
	background-image: url(footer.jpg);	
}
.contentArea{
	position:absolute;
	margin-left: -200px;
	width:400px;
	height:250px;
	top: 550px;
	left: 50%;
	background-color: #FFFFFF;

}
#cLogo {
	position:relative;
	width:265px; 
	height:162px; 
	z-index:1; 
	left: -55px; 
	top: -27px; 
	background: url(buttons/logoSplash2.jpg)
}
/*new Button*/
a.cssNew {
	display: block;
    background: url(buttons/newCSS.jpg) 0 0 no-repeat;
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	}
a.cssNew:hover {
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}
/*modern Button*/

a.cssModern {
	display: block;
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background: url(buttons/modernCSS.jpg) 0 0 no-repeat;
	}
a.cssModern:hover {
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}
/*condo Button*/
a.cssCondo {
	display:block;
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background: url(buttons/condoCSS.jpg) 0 0 no-repeat;
	}

a.cssCondo:hover {
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}
/*for sale Button*/

a.cssForSale {
	display:block;
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background: url(buttons/forsaleCSS.jpg) 0 0 no-repeat;
	}
a.cssForSale:hover {
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}
	/*press Button*/

a.cssPress {
	display:block;
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background: url(buttons/pressCSS.jpg) 0 0 no-repeat;
	}
a.cssPress:hover {
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}
/*remodel Button*/
a.cssRemodel {
	display:block;
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background: url(buttons/remodelCSS.jpg) 0 0 no-repeat;
	}

a.cssRemodel:hover {
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}
/*not modern Button*/
a.cssNotModern {
	display:block;
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background: url(buttons/notmodernCSS.jpg) 0 0 no-repeat;
	}

a.cssNotModern:hover  {
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}	
/*commercial Button*/
a.cssCommercial {
	display:block;
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background: url(buttons/commercialCSS.jpg) 0 0 no-repeat;
	}
a.cssCommercial:hover {
	width: 118px; 
	height: 127px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}	
/*flip gear Button*/

a.cssFlipGear {
	display:block;
	width: 118px; 
	height: 129px;
	margin: 0 20px 0 20px;
	background: url(buttons/flipgearCSS.jpg) 0 0 no-repeat;
	}
a.cssFlipGear:hover {
	width: 118px; 
	height: 129px;
	margin: 0 20px 0 20px;
	background-position: -118px 0px;
	}
	
/*surfin Button*/

a.cssSurfin {
	display:block;
	width: 158px; 
	height: 129px;
	margin: 0 0 0 0;
	background: url(buttons/surfinCSS.jpg) 0 0 no-repeat;
	}
a.cssSurfin:hover {
	width: 158px; 
	height: 129px;
	margin: 0 0 0 0;
	background-position: -158px 0px;
	}
	
body {
	background-color: #001E67;
	margin: 30px 0 0 0;
	background-image:url(backLine.jpg);
}

