body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4C4C4C;
	background-color: #4C4C4C;
	background-image: url(images/sect-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#container {
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 731px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
}
#footer {
	height: 59px;
	width: 784px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	position: relative;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FBD8B9;
	text-decoration: none;
}
#copyright {
	position: absolute;
	left: 29px;
	top: 24px;
}
#footer-links {
	position: absolute;
	left: 582px;
	top: 24px;
}
#body-inner {
	float: left;
	width: 532px;
	padding-right: 30px;
}
#side-bar {
	float: left;
	width: 169px;
}
.clear-floats {
	clear: both;
}
h1 {
	color:#F59139;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #F59139;
}
h3 {
	font-style: italic;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 8px;
}
#nav-container {
	width: 760px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
}
#flash {
	width: 784px;
	height: 238px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	width: 760px;
	height: 23px;
	background-image: url(images/nav.gif);
	position: relative;
	margin: 1px 0 0;
	padding: 0;
}
#nav li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
#nav li, #nav li a {
    height: 23px;
	display: block;
}

#link-home 					{ left: 0px;   width: 88px; }
#link-building-guide 		{ left: 88px;  width: 149px;}
#link-showcase 				{ left: 237px; width: 125px; }
#link-our-awards     		{ left: 362px; width: 142px;}
#link-our-team  			{ left: 504px; width: 123px; }
#link-contact-us			{ left: 627px; width: 133px; }

#link-home a:hover 				{ background: url(images/nav.gif) 0px -23px no-repeat;}
#link-building-guide a:hover 	{ background: url(images/nav.gif) -88px -23px no-repeat;}
#link-showcase a:hover 			{ background: url(images/nav.gif) -237px -23px no-repeat;}
#link-our-awards a:hover 		{ background: url(images/nav.gif) -362px -23px no-repeat;}
#link-our-team a:hover 			{ background: url(images/nav.gif) -504px -23px no-repeat;}
#link-contact-us a:hover 		{ background: url(images/nav.gif) -627px -23px no-repeat;}

#nav a span {
	display: none;
}

#nav-shadow {
	background-image: url(images/nav-shadow.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
}

#body-inner ul {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 15px;
}
#body-inner li {
	margin: 0px 0px 6px;
	padding: 0px 18px;
	background: url(images/list-icon.gif) no-repeat 3px 3px;
	list-style-type: none;
}
a {
	color: #F59139;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
fieldset {
	background-color: #F4F4F4;
	border: 1px solid #A0A0A0;
	position: relative;
	margin-top:1em;
	padding-top:.75em;
}
legend {
	font-weight: bold;
	position:absolute;
	top: -.5em;
	margin-left: 5px;
	padding-left: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 2px; 
	color: #4C4C4C;
}
fieldset p {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.cta {
	margin-bottom: 15px;
}
.sect-nav {
	margin-bottom: 15px;
}
.cta-leading-brand-partners {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
blockquote {
	background: url(images/quote-start.gif) no-repeat 0px 5px;
	margin: 0px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#body-inner blockquote {
	background: url(images/quote-start.gif) no-repeat 0px 5px;
	margin: 0px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
blockquote p {
	margin-bottom: 0px;
	padding: 3px 16px 0px;
}
#body-inner blockquote p {
	margin-bottom: 0px;
	padding: 1ex 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	margin-right: 8px;
}
blockquote cite {
	display: block;
	padding-top: 8px;
	font-weight: bold;
	font-style: normal;
	padding-left: 16px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(images/quote-end.gif);
	background-repeat: no-repeat;
	background-position: 142px 0px;
}
#body-inner blockquote cite {
	display: block;
	padding-top: 5px;
	font-weight: bold;
	font-style: normal;
	padding-left: 16px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin: 0px;
	background-image: none;
	text-align: right;
}
#sect-header {
	background-image: url(images/sect-logo.gif);
	background-repeat: no-repeat;
	height: 143px;
	width: 784px;
	position: relative;
}
.sect-header-image {
	position: absolute;
	left: 494px;
	top: 0px;
}
#sect-title {
	position: absolute;
	left: 280px;
	top: 76px;
	width: 214px;
	height: 25px;
}
.sect-t-building-guide { background-image: url(images/sect-t-building-guide.gif); background-repeat: no-repeat; }
.sect-t-projects { background-image: url(images/sect-t-projects.gif); background-repeat: no-repeat; }
.sect-t-showcase { background-image: url(images/sect-t-showcase.gif); background-repeat: no-repeat; }
.sect-t-faq { background-image: url(images/sect-t-faq.gif); background-repeat: no-repeat; }
.sect-t-photo-gallery { background-image: url(images/sect-t-photo-gallery.gif); background-repeat: no-repeat; }
.sect-t-resources { background-image: url(images/sect-t-resources.gif); background-repeat: no-repeat; }
.sect-t-news { background-image: url(images/sect-t-news.gif); background-repeat: no-repeat; }
.sect-t-about-us { background-image: url(images/sect-t-about-us.gif); background-repeat: no-repeat; }
.sect-t-our-awards { background-image: url(images/sect-t-our-awards.gif); background-repeat: no-repeat; }
.sect-t-our-team { background-image: url(images/sect-t-our-team.gif); background-repeat: no-repeat; }
.sect-t-team-dj-hewitt-racing { background-image: url(images/sect-t-team-dj-hewitt-racing.gif); background-repeat: no-repeat; }
.sect-t-business-partners { background-image: url(images/sect-t-business-partners.gif); background-repeat: no-repeat; }
.sect-t-customer-references { background-image: url(images/sect-t-customer-references.gif); background-repeat: no-repeat; }
.sect-t-contact-us { background-image: url(images/sect-t-contact-us.gif); background-repeat: no-repeat; }
.sect-t-site-map { background-image: url(images/sect-t-site-map.gif); background-repeat: no-repeat; }
.sect-t-privacy-policy { background-image: url(images/sect-t-privacy-policy.gif); background-repeat: no-repeat; }
.sect-t-disclaimer { background-image: url(images/sect-t-disclaimer.gif); background-repeat: no-repeat; }
.sect-t-copyright { background-image: url(images/sect-t-copyright.gif); background-repeat: no-repeat; }


