@charset "utf-8";
/* CSS Document */

/* Hide dotted image outline from Firefox and Netscape */ 
* {padding: 0; margin: 0; outline:none;}
a {outline: none; border:none;}
p {margin-top: 0;}
img
{  border-style: none;
}

html { overflow: -moz-scrollbars-vertical !important; overflow-y: scroll;}


body {
	color:#666;
	font-size:14px;
	font-family:Geneva, Helvetica, Arial, sans-serif
}

h1, h2, h3 {
	color:#999;
	padding-bottom: .25em;
	font-weight:lighter;
}

h1 {
	font-size:40px;
	margin-right:20px;
	color:#9aca3c;
}

p {
	line-height:1.5em;
	padding-top:1em;

}

a:link {color: #666; text-decoration: underline; }
a:active {color: #666; text-decoration: underline; }
a:visited {color: #666; text-decoration: underline; }
a:hover {color: #666; text-decoration: underline; }

div.middle a:link {color: #fff; text-decoration: underline; }
div.middle a:active {color: #fff; text-decoration: underline; }
div.middle a:visited {color: #fff; text-decoration: underline; }
div.middle a:hover {color: #fff; text-decoration: underline; }

div.middlenews a:link {color: #fff; text-decoration: underline; }
div.middlenews a:active {color: #fff; text-decoration: underline; }
div.middlenews a:visited {color: #fff; text-decoration: underline; }
div.middlenews a:hover {color: #fff; text-decoration: underline; }

a.green:link {color: #9aca3c; text-decoration: underline; }
a.green:active {color: #9aca3c; text-decoration: underline; }
a.green:visited {color: #9aca3c; text-decoration: underline; }
a.green:hover {color: #9aca3c; text-decoration: underline; }


.indent {
	margin-left:22px;
}

.lower {
	margin-bottom:-8px;
}

.padtop {
	padding-top:20px;
}


#header {
	width:980px;
	height:73px;
	margin:0 auto;
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:left;
}

#header img {
	float:left;
}

#torso {
	clear:both;
	min-height:500px;
}

#scroller {
	clear:both;
	margin: 0px auto;
	width:995px;
}

#slidetitle {
	clear:both;
	margin:0 auto;
	width:980px;
}

#slidetitle img {
	margin-left:100px;
}
	
#slides {
	clear:both;
	margin: 0px auto;
	width:980px;
}

#content {
	clear:both;
	width:980px;
	margin:0 auto;
	margin-top:20px;
}

#sidebar {
	width:240px;
	min-height:200px;
	float:right;
	background-color:#999;
}

#multisidebar {
	width:240px;
	min-height:200px;
	float:right;
}

#sidebar_what {
	min-height:200px;
	background:url(../images/sidebar_top_what.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#sidebar_where {
	min-height:200px;
	background:url(../images/sidebar_top_where.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#sidebar_who {
	min-height:200px;
	background:url(../images/sidebar_top_who.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#sidebar_news {
	min-height:200px;
	background:url(../images/sidebar_top_news.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}

#news {
	min-height:50px;
}

div.bottom {
	background-image:url(../images/sidebar_bottom.jpg); background-repeat:no-repeat; background-position:bottom;
}

div.middle {
	width:240px;

	float:right;
	background-color:#9aca3c;
	color:#fff;
}

div.middle ul {
	list-style:none;
	padding:50px 15px 30px 25px;
	}
	
div.middle p {
	padding:50px 15px 30px 25px;
	line-height:1.5em;
}
	
div.middle ul li {
	line-height:1.5em
	}
	

.middlenews {
	width:240px;
	float:right;
	background-color:#9aca3c;
	color:#fff;
}

.middlenews ul {
	list-style:none;
	padding:5px 15px 20px 25px;
	}
	
	
#main {
	width:735px;
	min-height:300px;
	float:left;
}

#main img {
	float:left;
	margin-right:20px;
}

#main p {
	margin-right:20px;
}



#main div.postclass {
	clear:both;
	width:650px;
	margin: 0 auto;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #ccc;
}

.clearing {
	clear:both;

}

#content_wrapper {
	width:650px;
	margin:0 auto;
}

#content_wrapper img {
	padding-bottom:20px;
}

#content_wrapper p {
	margin-left:40px;
}

#bio {
	width:360px;
	float:right;
	margin-left:-300px;
	}
	
#bio p {

}

#logos {
	width:362px;
	float:left;
}


#footer {
	clear:both;
	margin: 0 auto;
	width: 980px;
	padding-top: 50px;
	padding-bottom: 40px;
}

#footerleft p, #footerright p{
	padding: 0 10px 1em 10px;
}

#footercenter p{
	padding: 0px 10px .25em 10px;
}

#footerleft {
	margin-left:60px;
	width: 320px;
	float:left;
}

#footercenter {
	width: 320px;
	margin-left:10px;
	float:left;
}

#footerright {
	width: 260px;
	margin-left:10px;
	float:right;

}

#footerright a:link {color: #9aca3c; text-decoration: underline; }
#footerright a:active {color: #9aca3c; text-decoration: underline; }
#footerright a:visited {color: #9aca3c; text-decoration: underline; }
#footerright a:hover {color: #9aca3c; text-decoration: underline; }

input {
	margin-bottom:5px;
}

.texta {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 14px; 
	border: 1px solid #CCC;
 	color:#999;
}

#search {
	padding-bottom:20px;
}

li ul li {
	padding-bottom:.5em;
	padding-left: 0em;
	text-indent: -1em;
}



