BODY { 
padding: 0;
	margin: 0;
	background-image: url(../images/home_page_template_flat_01.jpg);
	background-repeat: repeat-x; 
	height: 100%;
	width: 100%;
	}
	
	
/*Style for Home Page with slideshow*/
.content_home{
	position:absolute;
	top:159px;
	margin-left:140px;
	
}
	
/*Style for top of content area*/
.content{
	position:absolute;
	top:159px;
	margin-left:-24px;
}

/*Style for philosphy page*/
.content_philo{
	position:absolute;
	top:159px;
	margin-left:-3px;
	
}

/*Style for project gallery page*/
.content_project{
	position:absolute;
	top:159px;
	margin-left:1px;
	
}

/*Style for project pages*/
.content_project_page{
	position:absolute;
	top:159px;
	margin-left:-27px;
	min-height:900px;
}

/*Style for process page*/
.content_process{
	position:absolute;
	top:159px;
	margin-left:-30px;
	
}

/*Style for house plans page*/
.content_house_page{
	position:absolute;
	top:159px;
	margin-left:-2px;
	
}

/*Style for house plans gallery*/
.content_house_gallery{
	position:absolute;
	top:159px;
	margin-left:-28px;
	
}

/*Project gallery page title position*/
	
#photo_gallery_title
{
	/*position: absolute;
	top:90px;*/
	float:left;
	margin-left:10px;
	margin-top:-5px;
	width:350px;
	}

	
/*Page content styles*/
.content_wrapper{
float:left;
width:310px;
}


/*Footer copyright and email link position*/
#copyright
{
float:left;
padding:10px 0 10px 0;
	}

#email_link {
float:right;
padding:10px 10px 10px 0;
	}
	
#email_link a{
color:#9f5a0f;
	}
	
#email_link a:hover{
color:#000;
	}
	
/*Houseplan styles*/

.printer_text{
	font-weight: bold;
	padding:0 0 5px 0;
	
}
.plan_text{
	width:670px;
	/*height:20px;*/
	margin-left:20px;
	font-weight: bold;
	/*padding:0 0 5px 0;*/
	border-bottom:1px solid #9f5a0f;
}


.plan_detail{ /*header of 2nd demo*/
/*height:20px;*/
align:bottom;
/*padding-top:2px;*/
cursor: hand;
cursor: pointer;
font-weight: bold;
background-image:url('../images/button_comp3_web.png'); 
background-repeat:no-repeat;

}

.thelanguage{
	padding:0 5px 5px 5px;
	line-height:110%;
	overflow-y: hidden; 
}

#sub_head {
	font-weight: bold;
}

	
/*Banner image position*/

#banner
{
height: 148px;
background-image:url("../images/top_logo_all_v2.jpg");
background-repeat: no-repeat;
}


	


/*turn off border on linked images*/

img {
	border: none;
	text-align: left;
}



/*h3 styles for project slideshow gallery*/
H3 {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top:10px;
margin-bottom:10px;
font-weight:bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #A65504;
width: 335px;

}



/*h4 styles for navigation menu*/
H4 {
color:#ffffff;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:23px;
margin-top:0.25px;
margin-bottom:0.25px;
padding-left: 10px;
background-image: url(../images/nav_lines.png);
background-repeat: no-repeat;
background-position: 0 1.3em;
      }


/*h5 styles for client testimonials*/

H5 {
color:#000000;
padding:3px;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top:5px;
margin-bottom:5px;
font-weight:bold;
border: 1px;
border-style: solid;
border-color: #A65504;
width: 335px;
}

/*h6 styles for footers*/

H6 {
color:#7c4005;
font-size:10px;
margin-top:-10px;
margin-bottom:-10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
}

/*span classes for client testimonital link color*/
.class1 a:visited {
	color: #7c4005;
	font-weight: bold;
	text-decoration: none;
}

.class1 a:active {
color: #7c4005;
	font-weight: bold;
	text-decoration: none;
}

.class1 a:link {
color: #7c4005;
	font-weight: bold;
	text-decoration: none;
}

.class1 a:hover {
	color: #A65504;
font-weight: bold;
	text-decoration: none;
}

/*span class for footer text and link style*/

.class2 a:visited {
	color: #d39b5a;
	font-weight: normal;
	text-decoration: none;
}

.class2 a:active {
color: #d39b5a;
	font-weight: normal;
	text-decoration: none;
}

.class2 a:link {
color: #d39b5a;
	font-weight: normal;
	text-decoration: none;
}

.class2 a:hover {
	color: #A65504;
font-weight: normal;
	text-decoration: none;
}

/*default link and font styles*/
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
	font-variant: normal;
	text-decoration: none;
}

a:link {
	color: #79797A;
	font-weight: normal;
	text-decoration: none;
} 

a:visited {
	color: #79797A;
	font-weight: normal;
	text-decoration: none;
} 

/* link colors*/
a:active {
	color: #79797A;
	font-weight: normal;
	text-decoration: none;
}


a:hover {
	color: #A65504;
	font-weight: normal;
}



/*Style for Navigation Sliding Menu*/
.applemenu{
	position:absolute;
	top: 158px;
	margin: 5px 0;
	padding-left: 12px;
	line-height:18px;
	width: 175px; /*width of menu*/
	/*height: 270px;height of menu to prevent accidental highlighting*/
}

.applemenu div.silverheader a{
background: #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #79797A;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 15px;
text-decoration: none;
background-image: url(../images/solid_square.png);
background-repeat: no-repeat;
background-position: 0 .5em;
/*border-bottom: 1px solid #A65504;*/
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #79797A;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{

/*background-image: url(../images/silvergradientover.gif);*/
background: #000000;
padding-left:15px;
background-image:  url(../images/solid_square.png);
background-repeat: no-repeat;
background-position: 0 .5em;
color: #A65504;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
color: #79797A;
background: #000000;
line-height:15px;
padding-left: 18px;
height: 45px; 

/*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
/*border-bottom: 1px solid #A65504;*/
}



/*breadcrumb navigation style*/

#breadcrumbs {
				color: #000000;
				/*background-color: #65bb12;
				border:2px solid #56aa04;
				padding: 5px;
				border: 1px solid black;*/
			}
			
			#breadcrumbs ul {
				margin-left: 0;
				padding-left: 0;
				display: inline;
			} 
			
			#breadcrumbs li.breadcrumb {
				background: transparent url('../images/breadcrumb.png') center left no-repeat;
				padding-left: 16px;
			}
			
			#breadcrumbs ul li {
				margin-left: 0;
				padding-left: 2px;
				border: none;
				list-style: none;
				display: inline;
			}
			
			#breadcrumbs ul li a {
				color: #A65504;
			}
			
			#breadcrumbs ul li a:hover {
				color:#79797A;
				
			}
#Table_01 tr td #content tr td .content_wrapper p {
}
.plain_text {
	font-weight: normal;
}
#page_link {
	color: #7c4005;
}

