/* BASIC STYLES
------------------------------------------------------*/
body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border-top: 6px solid #cec0b6;
}
	
h1, h2, h3, h4 {
	font-family: Georgia, sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
}
	
h1 {
	font-size: 24px;
}
	
h2 {
	font-size: 20px;
}
	
h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px 0;
	color: #543019;
}
	
h4 {
	font-size: 14px;
margin: 0 0 10px 0;
}
h5 {
font-weight: bold;
}
	
p {
	color: #000;
	margin: 0 0 20px 0;
	font-family: Verdana, sans-serif;
}

p.quote {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
border-top: 1px solid #cec0b6;
border-bottom: 1px solid #cec0b6;
color: #543019;
padding: 10px 0;
width: 200px;
float: right;
margin: 20px 0 20px 20px;
}

p.quote a {
float: right;
margin: 5px 0;}
	
strong {
	font-weight: bold;
}
	
a {
	color: #db5e2c;
}
	
a:hover {
	color: #000;
}
		
hr {
	display: none;
}
	
ul {
	list-style-image: url(/images/bullet.gif);
	margin: 10px 0 20px 17px;
}

li {
	margin: 0 0 5px 0;
}
	
em {
	font-style: italic;
}

blockquote {
	border-top: 1px solid #dfe7eb;
	border-left: 1px solid #dfe7eb;
	padding: 10px 0 0 10px;
}

img.callout {
	margin: 0 10px 0 0;
}

img.wrap_left {
float: left;
}

img.wrap_right {
float: right;
}

/* Forms ------------------------------*/

form {
	margin: 20px 0 0 0;
}

form p {
	margin: 0 0 15px 0;
}

legend {
	font-size: 14px;
font-family: Georgia, serif;
font-style: italic;
background: #fff;
padding: 3px 5px;
border: 1px solid #cec0b6;
}

label {
}

label.zemRequired { font-weight: bold; }

fieldset {
background: #f9f0ea;
border-top: 1px solid #cec0b6;
border-bottom: 1px solid #cec0b6;
padding: 10px;
}

fieldset#contactinfo label {
display: block;
float: left;
width: 120px;
text-align: right;
padding: 5px 15px 0 0;
}

fieldset#contactinfo p {
margin: 0;
}

ul.zemError {
color: #ab0a0a;
}

div.zemThanks {
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
line-height: 22px;
background: #543019;
color: #fff;
padding: 20px;
border: 1px solid #cec0b6;
margin: 0 0 20px 0;
}

input {
	padding: 2px;
font-family: Verdana, sans-serif;
font-size: 11px;
}

textarea {
	padding: 2px;
font-family: Verdana, sans-serif;
font-size: 11px;
padding: 3px;
}

select {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 2px;
}

input.button {
	width: 100px;
	background: #543019;
	color: #fff;
	border-top: 2px solid #77533b;
	border-left: 2px solid #77533b;
	border-bottom: 2px solid #321a0b;
	border-right: 2px solid #321a0b;
}

input.button:focus {
	background: #321a0b;
}

input.checkboxed {
	width: 15px;
	margin: 0;
}
		
/* CONTAINERS
------------------------------------------------------*/
div#canvas {
	width: 775px;
	margin: 0 auto 1px 0;
	background: url(/images/canvas_bg.gif) repeat-y;
	float: left;
}

div.center {
	width: 775px;
	margin: 0 auto;
}

div#left {
	width: 268px;
	background: url(/images/left_bg.gif) repeat-x;
	float: left;
}

div#left h1 a {
	background: url(/images/jsb_logo.gif) no-repeat;
	display: block;
	width: 267px;
	height: 93px;
	text-indent: -9999px;
	margin: 0 0 30px 0;
}

div#right {
	width: 507px;
	float: left;
	background: url(/images/right_bg.gif) no-repeat;
}

div#main_contentbox {
	padding: 0 20px 15px 20px;
}

/* NAVIGATION
------------------------------------------------------*/
ul#navigation {
	font-family: Georgia; serif;
	padding: 0 30px;
	margin: 0;
	font-size: 16px;
}

ul#navigation li {
	list-style-image: none;
}

ul#navigation li a {
	color: #543019;
	text-decoration: none;
	border-bottom: 1px solid #bcab9f;
	display: block;
	padding: 5px 0;
}

