/* CSS Document */

html, body{
	font-family: Segoe UI, Calibri, Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
}
#wrapper{
	width: 960px;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
div.clearfix 
{
    clear: both;
}
/****************************** HEADER *************************************/
#header {
	height: 126px;
	background: transparent url(/Images/header.gif) no-repeat 0 0;
	position: relative;
    display: block;
}
#header h1 
{
    margin: 0;
    padding: 34px 0 0 103px;
    color: #faf203;
    font-size: 30px;
    font-weight: lighter;
    display: block;
    width: 600px;
    float: left;
}
.big_yellow 
{
    color: #fff;
    font-weight: normal;
}
div.contact 
{
    float: right;
    width: 202px;
    height: 67px;
    display: inline;
    margin: 10px 10px 0 0;
    color: #fff;
    text-align: right;
}
div.contact h3 
{
    font-size: 18px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
div.contact h2 
{
    font-size: 28px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
    
/* --------------------------------------------Top Nav ----------------------------------------------------*/
#topnav {
	margin: 0;
	padding: 13px 0 0 0;
	position: relative;
    display: block;
    height: 34px;
}

/******************************** Menu *************************************/

div.st_Menu
{
	position: relative;
	display: block;
	margin: 0 10px;
	padding: 5px 0;
	height: 28px;
	z-index: 50000;
}
div.st_Menu ul.rmRoot
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.st_Menu li.rmRoot
{
	float: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 6px;
	/*width: 100px;*/
	height: 28px;
}
div.st_Menu li.rmRoot:hover
{
	/*background: #fff url('/Images/MenuBgRight.gif') repeat-y top right;
	color: #005d9d !important;*/
}
div.st_Menu ul.rmGroup,
div.st_Menu ul.rmGroup li.rmItem ul.rmGroup
{
	width: 250px;
	background: transparent url('/Images/nav_back.png') no-repeat bottom center;
	position: absolute;
	list-style-type: none;
	display: none;
	margin: 0;
	padding: 0 0 16px 0;
	left: 0;
	top: 30px;
	/*border: solid 1px #fff;
	border-width: 0 1px 1px 1px;*/
}
div.st_Menu li.rmItem
{
	position: relative;
	width: 162px;
	display: block;
	margin: 0 18px;
	padding: 2px 0;
	margin: 0;
	cursor: pointer;
}
div.st_Menu li.rmItem:hover
{

}
div.st_Menu ul.rmGroup li.rmItem ul.rmGroup
{

}
div.st_Menu a
{
	position: relative;
	display: block;
	width: 100%;
	/*height: 34px;*/
	text-decoration: none;
	color: #333;
	/*font-family: Verdana, Arial, Helvetica, Sans-Serif;*/
	font-size: 16px;
	padding: 0 24px 5px;
	margin: 0;
}
div.st_Menu a:hover, div.st_Menu a.rmSelected
{
	color: #217237;
}
/******************************* Rotator ********************************/
div.content_rotator 
{
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    width: 960px;
    height: 337px;
    background: #fff url('/Images/rotator_back.png') no-repeat 0 0;
}
div.st_RotatingContent
{
	border: 0;
	position: relative;
	display: block;
	/*overflow: hidden;*/
	margin: 0 1px;
	padding: 0;
	text-align: left;
	width: 100%;
	float: left;
}
div.st_RotatingContent ul.st_RotatingContent
{
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
div.st_RotatingContent ul.st_RotatingContent li
{
	position: absolute;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
}
div.st_RotatingContent ul.st_RotatingContent li img
{
	border: 0;
}
/*
div.MainRotate, div.MainRotate ul li.rmItem, div.MainRotate ul.st_RotatingContent
{
	width: 960px !important;
	height: 337px !important;
	float: left;
}
*/
ul.st_RotatingContent
{
    width: 630px;
	float: left;
}

div.TestRotate 
{
    /*margin-top: 20px !important;*/
}
div.TestRotate, div.TestRotate ul li.rmItem 
{
	/*width: 220px !important;
	height: 146px !important;*/
}


div.st_RotatingContent ul.st_Tab
{
	width: 328px;
	border: 0;
	padding: 0 !important;
	margin: 48px 2px 0 0 !important;
	list-style-type: none !important;
	/*height: 30px;*/
	float: right;
}
div.st_RotatingContent ul.st_Tab li.st_Tab
{
	position: relative;
	width: 328px;
	height: 39px;
	line-height: 39px;
	padding: 0;
	margin: 0 !important;
	list-style-type: none !important;
	text-align: center;
	background: transparent url('/Images/tab_bg.gif') repeat-x 0 0;
}
div.st_RotatingContent ul.st_Tab li.st_Tab a
{
    font-size: 18px;
    color: #fff;
    text-decoration: none !important;
    /*background: transparent url('/Images/tab_bg.gif') repeat-x 0 0;*/
    width: 328px;
	height: 39px;
	line-height: 39px;
	display: block;
}
 
div.st_RotatingContent ul.st_Tab li.st_Tab.selected a, div.st_RotatingContent ul.st_Tab li.st_Tab a:hover
{
	background: transparent url('/Images/tab_bg_o.gif') repeat-x 0 0;
	color: #333 !important;
}
/**************************Content*******************************/

div#content 
{
    width: 940px;
    margin: 20px 10px;
    padding: 0;
    background: #fff url(/Images/content_bg.gif) repeat-y 0 0;
}
div#content_left 
{
    float: left;
    width: 610px;
    margin: 0;
    padding: 0;
}
div#content_right
{
    float: right;
    width: 290px;
    margin: 0;
    padding: 0;
}
#content {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 8px;
}
#content p {
	font-size: 14px;
	padding: 0 0 8px 0;
	margin: 0;
}
#content h1 {
	color: #006738;
	font-size: 24px;
	padding: 0 0 12px 0;
	margin: 0;
	font-weight: normal;
}
#content h2 {
	color: #006738;
	font-size: 18px;
	padding-bottom: 7px;
	font-weight: normal;
}
#content h3 {
	font-size: 16px;
	color: #006738;
	padding-bottom: 7px;
	font-weight: normal;
}
#content h4 {
	font-size: 15px;
	color: #006738;
	padding-bottom: 7px;
}
#content h5 {
	color: #333;
	font-size: 15px;
	padding-bottom: 7px;
}
#content h6 {
	font-size: 14px;
	color: #006738;
	padding-bottom: 7px;
}
#content ul {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#content li {
	font-size: 13px;
}
#content ol {
	padding-left: 30px;
	padding-bottom: 10px;
}
#content iframe {
	margin-right: auto;
	border: 1px solid #2EACDC;
	margin-top: 15px;
	margin-left: 80px;
	margin-bottom: 10px;
}
#content a:link, #content a:visited, #content a:active {
	color: #006738;
	text-decoration: none;
}
#content a:hover, #content a:focus {
	color:#333;
	text-decoration: underline;
}
/* --------------------------------------------Footer ----------------------------------------------------*/
#mainfooter {
	background-image: url(/Images/footer.gif);
	height: 47px;
	width: 960px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#mainfooter p {
	font-size: 11px;
	padding: 12px;
	margin: 0;
	color: #fff;
}
/******************************** LoadingPanel *************************************/

