@charset "utf-8";
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;
	background-color: #e1eec2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#bcontainer  {
	width: 817px;
	background-image:url(../images/bottombg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}

#container  {
	width: 817px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-y;
	}
#maincontainer {
	background-image: url(../images/containerbg.gif);
	background-repeat: no-repeat;
}

	
#mainContent  {
	padding-left: 65px;
	padding-right: 25px;
	margin: 0px;
	padding-top: 0px;
	clear: right;
	float: left;
	width: 560px;
}
#mainContent #indexL {
	float: left;
	width: 370px;
	padding-right: 15px;
}
#mainContent #indexR {
	float: right;
	width: 150px;
	background-color: #E1EEC2;
	margin-top: 40px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	color: #494948;
}




#mainContent #ftr {
	text-align: left;
	font-size: 80%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B6D56A;
	margin-top: 9px;
	clear: both;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #85A041;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #85A041;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #494948;
	text-align: left;
}


#menubar {
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding-right: 280px;
	padding-top: 24px;

}

#menubar ul {
	margin: 0px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
	
#menubar li {
	list-style:none;
	display: inline;
	float: right;
	padding-left: 25px;
}
#menubar a:link, #menubar a:visited   {
	text-decoration: none;
	color: #494948;
}
#menubar  a:hover, #menubar  a:active {
	color: #607A21;
}

[if gte IE 5]>
<style>
#menubar a  {
position: relative;
height: 1em;
zoom: 100%;
}

html>body #menubar {

	height: 50px; /* ie5win fudge ends */
}	
	
#menubar .navname {
	color: #607A21;
}
#mebMenu {
	float: right;
	width: 147px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 11px;
	text-align: left;
}
#mebMenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #663333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-left: 4px;
}

#mebMenu ul {
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	letter-spacing: normal;
}
#mebMenu li {
	padding-bottom: 15px;
	font-weight: bold;
	color: #494948;
	padding-left: 17px;
	letter-spacing: .1em;
}
#mebMenu a:link, #mebMenu a:visited {
	text-decoration: none;
	color: #494948;
}

#mebMenu a:hover, #mebMenu a:active {
	color: #FFFFFF;
}


	
#container #btm {
	background-image: url(../images/main_bg.jpg);
	margin: 0px;
}
#flcontent {
	padding-left: 20px;
}
#mainContent img {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 7px;
}
#mainContent a:link, #mainContent a:visited {
	color: #85A041;
	text-decoration: none;
	font-weight: bold;
}

#mainContent a:hover, #mainContent a:active {
	color: #85A041;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent #clientsL {
	float: left;
	width: 300px;
	padding-right: 15px;
}
#mainContent #clientsR {
	float: right;
	width: 220px;
	background-color: #E1EEC2;
	margin-top: 40px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	color: #494948;
}
.hlight {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: .1em;
}
#container #maincontainer #mainContent #clientsR #righttext {
	margin: 0px;
	padding: 0px;
}
.ct {
	font-style: italic;
}
dd {
	font-weight: normal;
	margin-left: 25px;
	padding-top: 7px;
}
.formT {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #E1EEC2;
	padding: 7px;
	letter-spacing: .1em;
	border: 1px solid #B7D76C;
}