ul#navigation li a:hover, ul#navigation li a.selected {
	color: #000;
	background: url(/images/nav_hoverbg.gif) no-repeat right bottom;
}

ul#navigation ul {
	font-style: italic;
	font-size: 12px;
	margin: 5px 0 0 0;
}

ul#navigation ul li {
}

ul#navigation ul li a {
	background: url(/images/bullet_nav.gif) no-repeat left;
	padding: 0 0 0 12px;
	border: none;
}

ul#navigation ul li a:hover {
	background: url(/images/bullet_nav_hover.gif) no-repeat left;
}

ul#navigation ul li a.subselect {
	background: url(/images/bullet_nav_hover.gif) no-repeat left;
color: #000;
}

div#project_login {
	padding: 10px 0;
	margin: 10px 20px 10px 30px;
	border-top: 1px solid #bcab9f;
	border-bottom: 1px solid #bcab9f;
width: 205px;
}

div#project_login h2 {
	font-style: italic;
	color: #543019;
	font-size: 14px;
}

div#project_login p {
	color: #fff;
	font-size: 10px;
	margin: 0;
}

div#project_login form {
	margin: 0;
}

div#project_login input {
	margin: 3px 0;
	color: #696969;
	font-size: 11px;
	width: 175px;
}

div#project_login input.button {
	color: #fff;
	width: 120px;
}

p.promise_seal {
text-align: center;
margin: 18px 0 18px 0;
}

/* CONTENT
------------------------------------------------------*/

/* HEADERS ----------------------*/

div#right h2 {
	text-indent: -9999px;
	width: 507px;
	height: 198px;
	margin: 0 0 20px 0;
}


body#home div#right h2 {
	background: url(/images/hd_loveable.jpg) no-repeat;
}

body#company div#right h2 {
	background: url(/images/hd_company.jpg) no-repeat;
height: 228px;
}


body#difference div#right h2 {
	background: url(/images/hd_difference.jpg) no-repeat;
	height: 243px;
}

body#services div#right h2 {
	background: url(/images/hd_services.jpg) no-repeat;
}

body#services div#right h2.hd_kitchens {
	background: url(/images/hd_kitchens.jpg) no-repeat;
}

body#services div#right h2.hd_bathrooms {
	background: url(/images/hd_bathrooms.jpg) no-repeat;
}
body#services div#right h2.hd_basement {
	background: url(/images/hd_basement.jpg) no-repeat;
}
body#services div#right h2.hd_suite {
	background: url(/images/hd_suite.jpg) no-repeat;
}
body#services div#right h2.hd_porches {
	background: url(/images/hd_porches.jpg) no-repeat;
}
body#services div#right h2.hd_additions {
	background: url(/images/hd_additions.jpg) no-repeat;
}
body#services div#right h2.hd_wholehouse {
	background: url(/images/hd_wholehouse.jpg) no-repeat;
}
body#services div#right h2.hd_exterior {
	background: url(/images/hd_exterior.jpg) no-repeat;
}
body#services div#right h2.hd_windows {
	background: url(/images/hd_window.jpg) no-repeat;
}

body#resources div#right h2 {
	background: url(/images/hd_resources.jpg) no-repeat;
}
body#services div#right h2.hd_interior {
	background: url(/images/hd_design.jpg) no-repeat;
}

body#gallery div#right h2 {
	background: url(/images/hd_gallery.jpg) no-repeat;
height: 245px;
}

body#gallery div#right h2.hd_kitchens {
	background: url(/images/hd_gal_kitchens.jpg) no-repeat;
}

body#gallery div#right h2.hd_bathrooms {
	background: url(/images/hd_gal_bathroom.jpg) no-repeat;
}

body#gallery div#right h2.hd_basement {
	background: url(/images/hd_gal_basement.jpg) no-repeat;
}

body#gallery div#right h2.hd_suite {
	background: url(/images/hd_gal_suite.jpg) no-repeat;
}

body#gallery div#right h2.hd_additions {
	background: url(/images/hd_gal_additions.jpg) no-repeat;
}

body#gallery div#right h2.hd_exterior {
	background: url(/images/hd_gal_exterior.jpg) no-repeat;
}

body#gallery div#right h2.hd_porches {
	background: url(/images/hd_gal_porches.jpg) no-repeat;
}

body#gallery div#right h2.hd_wholehouse {
	background: url(/images/hd_gal_wholehouse.jpg) no-repeat;
}