div#st_LoadingPanel
{
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: left;
	border: 0;
	z-index: 100;
	font-size: 12px;
	color: #333;
}
div#st_LoadingPanel img
{
	vertical-align: middle;
	margin: 0 5px 0 5px;
	width: 16px;
	height: 16px;
}
div#st_LoadingPanel p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 5px 0 0 0;
}
/*************** CONTACT FORM ***********************/

div.st_Forms
{
	position: relative;
}

div.st_Forms label
{
	display: block;
	font-size: 14px;
}

div.st_Forms div.st_Wrapper
{
	width: 450px;
	border: 0;
	overflow: hidden;
}

div.st_Forms div.st_Wrapper div.st_Control
{
	float: left;
	border: 0;
}

div.st_Forms div.st_Tooltip
{
	position: relative;
	display: block;
	border: 0;
	margin: 19px 0 0 5px;
	padding: 0;
	float: left;
	text-align: left;
}

div.st_Forms div.st_TooltipIcon
{
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
	background: #fff url(/Images/TickCross.png) no-repeat 0 0;
	float: left;
}

div.st_Forms span.st_Message
{
	display: block;
	font-size: 11px;
	display: none;
}

div.st_Forms div.st_Valid span.st_Message
{
	display: none;
}

div.st_Forms input.st_Button
{
	clear: both;
	float: left;
	margin: 15px 0;
	width: 90px;
	height: 28px;
	font-size: 12px;
}

div.st_Forms .st_TextBox,
div.st_Forms .st_DropDownList
{
	width: 220px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

div.st_Forms .st_TextBoxMultiLine
{
	width: 250px;
	height: 140px;
	font-size: 12px;
}


div.st_Maps
{
	width: 100%;
	height: 500px;
}
