/* RESET
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {margin: 0; padding: 0; border: 0;}
html {
	overflow-y: scroll;
	height: 100%;
}



/* GLOBAL
-------------------------------------------------------------------- */
body {
	text-align: left;
	color: #345;
	width: 100%;
	background-color: #cdd565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/header-bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	background-attachment: fixed;
	}

a:link, a:visited {
	color: #FF5E3C;
	text-decoration: none;
	}
a:hover {
	color: #069;
	text-decoration: none;
	}

hr {
	clear: both;
	border: none 0;
	border-top: 1px dotted #ccc;
	text-align: center;
	width: 100%;
	height: 1px;
	margin: 7px 0 7px 0;
	}

blockquote {
	margin: 15px;
	padding: 0;
	}
#topwrap/* STRUCTURE
-------------------------------------------------------------------- */
 {
	width: 100%;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	background-image: url(images/header-bar.gif);
	background-repeat: repeat-x;
	height: 165px;
	}


/* HEAD
-------------------------------------------------------------------- */
#head {
	z-index: 300;
	position: relative;
	width: 925px;
	height: 165px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#headlinks {
	clear: left;
	float: right;
	width: 500px;
	padding-top: 15px;
	text-align: right;
}
#headlinks a img {
	display: block;
	float: right;
	margin-left: 5px;
}
#headlinks a:hover img {
	margin-top: 4px;
}




/*
nav with dropdowns 
http://qrayg.com/experiment/cssmenus/
*/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	position: absolute;
	bottom: 0;
	margin: 0;
	border: 0 none; /*For KHTML*/
	list-style: none;
	height: 22px;
	right: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 128px;
	}
ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;	
	list-style: none;
	position: relative;
	}
ul#navmenu-h li.on a { /* root tab on state */
	background-color: #FFFFFF;
	color: #94A350;
	}
ul#navmenu-h ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #94A350;
	border-bottom-color: #94A350;
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 148px;
	}


ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}
ul#navmenu-h ul li {
	display: block !important;
	display: inline; /*For IE*/
	}
/* Root Menu */
ul#navmenu-h a {
	margin-right: 3px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #069;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	background-color: #DCE388;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
*  html  ul#navmenu-h  a, * +html ul#navmenu-h a{ /* IE6 */
	background-image: url(images/nav-ie-cnr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
ul#navmenu-h ul a { /* turning rounded corners off for children */
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	width: 128px;
	background-image: none;
	}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	color: #FF5E3C;
	background-color: #FFFFFF;
	}
/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	color: #069;
	background-color: #FFFFFF;
	}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	color: #FF5E3C;
	background-color: #fff;
	background-image: none;
	}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
	color: #FF5E3C;
	background-color: #FFFFFF;
	}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
	color: #FFF;
	background-color: #94A451;
	background-image: none;
	}
/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	color: #94A350;
	background-color: #FFF;
	background-image: none;
	}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	color: #FFF;
	background-color: #94A350;
	}
ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 220px;
	}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
	display: none;
	}
ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display: block;
	}
#wrap {
	background-color: #FFF;
	width: 100%;
}
#wrap-tight {
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left {
	clear: left;
	float: left;
	width: 160px;
	padding-right: 25px;
	padding-top: 15px;
}
#left-box {
	padding: 10px;
	clear: left;
	float: left;
	width: 140px;
	background-color: #DCE388;
	-moz-border-radius: .6em;
	-webkit-border-radius: .6em;
	border-radius: 6px;
	color: #556040;
	line-height: normal;
	margin-bottom: 15px;

}

*html    #left-box, * +html  #left-box{
	background-image: url(images/left-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#left-box .imz {
	width: 140px;
	-moz-border-radius: .6em;
	-webkit-border-radius: .6em;
	border-radius: 6px;
	display: block;
	padding-bottom: 10px;
}
#left-box h2 {
	font-size: 13px;
	color: #677137;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #677137;
}




#main {
	clear: right;
	float: left;
	padding-top: 27px;
	padding-bottom: 25px;
	background-attachment: fixed;
	background-image: url(images/icon-bg.gif);
	background-repeat: no-repeat;
	background-position: center 200px;
}
.main {
	width: 550px;
}
.wider {
	width: 740px;
}


#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #C65053;
	display: block;
	padding-bottom: 15px;
	font-size: 20px;
}
#main h2 {
	font-size: 13px;
	color: #879548;
	display: block;
	padding-top: 6px;
	padding-bottom: 1px;
}
#main ul {
	list-style-type: square;
	margin-left: 25px;
}
#main li {
	margin: auto;
}
#main hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C8D163;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
#fds {
	border: 1px solid #FFFFFF;
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#fds td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 6px;
}
.event {
	font-weight: bold;
	color: #006699;
}





#right {
	clear: right;
	float: left;
	width: 165px;
	padding-top: 15px;
	padding-left: 25px;
}
#right-box {
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DCE388;
	width: 141px;
	float: left;
	margin-bottom: 15px;
	background-image: url(images/right-box-bg.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	line-height: normal;
}
#right-box h3 {
	font-size: 12px;
	color: #C65053;
	display: block;
	padding-bottom: 15px;
}
#right-box ul {
	list-style-image: none;
	list-style-type: none;
}
#right-box li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCE388;
	padding-top: 3px;
	padding-bottom: 3px;
}
#right .actions {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	padding-top: 6px;
}
#right-box  .inputs {
	color: #345;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 1px;
	border: 1px solid #FF5E3C;
	float: left;
	line-height: normal;
}
#right-box .button {
	color: #FFFFFF;
	border: 0px none #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF5E3C;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 1px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	float: left;
}



#base {
	clear: both;
	height: 0px;
	width: 925px;
}
#footing {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 15px;
	height: 40px;
	text-align: right;
	color: #737D3E;
}
.ads {
	display: block;
	float: left;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul#subnav {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 550px;
	float: left;
}
ul#subnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
	float: left;
}
ul#subnav li a {
	display: block;
	padding-right: 20px;
	margin: 0px;
}
#print-logo {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#print-logo {
	display: none;
}
.rightimg {
	display: block;
	float: right;
	margin-bottom: 15px;
	margin-left: 25px;
}
.mini {
	font-size: 10px;
}