div.leadin p {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin: 0 80px 30px 80px;
}

body#home div#main_contentbox h3 {
	text-align: center;
	background: url(/images/h3_bg.gif) no-repeat bottom;
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 18px;
}

div#main_contentbox h3 {
	text-align: center;
	background: url(/images/h3_bg.gif) no-repeat bottom;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0;
	font-size: 18px;
}

div.column {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
}

div.column p {
	margin: 10px 0 0 0;
	color: #696969;
}

div.column ul {
	line-height: 14px;
}

/* NEWS
------------------------------------------------------*/
.newsdate { color: #696969; }


/* CONTACT
------------------------------------------------------*/
div#googlemap { float: right; }
div#address { float: left; }
div#requestinfo { clear: both; margin: 40px 0 0 0; }


/* TESTIMONIALS
------------------------------------------------------*/
div.testimonials {
border-top: 1px solid #543019;
border-bottom: 1px solid #543019;
color: #543019;
font-family: Georgia, serif;
font-style: italic;
padding: 20px 10px;
margin: 0 0 20px 0;
background: #f5f5f5;
}

div.testimonials p { font-family: Georgia; 
font-size: 12px;
}

div.testimonials p.quote_name {
font-family: Verdana, sans-serif;
font-style: normal;
font-size: 11px;
text-align: right;
margin-bottom: 0;
}



/* GALLERY
------------------------------------------------------*/
ul.gallery_list, ul.gallery_bestlist {
list-style-image: none;
margin: 0;
padding: 0;
width: 465px;
float: left;}

ul.gallery_list li {
float: left;
width: 58px;
}

ul.gallery_bestlist li {
width: 90px;
float: left;
}

body#services ul.gallery_list li {
width: 90px;
}

ul.gallery_list li img, ul.gallery_bestlist li img {
border: 1px solid #db5e2c;
}

a.gallery_link {
font-family: Georgia, serif;
font-style: italic;
font-size: 14px;
background: url(/images/bullet.gif) no-repeat left; 
padding: 0 0 0 12px;
}

a.gallery_contact {
font-family: Georgia, serif;
font-style: italic;
font-size: 14px;
background: url(/images/gallery_linkbg.gif) right bottom no-repeat #db5e2c;
display: block;
float: left;
padding: 10px 25px 10px 15px;
color: #fff;
margin: 10px 0 15px 0;
width: 430px;
line-height: 21px;
}

/* ROTATERS
------------------------------------------------------*/
div.rotater {
border-top: 1px solid #d1c7c1;
background: url(/images/rotater_bg.gif) repeat-x;
padding: 10px 10px;
margin: 0 0 0 20px;
clear: both;
}

div.rotater img {
float: left;
margin: 0 10px 0 0;
border: 2px solid #f0ece9;
}

div.rotater a {
font-family: Georgia, serif;
font-style: italic;
}

/* PROJECT HIGHLIGHT
------------------------------------------------------*/
.project_awards p {
font-family: Georgia, serif;
font-style: italic;
color: #696969;
font-size: 12px;
}


/* FOOTER
------------------------------------------------------*/
div#footer {
	width: 775px;
	clear: both;
	border-top: 1px solid #cec0b6;
	padding: 1px 0 0 0;
	margin: 0 0 20px 0;
}

div#footer p.livable {
	width: 248px;
	display: block;
	background: #543019;
	padding: 10px 5px 10px 15px;
	float: left;
	color: #fff;
	text-decoration: none;
margin: 0;
font-family: Georgia, serif;
font-style: italic;
font-size: 14px;
}


ul#footer_nav {
	margin: 5px 0 0 20px;
	padding: 0;
	float: left;
width: 475px;
}

ul#footer_nav li {
	list-style-image: none;
	margin: 0 15px 0 0;
	float: left;
}

ul#footer_nav li a {
	color: #696969;
}

ul#footer_nav li a:hover {
	color: #000;
}

div#footer p {
	color: #8f8f8f;
	float: left;
	margin: 3px 0 0 20px;
}

p.signup {

	margin: 10px 20px 10px 30px;
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
}

p.signup a {
color: #fff;
text-decoration: none;
background: #db5e2c;
display: block;
	padding: 10px;
width: 185px;
border: 1px solid;
}

p.signup a:hover {
background: #000;
color: #fff;
}