/* 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: #468206 url(../images/grass.jpg) top center repeat-x;
}


body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #2F2F2F;
	font: normal 16px/140% Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, Arial;
	text-align: left;
}
p
{
	margin-bottom: 10px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 25px 0px 10px;
	padding: 0px;
	color: #2173BF;
	font-weight: bold;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a,
h6 a 
{
	padding: 0px;
	color: #669933;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 20px;
}
h1
{
	font-size: 26px;
	font-weight: bold;
}
h2
{
	font-size: 22px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}

h4
{
	font-size: 18px;
	color: #334d1a;
}
h5
{
	color: #FFFFFF;
	font-size: 18px;
}
h6
{
	font-size: 14px;
}

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

a:hover
{
	color: #7AC2F4;
	text-decoration: none;
}
a:selected {
	text-decoration: underline;
}
ul
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 10px;
	margin-top: 8px;
}
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 30px;
}
ul li {
	margin-bottom: 10px;
	padding-left: 11px;
	background: url(../images/li.gif) no-repeat left 8px;
}

ol li
{
	list-style-type: decimal;
	margin-bottom: 8px;
}

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

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}

table
{
        border-spacing: 4px;
}

td
{
        padding: 5px;
	background-color: #4080ff;
        color: white;
        text-align: center;
        font-weight: bold;
}

td a,
td a:link,
td a:visited,
td a:active
{
        color: white;
}

td a:hover
{
        color: black;
}

blockquote
{
        margin-left: 20px;
        margin-right: 20px;
}
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #e5e5e5;
	background-color: #e5e5e5;
	width: 99%;
	margin-bottom: 17px;
	clear: both;
	margin-top: 9px;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#container {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/dandelion.png) no-repeat top center;
}
#header{
	height: 250px;
	width: 950px;
	float: left;
}

#menu {
	float: left;
	width: 805px;
	height: 34px;
	padding-left: 26px;
	clear: both;
}
/* ------              drop down code start               -----*/
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 805px;
	height: 34px;
	}

ul#nav li {
	float: left;
	clear: none;
	position: relative;
	width: auto; 
	line-height: 34px;
	height: 34px;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font: normal 13px/34px "Normal Calibri", "Lucida Grande", "Helvetica Neue", Helvetica, Arial;
        font-weight: bold;
	background: url(../images/menu-button.gif) no-repeat;
	background-position: right 0;
	display: block;

	}
	ul#nav li:hover {
	background-position: right -34px;
	}

ul#nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
		padding-right: 8px;
	padding-left: 8px;
	}
	
ul#nav li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 34px;
	display: none;
	padding: 0;
	margin: 0;
	}
ul#nav li ul li {
	width: 180px;
	text-align: left;
	text-indent: 10px;j
	line-height: 25px;
	height: 25px;
	padding: 0 0 4px;
	margin: 0;
	clear: both;
	background-color: #0A1004;
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { 
color: #000;
	background: url(../images/menu-button.gif) no-repeat;
 }
 	ul#nav li.btnHome a:hover {
	background: none;
	}
 ul#nav li ul li a:hover {
	color: #000;
	background-color: #acda42;
 }
		
ul#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;

} /* The magic */

#content {
	float: left;
	width: 845px;
	padding: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	background: #FFFFFF;
	overflow: hidden;
}

/* ----------------- Start skin specific ------------------------ */
.logo{
	float: left;
	margin: 34px 0 0 26px;
}

.largeList li {
	font-size: 18px;
	color: #d37700;
	font: 18px/120% Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url(../images/tick.gif) left no-repeat;
}
.orangeQuote {
	color: #d37700;
	font: 19px/125% Georgia, "Times New Roman", Times, serif;
}
.imgAlignRight{
	float: right;
	margin: 0 0 20px 20px;
}
.largeQuote{
	margin-top: 18px;
	font: italic 18px/125% Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.smallQuote{
	font: 16px/120% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.featureBox .smallQuote{
	color: #786a30;
}
.largeQuote + .smallQuote{
	margin: -10px 0 15px;
	padding: 0;
}
.joinNow {
	display: block;
	background: url(../images/join-now.gif) no-repeat top left;
	background-position: 0 0;
	width: 122px;
	height: 120px;
}
.joinNow:hover {
	background-position: 0 -120px;
}
.joinNow p{
	display: none;
}
.imgPortrait{
	padding: 8px;
	border: 1px solid #CCCCCC;
}
.imgLeft{
	float: left;
	margin: 0 20px 20px 0;
}
.imgRight
{
	float: right;
        padding: 1px;
}
	

/* --- */
/* ----------------- start contact specific ------------------------ */
form#frmSS1 {
	padding: 25px;
	float: right;
	width: 360px;
}
#frmSS1 .marginRight {
	margin-right: 20px;
}
#frmSS1 fieldset{
	float: right;
	width: 201px;
	border: 1px solid #68ace9;
	padding: 1px 18px 3px;
	margin-top: 15px;
	color: #FFFFFF;
}
#frmSS1 fieldset p {
	font-size: 11px;
	text-align: right;
}
#frmSS1 fieldset p.subH {
	text-align: left;
}

