/* COLORS

green: #64952C
orange: #fbb012
gray: #333
*/


body {
	font-size:62.5%;
	background: #000000 url(../images/bg.jpg) top center fixed no-repeat;
	font-family: verdana, arial, sans-serif;
	color:#333;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	display:block;
	height: 390px;
	width: 960px;
	position:relative;
	background:#ffffff url(../images/header.gif) top left no-repeat;
}

#left-header-image {
	position: absolute;
	top:0;
	left:-98px;
}

#right-header-image {
	position:absolute;
	top:0;
	left:960px;
}

#header h1 a {
	text-indent:-9999px;
	display:block;
	width:390px;
	height:80px;
	position:absolute;
	top:27px;
	left:100px;
}

#header form {
	position:absolute;
	z-index:503;
	left:683px;
	top: 72px;
}

#header form input {
	display:inline;
}

.search-text {
	border:none;
	background-color:transparent;
	width:190px;
}

.search-submit {
	border:none;
	text-indent: -9999px;
	display:block;
	width:68px;
	height:30px;
	background: url(../images/go_btn.gif) top left no-repeat;
	cursor:pointer;
}

#slideshow {
	width:937px;
	height:270px;
	overflow:hidden;
	padding:115px 0 0 10px;
	position:relative;
}

#slideshow ul {  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
	height: 1%; /* IE fix */
}  

#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	 height: 0;  
	visibility: hidden;
} 

#slideshow .slides {
	overflow:hidden;
	width:937px;
}

#slideshow .slides ul {
	width:2811px;
}

#slideshow .slides li {
	width:937px;
	float:left;
}

ul.slides-nav {
	position:absolute;
	right:0;
	top:130px;
	z-index:501;
}

ul.slides-nav li {
	margin: 5px 0 0 0;
}

ul.slides-nav li a {
	display:block;
	text-align:center;
	width:27px;
	height:23px;
	background:url(../images/promo-li-bg.png) top left no-repeat;
	text-decoration:none;
	color:#ffffff;
	padding-top:8px;
	font-size:1.2em;
	margin-left:27px;
}

ul.slides-nav li a.activeSlide {
	width:54px;
	margin-left:0;
}

.js #slideshow .slides-nav li.on a{  
	width:54px;
	margin-left:0;
}


.promo-wrap {
	border: 1px solid #333;
	width:937px;
	height:270px;
	overflow:hidden;
	position:relative;
	z-index:500;
}

div.promo-info {
	position:absolute;
	bottom:0;
	left:0;
	border:0;
	background:url(../images/promo-p-bg.png) bottom left no-repeat;
	height:75px;
	overflow:hidden;
	padding: 0 15px 0 80px;
	min-width:841px;
}

div.promo-info p {
	margin-top:20px;
	color:#ffffff;
	font-size:1.1em;
	line-height:1.3em;
}


#content {
	background:#fff url(../images/content-bg.gif) top left repeat-y;

}

#left-column {
	float:left;
	width:259px;
}

#menu {
	background:url(../images/menu.jpg) top left no-repeat;
	padding: 60px 10px 10px 13px;
	min-height:512px;
}

#menu li {
	font-size:1.3em;
	margin: 5px 0;
	font-family: georgia, times, serif;
	border-top:1px solid #333;
	padding-top:5px;
}


#menu li a {
	text-decoration:none;
	color:#333;
}

#menu li a span {
	float:right;
}

#menu li a:hover {
	color:#64952C;
}

#menu a.current {
	color:#64952C;
}

#menu li ul {
	margin-left:25px;
}

#menu li ul li {
	border:none;
	font-size:.9em;
}

#middle-column {
	float:left;
	border-right:1px solid #333;
	border-left:1px solid #333;
	width:530px;
	padding: 0 10px;
}

#right-column {
	float:left;
	width:149px;
}

#content:after, #content-inner:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#footer-links {
	display:block;
	background: url(../images/footer.png) top left no-repeat;
	width: 960px;
	height:66px;
	text-align:center;
	padding-top:84px;
}

#footer-links li {
	display:inline;
}

#footer-links li a {
	text-decoration:none;
	color:#333;
}

#footer-links li a:hover {
	color:#fbb012;
}

/* HOME PAGE MIDDLE COLUMN STYLINS */

#welcome {
	display:block;
	text-indent:-9999px;
	width:528px;
	height:59px;
	background: url(../images/welcome.gif) top left no-repeat;
	margin-bottom:10px;
}

#news {
	display:block;
	width: 527px;
	height:41px;
	background:url(../images/news.gif) top left no-repeat;
	text-indent:-9999px;
}

/* GENERAL TEXT STYLINS */

.sticky p, .live p {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:7px;
}

.links p, .news-item p {
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:5px;
}

#middle-column-inner ul, #middle-column ul {
	list-style-type:disc;
	margin-left:20px;
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:15px;
}

