@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	/*	background: #512d09; */
	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: #512D09;
	/*	background-color: #A67029; */
	background-color: #CAD6C2;
}

p, div {
	font-size: 14px;
	line-height: 125%;
}
td p {
	margin: 0;
	padding: 1px 0;
}
li {
	font-size: 14px;
	line-height: 120%;
	padding-bottom: 8px;
}
h1 {
	font-size: 20px;
	color: #AE6000;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0;
	font-weight: normal;
	
}
h2 {
	font-size: 16px;
	color: #AE6000;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
}
a { color: #093; text-decoration: none; }
a:hover {
	color: #A67029;
}
#container { 
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/bg_container.jpg);
	background-repeat:repeat-y; 
	background-color:#FFF;
	margin: 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. */
	padding: 0px 40px 20px 40px;
} 
#header { 
	margin: 0;
	padding: 0;
	width: 860px;
	height: 90px;
	overflow: hidden;
} 
#header_logo {
	float: left;
	width: 175px;
	height: 90px;
	margin: 0;
	padding: 0;
}
#header_links {
	float: left;
	width: 685px;
	margin: 25px 0 0 0;
	padding: 0;
}
#menu {
	width: 860x;
	height: 34px;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_navbar.jpg);
	background-repeat: repeat-x;
	background-color: #A67029;
/*	border-bottom: solid 1px #E0B983; */
	border-bottom: solid 1px #FFF;
}

#slideshow {
	width: 860px;
	height: 260px; 
	margin: 0; 
	padding: 0;
	border-bottom: solid 1px #FFF;
}

#slideshow img { display: none; width: 860px; height: 260px; }
#slideshow img.first { display: block; }

#mainContent { 
	width: 859px;
	margin: 0; 
	padding: 0;
	background-image:url(images/bg_maincontent.jpg);
	background-repeat:repeat-y;
	border-right: solid 1px #3E2200;
	border-bottom: solid 1px #3E2200; 
}
#portfolioInfo { 
	width: 859px;
	margin: 0; 
	padding: 0;
	background-color: #975411;
	border-right: solid 1px #3E2200;
	border-bottom: solid 1px #3E2200;
}
#mainBody {
	float: right;
	width: 559px;
	margin: 15px 0 25px 0;
	padding: 0 15px 0 25px;
}
#portfolioSlides {
	float: right;
	width: 600px;
	margin: 0;
	padding: 0;
	background-color: #110A00;
/*	border-top: solid 1px #E7DFCC; */
}
#portfolioBody {
	float: right;
	width: 559px;
	margin: 0;
	padding: 20px;
}
#gallery h1 { 
	color: #FFF;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: bold;
}
#gallery p {
	margin-top: 0;
	padding-top: 8px;
	color: #FFF;
	font-size: 12px;
}
#sidebar {
	float: right;
	width: 260px;
	margin: 0;
	padding: 0;
}
#portfolioSidebar {
	float: right;
	width: 240px;
	margin: 0;
	padding: 10px;
}
div.leftsidebarphoto {
	margin: 0;
	padding: 0;
	width: 260px;
	border-bottom: solid 1px #FFF;
}
#sidebarContent {
	padding: 20px 25px;
/*	border-top: solid 1px #E7DFCC; */
}
#sidebarContent h1 {
	width: 210px;
	color: #FFF;
	padding-bottom: 3px;
/*	border-bottom: solid 1px #E7DFCC; */
	border-bottom: solid 1px #FFF;
}
#sidebarContent h1 a {
	color: #FFF; 
	font-weight: normal;
}
#sidebarContent p, #sidebarContent li, #sidebarContent a  {
	color: #FFF;	
}
#sidebarContent a:hover {
	color: #C08330;
}
#home_callouts {
	margin: 0; 
	padding: 0;	
	width: 858px;
	border: solid 1px #3E2200;
}

#callout1 {
	float: left;
	width: 282px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
#callout2 {
	float: left;
	width: 294px; 
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
#callout3 {
	float: left;
	width: 282px;
	background-color: #FFF; 
	margin: 0;
	padding: 0;
}
h1.callout_heading {
	width: 241px;
	height: 18px;
	margin: 0;
	padding: 15px 20px;
	background-image:url(images/bg_callout_headings.jpg);
	background-repeat:repeat-x;
	background-color: #5E3300;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;	 
	border-right: solid 1px #FFF;
}
div.separator {
	margin: 10px 0px;
	padding: 0;
	background-image: url(images/separator_vertical.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
div.callout_content {
	margin: 0;
	padding: 0 20px;
}
div.callout_content h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
div.callout_content p {
	font-size: 13px;
}
div.callout_content a {
	font-weight: bold;	
}
div.subpage_callout {
	margin: 5px 30px 15px 30px;
	padding:20px;
	background-image:url(images/bg_callout_teal.jpg);
	background-repeat:no-repeat;
	background-color:#416545;
	border-bottom: solid 3px #2E4730;
	border-right: solid 3px #365438;
}
div.left_callout {
	margin: 5px 0 15px 0;
	padding:15px;
/*	background-image:url(images/bg_callout_teal.jpg);
	background-repeat:no-repeat;
	background-color:#416545; */
	background-color:#8FB695;
	border-bottom: solid 3px #2E4730;
	border-right: solid 3px #365438;	
}
div.subpage_callout p, div.left_callout p {
	margin: 0;
	padding: 10px 0 0 0;
	color: #ECFFFF;
	font-size: 12px;
	font-weight: bold;
}
#projectDetails {
	width: 560px;
	padding: 10px 20px;
}
#projectDetails h1 {
	font-size: 14px;
	color: #E7DFCC;
	margin-top: 0px;
	font-weight: bold;
}
#projectDetails p {
	font-size: 12px;
	color: #E7DFCC;	
}	
#projectDesc {
	float:left;
	width:340px;
	margin:0;
	padding:0 20px 0 0;	
}
#projectDescWide {
	float:left;
	width:540px;
	margin:0;
	padding:0 20px 0 0;	
}
#projectPartners {
	float:left;
	width:200px;
	margin:0;
	padding:0 0 0 0;
}
#projectTestimonial {
	float:left;
	width:500px;
	margin:0;
	padding:0 0 0 0;
}
#footer { 
	margin: 0;
	padding: 10px; 
} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align:center;
}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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;
}
.nobottommargin { margin-bottom: 0px; }
.smtopmargin { margin-top: 6px; }
.smtopnobottommargin { margin-top: 6px; margin-bottom: 0px; }
.darktext { color: #281604; }
.smallertext { font-size: 12px; }
