body  {
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #f7f7f7;
	background-image: url(images/bush_01_home.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #624327;
}
hr {
	border: none 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c0aea0;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent a {
	color: #5b7433;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent h1 {
	margin-top:0;
	font-size: 21px;
	font-weight: normal;
	color: #2e486c;
}
.twoColFixLtHdr #sidebar h1 {
	margin-top:0;
	font-size: 21px;
	font-weight: normal;
	color: #624327;
}
.twoColFixLtHdr #containerTop { 
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.twoColFixLtHdr #container { 
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-image: url(images/bush_17.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
} 
.twoColFixLtHdr #header {
	height: 108px;
	padding: 0;
	margin-bottom:1px;
}
.twoColFixLtHdr #headerImage {
	height: 108px;
	padding: 0;
	float: left;
} 
.twoColFixLtHdr #headerInfo {
	padding: 0;
	float: right;
	text-align: right;
	margin-top: 28px;
	margin-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
} 
.twoColFixLtHdr #headerInfo a {
	text-transform: uppercase;
	font-size: 11px;
	color: #87a555;
	font-weight: bold;
	text-decoration: none;
} 
.twoColFixLtHdr #headerInfo a:hover {
	color: #ffffff;
} 
.twoColFixLtHdr #menuBar {
	height: 35px;
	margin-bottom:1px;
	background-image: url(images/bush_12_2.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
} 
.twoColFixLtHdr #imageArea {
	width: 824px;
	height: 288px;
	padding: 0;
	margin-bottom:1px;
	background-image: url(images/bush_14_home.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #underImageArea {
	height: 22px;
	padding: 0;
	background-color: #624327;
} 
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 244px;
	padding: 15px;
	line-height: 20px;
}
.twoColFixLtHdr #mainContent {
	line-height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 274px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	color: #333333;
} 
.twoColFixLtHdr #footer { 
	background-color: #dfdad4;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #c0aea0;
} 
.twoColFixLtHdr #footerMenu {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #624327;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0aea0;
	margin-bottom: 1px;
	padding: 10px;
	line-height: 16px;
	width: 804px;
}
.twoColFixLtHdr #footerMenu a {
	width: 824px;
	text-decoration: none;
	color: #624327;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColFixLtHdr #footerMenu a:hover {
	text-decoration: none;
	color: #000000;
}
.twoColFixLtHdr #footerInfo {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #837d75;
	padding: 10px;
} 
.twoColFixLtHdr #footerInfo a, .twoColFixLtHdr #footerInfo a:hover {
	color: #837d75;
	text-decoration: none;
} 

.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-bottom: 15px;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-bottom: 15px;
	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;
}
.twoColFixLtHdr #sidebar form {
	margin: 0 0 10px 0;
}
.twoColFixLtHdr #sidebar .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	width: 234px;
	border: 1px solid #c0aea0;
	margin-bottom: 5px;
}
.twoColFixLtHdr #sidebar .submit {
	border:1px solid #c0aea0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
	color:#ffffff;
	background-color:#624327;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent form {
	margin: 0;
	padding-top: 15px;
}
.twoColFixLtHdr #mainContent .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	width: 234px;
	border: 1px solid #c0aea0;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent .submit {
	border:1px solid #c0aea0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
	color:#ffffff;
	background-color:#624327;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent #checkbox {
	margin-right: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent #projecttable {
	margin-top:0;
	width: 505px;
}
.twoColFixLtHdr #mainContent #projecttable td {
	line-height: normal;
	vertical-align: top;
	width: 33%;
	padding-bottom: 20px;
}
.twoColFixLtHdr #mainContent #projecttable img {
	border: 1px solid #5b7433;
}
.twoColFixLtHdr #mainContent #projecttablethumbs {
	margin-top:0;
	width: 505px;
}
.twoColFixLtHdr #mainContent #projecttablethumbs td {
	vertical-align: top;
	width: 25%;
	padding-bottom: 20px;
}
.twoColFixLtHdr #mainContent #projecttablethumbs img {
	border: 1px solid #5b7433;
}
.twoColFixLtHdr #mainContent #highlighttable {
	margin-top:0;
	width: 100%;
}
.twoColFixLtHdr #mainContent #highlighttable td {
	vertical-align: top;
	width: 25%;
text-align:center;
font-size:11px;
font-family:arial;
line-height:normal;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	/*line-height: 44px;*/
}
#nav a {
	color: #ffffff;
	background-image: url(images/tri-state-company_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/*padding: 0 20px;
	line-height: 44px;*/
	text-decoration: none;
	display: block;
}
#nav li { /* all list items 
	border-right: solid 1px #b8001f;
	border-left: solid 1px #d15a6e;*/
	float: left;
	/*width: 1em;  width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width:290px;
	border-top: solid 1px #ffffff;
}
#nav li ul li { /* second-level lists */
	width:290px;
}
#nav li:hover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a:hover, #nav li.second:hover a, #nav li.second:hover li a:hover {
	background-position: left -44px;
}
#nav li.second:hover li a {
	background-position: left top;
}