/* Interior page layout specific styles */

body {
	background:#0A6C0A;
}
#wrapperTop {
	background:#F8F8DE url(../images/sub_bg.jpg) top repeat-x;
}
#wrapperBottom {
	background:url(../images/sub_bg_bottom.jpg) bottom repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 875px;
}
#header {
	position:relative;
	/*background:url(../images/header.jpg) top right no-repeat;*/
	height:108px;
}
#header #logo {
	background:url(../images/logo.jpg) top left no-repeat;
	height:108px;
}
#header #logo a {
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:289px;
	height:108px;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	bottom:0;
	overflow:hidden;
}
#header #logo h1 {
	border:none;
}
#header #nav {
	position:absolute;
	bottom:0px;
	right:0px;
	height: 38px;
}
#header #topbuttons {
	position:absolute;
	top:0px;
	right:0px;
}
#header #nav img {
	border:none;
}
#body #leftborderbg {
	background:url(../images/sub_border_left_bg.jpg) top left repeat-y;
}
#body #leftborderbottom {
	background:url(../images/sub_border_left_bottom.jpg) bottom left no-repeat;
}
#body #rightborderbg {
	background:url(../images/sub_border_right_bg.jpg) top right repeat-y;
}
#body #rightborderbottom {
	background:url(../images/sub_border_right_bottom.jpg) bottom right no-repeat;
}
#body #leftborder {
	background:url(../images/sub_border_left.jpg) top left no-repeat;
}
#body #rightborder {
	background:url(../images/sub_border_right.jpg) top right no-repeat;
}
#body #content {
	/*height:578px;*/
	margin:0 11px;
	background:url(../images/body_bg.jpg) top repeat-y;
}
#body #content #headline {
	background:url(../images/headline_back.jpg);
	height:106px;
	text-align:right;
	position:relative;
}
#body #content #headline h1{
	/*display:inline;*/
	color:#0C490C;
	font-family:Arial Rounded, Arial Rounded MT, Arial Rounded Bold, Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:10px 15px 0 0;
	font-size:25px;
	border:none;
}
#body #content #headline #headlineImage{
	position:absolute;
	bottom:0;
	left:0;
}
#body #content #copyBgTop {
	background:url(../images/sub_copy_top.jpg) no-repeat top;
}
#body #content #copyBgBottom {
	background:url(../images/sub_copy_bottom.jpg) no-repeat bottom;
}
#body #content #copyBgMiddle {
	background:url(../images/sub_copy_middle.jpg) repeat-y top;
}

#body #content #leftNav {
	float:left;
	width:178px;
}
#body #content #leftNav ul {
	margin:6px;
	padding:6px;
	list-style-image:none;
}
#body #content #leftNav li {
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	border-bottom:1px #9BAF95 dotted;
	margin:0 0 3px 0;
	padding:0 0 0 0;
	height:36px;
}
#body #content #leftNav a, #body #content #leftNav a:link, #body #content #leftNav a:visited {
	color:#000000;
	text-decoration:none;
	display:block;
}
#body #content #leftNav a:hover, #body #content #leftNav a:active {
	background:#286E28;
	color:#FFFFFF;
	text-decoration:none;
}
#body #content #leftNav ul ul li {
	font-size:11px;
	border:none;
}
#body #content #leftNav blockquote.navquote {
	text-align:center;
	margin:0 0 0 2px;
	padding:30px 20px;
	width:131px; /*171px total*/
	background:#B8DFB0 url(../images/navbar_quotebox.jpg) top no-repeat;
}
#body #content #leftNav blockquote.navquote em {
	font-weight:bold;
	display:block;
	text-align:right;
	margin-top:10px;
}

#body #content #copyContent {
	float:left;
	width:488px;/*538px total*/
	padding:15px 25px;
}

#body #content #rightContent {
	float:left;
	width:131px; /*137px total*/
	padding:3px;
}
#body #content #rightContent ul {
	margin:0;
	padding:5px 10px 5px 25px;
	font-size:10px;
}
#body #content #rightContent li {
	margin-bottom:8px;
}

#footer {
	background:url(../images/footer.jpg) top no-repeat;
	height:94px;
	text-indent:-9999px;
}

#body #content #leftNav ul li.depth2 { font-size: 11px; text-indent: 10px; padding-bottom: 18px; }

