/* General and Common CSS */
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	background: #0B5A31 url(../images/body_bg.jpg) repeat-x;
}
textarea, input, select
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.smallInput {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

a {
	color: #1C7547;
	text-decoration: underline;
}

.ForceWrap {
	white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

.ForceWrap p {
	white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

a:hover, a:visited {
	color: #606060;
}

form {
	margin: 0px;
	padding: 0px;
}

div.infoBox {
	margin: 10px auto 10px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/info.gif) left center no-repeat;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	width: 400px;
}

div.errorBox {
  	margin: 10px auto 10px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/error.gif) left center no-repeat;
	color: red;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 400px;
}
/* #main_wrap contains the whole layout */
#main_wrap{
	margin: 0px auto;
	padding: 0px;
	width: 748px;
	background: #FFFFFF url(../images/header_bg.jpg) top repeat-x;
}
/* div for header */
#header{
	margin: 0px;
	padding: 0px;
	height: 105px;
}
/* div for header logo */
#logo{
	margin: 20px 0px 0px 14px;
	padding: 0px;
	float: left;
}
#logo img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#logoRight {
	margin: 20px 14px 0px 0px;
	padding: 0px;
	float: right;
}
#logoRight img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Begin CSS Popout Menu */
#menuh-container
	{
	background: #127441 url(../images/nav_bg.jpg) top left repeat-x;
	width: 748px;
	height: 22px;
	}

#menuh
	{
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	width: 100%;
	float:left;
	margin: 0px;
	padding: 0px;
	}
	

#menuh a {
	display: block;
	white-space: nowrap;
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
	color: #1A7847;
	background: #F7F8F7;
}

#menuh a.top
	{
	padding: 3px 30px 0px 15px;
	height: 19px;
	background: #127441 url(../images/nav_li_bg.jpg) right no-repeat;
	color: #ffffff;
	font-size: 12px;
	}
	
#menuh a.topLeaf
	{
	padding: 3px 25px 0px 21px;
	height: 19px;
	background: #127441 url(../images/nav_li_bg_leaf.jpg) right no-repeat;
	color: #ffffff;
	font-size: 12px;
	}
	
#menuh a.topLeafRight
	{
	padding: 3px 25px 0px 21px;
	height: 19px;
	background: #127441 url(../images/nav_li_bg_leaf.jpg) left no-repeat;
	color: #ffffff;
	font-size: 12px;
	}
	
#menuh a:hover
	{
	text-decoration: none;
	color: #1A7847;
	background: #EAEBEB;
	}

#menuh a.top:hover
	{
	background: #3D9F6C url(../images/nav_li_hover_bg.jpg) right no-repeat;
	text-decoration: none;
	color: #ffffff;
	}

#menuh a.topLeaf:hover
	{
	background: #3D9F6C url(../images/nav_li_hover_bg_leaf.jpg) right no-repeat;
	text-decoration: none;
	color: #ffffff;
	}
	
#menuh a.topLeafRight:hover
	{
	background: #3D9F6C url(../images/nav_li_hover_bg_leaf.jpg) left no-repeat;
	text-decoration: none;
	color: #ffffff;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul li:hover
	{
	background: transparent;
	z-index:100;
	}

#menuh ul li:hover a.top
	{
	background: #3D9F6C url(../images/nav_li_hover_bg.jpg) right no-repeat;
	text-decoration: none;
	color: #ffffff;
	}

#menuh ul li:hover a.topLeaf
	{
	background: #3D9F6C url(../images/nav_li_hover_bg_leaf.jpg) right no-repeat;
	text-decoration: none;
	color: #ffffff;
	}
	
#menuh ul ul li:hover
	{
	background: transparent;
	z-index:100;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0px;
	margin: 0px;
	background: #F7F8F7;
	border: 1px solid #187A48;
	width: 180px;
	}

#menuh ul ul ul
	{
	top:-1px;
	left:100%;
	}
	
#menuh ul ul li, #menuh ul ul ul li {
	border-bottom: 1px solid #BCBDAA;
}
	
div#menuh li:hover
	{
	/*cursor:pointer;*/
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */

/* div for the banner */
#banner {
	clear: both;
	padding: 13px 0px 0px 0px;
}
#banner img {
	padding: 0px;
	margin: 0px;
}
/* div for the container of both content and right sidebar */
#container {
	width: 748px;
	padding: 25px 0px 0px 0px;
	background: #FFFFFF;
}
/* div for content(left side) */
#content {
	width: 470px;
	float: left;
	padding: 0px 33px 15px 18px;
	background-color:#FFFFFF;
}
#content .greentop {
	padding: 0px;
	margin: 0px;
	width: 470px;
	height: 37px;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #016531;
	line-height: 250%;
	text-indent: 10px;
	background: #E0F7EB url(../images/content_greentop_bg.jpg) no-repeat;
}
#content .greenbody {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	width: 450px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	background: #E0F7EB url(../images/content_greenbody_bg.jpg) repeat-y;
}
#content .greenbody p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#content .greenbody .imageBox {
	float: right;
	margin: 5px 8px 5px 10px;
	padding: 7px;
	background: transparent url(../images/index_image_bg.jpg) right top no-repeat;
}
#content .greenbody .imageBox .indexImage {
  	padding: 0px;
	margin: 0px;
	vertical-align:top;
	width: 121px;
	height: 121px;
}
#content .greenbottom {
	padding: 0px;
	margin: 0px;
	width: 470px;
	height: 9px;
	color: #313131;
	background: #E0F7EB url(../images/content_greenbottom_bg.jpg) no-repeat;
}
#content .greenbottom img {
	padding: 0px;
	margin: 0px;
	height: 9px;
}
#content .graytop {
	padding: 0px;
	margin: 0px;
	width: 470px;
	height: 26px;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #313131;
	line-height: 200%;
	text-indent: 10px;
	background: #EAEBEA url(../images/content_graytop_bg.jpg) no-repeat;
}
#content .graybody {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	width: 450px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	background: #F7F8F7 url(../images/content_graybody_bg.jpg) repeat-y;
}
body.mceContentBody {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	background: #F7F8F7;
}
#content .graybody p, body.mceContentBody p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#content .graybody p img, body.mceContentBody p img {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border: 2px solid #DFDFDF;
}
#content .graybottom {
	padding: 0px;
	margin: 0px;
	width: 470px;
	height: 9px;
	color: #313131;
	background: #F7F8F7 url(../images/content_graybottom_bg.jpg) no-repeat;
}
#content .graybottom img {
	padding: 0px;
	margin: 0px;
	height: 9px;
}

#content p a, body.mceContentBody p a {
	color: #1C7547;
	text-decoration: none;
}

#content p a:hover, #content p a:active, body.mceContentBody p a:hover, body.mceContentBody p a:active {
	color: #1C7547;
	text-decoration: underline;
}

#login {
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;	
	width: 390px;
}

#login td.left {
	width: 130px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	vertical-align: middle;
}

#login td.right {
	margin: 0px;
	padding: 0px;
	height: 32px;
	vertical-align: middle
}

#login td.right input.loginBox {
	margin: 0px;
	padding: 1px 0px 1px 1px;
	width: 247px;
}

.adminTable {
	margin: 10px auto 10px auto;
	border: 1px solid #000000;
}

.adminTable td {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

.tdHead {
	background-color: #464646;
	color: #EEEEEE;
	font-weight: bold;
	padding: 3px;
}

.tdHeadSuper {
	background: #1C7547 url(../images/td_head_bg.jpg) top right repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	height: 15px;
}

.tdHead a, .tdHeadSuper a {
	color: #FFFFFF;
	text-decoration: underline;
}

.tdHead a:hover, .tdHeadSuper a:hover {
	color: #CFCFCF;
}

.tdFooter {
  	background-color: #BBBBBB;
  	padding: 3px;
  	border-top: 1px solid #FFFFFF;
}

.tdLeft {
	text-align: left;
}

.tdCenter {
	text-align: center;
}

.tdRight {
	text-align: right;
}

.tdTop {
	vertical-align: top;
}

.tdMiddle {
	vertical-align: middle;
}

.tdBottom {
	vertical-align: bottom;
}

.tdAlt {
	background-color: #EEEEEE;
	color: #000000;
	padding: 3px;
}

.tdNormal {
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
}

.tdUnreadMessage {
	font-weight: bold;
}

.tdNormalTransparent {
	color: #000000;
	padding: 3px;
}

.tdTeam {
	color: #000000;
	padding: 7px;
}

.tdNormal a, .tdAlt a {
	color: #000000;
	text-decoration: underline;
}

.tdNormal a:hover, .tdAlt a:hover {
	color: #1C7547;
}

/* div for right sidebar */
#sidebar {
	width: 211px;
	float: right;
	background: #FFFFFF;
	padding: 0px 16px 0px 0px;
	margin: 0px;
}
#sidebar h1 {
  	margin: 0px;
  	padding: 0px;
	width: 211px;
	height: 23px;
	background: url(../images/side_header_bg.jpg);
	color: #ffffff;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
	text-indent: 10px;
}
#sidebar ul.main {
  	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 211px;
}
#sidebar ul.main li {
	margin: 0px;
	padding: 8px 8px 14px 8px;
	width: 195px;
	background: #ffffff url(../images/side_li_divider.jpg) bottom no-repeat;
	color: #313131;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#sidebar ul.main li span.title {
  	display: block;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #016531;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#sidebar ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 211px;
}
#sidebar ul.menu li {
  	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ffffff;
	width: 211px;
	color: #000000;
	background: #ffffff;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#sidebar ul.menu li a{
  	display: block;
	margin: 0px;
	padding: 0px 0px 0px 27px;
	width: 184px;
	height: 19px;
	background: #DBE7E1 url(../images/side_menu_li_bg.gif) left no-repeat;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 175%;
}
#sidebar ul.menu li.alt a{
  	display: block;
	margin: 0px;
	padding: 0px 0px 0px 27px;
	width: 184px;
	height: 19px;
	background: #EFF5F2 url(../images/side_menu_li_bg.gif) left no-repeat;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 175%;
}
#sidebar ul.menu li a:hover{
	background: #FFFFFF url(../images/side_menu_li_bg.gif) left no-repeat;
	color: #000000;
}
/* div for the footer */
#footer {
	clear: both;
	width: 748px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: #464646 url(../images/footer_bg.jpg) no-repeat;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/* div for privacy and disclaimer links */
#footerlinks {
	float:left;
	text-align:left;
	margin: 0px;
	padding: 18px 0px 0px 8px;
	color: #CFCFCF;
}
#footerlinks a {
	color: #CFCFCF;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #CFCFCF;
	text-decoration: underline;
}
/* div for copyrights */
#copyright {
	float:right;
	text-align:right;
	margin: 0px;
	padding: 18px 8px 0px 0px;
	color: #CFCFCF;
}