body {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	color: #333;
	background-color: #dbd3c8;
	background-image:url(../images/global/pagebk.jpg);
	background-repeat: repeat-x;
}

p {
font-size: 1.4em;
margin: 0 0 10px 0;
padding: 0;
line-height: 135%;
}

table {
font-size: 1.4em;
margin: 0 0 15px 0;
padding: 5px;
line-height: 135%;
}

table.login1 {
font-size: 1.0em;
margin: 0 0 15px 0;
padding: 5px;
line-height: 135%;
}

a:link, a:visited {
color: #666633;
text-decoration: underline;
}

a:hover {
color: #091a23;
text-decoration: underline;
}


/***************************************************************** 
STRUCTURE
*****************************************************************/

/*** WRAPPER ***/
#wrapper {
width:960px;
margin: 0 auto;
}

/*** HEADER ***/

#header {
width:960px;
height: 150px;
margin-top:0px;
padding:0px;
text-align:left;
}

#logo {
float: left;
margin: 0;
width: 240px;
height: 110px;
background-image:url(../images/global/logo.gif);
display: inline;}

#logo a {
color: #000;
display: block;
font-size: 10px;
height: 110px;
text-indent: -9999px;
}

#header-right {
float: right;
width: 150px;
margin: 25px 15px 0 0;
text-align:right;
color: #fff;
padding: 0;
display: inline;}

/*** MAIN ***/
#main {
width:960px;
margin:0;
padding:0 0 30px 0;
}

#main2 {
width:960px;
margin:0;
padding:0;
background-color: #fff;
background-image:url(../images/global/midbk.jpg);
}
/*** CONTENT ***/
#content {
width: 860px;
margin: 0 auto;
padding: 40px 0 0 0;}

#content_right{
float:right;
width:720px;
margin: 0;
padding: 40px 15px 10px 0;
}

#content_right ul li {
font-size: 1.4em;
margin: 0 0 3px 0;
padding: 0;
line-height: 135%;
}


.padding {
padding: 0 0;
}

.paddingleft {
padding: 0 0 0 15px;
}

/*** LEFT COLUMN ***/
#column_left {
float:left; 
width:200px;
height: 400px;
margin: 40px 0 0 0;
padding: 0;
border-right: solid 1px #c1b6a5;
}

/***************************************************************** 
NAVIGATION
*****************************************************************/

.gnav {
float: right;
font-size: 1.2em;
margin: 0;
padding: 0;
display: inline;
color: #999;
text-align:right;
}

.gnav a:link, .gnav a:visited {
color:#999;
text-decoration:none;
}

.gnav a:hover {
text-decoration:none;
color: #666;
}

#navigation{
width: 877px;
overflow: hidden;
height: 40px;
margin: 0 auto;
}


#navigation ul{
margin: 0;
padding: 0;
padding-left: 0; /*offset of tabs relative to browser left edge*/
list-style-type: none;

}

#navigation li{
display: inline;
margin: 0;
}

#navigation li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0;
height: 40px;
}
 
/*****************************************************************
* Main Navigation Tabs
*****************************************************************/
li#home a, li#home a:visited{
	background-image: url(../images/global/n-home.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 73px;}

li#home a:hover, li#home a:visited:hover, .hot1 #navigation li#home a{
	background-image: url(../images/global/n-home-over.gif);
	background-repeat: no-repeat;}
	
li#about a, li#about a:visited{
	background-image: url(../images/global/n-about.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 166px;}

li#about a:hover, li#about a:visited:hover, .hot2 #navigation li#about a{
	background-image: url(../images/global/n-about-over.gif);
	background-repeat: no-repeat;}

li#portfolio a, li#portfolio a:visited{
	background-image: url(../images/global/n-portfolio.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 111px;}

li#portfolio a:hover, li#portfolio a:visited:hover, .hot3 #navigation li#portfolio a{
	background-image: url(../images/global/n-portfolio-over.gif);
	background-repeat: no-repeat;}
	
li#press a, li#press a:visited{
	background-image: url(../images/global/n-press.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 156px;}

li#press a:hover, li#press a:visited:hover, .hot4 #navigation li#press a{
	background-image: url(../images/global/n-press-over.gif);
	background-repeat: no-repeat;}

li#testimonials a, li#testimonials a:visited{
	background-image: url(../images/global/n-testimonials.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 135px;}

