/* ---------------------- */
/*		 GENERAL	  	  */
/* ---------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.5; 
	background: #fff; 
	margin: 0; 
	font-family:Arial, Helvetica, sans-serif;
 	width:expression( documentElement.clientWidth < 500 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 500 ? "500" : "auto") : "500px") : "auto" );
	min-width:500px;
 }
hr {
	size:1px;
	color: #289728; 
}
ul, ol, dl { 
/*	
	position: relative setting prevents li background images from disappearing randomly
*/
	position: relative;  
}
a {
	text-decoration: none;
	color: #289728;
}
a:hover {
	text-decoration: underline;
}
a img { 
	border: none; 
	color: #289728;
}
p {
	font-size: 13px;
	margin-bottom: 1em;
}
h1 { 
	font-size: 200%; 
	color: #289728; 
}
h2 { 
	font-size: 160%; 
	color: #289728; 
	margin: 0 0 16px 0;
}
h3 { 
	font-size: 130%; 
	color: #555555; 
	margin:6px 3px 6px 0;
}
h3 a {
	text decoration:underline;
	color: #555555; 
}
h4 { 
	font-size: 110%; 
	color: #000080; 
	background:url(/images/arrow_blue.gif) no-repeat left center;
	margin:0 0 9px 9px;
	padding:0 0 0 15px;
	font-weight:bold;
}
h5 { 
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}
h6 { 
	font-size: 90%; 
	font-weight:bold;
	font-style:italic;
	color: #444444; 
	margin-top:15px;
	margin-bottom:5px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border:0;
	border-collapse:collapse;
	border-spacing: 0; 
	margin:0;
	padding:0;
}
caption, th, td { 
	text-align: left; 
	font-weight:400; 
	font-size: 13px;
	padding: 0 6px 8px 0;
	vertical-align:top;
}


/* ---------------------- */
/*		 MASTHEAD	  	  */
/* ---------------------- */

#blacktop
{
	position: relative;
	background-color: black ;
	margin:0 0 0 0;
	width:100%;
 	width:expression( documentElement.clientWidth < 890 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 890 ? "890" : "auto") : "890px") : "auto" );
	min-width:890px;
/*	
this method crashes ie6 sometimes:
	min-width: 785px;
	width:expression(document.body.clientWidth < 850 ? "845px" : "100%" );
*/	
	height:70px;
}

#branding { 
	float:left;
	display:block;
	width: 177px;
	height: 70px;
	background: #289728 url(/images/branding-main.jpg) no-repeat;
	text-indent: -9999px;
	position:relative;
}
#branding a,#branding a:link,#branding a:visited{
	display:block;
	width: 177px;
	height: 70px;
	top:-70px;
}

/* ---------------------- */
/*		 TOPMENU	  	  */
/* ---------------------- */
#main-nav {
	float:right;
	margin:0 10px 0 10px;
	display:inline;
	height: 1px;
	width:690px;
	padding: 0;
	z-index: 100;
}
#nav ul{
	float: left;
	display:block;
	list-style-type:none;
}
#nav li {
	float: left;
	display:inline;
	margin-right: 10px;
}
.bottom {
	position: relative;
	top: 70px;
	padding-top: 20px;
	background: transparent url(/images/nav-white-line.gif) repeat-y center;
}
.bottom a {
	float: left;
	padding:0;
	color: #474a63;
	text-decoration: none;
	background-color: white;
}
.bottom a:hover {
	text-decoration: underline;
	background: #ebebeb url(/images/nav-bg-gradient.png) repeat-x bottom;
}
.top {
	position: relative;
	bottom: -20px;
	padding-bottom: 20px;
	background: transparent url(/images/nav-black-line.gif) repeat-y center;
}
.top a {
	float: left;
	padding: 3px;
	color: white;
	text-decoration: none;
	background-color: black;
}
.top a:hover {
	text-decoration: underline;
	background: black url(/images/nav-top-bg-gradient.png) repeat-x top;
}
.acc {
	position: relative;
	bottom: -2px;
	padding-bottom: 20px;
	background: transparent url(/images/nav-black-line.gif) repeat-y center;
}
.acc a {
	float: left;
	padding:0 3px 0 3px;
	text-align:center;
	color: white;
	text-decoration: none;
	background-color: black;
}
.acc a:hover {
	text-decoration: underline;
	background: black url(/images/nav-top-bg-gradient-acc.png) repeat-x top;
}

/* ---------------------- */
/*		 PAGE		  	  */
/* ---------------------- */

#wrapper { 
	position:relative;
	display: block;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
}
#content {
	margin:50px 0 0 0;
	min-height: 644px;	
	height:auto !important;
	height:644px;
}
#content-main {

	margin:30px;
}

#content-main ul {
	margin-left: 30px;
	font-size:13px;
}
#content-main ol {
	margin-left: 30px;
	font-size:13px;
}
#content-main li {
	margin:0 0 10px 0;
}

#stretcher {
	width: 100%;
	height: 1px;
	clear: both;
}


/* ---------------------- */
/*		 footer		  	  */
/* ---------------------- */

#blackbottom
{
	background-color: black;
	left:0px;
	width:100%;
	height:40px;
	margin-top:30px;
}        

ul#footer-nav {
	float: right;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
#footer-nav li{
	margin-right: 40px;
	float: left;
}
#footer-nav a {
	color: white;
	text-decoration: none;
}
#footer-nav a:hover {
	text-decoration: underline;
}

/* font size toggle styles */
#font-size-toggle {
	position: absolute;
	left: 20px;
	color: white;
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	width: auto;
}
#font-size-toggle p {
	float: left;
	margin: 0;
	padding-right: 10px;
}
#font-toggle {
	float: left;
	width: 66px;
	height: 21px;
	margin: 0;
	padding: 0;
}
#font-toggle li {
	float: left;
	list-style: none;
}
#font-toggle a {
	float: left;
	width: 22px;
	height: 21px;
}
#medium-font a {
	text-indent: -9999px;
	background: transparent url(/images/font_medium.jpg) no-repeat;
}
#medium-font a:hover {
	text-indent: -9999px;
	background: transparent url(/images/font_medium.jpg) no-repeat 0px -21px;
}
#large-font a {
	text-indent: -9999px;
	background: transparent url(/images/font_large.jpg) no-repeat;
}
#large-font a:hover {
	text-indent: -9999px;
	background: transparent url(/images/font_large.jpg) no-repeat 0px -21px;
}

/* font size toggle styles end */
