/*
Hacks used:
- Backslash comment hack 
- Owen hack 
- Star html
- Empty comment bug
*/


/* Clear default browser styles */
h1,h2,h3,h4,h5,h6,pre,code,table,td,th,dd,dt,dl,li,input,button,select,textarea{ font-size: 100%; 	}
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td { margin:0; padding:0; }
a img, :link img, :visited img, fieldset { border:none }
table {border-collapse: collapse; }
input,button,select,textarea {font-family: inherit;}
input, select { vertical-align:middle; }


/* Utility classes */
.clearBoth { /* For clearing floats */
	clear:both; 
	height:0px; 
	margin:0; 
	padding:0; 
	font-size: 0px;
	line-height: 0px; 
	}
	
.hiddenContent { /* For alternate content for screen readers */
	position:absolute;
 	left:0px;
 	top:-2000px;
	width:1px;
 	height:1px;
 	overflow:hidden;	
	}


hr {
	display: none;
	}	


/* G E N E R A L
********************/	

body {
	font: 76%/1.31em Arial, Helvetica, sans-serif;
	color: #000;	
	padding: 0 0 0px 0;
    height: 100%;
    width: 100%;
	background: #dbd6b3 url(/img/top_bg.gif) top left repeat-x;
	} 
	
td, li {
	font-size: 100%;
	line-height: 1.31em;
	}		

/* Default link styles */
a {	}	
a:link, a:visited { color: #36c0e5; text-decoration: none; font-weight: bold;}
a:hover {color: #36c0e5;text-decoration: underline; font-weight: bold;}

.leftpadding
{
   margin-left: 12px;
}

#container { 
	position: relative;
	text-align: left;
	width: 100%;
    height: 95%;
	font-size: 92%; 
	}

#containerInner {
    height: 100%;
    min-height: 400px;
	width: 100%;
	vertical-align: top;
	}

/*	This one is needed so the #banner IE 5.x properly inherits width from
	containerInner and not container */
#containerFixWidth { 
	width: 100%; 
    height: 100%;
	}






/* M E N U B A R 
********************/	
#menuBar {
	height: 58px;
	width: 744px;
	margin-left: 12px;
	top: 0px;
	position: relative;
	}


/* M A I N  M E N U
********************/	
#mainMenu { 
	padding-top: 16px; 	
 	height: 58px; 
	border: 1px;
	}

#mainMenu li {
	float: left;
	line-height: 42px;
	font-size: 16px;	
	list-style: none; 
	margin: 0; /* for Opera */
	} 
	

#mainMenu a { 
	color: #fff;
	padding: 0 0px 0 0;	
	display: block;
	}

/* This makes the floated LIs work w/o assigned width in Opera 5 and 6:  */
html>body #mainMenu a { float: left; } /* Opera 5 & 6 and IE Mac \*/
head:first-child+body #mainMenu a { float: none; } /* Mozilla & etc - the Owen hack - but not IE mac  */

.rollover { /* */ }




/* H O M E  F E A T U R E S
********************/	
	
#homecontent {
	margin-top: 40px;
	margin-left: 12px;
	color: #2D2D2D;
	font-size: 112%;
	line-height: 1.21em;
}
#homecontentInner {
	height: 400px;
	width: 751px;
	}
	

#homePortfolioImage 
{
    position: relative;
	height: 306px;
	width: 751px;
	}
	
#homeFeaturedProjectHead {
	height: 30px;
	width: 751px;
	float: left;
	background: #a49111 url(/img/sidebar_rightcurve.gif) no-repeat right top;
	border-bottom: solid 1px #dbd6b3;
	}
#homeFeaturedProjectBody 
{
    min-height: 142px;
	width: 751px;
	margin-top: 17px;
	background: #685209 url(/img/sidebar_bottomleftcurve.gif) no-repeat left bottom;
	}

	
#homeFeaturedProjectHead h1 {
	color: #ffffff;
	font-size: 136%;
	line-height: 1.7em;
	margin-bottom: 12px;
	}	

#homeFeaturedProjectBody h1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffd900;
	}	
	
#homeFeaturedProjectBody p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}	
	
