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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #54545c;
	background: url(images/tile.gif);
}

.clear {clear: both;}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #264f83;}
a:hover{color: #81272c;}
a:visited{color: #264f83;}

br {clear: left;}

/********** STRUCTURE **********/

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 125px;
	margin-bottom: 10px;
	background: url(images/header.gif) center top no-repeat;
}

#maincontent {
	background: url(images/content_tile.gif) center repeat-y;
	margin-bottom: 10px;
}

#leftcol {
	width: 250px;
	float: left;
}

#centercol {
	width: 720px;
	float: right;
	margin-right: 15px;
	font-size: .8em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/*** Navigation ***/

#nav {
	float: left;
	height: 20px;
	margin-bottom: 10px;
	*margin-bottom: 0;
	font-size: .8em;
}

#nav a:hover {
	background: #394c6c;
	text-decoration: underline;
}

#nav a {
	padding: 2px 5px;
	*padding: 2px 4px;
	margin: 0 2px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #e2d89e;
}

#nav .nav-home {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-right: 10px;
}

#nav div {
	float: left;
	height: 20px;
}

#navleft, #navright {
	width: 5px;
	background: url(images/nav_left.gif) left top no-repeat;
}

#navright {
	background: url(images/nav_right.gif) left top no-repeat;
}

#navcontent {
	line-height: 20px;
	background: url(images/nav_tile.gif) top repeat-x;
}

/*** Tools ***/

#tools {
	float: right;
}

#tools a {
	display: block;
	height: 20px;
	float: right;
	margin-left: 10px;
	text-indent: -5000px;
}

#rss {
	width: 69px;
	background: url(images/tools_rss.png) center top no-repeat;
}

#rss:hover {
	background-position: center bottom;
}

#email {
	width: 113px;
	background: url(images/tools_email.png) center top no-repeat;
}

#email:hover {
	background-position: center bottom;
}

#search {
	width: 190px;
	*width: 195px;
	float: right;
}

#tools #searchsubmit {
	width: 60px;
	height: 20px;
	float: left;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none !important;
}

#tools form {
	padding: 0;
	margin: 0;
	float: left;
}

#tools input {
	float: left;
	width: 100px;
	height: 18px;
	padding: 2px 0 0 4px;
	border: none !important;
	background: #fff !important;
	color: #999;
}

/********** LEFT COLUMN **********/

.leftmod {
	width: 228px;
	margin: 0 auto 10px auto;
	background: url(images/left_tile.gif) center repeat-y;
}

.lefttop {
	padding: 10px 10px 0 10px;
	background: url(images/left_top.gif) center top no-repeat;
}

/*** News ***/

#news {
	background: url(images/headlines_tile.gif) center repeat-y;
	color: #e2d89e;
}

#news-content {
	padding: 0 15px 0 15px;
}

#news-content h2 {
	color: #e2d89e;
}

#news-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .7em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news-content li {
	margin-top: 10px;
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #abb7c0;
	line-height: 1.3em;
}

#news-content a {
	color: #e2d89e;
	text-decoration: none;
}

#news-content a:hover {
	text-decoration: underline;
}

#news-content .bottom {
	border-bottom: none;
	margin-bottom: 0;
}

#news-content .read {
	color: #54545c;
	background: #e2d89e;
	padding: 1px 2px;
}

#news-content .read:hover {
	color: #81272c;
}

/*** Issues ***/

#issues {
	padding: 8px;
	border: 2px solid #e9eaec;
	background: #fff;
	font-weight: bold;
	font-size: .9em;
}

h2 {
	color: #81272c;
	margin-bottom: 5px;
}

#issues ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#issues li {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/issues_icon.gif) left center no-repeat;
}

#issues a {
	text-decoration: none;
}

#issues a:hover {
	text-decoration: underline;
}

/*** Buttons ***/

#book-shelf, #quips {
	display: block;
	width: 228px;
	height: 96px;
	margin: 0 auto 10px auto;
	background: url(images/book_shelf.jpg) center top no-repeat;
	text-indent: -5000px;
}

#book-shelf:hover {
	background-position: center bottom;
}

#quips {
	background: url(images/quips.gif) center top no-repeat;
}

#quips:hover {
	background-position: center bottom;
}

/********** CENTER COLUMN **********/

h1 {
	color: #264f83;
	margin-bottom: 10px;
	font-size: 2em;
}

h3 {
	color: #264f83;
	font-size: 1.7em;
	margin-bottom: 5px;
}

.byline {
	float: left;
	margin-right: 20px;
	font-weight: bold;
}

.chiclets {
	float: left;
}

.chiclets img {
	margin-right: 5px;
}

.content-img {
	float: right;
	margin: 10px 0 20px 20px;
}

/*** Feature ***/

#feature {
	width: 720px;
	background: url(images/feature_tile.gif) center repeat-y;
}

#feature-top {
	height: 20px;
	background: url(images/feature_top.gif) center top no-repeat;
}

#feature-content {
	padding: 0 20px 0 20px;
	color: #e2d79d;
}

#feature-content h1 {
	color: #e2d79d;
}

#feature-bottom {
	height: 20px;
	background: url(images/feature_bottom.gif) center top no-repeat;
}

a.feature-title:link {
color: #d0c069;
text-decoration: none;
}

a.feature-title:hover {
color: #d0c069;
text-decoration: underline;
}

/********** FOOTER **********/

#footer {
	height: 58px;
	background: url(images/footer_back.gif) center top no-repeat;
	line-height: 58px;
	text-align: center;
	color: #e2d89e;
	font-weight: bold;
	font-size: .7em;
  line-height: 110%;
}

#sig {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #264f83;
	font-size: .8em;
}

#sig a {
	text-decoration: none;
}

#sig a:hover {
	text-decoration: underline;
}

/*=============== CONTACT PAGE ===============*/

label {
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

input, textarea {
	float: left;
	width: 180px;
	margin-bottom: 8px;
}

textarea {
	width: 450px;
	height: 150px;
}

select {
	float: left;
	margin: 0 10px 8px 0;
}

#checkbox {
	float: left;
	width: auto;
	margin: 0 5px 0 10px;
	background: none;
}

#captcha-label {
	width: auto;
	margin-left: 10px;
}

#captcha-input {
	width: 70px;
	margin-left: 10px;
}

#captcha {
	float: left;
	margin-left: 140px;
}

#limit {
	display: block;
	margin: 0 0 00 140px;
}

#submit {
	width: 83px;
	height: 32px;
	float: left;
	margin: 20px 0 0 140px;
	cursor: pointer;
	border: none;
}

/*=============== DONATION PAGE ===============*/

.autowidth, .radio, .radiolabel, .cclabel, .checkbox {
	width: auto;
}

h5 {
	margin: 0 0 15px 0;
	padding-bottom: 3px;
	color: #81272c;
	font-size: 1.3em;
	border-bottom: 1px dashed #abb7c0;
}

#donations {
	width: 510px;
}

.radio, .checkbox {
	float: left;
}

.radiolabel {
	text-align: left;
	width: 50px;
	margin: 0 5px;
}

.cclabel {
	margin: 0 10px 0 5px;
}

ol li {
	font-size: .9em;
	line-height: normal;
	margin-bottom: 8px;
}

.longlabel {
	text-align: left;
	width: 485px;
}

#volunteer-form .checkbox {
	margin-left: 140px;
}





