body
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEFFEE;
	margin: 15px 0;
	font-size: 10pt;
}


a, a:link, a:visited
{
	color: #006600;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #36cb36;
}

p
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0 0 18px 0;
	margin: 0;
}

h1
{
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #006600;
	margin: 0;
	padding: 14px 2px 14px 2px;
}

h2
{
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #006600;
	border-bottom: 1px solid #FF9900;
	margin-top: 0;
	padding-top: 6px;
}

h3
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
}
h4
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #666666;
}
h5
{
	font-style: italic;
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #006600;
	border-bottom: 1px solid #FF9900;
	margin-top: 0;
	padding-top: 6px;
}

h6
{
	font-style: italic;
	text-decoration:none;
	font-size: 8pt;
	font-weight:100;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #999999;
	margin: 0px 0px 20px 0px;
	padding-top: 6px;
}

textarea
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited
{
    text-decoration: none;
}

#Container
{
    text-align: center;
}

#Main
{
    text-align: left;
    width: 780px;
    margin: 0 auto;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

#Header
{
    background-image: url(/images/header-bg.jpg);
    background-color: #5DAA5C;
    background-repeat: repeat-x;
    background-position: top center;
    padding-bottom: 3px;
    cursor: hand;
    cursor: pointer;
    height: 90px;
}

#Header #LogoImage
{
    float: left;
    margin: 3px 6px 0 16px;
}

#Header #LogoText
{
    display: block;
    padding: 19px 0 0 0;
}

#Header .ServicesText
{
    color: #FFFFFF;
    text-indent: 4px;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 0px 89px;
    padding-top: 50px;
    text-decoration: none;
}

#NavContainer
{
    background-color: #FCDD17;
    background-image: url(/images/menu_bg.gif);
    background-repeat: repeat-x;
    background-position: top center;
    text-align: center;
}

#Nav
{
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    height: 28px;
}

#Nav a, #Nav a:link, #Nav a:visited, #Nav a:hover, #Nav a:active
{
    display: table-cell; display: inline-table; display: inline-block; /* cascade support - IE supports inline block and skips others, FF doesn't support the standard and picks up inline table, safari picks up table cell and then quits.  the wrapper divs correct positioning for each type */
    color: #006600;
    text-decoration: none;
    padding: 0 12px;
    border-right: 1px solid #8BA48B;
    line-height: 28px;
    height: 28px;
}

#Nav a:hover, #Nav a:active, #Nav .CurrentSection, #Nav .CurrentSection:link, #Nav .CurrentSection:visited
{
    color: #FFFFFF;
}

#Nav .CurrentSection, #Nav .CurrentSection:link, #Nav .CurrentSection:visited
{
    background-image: url(/images/menu_bg_selected.gif);
    background-color: #80AA80;
    background-position: top center;
    background-repeat: repeat-x;
    line-height: 28px;
}

#Nav ul
{
    margin: 0;
    padding: 0;
}

#Nav ul li
{
    margin: 0;
    padding: 0;
    display: inline; /* cascade support - IE supports inline block and skips others, FF doesn't support the standard and picks up inline table, safari picks up table cell and then quits.  the wrapper divs correct positioning for each type */
}



#Content
{
    padding: 0 15px 6px 15px;
}

#Footer
{
    text-align: center;
    background-image: url(/images/menu_bg_selected.gif);
    background-color: #547D54;
    background-repeat: repeat-x;
    background-position: top center;
    clear: both;
    margin-top: 12px;
}

#Footer a, #Footer a:link, #Footer a:visited, #Footer a:hover, #Footer a:active
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12pt;
    line-height: 150%;
}

#Footer a:hover, #Footer a:active
{
    text-decoration: underline;
}

#Copyright
{
    margin: 10px 0 8px 0;
    font-size: 8pt;
    line-height: 160%;
}
#verify
{
	
	top: -40px;
	left: 318px;
}
.newsdate
{
    position: relative;
    float: right;
    clear: right;
    padding: 8px;
    margin: 0 0 4px 12px;
    font-size: 9pt;
	font-weight: bold;
    margin-bottom: 6px;
    display: block;
	color:#999999;
}






.HomeContent
{
    position: relative;
    float: left, top;
    clear: left;
    padding: 0px;
    margin: 0 12px 4px 0px;
	background-image:url(/images/body_bg_yellow.jpg);
	background-position: top;
	background-repeat: no-repeat;
    width: 490px;
	height:148px;
	
	
}

.HomeContent .HomeTitle
{
    font-size: 10pt;
    margin-bottom: 6px;
    display: block;
	line-height:15px;
	margin-left:15px;
	margin-right:15px;
}





.FeaturedContent
{
    position: relative;
    float: right;
    clear: right;
    padding: 8px;
    margin: 0 0 4px 12px;
	background-image:url(/images/featured_bg_green.jpg);
	background-position: top;
	background-repeat: no-repeat;
    width: 230px;
	height:127px;
    text-align: center;
    font-size: 9pt;
	line-height:15px;
}

.FeaturedContent .FeatureTitle
{
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}





.FeaturedServiceContent
{
    position: relative;
    float: right;
    clear: right;
    padding: 8px;
    margin: 0 0 4px 12px;
	background-image:url(/images/featured_bg_yellow.jpg);
	background-position: top;
	background-repeat: no-repeat;
    width: 230px;
	height:350px;
    text-align: center;
    font-size: 9pt;
	line-height:17px;
}

.FeaturedServiceContent .FeatureServiceTitle
{
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
	text-align:center;
	line-height:18px;

}

.ContactForm
{
    position: relative;
    float: right, top;
    clear: right;
	float:right;
    padding: 0px;
    margin: 0 12px 4px 0px;
	background-image:url(/images/contact_bg_yellow.jpg);
	background-position: top;
	background-repeat: no-repeat;
    width: 490px;
	height:270px;
	
	
	
}