body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10;
    margin-bottom: 10;
    margin-left: 10;
    margin-right: 10;
    color: #000000;
    background-image: url(/images/MasterPages/bg.gif);
    background-repeat: repeat-x;
}
.bodycontent h1
{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 30px;
    height: 70px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #62BB46;
}
.bodycontent h2 
{
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 8px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:Navy;
}

.bodycontent h3
{
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#006f00;
}
.bodycontent p 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 18px 0px;
	padding-bottom:0px;	
	padding-left:30px;
	padding-right:30px;	 
}
.copyright
{
    padding: 10px 0px 10px 0px;
    text-align:right;
    color:Gray;
}
/* div around the entire layout */
.wrapper
{
    border-right: #CCCCCC 1px solid;
    /*border-top: #006f00 1px solid;*/
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
}
.menulink
{
    height:53px;  
    font-size:11px;
    font-weight:bold;
    float:none;
    width: 140px;
}
a:link.menulink  
{
	color:Navy;
	
    text-decoration:none;
}
a:visited.menulink 
{
	color:Navy;
    text-decoration:none;
}
a:hover.menulink 
{
	color:Navy;
    text-decoration:none;
}
a:active.menulink 
{
	color:Navy;
    text-decoration:none;
}

.headernav
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:Navy;
    text-decoration:none; 
    padding-left:6px;
    padding-right: 6px;
}
a:link.headernav  {
	color:Navy;
    text-decoration:none;
}
a:visited.headernav {
	color:Navy;
    text-decoration:none;
}
a:hover.headernav {
	color:Navy;
    text-decoration:none;
}
a:active.headernav {
	color:Navy;
    text-decoration:none;
}

/*
ul
{
	margin-left: 16px;
	margin-top: 0px;
	padding: 0px;
}
*/
ol 
{
    margin-left: 30px; /*If this isn't wide enough, number will get chopped off in faq*/
	margin-top: 0px;
	padding: 0px;
}

form 
{
	margin: 0;
	padding: 0px;
}	
table, tr, td, ul, li 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.mastertable
{
    background-color:White;
}
hr 
{
    height: 1px;
    color: #CCCCCC;
}

.logo
{
    padding-top:20px;
    padding-left:30px;
    padding-bottom:20px;
    float:left;
    
}
.logoTagline 
{
    float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #58C712;
	font-weight: normal;
	text-transform:uppercase;	
	padding-left:20px;
	padding-top:40px;
}

h3.homepage 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#006f00;
}

/****************************************************
lead form and yellow box alignments
****************************************************/
.leadformerror
{
    font-size:11px;
}
#inputbox
{
    background-color: #FEBF10;
    text-align: center;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    font-size:9px;
    height:115px;
}
/* full line spacer on home page only */
#divider1 p 
{
    text-align: center;
    background-image: url(/images/MasterPages/bluebar.gif);
    color: white;
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    font-weight:bold;
}
.homepagespacer1 /* used to provide a space between flash and the top*/
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 24px;
}
.homepagespacer2 /* used to provide a space between flash and yellow box on the home page */
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 27px;
}
.leadformspacer
{
    
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 16px;
}
.homepageBoxA
{
    margin: 0px 0px 0px 0px;
    background-color:#FEBF10;
    padding:10px; 
    height:115px;    
    /*width:572px;     
    position:absolute;
    top:341px;*/
}
.leadformtext
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align:right;
    font-size:10px;
}
.leadforminput
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 2px 0px;
    width:100px;
    font-size:10px;
    text-align:left;
}
.leadformsubmit
{
    font-size:12px;
    padding: 0px;
    margin: 0px;
}
/****************************************************
site-wide links
****************************************************/
a:link {
	color: #669933;
	text-decoration: underline;
}
a:visited {
	color: #669933;
	text-decoration: underline;
}
a:hover {
	color: #669933;
	text-decoration: underline;
}
a:active {
	color: #669933;
	text-decoration: underline;
}
a:link.required  {
	color: #FF0000;
	text-decoration: underline;
}
a:visited.required {
	color: #FF0000;
	text-decoration: underline;
}
a:hover.required {
	color: #FF0000;
	text-decoration: underline;
}
a:active.required {
	color: #FF0000;
	text-decoration: underline;
}

/****************************************************
hybrid table
****************************************************/
.hybridTable
{
    border: solid 1px Silver;
	border-collapse: collapse;
	margin-left: 60px;
	margin-right: 60px;
}
.hybridTable td
{
    padding: 10px 10px 10px 10px;
}
/* first row td */
.hybridTable tr:first-child td:first-child 
{ 
	font-weight: normal;
	color: #FFFFFF;
	background-color: #008451;
}
/* first row td */
.hybridTable tr:first-child td:first-child div:first-child
{ 
    font-size:16px;
	font-weight: bold;
}
/* second row td */
.hybridTable tr:first-child + tr td:first-child
{
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(/images/MasterPages/table-gradient-bg.gif);
    background-repeat: repeat-x;
}
/****************************************************
Overlay
****************************************************/
.overlayHolder
{   
    position: absolute; 
    top: 0px; 
    left: 0px;
    width: 1258px; 
    height: 880px; 
    background-image: url(/images/greyDots.gif);
    background-repeat: repeat;
} 
.overlayContent
{  
    position: absolute; 
    top: 105px; 
    left: 380px;
    border: 1px solid #008451;
    background-color: #008451;
} 
.overlayDiv
{  
    position: absolute; 
    top: 0px; 
    right: 0px; 
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    color: White;
    font-weight: bold;
} 
/****************************************************
Other
****************************************************/
.image1padding
{   
    padding: 40px 25px;
}
.SPSpopupText
{   
    visibility: hidden;
}  
