/*------------------------------------------------------------------------------------------
 Name: style.css
 Created by Jerry Tran on 4/20/2009
------------------------------------------------------------------------------------------*/

html, body
   {
	background: url('/images/background.gif') top left repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
   font-family:  Arial, Helvetica, Geneva;
   font-size: 12px;
   line-height: 15px;
   color: #555;
   }

table.workhours
   {
	width:100%;
	padding: 0;
	border: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	}

table.workhours th
   {
	padding: 0;
	border: 0px;
	border-spacing: 0px;
	}

table.workhours td
   {
	padding: 5px 0 5px 0;
	border-top: 1px #e1e1e1 solid;
	}	
	

	
/*------------------------------------------------------------------------------------------
 Content Blocks
------------------------------------------------------------------------------------------*/



#wrapper_columns
	{
	margin: 0px auto;
	width: 806px;
	background: #fff url('/images/background_columns.gif') 0px 0px repeat-y;
	}	

#wrapper_nocolumns
	{
	margin: 0px auto;
	width: 806px;
	background: #fff url('/images/background_nocolumns.gif') 0px 0px repeat-y;
	}	
	
	
#header
   {
	}	
	
#headerleft
   {
	width: 275px;
	height: 126px;
	float: left;
	background-image: url('/images/header_greystones.jpg');
	}
	
#headerlogo
   {
	width: 256px;
	height: 126px;
	float: left;
	}

#headerright
   {
	width: 191px;
	height: 54px;
   float: left;
   padding-top: 72px;
   padding-left: 84px;
	background-image: url('/images/header_skyline.jpg');
	}	
	
#contentwrapper
   {
   float: left;
	width: 506px;
	}

#content
   {
   padding: 20px 20px 20px 20px;
	}	

	
#featurewrapper
   {
   float: left;
	width: 297px;
	height: 457px;
	color: black;
   font-size: 12px;
   line-height: 13px;
	}	
	
#stretchfeaturewrapper
   {
   float: left;
	width: 297px;
	color: black;
   font-size: 12px;
   line-height: 13px;
	}	

#feature 
   {
	width: 257px;
   padding: 20px 20px 20px 20px;
	}
	
#footer
   {
   width: 806px;
	}

#footertext
   {
	color: #acacac;
   padding-bottom: 10px;
   padding-top: 5px;
   padding-right: 5px;
	background-color: white;
	text-align: right;
   width: 801px;
   font-size: 11px;
	}

.clear
   {
	clear:both;
	}






/*------------------------------------------------------------------------------------------
 Estimation form pages
------------------------------------------------------------------------------------------*/
#estimateform
   {
   font-size: 12px;
   line-height: 12px;
	}

#yourstuffbar
   {
	background-image: url('/images/bar_yourstuff.gif');
   font-size: 11px;
   line-height: 11px;
	width:470px;
	height: 30px;
   margin-left: auto;
	margin-right: auto;
   margin-bottom: 20px;
	padding-left: 270px;
	padding-top: 30px;
	padding-right: 10px;
	clear:both;
	}

.formitem
   {
	padding-bottom: 5px;
	}
	
.itemlist
   {
	float: left;
	padding-left: 15px;
   width: 210px;
	}

	
	

/*------------------------------------------------------------------------------------------
 FAQ style
------------------------------------------------------------------------------------------*/
.faq
   {
	width: 463px;
	}

.faq dt 
   {
   color: #AE7F10;
	cursor: pointer;
	margin: 5px 0px;
	padding: 0px;
	}

.faq dt:hover
   {
   color: #E5B200;
	text-decoration: underline;
	}
	
.faq dd
   {
	display: none;
	border: 1px solid #BABAC0;
	padding: 10px;
	margin: 5px 0px 20px 0px;
	background-color: #FFFFE1;
	}



	
/*------------------------------------------------------------------------------------------
 Font Control
------------------------------------------------------------------------------------------*/

a
   {
   text-decoration: none;
   color: #cc9900;
   }

a:visited
   {
   color: #cc9900;
   }

a:hover
   {
   color: #E5B200;
	text-decoration: underline;
   }
	
a img
   {
	border: none;
	}
	
.asterisk
   {
	color: red;
	}
	
.capitalize
   {
	text-transform: capitalize;
	}