/*   Reset
==========================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	text-align:left;
	vertical-align:baseline
}
a img, :link img, :visited img {
	border:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
ol, ul {
	list-style:none
}
q:before, q:after, blockquote:before, blockquote:after {
	content:""
}
:focus {
	-moz-outline-style:none
}
tr, td {
	vertical-align: top;
}
/*   TYPE
==========================================================================*/
body {
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 150%;
}
a {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
}
#header a {
	color: #666;
}
#header li a:hover {
	color: #ff0000;
}
p {
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5 {
	margin-bottom: .8em;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
strong {
	font-weight: bold;
}
.red {
	color:#FF0000;
	font-weight:bold;
}
.bigtext {
	font-size: 12px;
	line-height: 150%;
	color: #000;
	margin-top: 20px;
	float: right;
	text-align: justify;
	width: 460px;
	}

.bigtext-org {
	font-size: 12px;
	line-height: 150%;
	color: #000;
	margin-top: 20px;
	float: right;
	text-align: justify;
	width: 460px;
	}
	
.bigtext ul{
	list-style:disc;
	margin: 5px 0px 5px 20px;
}

.bigtext-org ul{
	list-style:disc;
	margin: 5px 0px 5px 20px;
}
	
/*   Globals
==========================================================================*/

body {
	background: #000;
}
#wrapper {
	width: 740px;
	margin: 60px auto 0 auto;
	padding: 30px 40px 40px 40px;
	background: #fff url('../images/bck_bar.gif') no-repeat top right;
	overflow: auto;
}
#header {
	overflow: auto;
	margin-bottom: 20px;
	height: 1%;
}
#banner {
	margin: 0px 0 15px 0;
}
#content {
	overflow: auto;
}
#header span {
	text-indent: -9999px;
	float: left;
}
#header span a {
	background:url(../images/logo.gif) no-repeat;
	width: 154px;
	height: 74px;
	display: block;
}
#header ul {
	width: 580px;
	float: right;
	text-align: right;
	margin-top: 60px;
}
#header li, #header li a {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#header ul li .nav_active {
	font-weight: bold;
	color:#FF0000;
}
#landing {
	background: #fede58 url('../images/left_border.gif') no-repeat top left;
/*	background: #fede58 url('../images/home-bck.jpg') repeat-y;*/
	width: 570px;
	overflow: auto;
	float: left
}

#news {
	width: 170px;
	float: right;
	background: #e8e8e8;
	margin-top: 35px;
	height: 485px;
	overflow: hidden;
}

#footer {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
	clear: both;
	color: #fff;
}
#footer * {
	text-align: center;
}

#footer a, #footer a:visited {
	color: #FFF;
}

/*   Homepage
==========================================================================*/


.col_left, .col_mid, .col_right, .col_two {
	float: left;
}
.col_right fieldset, col_two fieldset {
	padding: 15px 30px;
}

.col_left fieldset {
	padding: 15px 12px;
}


.col_mid fieldset{
	padding: 15px 20px;
}

.col_two {
	width: 570px;
}
.col_left {
	width: 285px;
	color: #000;
}
.col_mid {
	width: 285px;
}
.col_right {
	width: 170px;
}
#landing .col_left fieldset {
	padding-top: 60px;
	font-size: 12px;
	line-height: 1.1em;
	height: 450px;
	overflow: hidden;
}
#landing .col_right fieldset {
	line-height: 1.2em;
}
#landing .col_mid {
	width: 285px;
	background: #fec642 url('../images/orange_grad.jpg') repeat-x top left;
	color: #000;
}
#landing .col_mid fieldset {
	height: 455px;
	overflow: hidden;
	
}

#landing .col_mid h1, #landing .col_mid h1 a {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#landing .col_mid h2, #landing .col_mid h2 a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#landing .col_mid h2, #landing .col_mid * {
	text-align: center;
	font-weight: bold;
}

#landing .col_left #highlights{
	margin: 20px 0 0 -10px;
}

#landing .col_left #highlights li{
	font-size: 16px;
	background: url('../images/home-btn.jpg') no-repeat top left;
	padding: 7px 0 0 20px;
	margin: 0 0 5px 0;
	width: 210px;
	height: 30px;
	color: #FFF;
	font-weight: bold;
}

#landing .col_left #highlights li a{
	color: #FFF;
	font-weight: bold;
}

#landing .col_left #highlights li a:hover{
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}

#content .bbar {
	width: 300px;
}

