@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	text-align:left;
	background-color:#A3BA71;
	background-image:url(/images/greenzone/repeat_main_bg.jpg);
	background-repeat:repeat-x;
line-height:18px;
}

#bodyheadline {
	font-size:18px;
	font-weight:bold;
	color:#336633;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:.67em;
	line-height:1.05em;
}

.snippetheadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	font-size:14px;
	margin-bottom:10px;
	text-align:left;
	font-weight:bold;
	color:#325C64;
}

.snippetbody{
	line-height:16px;
}

p{
	color:#333;
}

a:link, a:active, a:visited{
	color:#325C64;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:visited:hover{
	color:#7AA0E5;
	text-decoration:none;
	font-weight:bold;
}

.headline{
	font-size:16px;
	color:#637B37;
	font-weight:bold;
}

.subhead{
	font-size:14px;
	color:#325C64;
	font-weight:bold;
}

.highlight{
	color:#769853;
	font-style:italic;
}

.smalltext{
	color:#333333;
	font-size:10px;
	line-height:14px;
}

/* BOF listtable Styles */
table.listtable {
	border-width:0px;
	padding: 0px 0px 15px 0px;
	width:90%;
}

.listtable a {
	font-weight:bold;
}

table.listtable div {
	border:none;
	border-style:none;
	border-width:0px;
}

table.listtable td {
	padding:7px 5px 7px 5px;
	border-bottom-color:#A5A699;;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

ul li{
	margin-left:10px;
	color:#8FAB72;
	list-style:disc;
}


/*****************text formatting styles above*****************/

/*****************structure styles below*****************/

#container{
	width:1096px;
	margin:0px auto;
}

#mainwrapper{
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-top:none;
	border-bottom:none;
}

#mainheader{
	width:980px;
	position:relative;
	background-image:url(/images/greenzone/header.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-top:none;
	border-bottom:none;
}

#mainnav{
	float:right;
	width:650px;
	height:25px;
	margin:80px 15px 0px 330px;
	text-align:center;
	position:absolute;
	z-index:100;
}

#mainnav ul{
	display:inline;
}

#mainnav ul li{
	margin:0px;
	display:inline;
}

#mainnav a:link, #mainnav a:active, #mainnav a:visited{
	color:#FFF;
	font-weight:bold;
	margin:0px 7px 0px 7px;
}

#mainnav a:hover, #mainnav a:visited:hover{
	color:#D3DDC7;
	font-weight:bold;
	margin:0px 7px 0px 7px;
	border-bottom:#FFF 1px dotted;
}

#mainnav ul li ul li a { /* To resize submenu text. Smaller and not bold. */
	font-weight:normal;
	z-index: 100;
	font-size:11px;
	padding: 11px 0px 0px 0px; /* adjust the height of the drop downs */
	
}
#mainnav li {
	float: left;
	width: 160px; /* Controls width of tabs */
	padding-left: 1px; /* Adds 1 pixel seperation between tabs */
	z-index: 100;
}

#mainnav li ul {
	position: absolute;
	width: 161px; /* For Safari - eliminaetes ghosting on pull-downs */
	left: -999em;
	z-index: 100;
	display:block;
	padding:1px 0px 12px 0px;
}

#mainnav li ul li {
	background-color:#5F7834; /* set background color of drop downs */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3DDC7;
	background-image: none; /* set roll-over image of drop downs */
	background-repeat: no-repeat;
	z-index: 100;
	padding:11px 0px 12px 0px;
}

#mainnav li:hover ul {
	left: auto;
	z-index: 100;
}

#mainnav li.sfhover ul {
	left: auto;
	z-index: 100;
}
/******************** BOF Secondary Links, Clamshell Menu ********************/

/* link titles */
#secondarylinkhead {
	width:184px;
	padding: 5px 5px 4px 10px;
	margin: 0px 0px 0px 0px;
	color:#336600;
	font-size:9px;
	font-weight:normal;
}

#menuHead {
	/* border-bottom: 1px #894441 solid; */
	width: 199px;
/* this width value is also effected by
the padding we will later set on the links.	*/
}

#menuHead ul {
	font-family: verdana, arial, sanf-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	list-style-type: none;
	/*text-indent: 7px;*/
}

#menuHead li {
	margin: 0px 0px 0px 0px;
}

#menuHead a {
	display: block;
	width: 174px;
	padding: 12px 5px 13px 10px;
	/* border-bottom: 1px #894441 solid; */
	text-decoration: none; /*lets remove the link underlines*/
}
#menuHead a:link, #menuHead a:active, #menuHead a:visited {
	color: #637B37;
	font-weight:normal;
}

