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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

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

a:link {
	color: #082a8b;
	text-decoration: none;
}
a:visited{color: #082a8b;text-decoration: none;}
a:hover {
	color: #000;
	text-decoration: underline;
}
h2 {
	font-size:14px;
	padding:10px 0;
}
.clear {clear: both;}

br {clear: left;}

/*=============== STRUCTURE ===============*/

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

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

#header {
	height: 240px;
	background: url(images/header_newdg.png) center bottom no-repeat;
}

#nav {
	height: 50px;
}

#content {
	background: url(images/content_tile.png) center repeat-y;
}

#modules {
	width: 219px;
	float: left;
	padding: 10px;
	border-right: 1px dashed #333;
}

#main {
	width: 700px;
	float: right;
	padding: 10px;
	font-size: .8em;
	line-height: 1.5em;
}

/*=== Tools ===*/

#tools {
	float: right;
	margin: 10px 30px 0 0;
}

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

#tools #tools1 {
	width: 66px;
	background: url(images/tools_email.png) center top no-repeat;
}
#tools #tools1:hover {background-position: center bottom;}

#tools #tools2 {
	width: 62px;
	background: url(images/tools_print.png) center top no-repeat;
}
#tools #tools2:hover {background-position: center bottom;}

#tools #tools3 {
	width: 48px;
	background: url(images/tools_rss.png) center top no-repeat;
}
#tools #tools3:hover {background-position: center bottom;}

/*=== Navigation ===*/

#nav a {
	display: block;
	width: 107px;
	height: 50px;
	float: left;
	background: url(images/nav.gif) left top no-repeat;
	text-indent: -5000px;
}

#nav #nav1:hover {background-position: left bottom;}

#nav #nav2 {width: 106px; background-position: -107px top;}
#nav #nav2:hover {background-position: -107px bottom;}

#nav #nav3 {background-position: -213px top;}
#nav #nav3:hover {background-position: -213px bottom;}

#nav #nav4 {background-position: -320px top;}
#nav #nav4:hover {background-position: -320px bottom;}

#nav #nav5 {width: 106px; background-position: -427px top;}
#nav #nav5:hover {background-position: -427px bottom;}

#nav #nav6 {background-position: -533px top;}
#nav #nav6:hover {background-position: -533px bottom;}

#nav #nav7 {background-position: -640px top;}
#nav #nav7:hover {background-position: -640px bottom;}

#nav #nav8 {width: 106px; background-position: -747px top;}
#nav #nav8:hover {background-position: -747px bottom;}

#nav #nav9 {background-position: -853px top;}
#nav #nav9:hover {background-position: -853px bottom;}

.ddmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #bfc3c8;
	border-bottom-width: 0;
	line-height: 18px;
	background: url(images/content_tile.png);
	width: 200px;
}

.ddmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ddmenu ul li a{
	display: block;
	border-bottom: 1px solid #bfc3c8;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-size: .8em;
}

.ddmenu a:hover{ /*hover background color*/
	background: #6eaa22;
	color: #fff;
}

/*=============== MODULES ===============*/
#option-a p, #option-b p, #option-c p {
	margin:0;
}
#option-c {
	margin-bottom: 10px;
}

.mod {
	margin-bottom: 10px;
	background: url(images/mod_tile.png) center repeat-y;
	*background: url(images/mod_tile_ie.gif) center repeat-y;
	color: #fff;
}

.mod-content {
	padding: 20px;
}

.mod-header {
	width: 220px;
	height: 50px;
	margin-bottom: -20px;
}

#mod-header1 {
	background: url(images/mod_get_involved.png) center top no-repeat;
	*height: 55px
}

#mod-header2 {
	background: url(images/mod_events.png) center top no-repeat;
}

#mod-header3 {
	background: url(images/mod_index.png) center top no-repeat;
}

/*=== Get Involved ===*/

#donate, #volunteer, #events {
	display: block;
	width: 180px;
	height: 40px;
	margin-bottom: 15px;
	text-indent: -5000px;
}

#donate {
	background: url(images/donate.png) left top no-repeat;
}

#donate:hover {
	background-position: right bottom;
}

#volunteer {
	background: url(images/volunteer.png) left top no-repeat;
}

#volunteer:hover {
	background-position: right bottom;
}

#events {
	background: url(images/events.png) left top no-repeat;
}

#events:hover {
	background-position: right bottom;
}

.gi-header {
	width: 180px;
	height: 23px;
	margin-bottom: 10px;
}

#gi1 {
	background: url(images/follow_dorman.png) center top no-repeat;
}

#gi2 {
	background: url(images/email_newsletter.png) center top no-repeat;
}

#networks a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 14px 14px 0;
	text-indent: -5000px;
}

#facebook {
	background: url(images/network_facebook.png) center top no-repeat;
}

#facebook:hover, #twitter:hover, #networks #youtube:hover, #networks #flickr:hover, #rss:hover {
	background-position: center bottom;
}

#twitter {
	background: url(images/network_twitter.png) center top no-repeat;
}

#networks #youtube {
	margin-right: 0;
	background: url(images/network_youtube.png) center top no-repeat;
}

#networks #flickr {
	margin-left: 32px;
	background: url(images/network_flickr.png) center top no-repeat;
}

#rss {
	background: url(images/network_rss.png) center top no-repeat;
}

#newsletter {
	width: 180px;
	margin-top: 10px;
	padding: 0;
}

#newsletter input, #popup-form input, #search input {
	float: left;
	width: 150px;
	height: 17px;
	margin-right: 5px;
	border: 1px solid #ccc;
	color: #999;
}

#newsletter #newslettersubmit, #popup-form #newslettersubmit, #search #newslettersubmit {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 0;
	cursor: pointer;
	border: none;
}

/*=== Events & Blog Index ===*/

.mod-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mod-list ul li {
	border-bottom: 1px dashed #333;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.mod-list {
	font-size: .9em;
	font-weight: bold;
	line-height: 1.4em;
}

.mod-list ul a {
	color: #fff;
	text-decoration: none;
}

.mod-list ul a:hover {
	text-decoration: underline;
}

.mod-list ul span {
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

#all-events, #goto-blog {
	display: block;
	width: 152px;
	height: 20px;
	float: right;
	*float: none;
	background: url(images/all_events.gif) center top no-repeat;
	text-indent: -5000px;
}

#all-events:hover, #goto-blog:hover {
	background-position: center bottom;
}

#goto-blog {
	width: 113px;
	background: url(images/goto_blog.gif) center top no-repeat;
}

/*=============== MAIN CONTENT ===============*/

#option-b {
	margin-bottom: 10px;
}

h1 {
	margin-top: 0;
	font-size: 2.5em;
	line-height: normal;
	color: #00319b;
}

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

.chiclets {
	float: left;
}

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

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

.page-functions {
	display: block;
	margin-bottom: 35px;
	padding-bottom: 15px;
	color: #3b79cd;
	border-bottom: 1px dashed #333;
}

/*=== Pagination ===*/

#pagination {
	color: #00319b;
}

#pagination a {
	display: block;
	float: left;
	padding: 1px 5px 1px 5px;
	margin: 0 5px;
	font-weight: bold;
	text-decoration: none;
}

#pagination a:hover, #pagination #selected {
	background: #a1da59;
	color: #fff;
}

#pagination #previous, #pagination #next {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	padding: 0;
	background: url(images/previous.gif) center top no-repeat;
	text-indent: -5000px;
}

#pagination #previous:hover, #pagination #next:hover {
	background-position: center bottom;
}

#pagination #previous {
	margin-left: 0;
}

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

/*=== Footer ===*/

#footer-wrapper {
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	background: url(images/footer_back.gif) center top no-repeat;
	color: #253954;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
}

#footer-logo {
	background: url(images/footer_logo.png) right top no-repeat;
	*background-position: right 10px;
}

.footercol {
	width: 220px;
	float: left;
	margin-right: 20px;
}

.footercol div {
	width: 110px;
	float: left;
}

#footer a {
	color: #253954;
}

#legal {
	padding: 20px 0;
	text-align: center;
	color: #253954;
	font-size: .8em;
	line-height: 1.5em;
}

#legal a {
	color: #253954;
	text-decoration: none;
}

#legal 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 15px 10px;
	background: none;
}

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

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

#captcha {
	float: left;
	margin: 0 0 10px 140px;
}

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

#contactsubmit {
	width: 62px;
	height: 20px;
	float: left;
	margin: 10px 0 0 140px;
	cursor: pointer;
	border: none;
}

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

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

h2 {
	color: #00319b;
	font-size: 1.7em;
	line-height: normal;
}

h5 {
	margin: 10px 0 15px 0;
	padding-bottom: 10px;
	color: #00319b;
	font-size: 1.3em;
	border-bottom: 1px dashed #333;
}

#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;
}

/*=============== POPUP WINDOW ===============*/

#popup {
	width: 660px;
	padding: 160px 20px 10px 20px;
	background: url(images/popup.jpg) center top no-repeat;
	text-align: center;
}

#close {
	width: 59px;
	height: 20px;
	float: right;
	background: url(images/close.gif) center top no-repeat;
}

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

#email_page {
	width:400px;
	background-color:#999999;
	padding:20px;
	position:absolute;
	margin:20px 0 0 100px;
	border:3px solid #000000;
}
#email_page .text_color {
	color:#000000;
}
#email_page .close {
	font-size:10px;
	color:#000000;
}

/*=============== COMMENTS PAGE ===============*/

.comment {
	background: #b2c1e1;
	margin-bottom: 20px;
}

.comment-text {
	padding: 10px;
}

.commentor {
	background: url(images/comment_tail.png) left top no-repeat #fff;
	padding: 12px 0 0 10px;
	font-weight: bold;
}

.commentor span {
	font-size: .8em;
	font-weight: normal;
}



