
/* 
	Stoneworks
	
	Created 4.16.08

	Dan Clark

*/

body {
	background-color:#F7F6F4;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#999999;
	margin: 0px;
	padding: 0;
}

#wrapper {
	width:700px;
	min-height:600px;

	margin: 0px auto;
	padding: 0 25px;	
	
	
	background-color:#FFFFFF;
	
	
	border-left: #CBC2B7 1px solid;
	border-bottom: #CBC2B7 1px solid;
	border-right: #CBC2B7 1px solid;
	
}

#banner {
	position: relative;
	width:221px;
	height:158px;

	background-color: #ffffff;
 	background-image:url(/images/banner.gif);
	
    margin-left: auto;
    margin-right: auto;
	
	padding: 0;
}

#home_picture {
	background-image:url(/images/home.gif);
	width: 700px;
	height: 367px;
	
	background-color:#FFFFFF;
}

#resident_banner {
	background-image:url(/images/resident.gif);
	width:700px;
	height:65px;
	border-bottom: #FFFFFF solid 1px;
	}

#contact_banner {
	background-image:url(/images/contact.gif);
	width:700px;
	height:65px;
	border-bottom: #FFFFFF solid 1px;
	
	
}

#about_banner {
	background-image:url(/images/about.gif);
	width:700px;
	height:65px;
	border-bottom: #FFFFFF solid 1px;
	
	
}

#commercial_banner {
	background-image:url(/images/commercial.gif);
	width:700px;
	height:65px;
	border-bottom: #FFFFFF solid 1px;
	
}

#resident_picture {
	/* background-image:url(/images/resident_picture.gif); */
	height: 425px;
	width:700px;	
}

#resident_picture .resident_pictureContent {
	position:relative;
	float: left;
	left: 48px;
	top: 403px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
}

#resident_picture .resident_pictureContent2 {
	position:relative;
	float: right;
	right: 48px;
	top: 403px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

/* Generic */
a:link 		{ color: #968774; text-decoration:none; }
a:visited 	{ color: #968774; text-decoration:none; }
a:hover 	{ color: #000000; text-decoration:none; }


/* Main */

#navMain a:link 	{ color: #CBC2B7; text-decoration:none; margin-right: 10px; margin-left:10px;}
#navMain a:visited 	{ color: #CBC2B7; text-decoration:none; margin-right: 10px; margin-left:10px}
#navMain a:hover 	{ color: #FFFFFF; text-decoration:underline; margin-right: 10px; margin-left:10px}

#navMain {
	position:relative;
	width:700px;
	height:24px;

    text-align: center;
	font-size:11px;
	background-color:#212123;
	border-top: #FFFFFF 1px solid;
}



.navContent {
	position:relative;
	font-size:11px;
	padding-top: 5px;
}


#mainContent {
	position:relative;
	font-size:12px;
	padding: 22px 48px;
	color:#212123;
}


#footer {
	position:relative;
	height:30px;
	background-color:#CBC2B7;
	margin: 0px;
	clear: both;
	
	border-top: 5px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	
	
}

#footer .inside {
	position:relative;
	padding: 7px 48px;
	font-size:11px;
	color:#FFFFFF;
	
	/* border: 1px solid #ff0000; */
}

#footer .footerContent {
	position:relative;
	float:left;
	font-size:10px;
	color:#FFFFFF;
}

#footer .footerContent2 {
	position:relative;
	float:right;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
}






h1 {
	color:#212123;
	font-size:14px;
}