.sect-t-hill-homes { background-image: url(images/sect-t-hill-homes.gif); background-repeat: no-repeat; }
.sect-t-pools	 	{ background-image: url(images/sect-t-pools.gif ); background-repeat: no-repeat; }

#sect-title-double-line {
	position: absolute;
	left: 280px;
	top: 69px;
	width: 214px;
	height: 44px;
}
.sect-t-featured-projects { background-image: url(images/sect-t-featured-projects.gif); background-repeat: no-repeat; }
.sect-t-latest-showcase 	{ background-image: url(images/sect-t-latest-showcase.gif); background-repeat: no-repeat; }
.sect-t-recently-completed-projects { background-image: url(images/sect-t-recently-completed-projects.gif); background-repeat: no-repeat; }
.sect-t-archived-projects { background-image: url(images/sect-t-archived-projects.gif); background-repeat: no-repeat; }

.sect-t-architectural-homes		{ background-image: url(images/sect-t-architectural-homes.gif); background-repeat: no-repeat; }
.sect-t-alterations-extensions	{ background-image: url(images/sect-t-alterations-extensions.gif); background-repeat: no-repeat; }
.sect-t-kitchens-bathrooms		{ background-image: url(images/sect-t-kitchens-bathrooms.gif); background-repeat: no-repeat; }
.sect-t-recently-completed-work	{ background-image: url(images/sect-t-recently-completed-work.gif); background-repeat: no-repeat; }





#sect-title span, #sect-title-double-line span {
	display: none;
}
.photo-border {
	padding: 4px;
	border: 1px solid #E0E0E0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.photo-border-vertical {
	padding: 4px;
	border: 1px solid #E0E0E0;
	margin-top: 5px;
	margin-left: 45px;
	margin-right: 46px;
	margin-bottom: 5px;
}
.avatar-link a {
	color: #737373;
	text-decoration: none;
}
.avatar-link a:hover {
	color: #999999;
	text-decoration: none;
}
input.text, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.form-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.crumbs {
	font-size: 11px;
	color: #F59139;
	margin-top: 0px;
	margin-bottom: 12px;
}
.photo-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sub-nav-container {
	margin-bottom: 20px;
}
#sub-nav-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	width: 167px;
}
#sub-nav-container ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}
#sub-nav-container li.parent-item a {
	display: block;
	color: #F59139;
	font-weight: bold;
	background-image: url(images/sub-menu-bg.gif);
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor:default;
}

#sub-nav-container a:hover {
	color: #F59139;
}

#sub-nav-container a {
	display: block;
	color: #fff;
	font-weight: normal;
	background-image: url(images/sub-menu-bg2.gif);
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#sub-nav-container .active-item a {
	color: #F59139;
}
#sub-nav-container .active-item .sub-menu a {
	color:#fff;
} 
#sub-nav-container .active-item .sub-menu a:hover {
	color: #F59139;	
}

.photo-caption {
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 246px;
}
.photo-caption-right {
	float: right;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 256px;
}
.logos {
	float: left;
	height: 91px;
	width: 167px;
	margin-right: 10px;
	margin-bottom: 8px;
	border:none;
}
.sidebar-cta {
margin-bottom:15px;
border:none;
}

.required {
color:red;
font-size:15px;
}

.project-intro {
float:left;
width:246px;
margin:0 10px 10px 0;
}

.project-intro a, .project-intro a img {
border:none;
}
.project-intro a:hover span {
color:#F59139;
}

.project-intro span {
background:#000000;
color:#FFFFFF;
display:block;
font-size:11px;
font-weight:bold;
height:30px;
line-height:30px;
position:relative;
text-indent:15px;
width:246px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=75);
-moz-opacity: 0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
margin-top:-30px;
}