/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;}
	
#wrapper {
	width: 80%;}
#header {
	border-top: 10px solid #588528;
	width:100%;}

#headerNav {
	display:none;
	float: right; 
	margin: 18px 0px 0px 0px;}
#headerLogo {
	display: none; }
#printLogo {
	display: block; }
	
/** Teaser Image box **/
#teaser {
	float: left;
	width: 740px;
	background-color: #3a3a3a;
	border-bottom: solid 10px #3a3a3a; 
	padding-top: 4px;}
#teaserCategory {
	margin-left: 8px;
	padding-bottom: 4px; }
#teaserNavigation {
	display:none; }

.teaserTxtBox {
	width: 140px;
	height: 17px;
	border: #3A3A3A 2px solid;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #598627;
	font-size: 1em;
	padding: 2px 0px 0px 4px;}

/** Callout & Tools Styles **/
#calloutWrapper {
	display:none;}

/** Content **/

#contentWrapper {
	width: 100%;
	margin-top: 25px;}
#pullquote {
	float: left;
	margin: 70px 0px 0px 0px;
	clear: left;}
#articleBody {
	margin-left: 25px;
	width: 80%;
	color: #333333;}
#articleBody p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 180%;
	letter-spacing: .08em;
	text-align: justify;}
#articleBody p a {
 	color: #D3691B;
	text-decoration: none;}


#footerWrapper {
	width: 100%;
	margin:-60px 0px 0px 0px;
	text-align: right;
	clear: both;}
html>body #footerWrapper {
	margin:0px 0px 40px 0px;}

#footerNav {
	display: none;}

	
	
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 30px;
	display: inline;
	letter-spacing: -.05em;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 180%;
	letter-spacing: .08em;
	color:#588527;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}