/* CSS Reset */
* {margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
img {display:block;}

body,td,th,button,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
}
body {
	background-color: #6c6047;
	background-position: top left;
	background-repeat:repeat-x;
	background-image:url(/img/dsaoc_bg.gif);
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
	position:relative;
}
body.mceContentBody {
	background-color: #FFFFFF !important;
	background-image: none;
	min-width:50em !important;
	max-width: 50em !important;
	margin: 0;
	padding:.25em;
}
.bulleted li {
	list-style:disc;
	margin-left: 15px;
}
.bulleted2 li {
	list-style:disc;
	margin-left:15px;
	line-height:18px;
}
.bulleted li a {
	display: inline !important;
	padding:0;
	margin:0;
}
.clear {
	clear:both;
	height:0;
	min-height:0;
	max-height:0;
	overflow:hidden;
	margin:0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.errMsg {
	font-weight:bold;
	color:#FF0000;
}
.a link {
	color:#633748;
	font-style:italic;
	text-decoration:none;
}
.a visited {
	color:#633748;
	font-style:italic;
	text-decoration:none;
}
.a hover {
	color:#633748;
	font-style:italic;
	text-decoration:underline;
}


/* base style for all text replace with images */
.imgRepl, .imgRepl * {
	display: block;
	background-position: 0 0;
	background-repeat:no-repeat;
	text-indent: -9000em;
	overflow: hidden;
}



/* header */
h1#logo {
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	height: 140px;
	min-height: 140px;
	max-height: 140px;
	background-image: url(/img/header.jpg);
}
.aboutus h1#logo {
	background-image: url(/img/header-aboutus.jpg);
}
.aboutdown h1#logo {
	background-image: url(/img/header-aboutdown.jpg);
}
.resources-and-services h1#logo {
	background-image: url(/img/header-resources.jpg);
}
.news-and-events h1#logo {
	background-image: url(/img/header-news.jpg);
}

.pageheader {
	border: 0 !important;
	margin-left:15px !important;
	margin-top: -15px !important;
}

/* main body */
#content {
	background-image: url(/img/content-top.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:15px;
	color: #3b2610;
}
.aboutus #content {
	background-image: url(/img/content-top-aboutus.png);
}
.aboutdown #content {
	background-image: url(/img/content-top-aboutdown.png);
}
.resources-and-services #content {
	background-image: url(/img/content-top-resources.png);
}
.news-and-events #content {
	background-image: url(/img/content-top-news.png);
}

#content>* {
	margin-top: 15px;
}
p {
	line-height: 18px;
}



/* main menu */
#mainmenu {
	width: 930px;
	min-width:930px;
	max-width:930px;
	margin-top: 0;
}
#mainmenu li {
	float: left;
}
#mainmenu, #mainmenu li, #mainmenu li a {
	height: 30px;
	min-height: 30px;
	max-height:30px;
}
#mainmenu li a {
	background-image: url(/img/mainmenu.jpg);
	outline: none;
	border:none;
}
#mainmenu li.home, #mainmenu li.home a {
	width: 74px;
	min-width:74px;
	max-width: 74px;
	background-position: 0px 0px;
}
#mainmenu li.home a:hover, body.home #mainmenu li.home a { background-position: 0px -30px !important; }
#mainmenu li.aboutus, #mainmenu li.aboutus a {
	width: 106px;
	min-width:106px;
	max-width: 106px;
	background-position: -74px 0px;
}
#mainmenu li.aboutus a:hover, body.aboutus #mainmenu li.aboutus a { background-position: -74px -30px !important; }
#mainmenu li.aboutdown, #mainmenu li.aboutdown a {
	width: 208px;
	min-width:208px;
	max-width: 208px;
	background-position: -180px 0px;
}
#mainmenu li.aboutdown a:hover, body.aboutdown #mainmenu li.aboutdown a { background-position: -180px -30px !important; }
#mainmenu li.resources, #mainmenu li.resources a {
	width: 204px;
	min-width:204px;
	max-width: 204px;
	background-position: -388px 0px;
}
#mainmenu li.resources a:hover, body.resources-and-services #mainmenu li.resources a { background-position: -388px -30px !important; }
#mainmenu li.news, #mainmenu li.news a {
	width: 147px;
	min-width:147px;
	max-width: 147px;
	background-position: -592px 0px;
}
#mainmenu li.news a:hover, body.news-and-events #mainmenu li.news a { background-position: -592px -30px !important; }
#mainmenu li.contactus, #mainmenu li.contactus a {
	width: 121px;
	min-width:121px;
	max-width: 121px;
	background-position: -739px 0px;
}
#mainmenu li.contactus a:hover, body.contactus #mainmenu li.contactus a { background-position: -739px -30px !important; }
#mainmenu li.blog, #mainmenu li.blog a {
	width: 70px;
	min-width:70px;
	max-width: 70px;
	background-position: -860px 0px;
}
#mainmenu li.blog a:hover { background-position: -860px -30px; }



