BODY { 
padding: 0;
	margin: 0;
	background-image: url(../images/home_page_template_flat_01.jpg);
	background-repeat: repeat-x; 
	height: 100%;
	width: 100%;
	}
	
/*Banner image position*/

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

/*Footer copyright and email link position*/
#copyright
{
float:left;
	}

#email_link
{
float:right;
	}
	
/*Project gallery page title position*/
	
#photo_gallery_title
{
position: absolute;
top:240px;
width:350px;
}

/*turn off border on linked images*/

img {border: none}



/*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: 154px;
	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;
				
			}
