body
{
	background: #007836 url(../images/bg.gif) center top repeat-y;
	background-color: #007836;
	margin-top: 0px;
	font-family: Arial;
	font-size: 13px;
}

a
{
	color: green;
}

a:visited
{
	color: green;
}

h1
{
	font-family: Georgia;
}

h3
{
	font-family: Georgia;
	display: inline;
}

ul.arrows
{
	list-style-image: url(../images/arrow.gif);
	
}

#wrap
{
	background: #007836 url(../images/bg.gif) center top repeat-y;
	width: 800px;
	padding: 0 10px 0 10px;
	margin:0 auto;
}

#mainBody
{
	width: 800px;
	background-color: white;
	padding-top: 0px;
	margin-top: 0px;
}

/*	---------------------- Home Page Styles ------------------  */

#header
{
	width: 750px;
	height: 177px;
	padding: 10px 25px 5px 25px;
	/*border: 1px solid black;*/
}

#navigation
{
	width: 775px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: Gray;
	padding: 5px 0 5px 25px;
	margin-top: 5px;
	/*border: 1px solid yellow;*/
}

#navigation a
{
	color: Gray;
	text-decoration: none;
}

#navigation a:hover
{
	color: #007836;
	text-decoration: none;
	/*font-weight: bold;*/
}


#homeMid
{
	width: 800px;
	height: 73px;
	/*padding: 5px 25px 5px 25px;*/
	background-color: #61BA55;
}

#midLeft
{
	width: 150px;
	height: 73px;
	/*padding: 12px 0 5px 25px;*/
	font-family: georgia;
	color: white;
	background-color: #016235;
	float: left;
}

#midRight
{
	 width: 635px;
	 height: 59px;
	 padding: 9px 0 5px 15px;
	 background-color: #62BA56;
	 float: right;
}

#mainContent
{
	width: 750px;
	padding: 10px 25px 10px 25px;
	/*border: 2px solid red;*/
	background-color: white;
}

#mainContentWrapper
{
	float:left;
	background-image: url(../images/home_dotted_border_bg.gif);
	background-repeat: repeat-y;
}

.leftContent
{
	width: 505px;
	padding: 5px 10px 0 0;
	/*border-right: 1px dotted black;*/
	/*border: 1px solid blue;*/
	float: left;
}

.rightContent
{
	width: 215px;
	padding: 5px 0 0 15px;
	/*border: 1px solid yellow;*/
	float: left;
}

/*	---------------------- Second Level Styles ------------------  */

#secondLevelHeader
{
	width: 800px;
	height: 153px;
	padding: 0 0 0 0;
	/*border: 1px solid black;*/
}

#headerLeft
{
	float: left;
	width: 125px;
	height: 133px;
	padding: 10px 0 10px 25px;
	background-color: #C5E2B6;
}

#headerMid
{
	float: left;
	width: 275px;
	height: 131px;
	padding: 12px 0 10px 15px;
}

#headerRight
{
	float: left;
	width: 190px;
	height: 127px;
	padding: 25px 0 0 170px;
	background-image: url(../images/second_level_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#secondLevelNavigation
{
	width: 750px;
	height: 20px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	background-color: #00572D;
	color: white;
	padding: 10px 25px 5px 25px;
	margin-top: -1px;
	border-top: 1px solid #C4DAC3;
	/*border: 1px solid red;*/
}

#secondLevelNavigation a
{
	color: White;
	text-decoration: none;
}

#secondLevelNavigation a:hover
{
	color: #C4DAC3;
	text-decoration: none;
}

#secondLevelMainContent
{
	width: 800px;
	/*border: 2px solid red;*/
	background:#FFF url(../images/second_level_left_bg.gif) repeat-y top left;
}

#secondLevelWrap
{
	width: 800px;
	background: url(../images/content_right_bg.jpg) no-repeat top right;
}

#midNavigation
{
	width: 150px;
	padding: 10px 0px 10px 0px;
	/*background-color: #C5E2B6;*/
	color: green;
	float: left;
}

#secondLevelContentWrapper
{
	margin: 10px 0 10px 0;
	float:left;
	background-image: url(../images/second_level_dotted_border_bg.gif);
	background-repeat: repeat-y;

}
#secondLevelMidContent
{
	width: 388px;
	padding: 10px 25px 10px 25px;
	/*border-right: 1px dotted black;*/
	/*border: 1px solid red;*/
	float: left;
}

#secondLevelRightContent
{
	float: left;
	width: 179px;
	padding: 10px 10px 10px 20px;
	/*background-image: url(../images/content_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
	/*border: 1px solid blue;*/
}

#midContentBottom
{
	width: 54px;
	height: 87px;
	float: left;
	margin: 0 0 -10px 0px;
	clear: both;
	background-image: url(../images/content_mid_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#footer
{
	width: 750px;
	height: 87px;
	padding: 19px 25px 5px 25px;
	color: white;
	background-image: url(../images/footer_bg.jpg);
}

.footerBox
{
	float: left;
	font-family: arial;
	font-size: 10px;
}

.footerBox a
{
	color: White;
	text-decoration: none;
}

/*  ----------------------- CMS Styles -------------------  */

.cms_Header
{
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.cms_LeftNavigationL1
{
	color: Green;
	text-decoration: none;
	font-weight: bold;
}

.cms_LeftNavigationL1 a:hover
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.cms_LeftNavigationL2
{
	color: Green;
	font-size: 11px;
	text-decoration: none;
	/*margin-left: 4px;*/
}

.cms_LeftNavigationL2 a:hover
{
	color: Black;
	text-decoration: none;
}

.cms_LeftNavigationL3
{
	color: Green;
	font-size: 11px;
	text-decoration: none;
	/*margin-left: 4px;*/
}

.cms_LeftNavigationL3 a:hover
{
	color: Black;
	text-decoration: none;
}

.cms_Footer
{
	vertical-align: top;
	line-height: 1.1;
}


/*	---------------------- Extra Styles ------------------  */
.clear_both
{
	clear: both;
}

.separator
{
	padding: 0 12px 0 12px;
}

#search
{
	width: 190px;
	/*border: 1px solid red;*/
	float: right;
	margin-top: -19px;
	padding-right: 0px;
}

#searchHome
{
	width: 190px;
	/*border: 1px solid red;*/
	margin-left: 560px;
	padding: 0 0 3px 0;
}
.searchButton
{
	background-color: #74CB68;
	border: 1px solid #007836;
	color: black;
}

.searchPanel
{
	width: 190px;	
}

.homepageImage
{
	/*width: 368px;*/
	margin-left: 29px;
	float: left;
	padding: 2px;
	border: solid 1px #AFAFAF;
}

.dottedBorder
{
	background-image: url(../images/content_border.gif);
	background-repeat: repeat-y;
	background-position: center right;
	/*float: left;*/
}

.seCmsUpdateBtn
{
	position: relative;
}

img.gallery 
{
	vertical-align: middle;
}

.img_caption_text {
	font-size: 8pt;
	text-align: center;
}

.caption_box_right {
	float: right;
}

.caption_box_left {
	float: left;
}