/* footer */
#footer {
	background-color:transparent;
	background-image: url(/img/footer-trans.png);
	background-position: 0 -1px;
	background-repeat:no-repeat;
	height: 60px;
	min-height: 60px;
	max-height: 60px;
	margin-top: 15px;
	padding: 15px;
	position:relative;
}
#footer p {
	background-color:#f4f1ea;
	line-height: 30px;
	padding: 0 15px;
}
#footer span {
	position: absolute;
	right: 30px;
	top: 15px;
	line-height: 30px;
}
#footer p, #footer span, #footer span a, #footer span a:link, #footer span a:visited, #footer span a:active {
	color:#867f6b;
	text-decoration: none;
	outline: none;
}
#footer span a:hover {
	color:#867f6b;
	text-decoration:underline;
}
#footer ~ p {
	color: #ffffff;
	text-align:center;
	display:block;
	padding-bottom: 15px;
}
#footer ~ p a, #footer ~ p a:visited, #footer ~ p a:link, #footer ~ p a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer ~ p a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}


/* sidebars */
.sidebar-right {
	width: 177px;
	min-width: 177px;
	max-width: 177px;
	float: right;
	line-height:18px;
}
.sidebar-right>li {
	background-color: #f4f1ea;
	padding: 15px;
}
.sidebar-right > li>*+*, .sidebar-right>li+li, .mceContentBody *+* {
	margin-top: 15px;
}
.sidebar-right a,
.sidebar-right a:visited,
.sidebar-right a:active {
	color:#3b2610;
	display:block;
	text-decoration:none;
}
.sidebar-right a:hover {
	color:#3b2610;
	display:block;
	text-decoration:underline;
}
body.home div.sidebar-right a:link{
	color:#6f3e53;
	font-style:italic;
}
body.home div.sidebar-right a:visited {
	color:#6f3e53;
	font-style:italic;
	text-decoration:none;
}
.homepage-columns a:hover {
	color:#562a3b;
	font-style:italic;
	text-decoration:underline;
}
body.home div.sidebar-right .icons a,
body.home div.sidebar-right .icons a:hover,
body.home div.sidebar-right .icons a:visited,
body.home div.sidebar-right .icons a:active {
	display:block;
}
.sidebar-right .bulleted {
	margin-top: 0;
}


/* google search form */
#googSearchForm {
	position: absolute;
	top: 20px;
	right: 15px;
}
#googSearchForm input {
	width: 170px;
	min-width: 170px;
	max-width: 170px;
	border: 1px solid #ababa6;
}
#googSearchForm input.search-empty {
	color:#9e9f9b;
}
#googSearchForm button {
	border: 0;
	background-color: transparent;
	text-indent: -9000em;
	width: 48px;
	min-width: 48px;
	max-width: 48px;
	height: 19px;
	min-height: 19px;
	max-height: 19px;
	background-image:url(/img/search-trans.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	position: relative;
	top: 1px;
}
#googSearchForm button, #googSearchForm button:active, #googSearchForm button:hover {
	outline:none;
}

/* social links */
#twitter {
	position: absolute;
	top: 116px;
	right: 15px;
	width: 80px;
	height: 17px;
}

