/*TYPOGRAPHY*/


h1 {
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
}

h2 {
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
}

h3 {
	font-size: 24px;
	font-weight: 300;
	color:#eaad41;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
	margin: 10px 0px;
}

ul {
	margin: 10px 0px;
}
li {
	list-style: inside url(../images/bullet.png);
	line-height: 24px;
	margin-left: 20px;
	font-size:12px;
	color:#FFF;
}
a {
	color: #f3a22c;
}
a:visted {
	color: #f3a22c;
}
a:hover {
	color: #f39000;
}
a:active {
	position: relative;
	top: 1px;
}


/*GENERAL*/


html {
	background: url(../images/background.gif) repeat-x #103b20;
}

a#logo {
	background: url(../images/logo.png) no-repeat;
	display: block;
	width: 250px;
	height: 139px;
	position: relative;
	z-index: 2;
}

div#container {
	background: url(../images/sun.png) no-repeat top center;
	width: 928px;
	margin: 0 auto;
	padding: 0px 16px;
	position:relative;
}

div#indexcontainer {
	width: 928px;
	margin: 0 auto;
	padding: 0px 16px;
	position:relative;
}

.clear {
	clear: both;
	height: 20px;
	position:relative;
	top:1px;
}

div#footer {
	border-top: 1px solid #FFF;
	position: relative;
	top: -290px;
	display: block;
}
div#footer.noposition {
	position:static;
}
div#footer a.rightside {
	margin-left: 300px;
}
	a.right {
		float: right;
	}


/*INDEX LAYOUT*/


div#flashbackground {
	background: url(../images/gallery_background.png) no-repeat;
	height: 338px;
	width: 500px;
	position:absolute;
	background-position:center;	
	top:390px;
	left:15px;
	margin-left: -20px;
	z-index: 2;
	*z-index: 0; /* IE 7 Hack */
}
div#flash {
	width: 464px;
	height: 300px;
	float: left;
}
div#background {
	background:url(../images/house.jpg) no-repeat;
	position: absolute;
	height:372px;
	width: 983px;
	top: 38px;
	left: -20px;
	z-index:1;
	*z-index:0;
}
div#indexcontent {
	background: url(../images/indexcontent.png) no-repeat;
	width: 424px;
	float: left;
	padding:10px 20px 0px;
	overflow: visible;
	position:relative;
	z-index:1;
}
	div#indexcontent p{
		line-height: 19px;
	}


/*INTERIOR LAYOUT*/


div#content {
	background: url(../images/content.gif) repeat-x #185930;
	position: relative;
	width: 585px;
	padding-left: 245px;
	padding-right: 30px;
	margin: 0px 34px;
	top: -290px;
	z-index: 1;
	border: 2px solid #0e341c;
	-webkit-box-shadow: 0px 1px 4px #000;
	-moz-box-shadow: 0px 1px 4px #000;
	box-shadow: 0px 1px 4px #000;
}

div#content h1 {
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	font-size: 45px;
	padding-top: 20px;
}

div#content h2 {
	color: #eaad41;
}


div#photo_frame {
	background:url(../images/interior_shots/photo_frame.png) no-repeat;
	width:348px;
	height:295px;
	float:right;
	margin-left:-60px;
	margin-bottom:-30px;
	position:relative;
	top:-40px;
	left:70px;
	z-index:2;
}
	img#photo {
		position:absolute;
		top:-18px;
		left:570px;
		z-index:1;
		
	}
	div#content div.nobottom {
		height: 255px;
	}
	#phone_number {
		float:right;
		clear:right;
		margin-top:0px;
		font-size:20px;
		font-weight: bold;
	}
		#phone_number span {
			color:#eaad41;
		}

.pullquotes {
	float:left;
	font-size: 22px;
	font-weight:500;
	width: 140px;
	margin: 7px 15px 5px 0px;
	text-align: right;
	color:#103b20;
	background-color: #FFF;
	padding: 5px 10px 10px 5px;
}
#googlemap {
	width:300px;
	float:left;
	margin-right: 20px;
}
.floatleft {
	float:left;
	padding-right: 20px;
}
.widthfix {
	width: 240px;
}
	#extramargin {
		margin-bottom: 10px;	
	}
.floatright {
	float:right;
	padding-left: 20px;
}

.no_list_style li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	line-height: 20px;
}
.icon {
	margin-left: 20px;
}
	li.icon a img {
		position: relative;
		top:3px;
		margin-left:20px;
	}
	li.icon a {
		text-decoration: none;
	}
a.icon {
	text-decoration: none;
	margin: 0;
}
a.icon img {
	position: relative;
	top:3px;
}
span h3 {
	float:left;
	width: 180px;
	margin-left: 20px;
	margin-top:-20px;
}

/* Blog Styles */
div#content div#sidebar {
	margin-top: 15px;
	width: 160px;
	float: right;
	border: 1px solid #000000;
	-webkit-box-shadow: 0px 1px 6px #000;
	background-color: #dea137;
	margin-bottom: 10px;
	margin-left: 15px;
}

div#content div#sidebar h2, div#content div#sidebar label, div#content #searchform label {
	color: #ffffff;
	font-size: 18px;
}

div#content div#sidebar a {
	color: #000000;
}

div#content div#sidebar ul {
	list-style: none;
}

div#content div#sidebar li {
	list-style: none;
}

#wp-calendar a {
	font-weight: bold;
}

#wp-calendar caption {
	text-align: center;
}

div#content .commentlist li {
	margin-top: 5px;
	list-style: none;
}

div#sidebar ul li ul li {
	margin-left:0px;
}
div#content.narrowcolumn div.post {
	margin-bottom: 40px;
}

/* CONTACT FORM */

form {
	margin: 0;
	padding: 0;
}

input[type="text"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.fieldstyle {
	border: 1px #999 solid;
	padding:0px;
	margin:0px;
}

.cform_name {
	width: 193px;
}

.cform_full {
	width: 398px;
}

.cform_city {
	width: 285px;
}

.cform_state {
	width: 23px;
}

.cform_zip {
	width: 58px;
}
.cform_spacer {
	width: 10px;
	height: 10px;
}

.cform_title {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
.cform_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 5px 0px;
}

.error {
	border: 3px solid #dea137;	
}
.smalllist {
	width: 210px;
	padding: 0px;
}
.largelist {
	width: 360px;
	padding: 0px;
}
img#building_brighter {
	position:absolute;
	top: 10px;
	margin-left:380px;
	z-index:100;
}
