/* CSS Document */
.cLogo {
	background-color: #001E67;
	width:265px; 
	height:162px; 
}
.cFooter{
	position:absolute;
	margin-left: -450px;
	width:900px;
	height:40px;
	z-index:1;
	top: 482px;
	left: 50%;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 3.5em;
	color:#CCCCCC;
	background-image: url(backSplash2.jpg);
	
}
.contentArea{
	position:absolute;
	margin-left: -200px; 
	width:400px; 
	height:250px;  
	top: 550px;
	left: 50%;

}
#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-image: url(buttons/backSplash2.jpg);
	background-repeat:repeat-x;
	background-color: #001E67;
	margin: 30px 0 0 0;
	cursor:pointer;
	cursor:hand;
	
}

