@charset "UTF-8";

body  {font: 100% Verdana, Arial, Helvetica, sans-serif; background: #FFFFFF; margin: 0; 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  {width: 942px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */} 

#header  {
	padding: 0; width: 942px; height: 152px; background-image: url(images/main_header_bg.gif); background-repeat: no-repeat;} 

#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 */}

.phototrio {
	position:absolute;
	top:0;
	left:30px;
	left: auto;
	top: 103px;
	position: absolute;
	height: 69px;
	width: 318px;
}

#main_nav{background: url(images/nav_mainbg.png);
	list-style:none;
	margin:120px 0px 0px 331px;
	padding:0px;
	height:32px;
	position: absolute;
	width: 610px;
}
		#main_nav li{
	margin:0 0px;
	list-style:none;
	float: left;
}
		#main_nav li a {background-repeat: no-repeat; display:block; height:32px; width:610;text-indent:-9999px;}
		#main_nav li a#company {width:111px; background: url(images/nav_main.gif) 0 0;}
		#main_nav li a#products  {width:79px; background: url(images/nav_main.gif) -111px 0;}
		#main_nav li a#services  {width:68px; background: url(images/nav_main.gif) -190px 0;}
		#main_nav li a#green  {width:55px; background: url(images/nav_main.gif) -258px 0;}
		#main_nav li a#projects  {width:72px; background: url(images/nav_main.gif) -313px 0;}
		#main_nav li a#news  {width:53px; background: url(images/nav_main.gif) -385px 0;}
		#main_nav li a#contact  {width:67px; background: url(images/nav_main.gif) -438px 0;}
		#main_nav li a#home  {width:105px; background: url(images/nav_main.gif) -505px 0;}

		#main_nav li a#company:hover {background-position: -0px -32px;}
		#main_nav li a#products:hover  {background-position: -111px -32px;}
		#main_nav li a#services:hover  {background-position: -190px -32px;}
		#main_nav li a#green:hover  {background-position: -258px -32px;}
		#main_nav li a#projects:hover  {background-position: -313px -32px;}
		#main_nav li a#news:hover  {background-position: -385px -32px;}
		#main_nav li a#contact:hover  {background-position: -438px -32px;}
		#main_nav li a#home:hover  {background-position: -505px -32px;}

		.company #main_nav li a#company {background-position: -0px -32px;}
		.products #main_nav li a#products  {background-position: -111px -32px;}
		.services #main_nav li a#services  {background-position: -190px -32px;}
		.green #main_nav li a#green {background-position: -258px -32px;}
		.projects #main_nav li a#projects {background-position: -313px -32px;}
		.news #main_nav li a#news  {background-position: -385px -32px;}
		.contact #main_nav li a#contact  {background-position: -438px -32px;}
		.home #main_nav li a#home  {background-position: -505px -32px;}
		
	
	
		#sidebar1  {
	float: left;
	width: 180px;
	background: #FFFFFF;
	padding: 15px 0px 15px 0px;
}

#mainContent  {
	margin: 0 0 0 200px;
	padding: 0 20px;
}
#mainContent p {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}

#mainContent li {
	font-size: 12px;
	line-height: 20px;
	list-style-position: outside;
	list-style-type: disc;
	color: #333333;
}

#footer { width: 922px; margin: 0px auto;}

	#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 30px 0px 0px 0px;
	line-height: 14px;
	color: #333333;
	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: 30px;
	margin-bottom: 25px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
	margin-bottom: 30px;
}

.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;}
h1 {
	font-size: 14px;
	line-height: 17px;
	color: #3F3615;
}
h2 {
	font-size: 13px;
	line-height: 19px;
	color: #3F3615;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #891503;
	text-align: left;
	line-height: 18px;
}


.calloutsidebar {
	font-size: 12px;
	line-height: 24px;
	color: #96965E;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	padding-top: 30px;
}
.intro {
	font-size: 13px;
	line-height: 22px;
	color: #3F3615;
	font-weight: bold;
}
.projectname {
	font-size: 13px;
	font-weight: bold;
	color: #7E220F;
	text-align: left;
	line-height: 18px;
}
.goback {
	font-size: 10px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.photosmore {
	margin-right: 13px;
	margin-bottom: 13px;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited { color: #666; text-decoration: underline; }
.photosright {
	margin-bottom: 13px;
}