#middle-column-inner ul li, #middle-column ul li {
	margin-bottom:8px;
}

#middle-column-inner a, #middle-column a {
	color:#64952c;
}

#middle-column-inner a:hover, #middle-column a:hover {
	color:#fbb012;
}

/* IMAGE STYLINS */
img.left {
	border:1px solid #333;
	float:left;
	margin: 0 10px 10px 0;
}

img.right {
	border:1px solid #333;
	float:right;
	margin: 0 0 10px 10px;
}

.contain:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* HOMEPAGE NEWS STYLINS */
.news-item {
	margin-bottom:3px;
	border-bottom:1px solid #333;
	padding-bottom:10px;
}

.news-item:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.news-item-header {
	display:block;
	width: 527px;
	min-height:78px;
	position:relative;
	background: url(../images/news-header.gif) top left no-repeat;
}

.news-item-header2 {
	display:block;
	width: 670px;
	min-height:78px;
	position:relative;
	background: url(../images/news-header2.gif) top left no-repeat;
}

.news-item-header p.month, .news-item-header2 p.month {
	position:absolute;
	top:3px;
	left:3px;
	font-weight:bold;
	font-size:1.2em
}

.news-item-header p.day, .news-item-header2 p.day {
	position:absolute;
	top: 28px;
	left:20px;
	font-weight:bold;
	font-size:2em
}

.news-item-header h3, .news-item-header2 h3 {
	margin: 0 10px 10px 112px;
	padding-top:12px;
	font-family: georgia, times, 'times new roman', serif;
	font-style:italic;
	font-size:1.8em;
	line-height:1.2em;
	color:#64952C;
}

#more-news {
	font-weight:bold;
	text-align:right;
	clear:both;
 	border-bottom:1px solid #333;
	padding: 8px 0;
}

#more-news a {
	color:#333;
	text-decoration:none;
}

#more-news a:hover {
	color: #64952C
}

/* HOMEPAGE RIGHT COLUMN */
#logos {
	margin:19px 5px 5px 5px;
}

#logos li {
	border-top:1px solid #333;
}

/* INNER PAGES */

#header-image {
	width:937px;
	height:270px;
	padding:115px 0 0 10px;
	position:relative;
}

#header-image img {
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:4px solid #fbb012;
}

#content-inner {
	background:#fff url(../images/content-inner-bg.gif) top left repeat-y;

}

#middle-column-inner {
	float:left;
	border-left:1px solid #333;
	width:679px;
	padding: 0 10px;
}

#middle-column-inner h1 {
	background:url(../images/inner-page-header.gif) top left no-repeat;
	border-bottom:1px solid #333;
	font-size: 2.4em;
	padding: 24px 10px 7px 60px;
	color:#64952C;
	font-family:georgia,times,'times new roman',serif;
	font-style:italic;
	margin-bottom:10px;
}

#middle-column-inner h2 {
	background: url(../images/inner-page-subheader.gif) top left no-repeat;
	border-bottom:2px solid #fbb012;
	padding:24px 10px 9px 60px;
	font-family:georgia,times,'times new roman',serif;
	font-style:italic;
	margin-bottom:10px;
	font-size:2em;
	color:#64952C;
}

#middle-column-inner h2#linksto {
	background:url(../images/links-to-resources.gif) top left no-repeat;
	display:block;
	width:678px;
	height:43px;
	text-indent:-9999px;
	padding:0;
	border:0;
}

#middle-column-inner h3 {
	font-family:georgia,times,'times new roman',serif;
	font-style:italic;
	margin-bottom:10px;
	font-size:1.6em;
	color:#64952C;
	margin-top:20px;
}

#middle-column-inner h4 {
	font-family:georgia,times,'times new roman',serif;
	font-style:italic;
	margin-bottom:10px;
	font-size:2em;
	color:#64952C;
}

.links {
	width:500px;
	background:url(../images/news-divider.gif) bottom center no-repeat;
	padding: 0 0 10px 0;
	margin-bottom:10px;
}

.links img {
	float:left;
	border:1px solid #333;
	margin: 0 10px 10px 0;
}

.click {
	clear:left;
}

.click a {
	display:block;
	width:309px;
	height:29px;
	text-indent:-9999px;
	background:url(../images/click-here.gif) top left no-repeat;
	margin:0 auto;

}

.click a:hover {
	background:url(../images/click-here.gif) bottom left no-repeat;
}

#byline {
	width:275px;
	margin:0 auto;
}

#byline p {
	text-align:center;
	color:#ffffff;
	background-color:#3e3e3e;
	padding:4px;

}

#byline a {
	color:#ffffff;
}

#byline a:hover {
	color:#000000;
}

h3 a {
	color:#64952C;
}

.entry-summary {
	margin-bottom:10px;
}

.small a {
	color:#64952C;
}

.small {
	border-bottom:1px solid #333;
	margin-bottom:10px;
	padding-bottom:10px;
}