#content ul {
        list-style:disc;
        margin: 5px 0px 10px 30px;
}

.bbar {
	background: #000 url('../images/corner_black_left.gif') no-repeat top right;
	display: block;
	padding: 12px 0;
	position: relative;
}
.bbar span {
	background: url('../images/corner_black_right.jpg') no-repeat top left;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
.bbar p {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
#landing2 {
	background: #939090;
	line-height: 1.2em;
	font-size: 12px;
	overflow: auto;
	height: 1%;
	clear: both;
}

#landing3 {
	padding: 10px 20px;
	margin-top: 10px;
	background: #939090;
	line-height: 1.2em;
	font-size: 12px;
	clear: both;
}

#landing2 h2, #landing2 h3, #landing2 h4 {
	color: #fff;
	font-weight: bold;
}
#landing2 .col_left fieldset, #landing2 .col_mid fieldset, #landing2 .col_right fieldset, #landing2 .col_two fieldset {
	background:#939090;
}
#landing2 fieldset {
	background: #666;
	clear: both;
	padding: 10px 20px;
	overflow: auto;
	margin-bottom: 5px;
}
#landing2 span {
	color: #fff;
	width: 250px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	float: left;
}
#landing2 ul {
	float: right;
	width: 430px;
	text-align: left;
}
#landing2 li {
	display: inline;
	color: #fff;
}
#landing2 li a {
	color: #fff;
}
/*   advocacy
==========================================================================*/
#yellow_grad {
	background: url(../images/yellow_grad.gif) repeat-x top right;
	color: #000;
	}
	
#yellow_grad h2 {
	margin-top: 10px;
	color:#666666;
	
	}
#sidebar_grad {
	background: url(../images/yellow_grad.gif) repeat-x top left;
	float: left;
	width: 150px;
	margin-top: 60px;
	padding-bottom: 225px;
	}
#sidebar_grad li {
	padding: 2px 0;
	margin: 0 20px;
	border-bottom: 1px solid #000;
	}
#sidebar_grad li a{
	color: #626161;
	font-weight: bold;
	}
/*   MARKETPLACE
==========================================================================*/
.yellow {
	background:#fce466 url('../images/corner_yellow.gif') no-repeat top right;
	padding: 20px;
	color: #666;
	font-size: 12px;
	clear: both;
	margin-bottom: 15px;
}
.col_dual {
	width: 350px;
	float: left;
	margin-bottom: 15px;
	padding-top: 10px;
}
.col_dual h2 {
	color: #666;
}
.padleft {
	padding-left: 15px;
	border-top: 3px solid #666;
}
.padright {
	padding-right: 15px;
	border-top: 3px solid #666;
}
.borderleft {
	border-left: 3px solid #666;
}
.col_dual img {
	float: left;
	margin: 0 10px 20px 0;
}
#logo_footer {
	text-align: right;
	clear:both;
}
/*   Calendar
==========================================================================*/


#calendar {
	float: left;
	width: 540px;
	padding-right: 30px;
	overflow: auto;
}
#calendar h1 {
	font-weight: bold;
	font-size: 12px;
}
#calendar h2 {
	font-weight: bold;
	font-size: 12px;
}
#calendar h2 a {
	color: #004c9f;
	font-size: 12px;
	text-decoration: underline;
}
.calendar_title {
	background: #000;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.calendar_title span {
	color:#ffd220;
	font-weight: bold;
}
.calendar_left {
	width: 230px;
	padding-bottom: 20px;
	padding-right: 20px;
	float: left;
}
.calendar_right {
	width: 260px;
	float: left;
	padding-bottom: 20px
}
#sponsor {
	background: #fdeec0;
	padding: 5px 0;
	clear: both;
}
#sponsor p {
	text-align: center;
}
#sponsor img {
	padding: 0 10px;
}
#sidebar {
	background: #fdeec0;
	float: left;
	width: 170px;
}

#sidebar h3 {
	background: #000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
	font-weight: bold;
	margin: 0;
}
#sidebar ul {
	margin: 15px 0 15px 10px;
	line-height: 1.5em;
	font-size: 12px;
}
#side_search {
	padding: 15px 10px;
}
#side_white {
	padding: 15px 10px;
	background: #fff;
}

/*   Calendar sidebar
==========================================================================*/