#facebook {
	position: absolute;
	top: 116px;
	right: 113px;
	width: 62px;
	height: 17px;
}


/* homepage */
.homepage-body .sidebar-right li.dsaoc-center {
	padding-top: 45px;
	background-image:url(/img/headers/dsaoc-center.png);
	background-repeat:no-repeat;
}
.homepage-body .sidebar-right li.stay-connected {
	padding-top: 45px;
	background-image:url(/img/headers/stay-connected.png);
	background-repeat:no-repeat;
}
.homepage-body .sidebar-right li.highlighted-resources {
	padding-top: 45px;
	background-image:url(/img/headers/highlighted-resources.png);
	background-repeat:no-repeat;
}
.homepage-body .sidebar-right li.dsaoc-center a {
	font-style:italic;
}
.homepage-body .slideshow {
	width:369px;
	min-width:369px;
	max-width:369px;
	height:241px;
	min-height:241px;
	max-height:241px;
	overflow:hidden;
	display:block;
}


/* don't know what column will be larger... in case the middle column is larger than the text on the left, make sure the background extends */
.homepage-columns {
	width: 738px;
	min-width: 738px;
	max-width: 738px;
	background-image: url(/img/homepage-bkg.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	float:left;
}
.homepage-columns > * {
	width: 369px;
	min-width: 369px;
	max-width: 369px;
}
.homepage-columns > *+* {
	border-top: 15px solid #ffffff;
}
.homepage-columns a:link {
	color:#6f3e53;
	font-style:italic;
}
.homepage-columns a:visited {
	color:#6f3e53;
	font-style:italic;
	text-decoration:none;
}
.homepage-columns a:hover {
	color:#562a3b;
	font-style:italic;
	text-decoration:underline;
}
.homepage-columns > .sidebar-right+* {
	border-top: 0;
}
.homepage-columns .sidebar-right {
	width: 354px;
	min-width: 354px;
	max-width: 354px;
	background-color: #ffffff;
	padding-left:0px;
	margin-left:0;
}
.homepage-columns .sidebar-right a:link {
	color:#6f3e53;
	font-style:italic;
}
.homepage-columns .sidebar-right a:visited {
	color:#6f3e53;
	font-style:italic;
	text-decoration:inherit;
}
.homepage-columns .sidebar-right a:hover {
	color:#562a3b;
	font-style:italic;
	text-decoration:underline;
}
.homepage-columns .welcome {
	padding: 15px;
	width: 339px;
	min-width: 339px;
	max-width: 339px;
	background-image: url(/img/homepage-welcome.png);
	background-repeat:no-repeat;
	padding-top: 60px;
}
.homepage-columns .welcome p+p {
	margin-top: 15px;
	background-color:#f4f1ea;
	border: 0;
}

.homepage-columns .sidebar-right .news-and-events {
	padding-top: 30px;
	padding-bottom: 0;
	background-image:url(/img/headers/news-and-events.png);
	background-repeat:no-repeat;
}
.homepage-columns .sidebar-right .news-and-events ul li {
	padding-left: 162px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	height:108px;
	min-height:108px;
}
.homepage-columns .sidebar-right .news-and-events ul li img {
	position: absolute;
	left: 0px;
	top: 15px;
	border: 10px solid #ffffff;
}
.homepage-columns .sidebar-right .news-and-events ul li strong {
	padding-bottom: 15px;
	display:block;
	font-size:14px;
	letter-spacing: -1px;
}
.homepage-columns .sidebar-right .news-and-events ul li+li {
	border-top: 1px solid #b8b09b;
}

.homepage-columns .sidebar-right .icons {
	background-color: #FFFFFF;
	padding: 15px 0;
	position:relative;
	margin-top: 0;
	margin-bottom: -15px;
}
.homepage-columns .sidebar-right .icons a {
	width: 177px;
	min-width: 177px;
	max-width: 177px;
	height: 108px;
	min-height: 108px;
	max-height: 108px;
	background-image:url(/img/homepage-ways-of-giving.jpg);
}
.homepage-columns .sidebar-right .icons a+a {
	width: 162px;
	min-width: 162px;
	max-width: 162px;
	position:absolute;
	right:0;
	top:0;
	background-image:url(/img/homepage-newsletter-signup.jpg);
}

.homepage-columns .sidebar-right .dsaoc-alerts-messages {
	padding-top: 45px;
	background-image:url(/img/headers/dsaoc-alerts-messages.png);
	background-repeat:no-repeat;
}
.homepage-columns .sidebar-right .dsaoc-alerts-messages em {
	display: block;
}
.homepage-columns .sidebar-right .dsaoc-alerts-messages strong {
	display: block;
	text-transform:uppercase;
	color:#C5351C;
	margin-top: 0;
}

.homepage-columns .affiliations img {
	border:0;
}

.homepage-body .sidebar-right .highlighted-resources img {
	border: 10px solid #ffffff;
	margin: 0 auto;
}
.homepage-body .sidebar-right .highlighted-resources img+a {
	margin-top:8px;
	text-align:center;
}
.homepage-body .sidebar-right .highlighted-resources a+img {
	margin-top:15px;
}



/* secondary pages */
.sectionmenu {
	float:left;
	min-width: 150px;
	max-width: 150px;
	margin: 0 15px;
	padding-top: 18px;
}
.sectionmenu > li {
	border-bottom: 1px solid #b8b09b;
	padding: 12px 1em 12px 0;
}
.sectionmenu > li:first-child {
	text-transform:uppercase;
	font-weight:bold;
}
.sectionmenu li, .sectionmenu a, .sectionmenu a:link, .sectionmenu a:active, .sectionmenu a:hover, .sectionmenu a:visited {
	text-decoration:none;
	color:#3b2610;
}
.sectionmenu a:hover, .sectionmenu a.selected {
	color: #8c9e5a !important;
}
.sectionmenu a.selected {
	font-weight: bold;
}
.sectionmenu > li a + ul {
	display:none;
}
.sectionmenu > li a.selected + ul, .sectionmenu > li ul.selected {
	display: block;
}
.sectionmenu > li li {
	padding-top: .5em;
}
.sectionmenu > li li, .sectionmenu > li li a, .sectionmenu > li li a:link, .sectionmenu > li li a:active, .sectionmenu > li li a:visited {
	color: #867f6b;
}

.secondary-body, #cse-search-results {
	background-color:#f4f1ea;
	display: block;
	float:left;
	padding:15px;
}
.secondary-body {
	width: 708px;
	min-width: 708px;
	max-width: 708px;
}
.secondary-body a:link {
	color:#6f3e53;
	font-style:italic;
	text-decoration:none;
}
.secondary-body a:visited {
	color:#6f3e53;
	font-style:italic;
	text-decoration:none;
}
.secondary-body a:hover {
	color:#562a3b;
	font-style:italic;
	text-decoration:underline;
}
.sectionmenu + .secondary-body, #cse-search-results, #cse-search-results iframe {
	width:528px;
	min-width:528px;
	max-width:528px;
}
.secondary-body p+p {
	padding-top: 15px;
}