#homeFeaturedProjectBody .logo
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}
	
#homeFeaturedProjectBody a:link, #homeFeaturedProjectBody a:visited { font: 11px Verdana, Arial, Helvetica, sans-serif;color: #36c0e5; text-decoration: underline;font-weight: bold;	}
#homeFeaturedProjectBody a:hover {font: 11px Verdana, Arial, Helvetica, sans-serif;color: #36c0e5;text-decoration: underline;font-weight: bold;}

#HomeFeaturedBodyContent 
{
    width: 720px;
    height: 140px;
    min-height: 172px;
    
}

#homeFeaturedProjectphoto 
{
    width: 290px;
    height: 140px;
	padding-left: 12px;
	padding-top: 12px;
	float: left;
	}
	
#homeFeaturedProjectcontent 
{
    width: 410px;
	float: right;
	height: 140px;
	margin-top: -165px;
	position: relative;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-top: 12px;
	}		
	

#homesidebarHead {
	height: 30px;
	width: 212px;
	top: 98px;
	left: 782px;
	float: left;
	margin-bottom: 11px;
	background: #a49111 url(/img/sidebar_rightcurve.gif) no-repeat right top;
	border-bottom: solid 1px #dbd6b3;
	font-size: 11px;
	color: #fff;
	}

#homesidebarBody 
{
	position: absolute;
    min-height: 260px;
	width: 212px;
	top: 98px;
	left: 782px;
	float: left;
    line-height: 14px;
    text-align: justify;
	background: #685209 url(/img/sidebar_bottomleftcurve.gif) no-repeat left bottom;
	}
	
	
#homesidebarBody h1 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffd900;
	}	
	
#homesidebarBody p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	}	


#homesidebarBody a:link, #sidebarBody a:visited { color: #36c0e5; text-decoration: underline; font-weight: bold;}
#homesidebarBody a:hover {color: #36c0e5;text-decoration: underline; font-weight: bold;}	
	
	

/* M A I N   C O N T E N T
********************/	
#mainContentInner {
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 12px;
	color: #2D2D2D;
	font-size: 112%;
	line-height: 1.21em;
	}
	
#mainContent ul {
	list-style: none;
	}	
	
#content {
	background-color: #d3cda6;
	height: 100%;
	min-height: 500px;
	width: 751px;
	color: #685209;
	padding-top: 0px;
	margin-top: 20px;
}
	
#contentSubHead {
	height: 25px;
	width: 741px;
	float: left;
	border-bottom: solid 1px #dbd6b3;
	background: #a49111 url(/img/sidebar_rightcurve.gif) no-repeat right top;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	padding-top: 5px;
	}

#content strong {
	color: #685209;
	}

#contentInner {
	padding-left: 33px;
}	

	
	
h1 {
	color: #a59211;
	font-size: 320%;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 12px;	
	}
	
#content h2 {
	color: #685209;
	font-size: 122%;
	font-weight: bolder;
	margin-bottom: 1em;
	margin-left: 12px;
	}	
	
#content p {
	margin-bottom: 1.21em;
	margin-left: 12px;
	margin-right: 20px;
	}

#content .logo
{
   font-family: Arial, Helvetica;
   font-size: 12px;
   font-weight: bold;
   color: #685209;
   margin-left: 2px;
}
#content li {
	padding-left:15px;
	margin-left:5px;
	margin-right:20px;
	line-height: 1em;
	line-height: 1.21em;
 	background: url(/img/bullet_li.gif) no-repeat 0 2px;
	}

#content li li,
#content ol ul li { 
	background-image: url(/img/bullet_li_li.gif);		
	padding-left:15px;	
	margin-left: 0;
	}
#content li li li,
#content ol ul li li {
	background-image: url(/img/bullet_li_li_li.gif);	
	padding-left:15px;	
	margin-left: 0;	
	}

#content ol li,
#content ul li ol li {
	background-image: none;
	margin-left: 23px;
	padding-left: 0px;
	}	
	
#content ul, 
#content ol { 
	margin-bottom: 1.2em;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
}	

