@charset "utf-8";
body {margin:0; padding:0;font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #607713;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;}
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
a:visited {color:#000099;}

h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height:100%;font-family:"Adobe Garamond Pro", Garamond, "Palatino Linotype", "Tw Cen MT"; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {font-size:250%;}
h2 {font-size:200%;}
h3 {font-size:170%;}
h4 {font-size:150%;}
h5 {font-size:130%;}
h6 {font-size:110%; text-transform:uppercase;}
	
	
.yellow {color:#f0c304;}
.green {color:#5f760c;}
.blue {color:#282c6c;}
.palegreen {color:#dfe4cd;}
.bgyellow {background-color:#f0c304;}
.bggreen {background-color:#5f760c;}
.bgblue {background-color:#282c6c;}
.bgpalegreen {background-color:#dfe4cd;}

.home {background-color: #607713;background-image:url(../images/bg_home.jpg); background-repeat: no-repeat; background-position: top left;}
.portfolio   {background-color: #607713;background-image:url(../images/bg_portfolio.jpg); background-repeat: no-repeat; background-position: top left;}
.pressroom   {background-color: #607713;background-image:url(../images/bg_pressroom.jpg); background-repeat: no-repeat; background-position: top left;}
.contact  {background-color: #607713;background-image:url(../images/bg_contact.jpg); background-repeat: no-repeat; background-position: top left;}
.testimonials {background-color: #607713;background-image:url(../images/bg_testimonials.jpg); background-repeat: no-repeat; background-position: top left;}
.capabilities {background-color: #607713;background-image:url(../images/bg_capabilities.jpg); background-repeat: no-repeat; background-position: top left;}
 #container { 
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #f9faf6;
	background-image:url(../images/bg_bodyspiral.gif); background-repeat: no-repeat; background-position: bottom left;
	padding:5px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background:url(../images/bg_header.jpg) no-repeat top left;
	padding: 0 10px 0 20px;
	height:110px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {width:600px;margin:0px;padding:0px;margin-left:250px;margin-top:75px;float:left;}
#navlist {padding:0px; margin:10px 0px;}
#topnav ul { padding:2px; margin: 3px; width: 100%; text-align: center;font-size:12px;}
#topnav ul li { display: inline; height:25px;background-image:url(../images/bg_nav.png);}
#topnav ul li a:hover { background-color: #392f22; color: #faf0e1; }
#topnav ul li a { height:33px;margin:0px 0px;padding:2px 5px;text-decoration:none;color:#392f22;}
.topnav {color:#392f22; padding:2px; text-decoration:none;background-color:#F7E69F;background-image:url(../images/bg_nav.png);background-repeat:no-repeat;background-position:right;margin-right:5px;}
.topnav a:link, .topnav a:visited {color:#392f22; text-decoration:none;}
.topnav a:active, a.topnav:hover{ color:#faf0e1; text-decoration:none;}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-size:11px; line-height:180%;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
	line-height:18px;
} 

#quote {font-family:Arial, Helvetica, sans-serif; background-image:url(../images/quotel.png); background-position:top left; background-repeat:no-repeat;padding:10px;}
.testimonial {line-height:150%;font-size:14px;}
.testimonialby {font-style:italic; text-align:right; font-size:12px;margin:0px;margin-top:10px;padding:0px;color:#000099;}
#by {float:right;margin:0px;padding:0px;text-align:right;width:550px;}
form {font-size:11px;}
#footer { 
	padding: 0 10px 0 20px;
	text-align:left;
	font-size:11px;
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}