/* *************************** 
  Site - stonecutters Ridge
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
.house_description a {
 font-weight:bold;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/ 
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	background:#00618a url(../images/bg_splashpage.png) top repeat-x;;
}

* html #container{height:100%;}/* ie6 and under*/
#container{
	text-align:left;
	width:924px;
	margin:0 auto;
	min-height:100%;
	background:url(../images/bg_container.png) repeat-y;
	 }
#container_splash{
	text-align:left;
	width:924px;
	margin:0 auto;
	min-height:100%;
	 }
#container_inner{
	width:924px;
	margin:0 auto;
	background:url(../images/bg_content_inner.png) top no-repeat;
	overflow:hidden;
	}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	background:url(../images/bg_header.png) no-repeat;
	width:924px;
	height:149px;
	margin:0 auto;
	position:relative;
	
}
#header h1{
	position:absolute;
	right:24px;
	bottom:13px;
	width:211px;
	height:27px;
	}
#header h1 a{
	background:url(../images/bg_logo.png) no-repeat;
	width:211px;
	height:27px;
	text-indent:-9999px;
	outline-style:none;
	display:block;	
}
/* *************************** 
   $4 Content Styles
   ***************************/
#content_splash{
	width:924px;
	margin:0 auto;
	height:763px;
	overflow:hidden;
	background:url(../images/bg_splash_content.jpg) left top no-repeat;
	}
#content_splash #maincontent{
	float:left;
	width:480px;
	padding-top:85px;
	}
#content_splash #maincontent h1{
	background:url(../images/bg_h1.png) no-repeat;
	width:400px;
	height:215px;
	text-indent:-9999px;
	outline-style:none;
	margin-bottom:27px;
	}
#content_splash #maincontent h2{
	background:url(../images/bg_h2.png) no-repeat;
	width:486px;
	height:38px;
	text-indent:-9999px;
	outline-style:none;
	margin-bottom:48px;
	}
#content_splash #maincontent h3{
	text-indent:-9999px;
	outline-style:none;
	background:url(../images/bg_h3.png) no-repeat;
	height:36px;
	width:100%;
	margin-bottom:24px;
	}
#content_splash #maincontent p{
	font-size:14px;
	color:#fff;
	line-height:20px;
	padding-right:25px;
	padding-bottom:22px;
	}
#maincontent .maincontent_bottom{
	width:100%;
	border-top:#fff 1px solid;
	padding-top:26px;
	}
a.logo_button{
	float:right;
	}
#content {
	background:url(../images/bg_content.png) repeat-y;
	width:924px;
	margin:0 auto;
	overflow:hidden;
	padding-top:19px;
    }
#content #maincontent{
	width:566px;
	float:left;
	padding-bottom: 20px;
	}
#content #disclaimer{
	width:566px;
	float:left;
	padding-bottom: 20px;
	font:10px Arial, Helvetica, sans-serif;
	}
.house{
	width:564px;
	border:#00628b 1px solid;
	overflow:hidden;
	margin-bottom:34px;
	}
.house_left{
	float:left;
	padding:10px 12px 10px 10px;
	width:242px;
	}
.house_description{
	float:left;
	width:292px;
	padding-top:6px;
	}
#maincontent .house_description h3{
	color:#00628b;
	font-weight:normal;
	font-size:24px;
	padding-bottom:24px;
	}
#maincontent .house_description h3 span{
	display:block;
	font-size:18px;
	line-height:19px;
	}
#maincontent .house_description p{
	line-height:16px;
	}
.house ul{
	width:544px;
	margin:0 10px;
	border-bottom:#00628b 1px solid;
	border-top:#00628b 1px solid;
	overflow:hidden;
	clear:both;
	padding-top:11px;
	padding-bottom:11px;
	}
.house ul li{
	float:left;
	padding-right:50px;
	text-align:center;
	}
.house ul .last{
	padding:0;
	}
.house ul li span{
	display:block;
	color:#5e6367;
	padding-top:3px;
	
	}
.total{
	padding-right:10px;
	width:554px;
	text-align:right;
	font-size:24px;
	color:#00628b;
	padding-top:10px;
	padding-bottom:10px;
	}
#maincontent_inner{
	margin-left:2px;
	width:562px;
	text-align:left;
	border:#00628b 1px solid;
	}
.maincontent_top{
	padding-top:19px;
	margin-bottom:8px;
	padding-left:18px;
	width:490px;
	padding-bottom:10px;
	}
.maincontent_top h2{
	font-size:24px;
	font-weight:normal;
	color:#00618a;
	padding-bottom:6px;
	}
.item{
	padding-left:18px;
	width:490px;
	padding-bottom:47px;	
	}
.item p,.maincontent_top p{
	line-height:16px;
	padding-bottom:7px;
	}
.item img{
	margin-bottom:5px;
	}
.item span{
	display:block;
	padding-top:2px;
	}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#content_splash #sidebar{
	float:left;
	padding-left:50px;
	width:340px;
	padding-top:89px;
	}
#content_splash #sidebar .buttons li{
	padding-bottom:55px;
	}
#content #sidebar{
	padding-left:32px;
	float:left;
	padding-right:10px;
	width:282px;
	}
#content #sidebar .buttons li{
	margin-bottom:36px;
	}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {

	
}