li#testimonials a:hover, li#testimonials a:visited:hover, .hot5 #navigation li#testimonials a{
	background-image: url(../images/global/n-testimonials-over.gif);
	background-repeat: no-repeat;}
	
li#resources a, li#resources a:visited{
	background-image: url(../images/global/n-resources.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 113px;}

li#resources a:hover, li#resources a:visited:hover, .hot6 #navigation li#resources a{
	background-image: url(../images/global/n-resources-over.gif);
	background-repeat: no-repeat;}

li#contact a, li#contact a:visited{
	background-image: url(../images/global/n-contact.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 123px;
}

li#contact a:hover, li#contact a:visited:hover, .hot7 #navigation li#contact a{
	background-image: url(../images/global/n-contact-over.gif);
	background-repeat: no-repeat;}

/***************************************************************** 
Leftnav
*****************************************************************/
#leftnav{
width: 174px;
overflow: hidden;
float: right;
padding: 15px 20px 0 0;
}


#leftnav ul{
margin: 0;
padding: 0;
padding-left: 0; /*offset of tabs relative to browser left edge*/
list-style-type: none;

}

#leftanv li{
margin: 0;
}

#leftnav li a{
display: block;
text-decoration: none;
margin: 0;
padding: 0;
height: 27px;
}
	
	li#profile a, li#profile a:visited{
	background-image: url(../images/global/ln-profile.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#profile a:hover, li#profile a:visited:hover, li#profile a.selected{
	background-image: url(../images/global/ln-profile-over.gif);
	background-repeat: no-repeat;}
	
	li#process a, li#process a:visited{
	background-image: url(../images/global/ln-process.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#process a:hover, li#process a:visited:hover, li#process a.selected{
	background-image: url(../images/global/ln-process-over.gif);
	background-repeat: no-repeat;}
	
	li#team a, li#team a:visited{
	background-image: url(../images/global/ln-team.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#team a:hover, li#team a:visited:hover, li#team a.selected{
	background-image: url(../images/global/ln-team-over.gif);
	background-repeat: no-repeat;}


li#residential a, li#residential a:visited{
	background-image: url(../images/global/ln-residential.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#residential a:hover, li#residential a:visited:hover, li#residential a.selected{
	background-image: url(../images/global/ln-residential-over.gif);
	background-repeat: no-repeat;}
	
li#kitchens a, li#kitchens a:visited{
	background-image: url(../images/global/ln-kitchens.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#kitchens a:hover, li#kitchens a:visited:hover, li#kitchens a.selected{
	background-image: url(../images/global/ln-kitchens-over.gif);
	background-repeat: no-repeat;}
	
li#bathrooms a, li#bathrooms a:visited{
	background-image: url(../images/global/ln-bathrooms.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#bathrooms a:hover, li#bathrooms a:visited:hover, li#bathrooms a.selected{
	background-image: url(../images/global/ln-bathrooms-over.gif);
	background-repeat: no-repeat;}
	
li#exteriors a, li#exteriors a:visited{
	background-image: url(../images/global/ln-exteriors.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#exteriors a:hover, li#exteriors a:visited:hover, li#exteriors a.selected{
	background-image: url(../images/global/ln-exteriors-over.gif);
	background-repeat: no-repeat;}
	
li#details a, li#details a:visited{
	background-image: url(../images/global/ln-details.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#details a:hover, li#details a:visited:hover, li#details a.selected{
	background-image: url(../images/global/ln-details-over.gif);
	background-repeat: no-repeat;}
	
li#other a, li#other a:visited{
	background-image: url(../images/global/ln-other.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#other a:hover, li#other a:visited:hover, li#other a.selected{
	background-image: url(../images/global/ln-other-over.gif);
	background-repeat: no-repeat;}

li#commercial a, li#commercial a:visited{
	background-image: url(../images/global/ln-commercial.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#commercial a:hover, li#commercial a:visited:hover, li#commercial a.selected{
	background-image: url(../images/global/ln-commercial-over.gif);
	background-repeat: no-repeat;}
	
li#pressln a, li#pressln a:visited{
	background-image: url(../images/global/ln-press.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#pressln a:hover, li#pressln a:visited:hover, li#pressln a.selected{
	background-image: url(../images/global/ln-press-over.gif);
	background-repeat: no-repeat;}

