@charset "UTF-8";
/*
---- GREENS ----
#58BC76
#4DAA6E
#2D8064
#276A50

---- BLUES ----
#4D70BC
#235F9C
#244095
#8EC4E7

---- GOLD ----
#FFCC00
*/

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/z_pg_bg.jpg) center repeat-y;
	margin: 0; padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
.twoColFixLtHdr #container { 
	width: 927px;  
	background: #ffffff url(images/z_nav1_bg.jpg) repeat-y; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative; left:1px; z-index:0;
	} 
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 340px; 
	padding: 170px 25px 0 20px; 
	min-height: 680px;
	} 
.twoColFixLtHdr #header { 
	width: 927px; height:72px;
	background: #ffffff url(images/z_hdr_bg.jpg) top repeat-x; 
	margin:0; padding: 0; 
	} 
#announce, #announce a:link, #announce a:visited {
	width:920px; height:160px;
	position:absolute; top:88px; left:0;
	background:#ffffff url(images/z_announce_bg.jpg) repeat-x;
	z-index:-1;
	}
#announce a:link, #announce a:visited {
	border: none;
	text-decoration:none;
	}
#announce_text {
	/*width:570px; height:143px;
	position:absolute; top:98px; left:330px;
	*/
	/*width:905px; height:30px;
	position:absolute; top:230px; left:0px;*/
	width:905px; height:30px;
	position:absolute; top:84px; left:0px;
	overflow:hidden;
	z-index:1;
	}
.announcement, .announcement a:link, .announcement a:visited {
	color:#FFFFFF; 
	line-height:26px;
	font-size:18px;
	bgcolor:#3366CC;
	text-align:right;
	}
.twoColFixLtHdr #sidebar {  
	float: left; /* since this element is floated, a width must be given */
	width: 326px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color:#ffffff;
	font-size: 90%;
	padding: 0;
	position:absolute; top:0; right: 600px; z-index:1000;
	}
.twoColFixLtHdr #footer { 
	padding: 0; 
	background: #4daa6e url(images/z_ft_bg.jpg) top repeat-x; 
	} 
h1, .h1 {
	text-align:right;
	color:#2D8064;
	font-size:24px;
	}
h2, .h3 {
	color:#2D8064;
	font-size:18px;
	font-weight:bold;
	}
h3, .h3 {
	color:#2D8064;
	font-size:14px;
	}
h6, .h6 {
	color:#2D8064;
	font-size:14px;
	border-top: 2px #244095 solid;
	}
.right {
	text-align:right;
	}
#mainContent img {
	margin:10px;
	border-top: 6px #244095 solid;
	border-bottom: 6px #244095 solid;
	}
#mainContent img.spacer {
	margin:0;
	border: none;
	}
#sidebar img {
	margin:0;
	border-top: 0;
	border-bottom:0;
	}
.callout1 {
	background-color:#cecece; 
	width:60%; margin:10px 15%; padding:0 5%; 
	border-top: 6px #4D70BC solid;
	border-bottom: 6px #4D70BC solid;
	}
.twoColFixLtHdr #sidebar p {
	padding: 0 80px 0 40px;
	}
#nav2 {
	float:right;
	padding:0 8px;
	}
#nav2 img {
	padding:0 6px;
	}
#announce img {
	float:right;
	padding:10px 5px 7px 5px;
	}
#footer_text {
	position: relative; top:-15px;
	padding:0 10px 0 340px;
	text-align:center;
	color:#ffffff;
	font-size: 90%;
	}
#footer_text a:link, #footer_text a:visited {
	color:#ffffff;
	text-decoration:underline;
	}
#footer_text a:hover, #footer_text a:active {
	color: #FFCC00;
	text-decoration:none;
	}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
/*---- SD MENU ----*/
div.sdmenu {
	width: 276px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 40px;
	background-color:#2D8064;
	color: #fff;
	}
div.sdmenu div {
	overflow: hidden;
	}
div.sdmenu div.collapsed {
	height: 25px;
	}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(test/sdmenu/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	}
div.sdmenu div.collapsed span {
	background-image: url(test/sdmenu/sdmenu/collapsed.gif);
	}
div.sdmenu div a, div.sdmenu a:link, div.sdmenu a:visited {
	padding: 5px 40px;
	display: block;
	text-decoration: none;
	color: #fff;
	}
div.sdmenu div a.current {
	/*background-color:#2D8064;*/
	}
div.sdmenu div a:hover, div.sdmenu a:hover {
	background : #58BC76 url(test/sdmenu/sdmenu/linkarrow.gif) no-repeat right center;
	color:#003366;
	text-decoration: none;
	}