@charset "UTF-8";
body  {
	font: 77% Georgia, Palatino, 'Times New Roman', Times, serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 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;
	background-color: #cacdba;
}
a {
	color: #518644;
}
a:hover {
	color: #4d7e44;
}
#container {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-home.jpg');
	min-height: 400px;
} 
#general-container {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-general.jpg');
}
#general-container-sidebar {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-1350.jpg');
	background-position: center left;
}
#general-container-links {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-1365.jpg');
	background-position: center left;
}
#general-container-news {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-500.jpg');
	background-position: center left;
}
#general-container-contact {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-844.jpg');
	background-position: center left;
}
#general-container-press {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-710-repeat.jpg');
	background-position: top left;
}
#general-container-support {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-896.jpg');
	background-position: center left;
}
#general-container-exec {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-640.jpg');
	background-position: center left;
}
#general-container-tech {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-tent.jpg');
	background-position: bottom left;
}
#general-container-bod {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #ffffff;
	background-image: url('/images/bg-left-bod.jpg');
	background-position: top left;
}

#header {
	font-family: Trebuchet, 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;  /* 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. */
	width: 944px;
	height: 137px;
	text-align: left;
	margin: 0 auto;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	background-image: url('/images/bg-topnav.jpg');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #ffffff;
} 
#header #logo {
	float: left;
}	
#header a, #header img {
	text-decoration: none;
	border: 0;
}
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 a {
	border: 0;
}
#secondary-nav {
	text-align: right;
	line-height: 32px;
        padding-right: 20px;
}
#secondary-nav a {
	font-weight: bold;
	color: #205100;
	padding: 5px 10px;
}
#secondary-nav a:hover {
	color: #003200;
	background-color: #99d16a;
}
#secondary-nav a.selected {
	color: #000000;
	background-color: #99d16a;
}
#callouts-nav {
	text-align: center; 
	height: 56px;
	padding-top: 16px;
}
#main-nav {
	text-align: center;
	line-height: 33px;
	margin-right: 20px;
}
#main-nav a {
	display: block;
	float: right;
	background-color: #559244;
	border-right: 1px solid #629e45;
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px;
	height: 33px;
	font-size: 13px;
	line-height: 33px;
	white-space: nowrap;
	background-image: url('/images/bg-mainnav-1.jpg');
}
#main-nav a:hover, #main-nav a.selected  {
	background-color: #387f2a;
	background-image: url('/images/bg-mainnav-2.jpg');
}
#main-nav a.navright {
	background-image: url('/images/bg-mainnav-r-1.jpg');
	background-position: top right;
}
#main-nav a.navright:hover, #main-nav a.selectednavright {
	background-image: url('/images/bg-mainnav-r-2.jpg');	
	background-position: top right;
}
#main-nav a.navleft {
	background-image: url('/images/bg-mainnav-l-1.jpg');	
}
#main-nav a.navleft:hover, #main-nav a.selectednavleft {
	background-image: url('/images/bg-mainnav-l-2.jpg');	
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 25px;
	color: #ffffff;
}
#sidebar-home {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 25px;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}
#sidebar a, #sidebar-home a {
	color: #ffffff;
}

#home-content {
	margin: 0 0 0 335px; /* the left margin on this div element creates the column down the left 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;
	color: #ffffff;
	font-size: 12px;
} 
#sub-navigation {
	margin: 0 20px 0 330px; /* the left margin on this div element creates the column down the left 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: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #9bc281;
	font-size: 11px;
	border-bottom: 1px solid #9bc281;
}
#general-content {
	color: #333333;
	margin: 0 35px 0 330px;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 20px;
	text-align: justify;
}
#home-content img {
	padding: 20px 0;
}
#home-content a {
	color: #ffffff;
}
#home-content #map-callout {
	padding-top: 140px;
	width: 180px;
}
#footer {
	padding: 0;
	font-size: 90%;
	color: #5b6040;
	width: 944px;
	margin: 0 auto;
	text-align: center;
} 
#footer a {
	color: #5b6040;
}
#footer a:hover {
	color: #4d7e44;
}
#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 */
	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: 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;
}
h1, h2, h3, h4, h5 {
	font-family: Trebuchet, 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #006eb1;
}	
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #518644;
	text-transform: uppercase;
}
h3 img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
#sidebar h3, #sidebar-home h3 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-transform: none;
}
.boardphoto {
	float: right;
	padding: 15px 0 15px 30px;
}

li { 
	list-style-image: url('/images/bullet-1.gif');
}
li li { 
	list-style-image: url('/images/bullet-2.gif');
}
li li li { 
	list-style-image: url('/images/bullet-3.gif');
}

#sidebar li { 
	list-style-image: url('/images/bullet-1-w.gif');
}
#sidebar li li { 
	list-style-image: url('/images/bullet-2-w.gif');
}
#sidebar li li li { 
	list-style-image: url('/images/bullet-3-w.gif');
}
#project-images, #project-images li, #project-images ul {
	list-style-type: none;
	list-style-image: none;
}
#project-images li {
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	list-style-type: none;
}

.divider {
	border-top: 1px dotted #999999;
	margin-top: 10px;
	padding-bottom: 10px;
}

.biglink a {
  	background-color: #eef1df;
  	color:#38722c;
	padding: 5px 10px;
}
.biglink a:hover {
  	background-color: #d7eba7;
  	color:#000000;
}

	