@charset "UTF-8";
/* CSS Document by Kane Leins - Dirty Bird Design Works www.dirtybirddesign.com */

* {
	margin:0px;
}

html, body {
	height:100%;
	margin:0px;
	background:#fdfafa;
}

.wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0px auto -110px;
	/* bottom margin must equal .footer and.push height */
}

#headerWrapper {
	width:100%;
	height:124px;
	background:url(../images/headerBkgnd.jpg) repeat-x;
	margin:0px;
	}

#headerContent {
	width:1000px;
	height:124px;
	margin:0px auto;
	position:relative;
	background:url(../images/headerContentBkgnd.jpg) top left no-repeat;
	}



	
#logoTop {
	width: 267px;
	height:100%;
	position:relative;
	float:left;
	background:url(../images/logoTop.jpg);
	}
	
#midWrapper {
	width:100%;
	/*min-height:500px;
	height:auto !important;
	height:500px;*/
	background:#fdfafa url(../images/dropShadowTop.jpg) top repeat-x;
	}

#midContent {
	width:1000px;
	/*min-height:500px;
	height:auto !important;
	height:500px;*/
	position:relative;
	margin:0px auto;
	
	}

#logoBottom {
	width:267px;
	height:65px;
	position:relative;
	float:left;
	background: url(../images/logoBottom.jpg) top left no-repeat;
	}
	
/* Nav here*/
.leftSpacer, .rightSpacer {
	width:30px;
	height:65px;
	position:relative;
	float:left;
}

#nav {
	width:539px;
	height:60px;
	position:relative;
	float:left;
	background:url(../images/navMid.jpg) top repeat-x;
	margin: 0px;
	padding:5px 0px 0px 134px;
	list-style:none;
	}

#nav ul {
	padding: 1px 0px 0px 0px;
	margin: 0;
	list-style: none;
}	


#nav a {
	display: block;
	width: 100px;
	text-decoration:none;
	height:24px;
	color: #411f00;
	padding: 5px 0px;
	text-align: center;
}

#nav li { /*first level title*/
	float: left;
	width: 100px;
	height:34px;
	font:16px Arial, Helvetica, sans-serif;
	color:#411f00;
}

#nav li.first {
	border-left:1px solid #afc738;
}

#nav li.last {
	border-left:1px solid #afc738;
	border-right:1px solid #afc738;
}

#nav li ul li {/*drop down  links*/
	float: left;
	width: 100px;
	height:34px;
	font:12px Arial, Helvetica, sans-serif;
	color:#411f00;
	background-color:#cada4b;
	position:relative;
	border-left:1px solid #afc738;
	border-right:1px solid #afc738;
	border-bottom:1px solid #afc738;
}

#nav li ul li.bottom{
	border-bottom:1px solid #afc738;
	}

#nav li ul li a{/*drop down  links*/
	color:#411f00;
	
}

#nav li ul li a:hover {/*drop down  links*/
	font:12px Arial, Helvetica, sans-serif;
	color:#411f00;
	background-color: #d7e356;
	height:34px;
	text-decoration:underline;
}

#nav li ul li.bottom a:hover {/*drop down  links*/
	font:12px Arial, Helvetica, sans-serif;
	color:#411f00;
	background-color: #d7e356;
	height:24px;
	text-decoration:underline;
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -9999em;
	top:34px;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*end Nav */


	
/*begin copy/content area*/


.noteBkgnd {
	width: 925px;
	height:70px;
	background:url(../images/h1Bkgnd.jpg) 20px 0px no-repeat;
	padding: 50px 0px 0px 75px;
	margin: 0px 0px 50px 0px;
	clear: left;
	}
	
h1 {
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	color:#411f00;
	text-align: left;
	margin: 0px;
	}

#midBottomContent {
	width:650px;
	/*min-height:500px;
	height:auto !important;
	height:500px;*/
	margin: 0px auto;
	clear: left;
	}
	
	h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#411f00;
	margin: 0px 0px 10px 0px;
	display: block;
}

p.bodyCopy {
	font:12px Arial, Helvetica, sans-serif;
	color:#411f00;
	margin:0px 0px 25px 0px;
	display:block;
	border-bottom:1px solid #411f00;
	padding:0px 0px 25px 0px;
	line-height: 1.75em;
	}

#thumbContainer {
	width:650px;
	height:160px;
	position:relative;
	float:left;
	 }

.thumbBox {
	width:162px;
	height:152px;
	background:url(../images/thmBkgnd.jpg) no-repeat;
	position:relative;
	float:left;
	}
/*bottom push and footer*/
.push {
	height:110px;
}

.footerWrapper{
	height:110px;
	width:100%;
	background:url(../images/footerBkgnd.jpg) repeat-x;
	margin:0px;
}

#footerContent {
	height:50px;
	width:1000px;
	position:relative;
	margin:0px auto;
	background:url(../images/footerContentBkgnd.jpg) bottom left no-repeat;
	padding: 60px 0px 0px 0px;
	}

.footerCopy1, .footerCopy1 a {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#411f00;
	margin: 0px;
	text-decoration:none;
	}

.footerCopy1 a:hover {
		border-bottom:1px dotted #411f00;
	}

.footerCopy2, .footerCopy2 a {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#97bf04;
	margin: 5px 0px 0px 0px;
	text-decoration:none;
	}

.footerCopy2 a:hover {
		border-bottom:1px dotted #97bf04;
	}

/*sIFR Print*/
/* 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;
}