.cal {
	background: #e5e5e5;
	border: 1px solid #b8b8b8;
	color: #666;
}
.cal th, .cal td {
	width: 14%;
	padding: 1px;
	text-align:center;
	vertical-align: top;
}
.cal th {
	padding: 3px 1px;
}
.cal a {
	display: block;
	text-align: center;
	font-weight: bold;
}
.is_date {
	background: #fdeec0;
}
.today {
	background: #ffeb7a;
}
.an_event {
	background:#fad333;
	color: #FF0000;
	font-weight: bold;
}
.control {
	background: #fad333;
	border-bottom: none;
}
.control td {
	padding: 3px 1px;
}
.cal_month {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	width:100%;
	line-height: 110%;
}
.cal_prev {
	background: url('../images/cal_prev.gif') no-repeat center center;
	text-indent: -9999px;
	width: 30px;
}
.cal_next {
	background: url('../images/cal_next.gif') no-repeat center center;
	text-indent: -9999px;
	width: 30px;
}
.calendar_list {
	background: #fff;
	font-size: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.calendar_list th {
	padding: 5px;
	vertical-align: top;
	color: #000;
	font-weight: bold;
	background: #d9d9d9;
}
.calendar_list td {
	padding: 1px 3px;
	font-size: 11px;
	text-align: left;
}
.calendar_list a, .calendar_list h2 a, .calendar_list h3 a {
	text-align: left;
	font-weight: bold;
	font-size: 11px !important;
}
/*   Calendar form
==========================================================================*/


.tableforms {
	background: #d9d9d9;
	margin-bottom: 15px;
}
.tableforms td {
	padding: 5px;
}
.f_input {
	width: 300px;
}

#leftnav-org{
	float: left;
	/*background:#FEDE58;*/
	width: 280px;
}

#leftnav-org h2{
	color: #CB150A;
}

#leftnav-org ul{
	width: 220px;
	border-top: #E57211 1px solid;
	border-bottom: #E57211 1px solid;
	padding: 10px 0 10px 0;
	margin: 0 0 30px 0;
}

#leftnav-org ul li{
	padding: 5px 0 5px 0;
}

#leftnav{
	float: left;
	/*background:#FEDE58;*/
	width: 280px;
}

#leftnav h2{
	color: #CB150A;
}

#leftnav ul{
	width: 220px;
	border-top: #E57211 1px solid;
	border-bottom: #E57211 1px solid;
	padding: 10px 0 10px 0;
	margin: 0 0 30px 0;
}

#leftnav ul li{
	padding: 5px 0 5px 0;
}

.sectionimg{
	float: left; 
	margin-right: 10px;
}

#newscaption{
	border-top: #E57211 1px solid;
	border-bottom: #E57211 1px solid;
	text-align: center;
	width: 350px;
	padding: 5px;
	margin: 10px 0 10px 0;
}

#newscaption p{
	text-align: center;
}

p .tiny{
	font-size: 0.80em;
	line-height: 1em;
	color: #CB150A;
}

.req{
	font-size: 1em;
	line-height: 1em;
	color: #CB150A;
}


//*   HOMEPAGE UPDATE	
==========================================================================*/


	
.newsbar {
	background: #fff;
	background-image: none;
	height: 37px;
	}
#news_title {
	background: #c2c4c5 url(../images/bck_news.gif) repeat-x top center;
	text-align: center;
	padding: 10px 5px;
	font-size: 12px;
	font-weight: bold;
	}
.title, .title a {
	font-weight: bold;
	font-size: 12px;
}
td { vertical-align:top; }

#landing_bottom {
	clear: none;
	float: left;
	width: 550px;
	height: 32px;
	padding: 0 10px;
	background: #fff url('../images/landing_bottom_new.gif') no-repeat bottom center;
	margin-bottom: 10px;
}
#landing_bottom p {
	font-size: 12px;
	color: #fff;
	margin-top: 0px;
}
#links { margin: 5px 10px 0 0 !important; }
#links a { padding-right: 5px; }
#landing_bottom a {
	color: #fff;
	font-weight: bold;
}
/*   MAP
==========================================================================*/
#map_sidebar {
	width: 150px;
	float: left;
	background: url(../images/yellow_grad.gif) repeat-x top left;	
}
#map_sidebar a { color: #000; }
#map {
	width: 550px;
	float: right;
	text-align:center !important;
	color: #000;
	background: url(../images/yellow_grad.gif) repeat-x top left
}
#map p { text-align: center; }
.yellow { overflow: auto; }

li.navoff{
	background: #febf81;
}

#homelogin{
	float: right;
	margin: 0 0 0 20px;
}