li#awards a, li#awards a:visited{
	background-image: url(../images/global/ln-awards.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 174px;}

li#awards a:hover, li#awards a:visited:hover, li#awards a.selected{
	background-image: url(../images/global/ln-awards-over.gif);
	background-repeat: no-repeat;}

	

/***************************************************************** 
Homepage
*****************************************************************/

.sidewrap {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 10px;}


#homepic{
float: left;
margin: 0;
padding: 23px 24px;
background-image:url(../images/global/homephotobk.jpg);
background-repeat: no-repeat;
width: 601px;
height: 450px;
}	

#welcome {
	float: right;
	width: 311px;
	padding: 47px 0 0 0;}
	
#welcome h1 {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2.8em;
		color: #666633;
		font-weight: normal;
		padding: 0;
		margin: 0 0 10px 0;
		line-height: 95%;}
#welcome h2 {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2.0em;
		color: #000;
		font-weight: normal;
		padding: 0;
		margin: 0 0 10px 0;}		
.members {
	font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1.6em;
		color: #000;
		font-weight: normal;
		padding: 0;
		margin: 0 0 15px 0;}
.homecolumn {
	float: left;
	width: 207px;
	border-right: solid 1px #c1b6a5;
	padding: 0 14px 0 18px;
	margin: 10px 0 0 0;}

.homecolumn2 {
	float: left;
	width: 208px;
	padding: 0 14px 0 18px;
	margin: 10px 0 0 0;}
	
.homecolumn h3, .homecolumn2 h3 {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2.8em;
		color: #666633;
		font-weight: normal;
		padding: 0;
		margin: 0 0 10px 0;
		line-height: 95%;}	
.homecolumn p, .homecolumn2 p{
	text-align: justify;}
.homecolumn p.left, .homecolumn2 p.left{
	text-align: left;}	
	