#menuHead a:hover {
	/* background-color:#F4F1D8; */
	color:#FFFFFF;
	background:url(/images/greenzone/repeat_lt_link_bg_blue.jpg); /*For adding a background image on roll-over*/
	background-repeat:repeat-x;
	background-color:#506826;
	font-weight:normal;
	padding-left:10px;
}

/* Sub-menus */

#menuOption {
	width: 199px;
	/* this width value is also effected by
	the padding we will later set on the links.	*/
	
}

#menuOption ul {
	font-family: verdana, arial, sanf-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	/*text-indent: 15px;*/
}

#menuOption li {
	margin: 0px;
}

#menuOption a {
	display: block;
	width: 159px;
	padding: 5px 10px 5px 30px;
	background-color:#112255;
	text-decoration: none; /*lets remove the link underlines*/
}

#menuOption a:link, #menuOption a:active, #menuOption a:visited {
	color:#FFFFFF;
}

#menuOption a:hover {
	color:#FFFFFF;
	background:url(/images/greenzone/repeat_lt_link_bg_blue.jpg); /*For adding a background image on roll-over*/
	background-repeat:x-repeat;
}

/******************** EOF Secondary Links, Clamshell Menu ********************/

#maincontentwrapper{
	float:left;
	width:980px;
	position:relative;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-top:none;
	border-bottom:none;
	background-image:url(/images/greenzone/repeat_portal_body_bg.jpg);
	background-repeat:repeat-y;
}

#leftcolumn{
	float:left;
	width:179px;
	padding:10px;
	border-right:#CCC 1px dotted;
	background-image:url(/images/greenzone/repeat_left_nav_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

#leftcolumn ul li{
	list-style:none;
	margin:0px;
}

#bodybgleft{
	float:left;
	width:190px;
	height:291px;
	background-image:url(/images/greenzone/yellow_tree_left.jpg);
	background-repeat:no-repeat;
}

#bodycolumn{
	float:left;
	width:570px;
	padding:7px 15px 7px 15px;
	background-image:url(/images/greenzone/portal_body_top_img.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
}

#bodybgright{
	float:left;
	width:190px;
	height:291px;
	background-image:url(/images/greenzone/yellow_tree_right.jpg);
	background-repeat:no-repeat;
}

#snippetscontainer{
	float:left;
	width:938px;
	position:relative;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-top:none;
	border-bottom:none;
	padding:21px;
	background-image:url(/images/greenzone/repeat_bg_behind_snippits.jpg);
	background-color:#E0E5D7;
	background-repeat:repeat-x;
	text-align:left;
}
/*///////////*/
#snippetswrapper{
	float:left;
	width:889px;
	background-color:#FFF;
}

#isonews{
	float:left;
	width:44px;
}

#newssnippet{
	float:left;
	width:276px;
	padding:10px;
	border-left:#3D6B7C 1px solid;
}

#homebody{
	float:left;
	width:558px;
	border-left:#CCC 1px dotted;
	padding-left:15px;
}

#footersnippets{
	float:left;
	width:889px;
}

#middlesnippet{
	float:left;
	width:276px;
	padding:10px;
	border-left:#3D6B7C 1px solid;
}

#rightsnippet{
	float:left;
	width:277px;
	padding:10px;
	border-left:#3D6B7C 1px solid;
}

#copyright{
	width:1095px;
	text-align:center;
	color:#FFF;
	margin:0px auto;
}

/*//////////////*/
#footer{
	float:left;
	width:972px;
	padding:10px 5px 5px 5px;
	background-image:url(/images/greenzone/repeat_footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#CEB250;
	text-align:center;
}

#footer a:link, #footer a:active, #footer a:visited{
	color:#FFF;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	font-weight:normal;
}

#footer a:hover, #footer a:visited:hover{
	color:#3366CC;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	font-weight:normal;
}

#verybottom{
	width:1095px;
	height:15px;
	background-image:url(/images/greenzone/very_bottom.jpg);
	background-repeat:no-repeat;
	margin-right:1px;
	margin-top:-1px;
}

/*****************structure styles above*****************/

/******************** BOF WARNINGS ********************/

div.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CC6600;
	padding: 1px;
	text-align: center;
	color: #FFFFFF;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
}
div.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FF0000;
	padding: 1px;
	text-align: center;
	color: #FFFFFF;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
}
div.warning p, div.alert p {
	margin-top:.25em;
	margin-bottom: .25em;
	color: #FFFFFF;
}