#frmSS1 fieldset a{
	color: #FFFFFF;
}
#frmSS1 fieldset a:hover{
	color: #FFFFFF;
}
#frmSS1 legend{
	background: none;
	font: 22px/120% Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, Arial;
	margin: 0;
	color: #FFFFFF;
	padding: 0;
}
#frmSS1 fieldset p{
	color: #FFFFFF;
	margin-bottom: 3px;
}
#frmSS1 label { line-height: 20px; 

}
#frmSS1 .textField,
#frmSS1 select {
	width: 135px;
	padding: 1px 3px;
	height: 19px;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;	
	white-space: nowrap;
	border: none;
	margin: 0;}

#frmSS1 select {
	width: auto;
}
#frmSS1 .submitBtn {
	background: #FFFFFF;
	padding: 0px;
	font-size: 12px;
	border-style: none;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}
#frmSS1 .submitBtn:hover {
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
}


#frmSS1 .required {
	border: 1px solid #990000;
	background: #F3E9E6;
}
#frmSS1 input,
#frmSS1 textarea,
#frmSS1 select
{
	letter-spacing: normal;
	text-transform: none;
	color: #2173BF;
	background: #FFFFFF;
	font: normal 13px/120% "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}

/* ----------------- end contact specific ------------------------ */
#join fieldset{
	border: 1px solid #68ace9;
	padding: 15px 18px 3px;
	color: #000;
	margin-bottom: 25px;
}
#join fieldset p{
	font-size: 16px;
}
#join legend{
	background: none;
	margin: 0;
	font-size: 24px;
	color: #527a29;
	font-weight: bold;
	line-height: 35px;
}
#join fieldset p{
	color: #000;
	line-height: 140%;
	border-bottom: 1px solid #D0F5FF;
}
#join .noLine {
	border-style: none;
}
#join .textField{
	width: 200px;
	padding: 1px 3px;
	height: 19px;
	white-space: nowrap;
	border: none;
	margin: 2px 0;
}
#join .submitBtn{
	background: #2173BF;
	margin-left: 270px;
	padding: 0px;
	font-size: 16px;
	border-style: none;
	color: #FFFFFF;
}
#join .submitBtn:hover {
}
#join label {
	width: 160px;
	float: left;
	white-space: nowrap;
	font-size: 16px;

}
#join input,
#join textarea,
#join select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	border: 1px solid #666666;
	padding: 1px;
}

/* HOME */
 .footnote {
	font-size: 14px;
	line-height: normal;
	padding-bottom: 3px;
	color: #C49F0A;
}
.featureBox {
	background: #F0D35F;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 35px;
}
.AGW {
	float: right;
	font-size: 11px;
}
#constitution {
	height: 200px;
	overflow: auto;
}
#constitution p,
#constitution ul,
#constitution ol
{
	color: #000000;
	font: normal 14px/130% Calibri, "Lucida Grande", "Helvetica Neue", Helvetica, Arial;
	text-align: left;
}
#constitution ol.lower-roman { list-style-type:lower-roman; }
#constitution ol.upper-alpha { list-style-type:upper-alpha; }
#constitution ol.lower-alpha { list-style-type:lower-alpha; }
#constitution h3,
#constitution h2,
#constitution h1
{
	font-size: 18px;
}
input.OrangeButtons,
.submitBtn {
	border: none;
}
.posted {
	font-size: 11px;
	color: #666666;
}
.TablePadding td {
	border-bottom: solid 1px #CCC;
	padding: 1 5px;
} 
	