/***************************************************************** 
CONTENT
*****************************************************************/
h1.profile {
	background-image:url(../images/global/t-profile.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.process {
	background-image:url(../images/global/t-process.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 500px;
	text-indent: -999px;
	}
h1.team {
	background-image:url(../images/global/t-team.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.portfolio {
	background-image:url(../images/global/t-portfolio.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.residential {
	background-image:url(../images/global/t-residential.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.commercial {
	background-image:url(../images/global/t-commercial.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.kitchens {
	background-image:url(../images/global/t-kitchens.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.bathrooms {
	background-image:url(../images/global/t-bathrooms.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.details {
	background-image:url(../images/global/t-details.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.other {
	background-image:url(../images/global/t-other.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.exteriors {
	background-image:url(../images/global/t-exteriors.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.press_awards {
	background-image:url(../images/global/t-press_awards.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.awards {
	background-image:url(../images/global/t-awards.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.press {
	background-image:url(../images/global/t-press.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.testimonials {
	background-image:url(../images/global/t-testimonials.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.resources {
	background-image:url(../images/global/t-resources.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.contact {
	background-image:url(../images/global/t-contact.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.credits {
	background-image:url(../images/global/t-credits.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.login {
	background-image:url(../images/global/t-login.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}
h1.vendor {
	background-image:url(../images/global/t-vendor_resources.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 400px;
	text-indent: -999px;
	}	
h1 {
color:#0a486a;
font-size:2.6em;
font-weight: normal;
margin: 0 0 15px 0;
}

h2 {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2.2em;
		color: #666633;
		font-weight: normal;
		padding: 0;
		margin: 0 0 10px 0;}

h3 {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2.2em;
		color: #000;
		font-weight: normal;
		padding: 0;
		margin: 0 0 10px 0;}
h4 {
color:#666;
font-size:1.2em;
font-weight: bold;
margin: 0 0 5px 0;
}

h5 {
color:#fff;
background-color: #001d30;
background-image:url(../images/global/h5bk.jpg);
font-size:1.6em;
font-weight: normal;
padding: 7px 0 7px 12px;
margin: 0;}

blockquote {
font-size: 1.4em;
margin: 0 0 15px 50px;
padding: 0;
line-height: 135%;}

.rightfloat{
	float: right;
	width: 385px;
	margin: 0 0 30px 0;
	display:inline;}
	
.rightfloat2{
	float: right;
	width: 580px;
	margin: 0 0 30px 0;
	display:inline;}	
	
.leftfloat {
	float: left;
	width: 250px;
	display:inline;}
/*****************************************************************
FOOTER
*****************************************************************/
#footer {
width:960px;
padding: 0;
margin: 0 auto;
margin-top: 15px;
text-align: center;
font-size: 1.2em;
color: #6a6357;}

#footer a:link, #footer a:visited{
color: #c1b6a5;
text-decoration:none;
}

#footer a:hover {
color: #6a6357;
text-decoration:underline;
}

.address {
border-top: solid 1px #b3a998;
padding: 5px 0;
margin: 5px 0 0 0;}	
	
.copyright {
width:960px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
padding: 10px 0 0 0;
font-size:0.9em;
color: #b3a998;
text-align: center;
line-height: 140%;
}
/*****************************************************************
MISC
*****************************************************************/
hr {
color:#c1b6a5;
border: none 0;
border-top: 1px solid #c1b6a5;
margin: 15px 0;
}

.callout {
color:#F00;
}

.note {
font-size: 0.9em;
font-family:Arial, Helvetica, sans-serif;
}

.link_small {
margin: 10px 0 0 0;
padding: 5px 0;
font-size: 1.1em;
text-align: right;}

.link_small a:link, .link_small a:visited {
padding: 0 14px 0 0;
color:#333;
text-decoration:none;
background-image: url(../images/global/carrot_arrow.gif);
background-repeat: no-repeat;
background-position: right;
text-decoration:none;
}

.link_small a:hover {
background-image: url(../images/global/carrot_arrow-over.gif);
background-repeat: no-repeat;
background-position: right;
text-decoration:underline;
}

.top {
margin: 10px 0 0 0;
padding: 5px 0;
font-size: 1.1em;
text-align: right;}

.top a:link, .top a:visited {
padding: 0 14px 0 0;
color:#333;
text-decoration:none;
background-image: url(../images/global/carrot_btt.gif);
background-repeat: no-repeat;
background-position: right;
text-decoration:none;
}

.top a:hover {
background-image: url(../images/global/carrot_btt-over.gif);
background-repeat: no-repeat;
background-position: right;
text-decoration:underline;
}


.required {
	font-weight: normal;
	color: #c00;
}
.button {
	background-color: #ef7d24;
	border: 1px solid #ffe797;
	color: #fff;
	padding: 3px 10px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.button a:link, .button a:visited, .button a:hover {
	color: #fff;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
.button a:hover {
	color: #ffe797;
}
/* image styles */
img.left {
	float:left;
	margin: 2px 16px 15px 0;
	border: 0;
	background-image: url(../images/global/picbk.jpg);
background-repeat: no-repeat;
text-align: center;
padding: 8px 9px;
}
img.left2 {
	float:left;
	margin: 0 0 30px 0;
	border: 0;
	background-image: url(../images/global/picbk02.jpg);
background-repeat: no-repeat;
text-align: center;
padding: 8px 9px;
}
img.right {
	float:right;
	margin: 2px 0px 10px 10px;
	border: 0;
	background-image: url(../images/global/picbk.jpg);
background-repeat: no-repeat;
text-align: center;
padding: 8px 9px;
}
	 

.pullquote {
	font-size: 1.4em;
	color: #333;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 145%;}

.pullquote ul{
	font-size: 0.85em;
	color: #333;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 135%;}
	
.citation {
	font-size: 0.9em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;}


.text_highlight {
	background-color:#ffffc9;
	padding: 10px;
	margin: 2px 12px 10px 10px;
	border: solid 1px #c9c991; /* formerly #FC3 */
}	

.clear {
	clear: both;}

.red {
	color: #ff0000;}
.small {
	font-size: 0.7em;}
#loginpage {
	background: #C0BAAF;
	border: solid 1px #A39D95;
	margin-left: 25px;
	width: 300px;
	font-size: 1.3em;}
	
	/*****************************************************************
NO DISPLAY
*****************************************************************/

#printheader, #printfooter {
display: none;
}


.container { width:600px; height: 600px; overflow:hidden; position:relative; cursor:pointer; }
		.slides { position:absolute; top:0; left:0; }
		.slides > div { position:absolute; top:0; width:600px; display:none; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { margin:0 auto; width:600px;  }
		ul.pagination { list-style:none; padding:5px; margin:0; font-size: 1.2em;}
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:6px; text-decoration:none;}
		ul.pagination li.active a { background:#000; color:white; }
		