.secondary-body img {
	border: 10px solid #ffffff;
}

.aboutus .secondary-body {
	padding:15px;
}
.dsaoc-staff {
	margin: 0 15px;
}
.dsaoc-staff li {
	border-top: 1px solid #b8b09b;
	padding: 15px 15px 15px 150px;
	clear:both;
}
.dsaoc-staff li p+p {
	padding-top: 15px;
}
.dsaoc-staff li img {
	float: left;
	margin-left: -150px;
	margin-bottom: 15px;
}
.dsaoc-staff li:first-child {
	padding: 15px -50px;
}


.sidebar-right .ways-of-giving, .sidebar-right .ways-of-giving a,
.sidebar-right .newsletter-signup, .sidebar-right .newsletter-signup a {
	width:177px;
	min-width:177px;
	max-width:177px;
	height:108px;
	min-height:108px;
	max-height:108px;
	padding:0;
}
.sidebar-right .ways-of-giving a {
	background-image:url(/img/homepage-ways-of-giving.jpg);
}
.sidebar-right .newsletter-signup a {
	background-image:url(/img/secondary-newsletter-signup.jpg);
}


.secondary-body {
	padding: 15px 15px 30px 15px;
}
.secondary-body > * {
	max-width: 501px;
	margin-left: auto;
	margin-right: auto;
}
img.splash {
	border-width:15px;
	margin: 0 auto 15px auto;
}
.sidebar-right .icon {
	padding:0;
}




