/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

/* ie6.css */
html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#6f8d51;

}

div#container {
	position:relative; 
	width:960px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
}

div#branding {
	height:250px;
	background-image:url("/img/bg-branding.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

#branding img {
	position:absolute;
	top:0px;
	left:0px;
}

div#content, div#content_home {
	position:relative;
	background-color:#fff;
	background-position:bottom left;
	background-repeat:no-repeat;
	border:0px solid black;
}
/* ie6.css */
div#content {
	min-height:775px;
	background-image:url("/img/bg-content.jpg");
}
div#content_home {
	height:490px;
	background-image:url("/img/bg-content.gif");
	border:0px solid black;
}

div#nav {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:234px;
	border:0px solid black;
}

#nav ul {
	width:100%;
	height:354px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	background-image:url("/img/bg-nav.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	border:0px solid black;
}

#nav ul a{
	display:block;
	height:34px;
	border:0px solid black;
}

#home, #advocacy, #about, #reports, #agenda, #calendar, #resources, #newsletter, #ask, #contact {
	height:34px;
}

#home {width:223px;height:34px;}
#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#advocacy {width:223px;}
#advocacy a, #advocacy a:visited {background:url("/img/btn-advocacy.gif") top left no-repeat;}
#advocacy a:hover {background:url("/img/btn-advocacy.gif") top right no-repeat;}

#about {width:225px;}
#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

#reports {width:227px;}
#reports a, #reports a:visited {background:url("/img/btn-reports.gif") top left no-repeat;}
#reports a:hover {background:url("/img/btn-reports.gif") top right no-repeat;}

#agenda {width:229px;}
#agenda a, #agenda a:visited {background:url("/img/btn-agenda.gif") top left no-repeat;}
#agenda a:hover {background:url("/img/btn-agenda.gif") top right no-repeat;}

#calendar {width:232px;}
#calendar a, #calendar a:visited {background:url("/img/btn-calendar.gif") top left no-repeat;}
#calendar a:hover {background:url("/img/btn-calendar.gif") top right no-repeat;}

#resources {width:233px;}
#resources a, #resources a:visited {background:url("/img/btn-resources.gif") top left no-repeat;}
#resources a:hover {background:url("/img/btn-resources.gif") top right no-repeat;}

#newsletter {width:233px;}
#newsletter a, #newsletter a:visited {background:url("/img/btn-newsletter.gif") top left no-repeat;}
#newsletter a:hover {background:url("/img/btn-newsletter.gif") top right no-repeat;}

#ask {width:233px;}
#ask a, #ask a:visited {background:url("/img/btn-ask.gif") top left no-repeat;}
#ask a:hover {background:url("/img/btn-ask.gif") top right no-repeat;}

#contact {width:231px;}
#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

div#monthly_highlight {
	background-color:#e3d8cc;
	width:180px;
	margin-left:18px;
	padding:0;
	background-image:url("/img/monthly-highlight.gif");
	background-position:15px 15px;
	background-repeat:no-repeat;
}
#monthly_highlight p {
	color:#595959;
	font-size:11px;
	padding:32px 15px 0px 15px;
}
#monthly_highlight a, #monthly_highlight a:visited {width:180px;height:25px;display:block;background:url("/img/btn-learn-more.gif") bottom left no-repeat;}
#monthly_highlight a:hover {background:url("/img/btn-learn-more.gif") bottom right no-repeat;}

div#newsletter_subscription {
	width:180px;
	height:159px;
	margin-top:25px;
	margin-left:18px;
	padding:0;
	background-image:url("/img/bg-newsletter-subscription.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
#newsletter_subscription p {
	color:#595959;
	font-size:11px;
	padding:34px 15px 0px 15px;
}
#newsletter_subscription form {margin-left:15px;}
#newsletter_subscription input {width:144px;}
#newsletter_subscription input#submit {
	width:69px;
	height:27px;
	border:0;
	margin-top:14px;
	margin-left:35px;
}

div#content_main {
	position:relative;
	top:0px;
	left:274px;
	width:640px;
	padding-bottom:100px;
}

p#breadcrumb {
	font-size:12px;
	margin-bottom:20px;
}

div#site_info {
	height:100px;
	padding-top:12px;
	text-align:center;
	color:#fff;
}

#site_info ul {
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	font-weight:bold;
	font-size:11px;
	padding-bottom:4px;
}

#site_info li {display:inline;}

#site_info p {font-size:11px;}

#site_info p.address {
	margin-bottom:15px;
	font-weight:bold;
}

#site_info a {
	color:#fff;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:underline;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	font-weight:normal;
	color:#466d1c;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:14px;}

h1 {
	font-size:28px;
	margin-bottom:15px;
} 

h2 {
	font-size:24px;
	margin-top:30px;
}
h2.first {margin-top:0px;}

h3 {font-size:18px;color:#000;}

h4 {font-size:16px;color:#000;}

p {
	font-size:small;
	margin:0px;
	margin-bottom:10px;
}

a {
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
ul {
	margin:0;
	padding:0;
	padding-bottom:0px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul.basic li {padding-bottom:10px;padding-left:10px;font-size:small;}
img#newsletter_sample {
	float:left;
	margin-right:15px;
	margin-bottom:50px;
	margin-left:30px;
}

img#map {
	position:absolute;
	top:-33px;
	left:-52px;
	z-index:1;
}

table#newsletter_archive {
	border:0;
	font-size:12px;
}
#newsletter_archive td {
	background-color:#e6e6e6;
	border-bottom:3px solid #fff;
	padding:10px;
}
#newsletter_archive td a {
	color:#373737;
	text-decoration:none;
}
#newsletter_archive td.blue {padding:0;}
#newsletter_archive td.blue a, #newsletter_archive td.blue a:visited {
	text-align:center;
	height:40px;
	display:block;
	background-color:#00a1dc;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding-top:9px;
}
#newsletter_archive td.blue a:hover {
	background-color:#fbaf5d;
}
#newsletter_archive p {margin:0;}
#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}

#news_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}

#news_list h3 {
	font-size:12px;
	margin:0;
}

#news_list p {
	font-size:11px;
	margin-bottom:4px;
}

#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

ul.striped, ol.striped { /* list style */
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul.striped li, ol.striped li {}

ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}

ul.striped li a:visited, ol.striped li a:visited {}

ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#fbaf5d;
	color:#fff;
}

ul#nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

/* +++ IE6.CSS */
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}

#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}

#nav_sub_list li a:visited {}

#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}

#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.small {
	font-size:12px;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.border {border:1px solid #555555;}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
.adminBar {
	background-color:#2d4122;
}

.light {
	background-color:#ebebeb;
}

.dark {
	background-color:#eee;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#dac5a8;
	color:#422c28;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */

