@charset "utf-8";
/* CSS Document */

* {
    margin:0;
	padding:0;
}
html {
    margin:0;
	padding:0;
}
body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #87876a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
    position:relative;
	left:0;
	top:0;
	width: 793px;  
	margin: 80px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-color: #ff0000; /* for troubleshooting only */
} 
#container #header { 
    width: 793px;
	height:120px;
} 

#container #sidebar1Home {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #a0b585; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
}
#container #sidebar1About {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #77343d; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	
}
#container #sidebar1Services {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #8d220b; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	
}
#container #sidebar1Gallery {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #c67846; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	
}
#container #sidebar1Projects {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #c67846; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	
}
#container #sidebar1Links {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #bdb49a; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	
}
#container #sidebar1Testimonials {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #bdb49a; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	
}
#container #sidebar1WhyHireUs {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #bdb49a; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	
}
#container #sidebar1Contact {
    position:absolute;
	left:0;
	top:120px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 31px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #bdb49a; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	
}

#container #sidebar2 {
    position:absolute;
	right:0;
	top:120px;
    /*float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background-color: #bcb69c; /* the background color will be displayed for the length of the content in the column, but no further */
	height:468px;
	margin-top:0;
}

#container #mainContentHome {
    background: url(../images-backgrounds/Home-pic.gif) no-repeat left top;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContentAbout {
	background: url(../images-backgrounds/AboutUs-pic.gif) no-repeat left top;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContentAbout p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding: 150px 0 0 31px;
	color:#ffffff;
	font-weight: bold;
	width:250px;	
}
#container #mainContentAbout p a:link {
    color:#ffffff;
	text-decoration:underline;
}
#container #mainContentAbout p a:visited {
    color:#ffffff;
	ext-decoration:underline; 
}
#container #mainContentAbout p a:hover {
    color:#000000;
	ext-decoration:underline;
}


#container #mainContentAboutValues {
    background: url(../images-backgrounds/AboutUs-pic2.gif) no-repeat left top;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#container #mainContentAboutValues p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding: 30px 0 0 31px;
	color:#ffffff;
	font-weight: bold;	
}

#container #mainContentAboutValues ul#list-left {
    float:left;
	clear:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:10px 0 5px 30px;
	list-style-type:none;
	width:250px;
}
#container #mainContentAboutValues ul#list-right {
    float:right;
	clear:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:10px 50px 0 0;
	list-style-type:none;
	width:250px;
}

#container #mainContentAboutValues ul li {
	margin:0 0 7px 0;
	padding-left:15px;
	background: url(../images/bullet-for-about-us-links.gif) no-repeat 0 3px;
}

#container #mainContentAboutValues h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin: 0 0 -5px 31px;
	color:#ffffff;
}

#container #mainContentAboutValues #logos-left {
   	float:left;
	clear:none;
	width:250px;
	height: 65px;
	margin:0 0 10px 43px;
	/*border:#FF0000 thin solid;*/
}
#container #mainContentAboutValues #logos-right {
   	float:right;
	clear:none;
	width:250px;
	height: 65px;
	margin:5px 35px 10px 0;
	/*border:#FF0000 thin solid;*/
}

#container #mainContentAboutValues #logos-left img {
	border:none;
	margin:10px 0 0 0;
}
#container #mainContentAboutValues #logos-right img {
	border:none;
	margin:10px 0 0 0;
}

#container #mainContentAboutValues p.logoCaptions {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding: 0 0 0 0;
	color:#ffffff;
	font-weight: bold;	
}


#container #mainContentServices {
	background: url(../images-backgrounds/OurServices-pic.gif) no-repeat left top;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContentServices p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding: 246px 0 0 44px;
	color:#ffffff;
	font-weight: bold;	
}
#container #mainContentServices ul#list-left {
    float:left;
	clear:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:7px 0 0 43px;
	list-style-type:none;
}
#container #mainContentServices ul li {
	margin:0 0 7px 0;
	padding-left:15px;
	background: url(../images/bullet-for-about-us-links.gif) no-repeat 0 3px;
}

#container #mainContentGallery {
	background: url(../images-backgrounds/Gallery-pic.gif) no-repeat left top;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* This is a special fix for .png files in ie6. It calls an .htc file and an .htaccess file at the root of the site. It also uses a blank .gif file in the images folder */
#container #mainContentGallery #galleryNav ul li img, a { behavior: url(iepngfix.htc); }

#container #mainContentGallery #galleryNav ul{
	float:right;
	margin: 55px 15px 0 0;
	width:220px;
    list-style-type:none;
}
#container #mainContentGallery #galleryNav ul li{
    margin-bottom: 0;
	/*border:#FF0000 thin solid;*/
}
#container #mainContentGallery img.insert{
    position:relative;
	top: 83px;
	left: 186px;
}

#container #mainContentProjects {
    background: url(../images-backgrounds/Projects-pic.gif) no-repeat left top;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContentProjects p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding: 50px 0 0 52px;
	color:#ffffff;
	font-weight: bold;	
}
#container #mainContentProjects ul#list-left {
    float:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:25px 0 0 63px;
	list-style-type:none;
}
#container #mainContentProjects ul li {
	margin:0 0 9px 0;
	background: url(../images/bullet-for-projects.gif) no-repeat 0 50%;
	padding-left:15px;	
}
#container #mainContentProjects img {
    float:right;
	clear:none;
	margin:20px 14px 0 0;
}
#container #mainContentProjects img.yellow-arrow {
    position:relative;
	top:10px;
	right:110px;
	margin:20px 20px 0 0;
	border:none;
}
#container #mainContentProjects p.caption-projects {
    float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:-55px 0 0 0;
	color:#ffffff;
	width:125px;
}
#container #mainContentProjects p a:link {
    color:#ffffff;
	text-decoration:underline;  
}
#container #mainContentProjects p a:visited {
    color:#ffffff;
	text-decoration:underline;  
}
#container #mainContentProjects p a:hover {
    color:#000000;
	text-decoration:underline; 
}