#content ul ol, 
#content ul ul, 
#content ol ul, 
#content ol ol {
	margin-bottom: 0;
	}
	
.image {
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
	overflow: hidden;
	margin-bottom: 1.2em;
	}	

.image .photo {
	display: block;
	margin: 0 auto;
	border: 4px solid #fff;
	}	
	

#sidebarHead {
	height: 30px;
	width: 212px;
	top: 145px;
	left: 782px;
	float: left;
	margin-bottom: 11px;
	background: #a49111 url(/img/sidebar_rightcurve.gif) no-repeat right top;
	border-bottom: solid 1px #dbd6b3;
	font-size: 11px;
	color: #fff;
	}

#sidebarBody 
{
	position: absolute;
    min-height: 260px;
	width: 212px;
	top: 145px;
	left: 782px;
	float: left;
    line-height: 14px;
    text-align: justify;
	background: #685209 url(/img/sidebar_bottomleftcurve.gif) no-repeat left bottom;
	}
	
	
#sidebarBody h1 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffd900;
	}	
	
#sidebarBody p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	}	


#sidebarBody a:link, #sidebarBody a:visited { color: #36c0e5; text-decoration: underline; font-weight: bold;}
#sidebarBody a:hover {color: #36c0e5;text-decoration: underline; font-weight: bold;}
	

/* PORTFOLIO 
********************/
	
#portfolioContent {
	height: 100%;
	min-height: 500px;
	width: 751px;
	color: #685209;
	padding-top: 0px;
	margin-top: 20px;
}

	
#portfolioSubHead {
	width: 751px;
	float: left;
	}
	
#portfolioContent ul
{
    left: 20px;
    width: 751px;
	margin-bottom: 1.2em;
    }
    
#portfolioContent li
{
    width: 179px;
    height: 148px;
    margin-right: 8px;
    background-color: #d3cda6;
    list-style-type: none;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-top: 3px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #685209;
    
}

#portfolioContent li:hover
{
    background-color: #f0eee0;
    
}

#portfolioContent .TitleBox
{
    width: 172px;
    height: 18px;
    line-height: 18px;
	text-align: left;
	background-color: #c5bd8f;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color: #685209;
	margin-left: 3px;
	margin-right: 3px;
    
}

#portfolioContent p
{
	text-align: left;
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 5px;
    line-height: 14px;
	width: 165px;
    
}

#portfolioContent a
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #685209;
	text-decoration: none;
	line-height: 11px;
    
}

#portfolioContent a.finishes
{
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
	color: #00adf2;
	text-decoration: underline;
	line-height: 18px;
    
}

#portfolioContent a.finishes:hover
{
	color: #fff;
    
}

#portfolioContent .finishlinks
{
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
	color: #685209;
	text-decoration: none;
	line-height: 18px;
    
}

/* F O O T E R
********************/		
#footer {
	bottom: 0;
	height: 300px;
	background: url(/img/bottom_bg.gif) repeat top left;
	width: 100%;
	min-width: 100%;
	padding-right: 0px;
	margin-top: 60px !important;
	margin-top: -200px;
}	
	
#footeraddress 
{
    position: relative;
    top: 10px;
    padding-left: 12px;
	background: #685209;
	height: 27px;
	color: #ffffff;
	text-align: left;
	line-height: 9px;
	font-size: 92%;
}	

#footeraddress a:link, #footer a:visited { color: #fff;	}
#footeraddress a:hover {color: #fff;}



/* F O O T E R
********************/		
#footerHome {
	bottom: 0;
	height: 260px;
	background: url(/img/bottom_bg.gif) repeat top left;
	width: 100%;
	min-width: 100%;
	padding-right: 0px;
	margin-top: 0px !important;
	margin-top: -180px;
}	
	
#footerHomeaddress 
{
    position: relative;
    top: 10px;
    padding-left: 12px;
	background: #685209;
	height: 27px;
	color: #ffffff;
	text-align: left;
	line-height: 9px;
	font-size: 92%;
}	

#footerHomeaddress a:link, #footer a:visited { color: #fff;	}
#footerHomeaddress a:hover {color: #fff;}