.sitemap .secondary-body * {
	float: none;
}
.sitemap .secondary-body li:first-child {
	display: none;
}
.sitemap .secondary-body ul.sectionmenu {
	padding-top: 0;
}
.sitemap .secondary-body li {
	border: 0;
	margin-left: 2em;
	padding: 0;
	line-height: 2em;
}
.sitemap h2 {
	font-size: 1.5em;	
	font-weight: bold;
}
.sitemap ul.sectionmenu+h2 {
	margin-top: 30px;
}
.sitemap ul.sectionmenu .bulleted li, .sitemap ul.sectionmenu .bulleted li a, .sitemap ul.sectionmenu .bulleted li a:hover, .sitemap ul.sectionmenu .bulleted li a:visited, .sitemap ul.sectionmenu .bulleted li a:link, .sitemap ul.sectionmenu .bulleted li a:active {
	list-style: none;
	color: #3B2610;
	text-decoration: none;
}


.resourcecatalogue {
	display: block;
}
.resourcecatalogue dt{
	float: left;
	min-width: 10em;
	max-width: 10em;
}
.resourcecatalogue+em {
	margin-top: 10px;
	display: block;
	clear: both;
	margin-left: 0;
}
.resourcecatalogue a:link {
	color:#6f3e53;
	font-style:italic;
}
.resourcecatalogue a:visited {
	color:#6f3e53;
	font-style:italic;
	text-decoration:inherit;
}
.resourcecatalogue a:hover {
	color:#562a3b;
	font-style:italic;
	text-decoration:underline;
}



.recent-news dt {
	position: relative;
}
.recent-news dt a {
	position: absolute;
	top: 0;
	left: 8em;
}
.recent-news a, .news-and-events .secondary-body a, {
	color:#6f3e53;
	text-decoration: none;
	font-style:italic;
}
.recent-news a, .news-and-events .secondary-body a:visited {
	color:#6f3e53;
	text-decoration: none;
	font-style:italic;
}
.recent-news a:hover, .news-and-events .secondary-body a:hover {
	color:#6f3e53;
	text-decoration: underline;
	font-style:italic;
}
.recent-news dd+dt {
	margin-top: 20px;
}


body.news-and-events h2 {
	display: block;
	text-transform:uppercase;
	color:#C5351C;
	font-weight: bold;
}
body.news-and-events h2+em {
	display: block;
	margin-bottom: 10px;
}



#content > iframe {
	float:left;
}



form.contactForm, form.contactForm label, form.contactForm input,
form.contactForm select, form.contactForm textarea {
	display: block;
}
form.contactForm label {
	margin-bottom: 10px;
}
form.contactForm input, form.contactForm textarea {
	width: 310px;
}
form.contactForm textarea {
	height: 16em;
}

form.contactForm input[name=fname], form.contactForm input[name=fname] ~ small,
form.contactForm input[name=lname], form.contactForm input[name=lname] ~ small,
form.contactForm input[name=phone_number],
form.contactForm input[name=city], form.contactForm input[name=city] ~ small,
form.contactForm input[name=card_number], form.contactForm input[name=card_number] ~ small {
	width: 150px;
}
form.contactForm input[name=fname], form.contactForm input[name=fname] ~ small,
form.contactForm input[name=lname], form.contactForm input[name=lname] ~ small {
	float:left;
	display:block;
	width: 150px;
	min-width: 150px;
}
form.contactForm input[name=lname],
form.contactForm small.lastname_label {
	position:relative;
	left: 10px;
	text-indent: 4px;
}
form.contactForm input[name=card_security_number] {
	width: 50px;
}

