/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../images/bgGrass.jpg) top center;
}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 12px/120% Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, san-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #333333;
	font: normal 12px/120% Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, san-serif;
	text-align: left;
}
p
{
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 20px 0px 10px;
	padding: 0px;
	color: #48745C;
	font: 15px/150% "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 ah6 a 
{
	padding: 0px;
}

h1 + h2, h1 + h3, h1 + h4, h3 + h4, h2 + h3{
	margin-top: 0px;
}

h1:first-child , h2:first-child {
	margin-top: 0px;
}

h1
{
	font-size: 18px;
}
h2
{
	margin: 20px 0px 5px;
	font-size: 15px;
	color: #527a29;
}
h3 {
	font-size: 14px;
	color: #426421;
}

h4
{
	font-size: 13px;
	color: #334d1a;
	margin-bottom: 0;
}
h5
{
	color: #FFFFFF;
	font-size: 12px;
}
h6
{
	font-size: 11px;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: underline;
	color: #ae695f;
}

a:hover
{
	text-decoration: none;
	color: #daaa5e;
}
a:selected {
	text-decoration: underline;
}
ul
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 20px;
}
ul li {
	margin-bottom: 2px;
	padding-left: 10px;
	background: url(../images/li.gif) no-repeat left 5px;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#container {
	width: 912px;
	margin: 0 auto 20px;
	padding-left: 42px;
	background: url(../images/bgWhite.png) top left repeat-y;
}
#header{
	position: relative;
	top: 0;
	margin-left: -41px;
	width: 955px;
	height: 108px;
}
#menu {
	float: left;
	clear: both;
	width: 870px;
	height: 290px;
	margin: 3px 0 20px;
	background: #2b5443 url(../images/bgMenu.gif) bottom no-repeat;
}
#menu ul{
	float: left;
	width: 150px;
	margin: 6px 0 0;
	padding: 0;
}
#menu ul li{
	width: 190px;
	margin: 0;
	padding: 0;
	background: none;
}
#menu a {
	display: block;
	height: 33px;
	width: 190px;
	color: #FFFFFF;
	text-decoration: none;
	font: 13px/33px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
	background: url(../images/menuRollover.gif) no-repeat;
	background-position: 0 -33px;
	outline: none;
}
#menu a:hover {
	outline: none;
	color: #ebfeaa;
	background-position: 0 0px;
	margin-left: -3px;
}
#menu img {
	display: inline;
}
#flashHeader{
	float: right;
	width: 666px;
	height: 291px;
}

#footer {
	clear: both;
	float: left;
	padding: 0 42px;
	height: 40px;
	margin: 10px 0 -20px -42px;
	font-size: 9px;
	color: #666666;
	width: 871px;
	background: url(../images/bgFooter.png) bottom left no-repeat;
	text-align: right;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#footer a, #footer p{
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #4E8200;
	text-decoration: underline;
}

/* ----------------------- end skin specific ----------------------- */

/* ----------------------------- Classes --------------------------- */

.textBox{
	float: left;
	margin: 0 25px 15px 0;
	padding: 0 0 10px;
}

.small, .smallLine{
	width: 200px;
}

.smallLine{
	border-right: 1px solid #e0e0e0;
	padding-right: 10px;
}

.half{
	width: 412px;
}

.medium{
	width: 435px;
}
.finePrint{
	font-size: 10px;
	color: #ABAFA4;
}

.featureBox{
	width: 174px;
	float: left;
	padding: 0;
	background: #A1B94D url(../images/boxGreen.gif) top left no-repeat;
	color: #FFFFFF;
}
.featureBottom{
	width: 174px;
	height: 8px;
	position: relative;
	background: url(../images/boxGreenBottom.gif) bottom left no-repeat;
}
.featureBox p{
	color: #FFFFFF;
}
.featureBox h1{
	color: #FFFFFF;
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 14px;
}

.imgLeft{
	padding: 0 15px 15px 0;
	float: left;
}

.imgPalette{
	padding: 30px 15px 15px 0;
	float: left;
}
.logoPanel{
	float: left;
	padding: 20px 0 0 0;
	width: 174px;
}
.logoPanel img{
	float: left;
	margin: 0 10px 10px 0; 
}
/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
	float: right;
	width: 360px;
}
.marginRight {
	margin-right: 20px;
}

fieldset {
	border: dotted 1px #000;
	padding: 10px;
}
label {
	width: 50px;
	float: left;
	white-space: nowrap;

}
legend {
	color:  #990000;
	background: #FFF;
	padding: 0 2px;
}
.submit {
	background-color:  #990000;
	color:  #FFF;
	margin-left: 160px;
	display: inline;
}
#contactLeftCol {
	float: left;
	width: 200px;
}
.required {
	border: 1px solid #990000;
	background: #F3E9E6;
}

#contactLeftCol h2 {
	margin-top: 50px;
}
/* ----------------- end contact specific ------------------------ */
/* HOME */