#container #mainContentLinks {
	background-color:#9ca384;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContentLinks p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding: 20px 0 0 31px;
	color:#ffffff;
	font-weight: bold;	
}
#container #mainContentLinks ul#list-left {
    float:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:20px 0 0 32px;
	list-style-type:none;
	width:250px;
}
#container #mainContentLinks ul#list-right {
    float:right;
	clear:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:20px 50px 0 0;
	list-style-type:none;
	width:250px;
}

#container #mainContentLinks ul li {
	margin:0 0 10px 0;
	padding-left:15px;
	background: url(../images/bullet-for-about-us-links.gif) no-repeat 0 3px;
}

#container #mainContentLinks ul li a:link {
    color:#ffffff;
	text-decoration:none; 
}
#container #mainContentLinks ul li a:visited {
    color:#ffffff;
	text-decoration:none;  
}
#container #mainContentLinks ul li a:hover {
    color:#000000;
	text-decoration:none; 
}





#container #mainContentTestimonials {
	background-color:#9ca384;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContentTestimonials p {    /* modified for ie6 and ie7 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	margin:0;
	padding: 20px 15px 0 31px;
	color:#ffffff;
	font-weight: bold;	
}

#container #mainContentTestimonials p a:link {
    color:#e2cd7f;
	text-decoration:underline; 
}
#container #mainContentTestimonials p a:visited {
    color:#e2cd7f;
	text-decoration:underline;  
}
#container #mainContentTestimonials p a:hover {
    color:#000000;
	text-decoration:underline; 
}




#container #mainContentWhyHireUs {
	background-color:#9ca384;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContentWhyHireUs p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;font-size:12px;
	line-height: 16px;
	margin:0;
	padding: 20px 0 0 31px;
	color:#ffffff;
	font-weight: bold;	
}

#container #mainContentWhyHireUs p a:link {
    color:#ffffff;
	text-decoration:underline;  
}
#container #mainContentWhyHireUs p a:visited {
    color:#ffffff;
	text-decoration:underline;   
}
#container #mainContentWhyHireUs p a:hover {
    color:#000000;
	text-decoration:underline;  
}




#container #mainContentContact {
	background-color:#a29d94;
	margin: 0 130px 0 31px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:468px;
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #mainContentContact p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	margin:0;
	padding: 0 0 0 31px;
	color:#ffffff;
}
#container #mainContentContact p a:link {
    color:#ffffff;
	text-decoration:underline;  
}
#container #mainContentContact p a:visited {
    color:#ffffff;
	text-decoration:underline;  
}
#container #mainContentContact p a:hover {
    color:#000000;
	text-decoration:underline;  
}
#container #mainContentContact p.contactInfo {
    background-image: url(../images/contact-grad.gif);
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	margin:0 14px 0 0;
	padding: 0 10px 2px 10px;
	color:#ffffff;
}
#container #mainContentContact p.thanksInfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	margin:0;
	padding: 22px 10px 2px 31px;
	color:#ffffff;
}


 
#container #footer { 
    /*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #87876a;
} 

#container #footer ul.upper {
    font-size:9px;
    margin:15px 0 0 130px;
	color:#ffffff;
	background-color: #87876a;
}
#container #footer ul.upper li{
    list-style-type:none;
	float:left;
	clear:none;
	margin-right:4px;
}
#container #footer ul.lower {
    font-size:9px;
    margin:0 0 0 30px;
	color:#ffffff;
	background-color: #87876a;
}
#container #footer ul.lower li{
    list-style-type:none;
	float:left;
	clear:none;
	margin-right:4px;
}

#container #footer ul li a:link{
    color:#ffffff;
	text-decoration:none;
}
#container #footer ul li a:visited{
    color:#ffffff;
	text-decoration:none;
}
#container #footer ul li a:hover{
    color:#d6bf76;
	text-decoration:none;
}

div#faux-footer {
	width: 793px;
	height: 15px;
	float:left;
	background-color: #87876a;
}

#container #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* form styles */
form {
	padding-top: 20px;
}
table {
	margin-top: 10px;
}

label {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
    padding: 5px 0 0 30px;
    color:#ffffff;
}
label.checkbox {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
    padding: 5px 0 0 5px;
    color:#ffffff;
}


input {
    background-color:#ffffff;
    color: #333333;
	padding-top: 2px;
	padding-left: 3px;
}


.formLabels {
	text-align: left;
	vertical-align: top;	
}
.formInputsLists {
	color: #333333;
	width: 50px;
}
/* end form styles */





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1Home { width: 180px; }
#sidebar1About { width: 180px; }
#sidebar1Services { width: 180px; }
#sidebar1Gallery { width: 180px; }
#sidebar1Projects { width: 180px; }
#sidebar1Link { width: 180px; }
#sidebar1Contact { width: 180px; }
#sidebar2 { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, #sidebar1 { padding-top: 30px; }
#mainContentHome { zoom: 1; }
#mainContentAbout { zoom: 1; }
#mainContentServices { zoom: 1; }
#mainContentGallery { zoom: 1; }
#mainContentProjects { zoom: 1; }
#mainContentLink { zoom: 1; }
#mainContentContact { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


