@charset "utf-8";
/*
	Base CSS Document
	Van Scott Builders
	Scott Cranfill, Stratejus Marketing
	http://www.stratejus.com/
*/


/* === COMMON ELEMENTS === */

/* Standardizes rendering for common elements across browsers. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Sets global properties for each page. */
body {
	background: #FFF url('images/body_bg.jpg') no-repeat center top;
	color: #000;
	font: 62.5% Verdana, Arial, sans-serif;
	line-height: 2em;
}
h1 {
	color: #600;
	font-size: 3.0em; line-height: 1;
	font-style: italic;
	font-weight: 300;
}
h2 {
	font-size: 1.8em;
	font-style: italic;
}
h2 span.location {
	color: #666;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
.right {
	float: right;
	margin: 0 0 2em 2em;
	border: none;
}
.right.overhang {
	margin-right: -194px;
}
p, li {
	font-size: 1.2em;
}
p, h1, h2, h3, h4, ul {
	margin: 0 0 20px;
}


/* === LINK STYLING === */

a {
	text-decoration: none;
}
a:link {
	color: #800000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #336;
	text-decoration: none;
}
a:active {
	color: #336;
}
a img {
	border: none;
}
a.readMore {
	font-style: italic;
}


/* === PAGE STRUCTURE === */

div {
	margin: 0; padding: 0;
}
div#container {
	background: #C0C0C0;
	width: 960px;
	margin: 0 auto 20px;
	-webkit-border-bottom-right-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
	overflow: auto;
}
div#header {
	height: 23px;
	padding-left: 200px;
	background: #590000 url(images/sidebar_bg.gif) repeat-y;
}
#primaryNav li:hover, #primaryNav li.hover {  
	position: relative;  
} 
#primaryNav, #primaryNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#primaryNav a {
	display: block;
	width: 182px;
	height: 15px;
	padding: 4px;
	background: #590000;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#primaryNav a:hover {
	text-decoration: none;
}
#primaryNav li { /* all list items */
	width: 190px; /* width needed or else Opera goes nuts */
	float: left;
	font-size: 1.0em;
}
/*
#pNav1, #pNav2, #pNav3 {
	text-indent: -999em;
}
#pNav1 {
	background: #590000 url(images/custom_homes.png) center center no-repeat;
}
#pNav2 {
	background: #590000 url(images/remodeling_additions.png) center center no-repeat;
}
#pNav3 {
	background: #590000 url(images/home_renovations.png) center center no-repeat;
}
*/
#primaryNav li ul { /* second-level lists */
	position: absolute;
	width: 190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 2000;
}
#primaryNav li ul a { /* second-level and above links */
	padding: 2px;
	padding-top:4px;
	background: #FFF;
	border: 1px solid #590000;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
}
#primaryNav li ul a:hover { /* second-level and above link hover states */
	background: #999;
	color: #FFF;
	text-decoration: none;
}
#primaryNav li ul a.flyOut {
	background: #FFF url(images/flyout_arrow.gif) right center no-repeat;
}
#primaryNav li ul a.flyOut:hover {
	background: #999 url(images/flyout_arrow.gif) right center no-repeat;
}
#primaryNav li ul ul { /* third-and-above-level lists */
	margin: -21px 0 0 190px;
}
#primaryNav li:hover ul ul, #primaryNav li.sfhover ul ul {
	left: -999em;
}
#primaryNav li:hover ul, #primaryNav li li:hover ul, #primaryNav li.sfhover ul, #primaryNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#primaryNav li ul#reno a {
	width: 190px;
}
div#main {
	min-height: 744px;
	padding: 0 0 70px;
	margin: 0;
	position: relative;
	background: #FFF url(images/sidebar_bg.gif) repeat-y;
}
div#content {
	width: 700px;
	float: right;
	margin: 0; padding: 30px;
}
div#main-content {
	width: 486px;
	margin: 0 20px 0 0;
	float: left;
}
div#leftCol {
	width: 310px;
	float: left;
	margin: 0; padding: 0 10px 16px 0;
}
div#rightCol {
	width: 350px;
	float: right;
	margin: 0; padding: 0 0 16px 10px;
}
#rightCol img {
	display: block;
	margin-bottom: 16px;
}
div#feature-bar {
	width: 160px; min-height: 342px;
	padding: 0 17px 0 16px;
	border-left: 1px solid #C0C0C0;
	margin: 0 0 0 20px;
	float: right;
	clear: right;
}

div.image img {
	display: block;
}
.captioned p {
	margin-top: 10px;
	color: #666;
	font-style: italic;
	font-size: 1.3em;
}