form.contactForm input[name=lname],
form.contactForm input[name=lname] + small {
}
form.contactForm select {
	font-size: 120%;
	min-width: 150px;
}
form.contactForm option {
	padding: 0 .25em;
}
form.contactForm button {
	display: block;
	font-size: 120%;
	padding: 0 .25em;
	float: right;
	margin-right: 188px;
}
form.contactForm em {
	position: absolute;
	top: 0;
	right: 188px;
	color: #ff0000;
}
form.contactForm .errField {
	border: 1px solid #ff0000;
	background-color:#FFFFCC;
	padding: 1px;
}
form.contactForm .errField ~ em {
	font-weight: bold;
}
form.contactForm label {
	position: relative;
}
form.contactForm input[name=state], form.contactForm input[name=state]+small,
form.contactForm input[name=zip], form.contactForm input[name=zip]+small {
	width: 40px;
	top: 84px;
	position: absolute;
	left: 160px;
}
form.contactForm input[name=state]+small,
form.contactForm input[name=zip]+small {
	top: 112px;
}
form.contactForm input[name=zip], form.contactForm input[name=zip]+small {
	left: 210px;
}
form.contactForm input[name^=addr] ~ input {
	margin-top: 10px;
}

form.contactForm input[type=checkbox] {
	width: auto;
	float: left;
	margin-right: .5em;
}
form.contactForm input[type=radio] {
	width:auto;
	display:inline;
	margin:.5em;
}
form.contactForm input[name=state]+small {
	margin-left:1px;
}
form.contactForm input[name=zip]+small {
	margin-left: 2px;
}

form.contactForm label[for=type_of_card],
form.contactForm label[for=card_expiration] {
	margin-bottom:0;
}

form.contactForm label[for=type_visa] span,
form.contactForm label[for=type_mastercard] span,
form.contactForm label[for=type_amex] span {
	text-indent: -9000em;
	background-position: center center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	border: 1px solid #a7a6aa;
	padding:1px;
}

form.contactForm label[for=type_visa] span {
	background-image:url(/img/logo_visa.gif);
	width:88px;
}
form.contactForm label[for=type_visa] {
	line-height:33px;
}

form.contactForm label[for=type_mastercard] span {
	background-image:url(/img/logo_mastercard.gif);
	width:80px;
}
form.contactForm label[for=type_mastercard] {
	line-height:50px;
}

form.contactForm label[for=type_amex] span {
	background-image:url(/img/logo_amex.jpg);
	width: 65px;
}
form.contactForm label[for=type_amex] {
	line-height:65px;
}

form.contactForm select[name^=card_exp_] {
	min-width:66px;
	max-width:66px;
	width:66px;
}

form.contactForm .card_exp_year {
	margin-top: -25px;
	margin-left: 84px;
	margin-bottom: 10px;
}

form.contactForm .card_exp_month + span {
	margin-top: -35px;
	display: block;
	line-height: 30px;
	width: 10px;
	text-align: center;
	margin-left: 70px;
	font-size: 120%;
}
form.contactForm input[name="card_number"] ~ em {
	right:auto;
	left:160px;
	top: 16px;
}
form.contactForm input[name="card_security_number"] ~ em {
	right:auto;
	left:60px;
	top: 16px;
}
form.contactForm select#card_exp_year + em {
	right:auto;
	left:80px;
	top: 3px;
}


form.contactForm label[for=we_accept] {
	margin-bottom:0;
}
form.contactForm label.cc_logos {
	background-color: #ffffff;
	display:inline-block;
	margin-bottom:10px;
}
form.contactForm .cc_logos img {
vertical-align:middle;
display:inline-block;
}




body.aboutus .secondary-body, body.news-and-events .secondary-body {
	position:relative;
}
body.aboutus .secondary-body #authlogo, body.news-and-events .secondary-body #authlogo {
	position:absolute;
	bottom:15px;
	right:15px;
}



/* safari fix for the city/state alignment on the cash donation page */
@media screen and (-webkit-min-device-pixel-ratio:0){
	form.contactForm input[name=state],
	form.contactForm input[name=zip] {
		top: 74px;
	}
	form.contactForm input[name=state] ~ small {
		top: 100px;
		position:absolute;
	}
}