div#sidebar {
	width: 200px;
	float: left;
	margin: 0; padding: 0;
	color: #FFF;
}
#sidebar div.block {
	width: 160px;
	margin: 0 auto 12px;
	font-size:1.1em;
}
ul#secondaryNav {
	width: 200px; height: 154px;
	position: relative;
	margin: 0 0 14px 0; padding: 0;
	/*background: url(images/left_menu_sprite.png) no-repeat;*/
	list-style: none;
}
#secondaryNav li {
	/*position: absolute;
	left: 0;*/
	margin: 0; padding: 0;
	font-size: 1.0em; line-height: 16px;
	text-transform: uppercase;
}
#secondaryNav a {
	display: block;
	width: 150px; height: 16px;
	padding: 2px 25px;
	border-top: 1px solid #7B0000;
	border-bottom: 1px outset #370000;
	font-size: 1.1em;
	/*text-indent: -999px;*/
}
#secondaryNav a:link,
#secondaryNav a:visited {
	color: #FFF;
	font-weight: bold;
}
#secondaryNav a:hover,
#secondaryNav a:focus,
#secondaryNav a:active {
	padding: 0 22px;
	border: 3px inset #9E9FA0;
	background: #9E9FA0;
	color: #590000;
}
/*
#sNav1 {
	top: 0;
}
#sNav2 {
	top: 22px;
}
#sNav3 {
	top: 44px;
}
#sNav4 {
	top: 66px;
}
#sNav5 {
	top: 88px;
}
#sNav6 {
	top: 110px;
}
#sNav7 {
	top: 132px;
}
#sNav1 a:hover {
	background: url(images/left_menu_sprite.png) -200px 0 no-repeat;
}
#sNav2 a:hover {
	background: url(images/left_menu_sprite.png) -200px -22px no-repeat;
}
#sNav3 a:hover {
	background: url(images/left_menu_sprite.png) -200px -44px no-repeat;
}
#sNav4 a:hover {
	background: url(images/left_menu_sprite.png) -200px -66px no-repeat;
}
#sNav5 a:hover {
	background: url(images/left_menu_sprite.png) -200px -88px no-repeat;
}
#sNav6 a:hover {
	background: url(images/left_menu_sprite.png) -200px -110px no-repeat;
}
#sNav7 a:hover {
	background: url(images/left_menu_sprite.png) -200px -132px no-repeat;
}
*/
#sidebar a {
	color: #F00;
}
#sidebar p {
	font-size: 1.0em;
}
#main hr {
	clear: both;
	margin: 0; padding: 0;
	visibility: hidden;
}
div#footer {
	width: 720px;
	padding: 20px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	border-bottom-right-radius: 18px;
	float: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #C0C0C0;
	color: #666;
	font-weight: bold;
}
#footer img {
	float: right;
}
#footer p {
	margin: 0;
	font-size: 1.1em;
}

li li {
	font-size: 1.0em !important;
}
#footer-nav {
	width: 900px;
	margin: 20px auto;
	overflow: auto;
}
#footer-nav ul {
	margin: 0; padding: 0;
	list-style: none;
}
#footer-nav ul li {
	width: 210px;
	margin-left: 20px;
	float: left;
	font-size: 1.4em; line-height: 24px;
	font-weight: bold;
}
#footer-nav ul li:first-child {
	margin-left: 0;
}
#footer-nav ul li li {
	margin: 0;
	float: none;
	font-weight: normal;
}
#footer-nav li.about,
#footer-nav li.about li {
	width: 150px;
}
#footer-nav li.homes,
#footer-nav li.homes li {
	width: 270px;
}

div#content div.site {
	clear: both;
	padding: 12px 0;
	border-bottom: #999 1px solid;
}
.site img {
	margin-left: 3.2em;
}

blockquote {
	margin: 16px; padding: 22px 44px 16px;
	background: #D4D4D4 /*url(images/quote.gif) no-repeat*/;
	position:relative;
}
blockquote p {
	z-index:9000;
}
.leftQuote {
	position:absolute;
	left:0;
	top:0;
	width:35px;
	height:35px;
	background: url(images/quote.gif) no-repeat;
	z-index:90;
}
.rightQuote {
	position:absolute;
	right:0;
	bottom:0;
	width:35px;
	height:35px;
	background: url(images/quote.gif) -465px no-repeat;
	z-index:90;
}

table#projectIndex {
	margin: 0 0 16px 0;
}
#projectIndex th {
	padding: 5px;
	border-bottom: 2px groove #333;
	color: #999;
	font-size: 1.4em;
}
#projectIndex td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	font-size: 1.2em;
	line-height: 140%;
	vertical-align: top;
}
.city {
	display: block;
	font-style: italic;
}
h1 .city {
	margin-top: 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
	line-height: 1.4em;
}
#portfolio h2 {
	margin: 18px 0 8px;
}
#portfolio h3 {
	margin-bottom: 5px;
	font-style:italic;
	color:#5a0000;
}
#portfolio #col1 {
	width:49%;
	float:left;	
}
#portfolio #col2 {
	width:48%;
	margin-left:3%;
	float:left;	
}
#portfolio #col1 div, #portfolio #col2 div {
	display:block;
}
#portfolio #col1 div img, #portfolio #col2 div img {
	float:left;
	margin-right:8px;
}
#portfolio span {
	font-style:italic;
}
#portfolio span a {
	color:#000 !important;
}
#portfolio span a:hover {
	color:#5a0000 !important;
}
#portfolio #portfolioInstructions p {
	top:450px;
	right:30px;
	margin:0;
	padding:0;
	position:absolute;
	float:right;
	color:#5a0000;
	font-style:italic;
}
#flashContent { width:100%; height:100%; margin-bottom:40px; }

img.galleryImg {
	float: left;
	margin: 0 12px 12px 0;	
}
