/* CSS Document */

/*
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------
Yahoo's ammended with some declarations from Jeph's version of Global Reset
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
a{text-decoration:none;}
a:hover {text-decoration: underline;}

#share a {
	background: url(/images/share-this.gif) no-repeat left 3px;
	padding-left: 15px;
}

/*
----------------------------------------------------------------------------- 
MAIN ELEMENTS
Container elements for navigation are in the nav.css file
-----------------------------------------------------------------------------*/
body {
	color: #2E2214;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: left;
	background-color: #dedebb;
	background-image: url(../../images/docBodyBG.gif);
	background-repeat: repeat-x;
}
#header {
	background-image: url(../../images/topBanner.jpg);
	height: 108px;
	width: 955px;
}
#search {
	background-color: #971718;
	width: 234px;
	height: 33px;
	background-image: url(../../images/nav/mainNavAllOff.gif);
	background-repeat: repeat-x;
}
#docBody {
	padding: 15px 15px 15px 0px;
}
#banner {
	width: 670px;
	margin: 0px 270px 0px 0px;
}
#bannerConvio {
	width: 670px;
	margin: 0px;
}
#mainTitle {
	/*width: 385px;
	margin-right: 285px;*/
	margin-left: 15px;
	padding: 15px 510px 15px 0px;
	background-image: url(../../images/mainTitleBG.gif);
}
.video #mainTitle {
	background-image: url(../../images/mainTitleBG_video.gif);
}
#mainTitle.noBG {
	background-image: none;
	padding: 15px 0px 15px 0px;
	margin-left: 0px;
}
#mainTitleNoHighlightBox {
	/*width: 385px;
	margin-right: 285px;*/
	margin-left: 15px;
	padding: 15px 270px 15px 0px;
}
#mainContent {
	width: 655px;
	margin-right: 270px;
	margin-left: 15px;
}
#mainContentConvio {
	width: 655px;
	margin-left: 15px;
	padding-top: 15px;
}
#rightMargin {
	float: right;
	width: 235px;
}
#footer {
	background-color: #c9c9a8;
	font-size: 93%;
	color: #523a22;
	clear: both;
}

/*
----------------------------------------------------------------------------- 
GLOBAL DECLARATIONS
-----------------------------------------------------------------------------*/
html {
	background-color: #c9c9a8;
}
p {
	margin-bottom: 1em;
	line-height: 1.3em;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #951617;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #951617;
	line-height: 1.3em;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
	color: #951617;
}

h4 {
}

h5 {
}

h6 {
}
.extraLeading {
	line-height: 1.7em;
}

#docBody ul {
	margin-left: 1em;
}

#docBody ol {
	margin-left: 1em;
}

#docBody ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
#docBody ol li ol li {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
#docBody ol li ol li ol li {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

#docBody li {
	list-style-image: url(../../images/bullet.gif);
	margin-left: 2em;
}

a {
	color: #704B1F;
}

a:link {
	color: #704B1F;
}

a:visited {
	color: #704B1F;
}

a:hover {
	color: #4B3A25;
}

a:active {
	color: #4B3A25;
}

#mainTitle h1 {
	font-size: 20px;
	color: #951617;
}




/*
----------------------------------------------------------------------------- 
INTERNAL PAGES
-----------------------------------------------------------------------------*/
/* Donate button */
.inlineDonation img {
	margin-top: .5em;
}




/*
----------------------------------------------------------------------------- 
HOME PAGE
-----------------------------------------------------------------------------*/
body.homePage #container {
	background-color: #dbdbb7;
	background-image: url(../../images/homeBG.jpg);
}
#homeMovie,
#homeMapSlides{
	padding-right: 15px;
}

#homeBottom {
	margin-top: 15px;
	background-repeat: repeat-x;
	padding-left: 15px;
}
#homeBottom1 {
	width: 200px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#homeBottom2 {
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#homeBottom3 {
	width: 200px;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
#spotLight {
	color: #392612;
	width: 265px;
	text-align: left;
	height: auto;
	margin-bottom: 15px;
	font-size: 11px !important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#spotLight img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#homeBottom h1 {
	font-size: 14px;
	margin-bottom: .5em;
	line-height: 1.1em;
}

/* 860b0c */
.homeBottom h1 a {
	color: #860b0c;
}

.homeBottom h1 a:link {
	color: #860b0c;
}

.homeBottom h1 a:visited {
	color: #860b0c;
}

.homeBottom h1 a:hover {
	color: #860b0c;
}

.homeBottom h1 a:active {
	color: #860b0c;
}

ul#twitter_update_list li {
	margin-bottom: 1em;
	margin-left: 0;
}

/*
----------------------------------------------------------------------------- 
GALLERY PAGE
-----------------------------------------------------------------------------*/
#galleryWindow {
	width: 650px;
	margin-right: 270px;
	margin-left: 15px;
}
#galleryWindow #galleryIframe {
	width: 650px;
	height: 480px; /* swf height + 35 */
}





/*
----------------------------------------------------------------------------- 
LIST PAGE
-----------------------------------------------------------------------------*/
#mainContent.listPage {
	width: 655px;
	margin-right: 270px;
	margin-left: 15px;
	margin-top: 15px;
}
#mainContent.noRightSidebar {
	width: 925px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 15px;
}
#mainContent.listPage h1 {
	margin-bottom: 1em;
}
#mainContent.listPage .listItem{
	margin-bottom: 30px;
}
#mainContent.listPage .listItem p {
	margin-bottom: .5em;
}
#mainContent.listPage .listItem img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#mainContent.listPage .listItem h2 {
	margin-right: 5px;
	font-weight: bold;
}
#mainContent.listPage .listItem h3 {
	margin-right: 5px;
}





/*
----------------------------------------------------------------------------- 
SITE MAP
-----------------------------------------------------------------------------*/
#sitemap ul {
	margin-bottom: 1em;
}
#sitemap ul li ul {
	margin-bottom: .5em;
}

#sitemap div.sitemapCol {
	width: 300px;
	float: left;
}
#sitemap div.sitemapCol2 {
	margin-left: 300px;
	width: 300px;
}




/*
----------------------------------------------------------------------------- 
NEWS PAGE
-----------------------------------------------------------------------------
#mainContent.newsPage .newsItem h1 {
	margin-bottom: 1em;
}
#mainContent.newsPage #highlightBox img {
	float: left;
	margin: 0px 5px 5px 0px;
}
#mainContent.newsPage a {
	font-weight: bold;
}
#mainContent.newsPage .newsItem {
	margin-bottom: 3em;
}

#mainContent.newsPage .newsItem p {
	margin-bottom: .5em;
}

#mainContent.newsPage .newsItem h2 {
	margin-right: 5px;
	font-weight: bold;
}
#mainContent.newsPage .newsItem h3 {
	margin-right: 5px;
}
*/






/*
----------------------------------------------------------------------------- 
NEWS PAGE
-----------------------------------------------------------------------------*/
#mainContent.newsPage h1 {
	margin: 15px 0px 15px 0px;
}
#mainContent.newsPage .newsItem h1 {
	margin-bottom: 1em;
}
#mainContent.newsPage #highlightBox img {
	float: left;
	margin: 0px 5px 5px 0px;
}
#mainContent.newsPage a {
	font-weight: bold;
}
#mainContent.newsPage .newsItem {
	margin-bottom: 3em;
}

#mainContent.newsPage .newsItem p {
	margin-bottom: .5em;
}

#mainContent.newsPage .newsItem h2 {
	margin-right: 5px;
	font-weight: bold;
}
#mainContent.newsPage .newsItem h3 {
	margin-right: 5px;
}



/*
----------------------------------------------------------------------------- 
SEARCH FORM
-----------------------------------------------------------------------------*/
table#search {
	width: 234px;
	background-image: url(../../images/nav/searchBG.gif);
}
#searchForm td#searchFieldCell {
	width: 138px;
	text-align: right;
}
#searchForm td#searchbuttonCell {
	width: 96px;
}

#searchForm input#searchField {
	width: 100px;
	margin-right: 5px;
}





/*
----------------------------------------------------------------------------- 
HIGHTLIGHT BOX
-----------------------------------------------------------------------------*/
#highlightBox {
	float: right;
	width: 210px;
	background-color: #c9c9a8;
	margin: 0px 0px 15px 15px;
	padding: 0px 15px;
	color: #392612;
}
#rightMargin #highlightBox {
	float: none;
	width: auto;
	background-color: #c9c9a8;
	margin: 0px;
	padding: 15px;
	color: #392612;
}

#highlightBox h1 {
	font-size: 11px;
	font-weight: bold;
}

/*
----------------------------------------------------------------------------- 
VIDEO BOX
-----------------------------------------------------------------------------*/
#videoBox {
	float: right;
	width: 320px;
	background-color: #c9c9a8;
	margin: 0px 0px 15px 15px;
	padding: 0 15px 15px 15px;
	color: #392612;
}

#videoBox h1 {
	font-size: 11px;
	font-weight: bold;
}





/*
----------------------------------------------------------------------------- 
DONATE NOW BOX
-----------------------------------------------------------------------------*/
#donateNow {
	color: #FFFFFF;
	background-color: #392612;
	width: 238px;
	text-align: center;
	height: 145px;
}
#donateNow table.vCenter {
	width: 238px;
	height: 145px;
}

#homeTop #donateNow {
	width: 280px;
}
#homeTop #donateNow table.vCenter {
	width: 280px;
}
#donateNow p {
	margin: 0px;
	padding: 0px 10px 15px 10px;
	font-size: 11px !important;
}

#donateNow #button {
	margin-bottom: 10px;
}




/*
----------------------------------------------------------------------------- 
ENEWS BOX
-----------------------------------------------------------------------------*/
#eNews {
	color: #FFFFFF;
	background-color: #392612;
	width: 238px;
	text-align: center;
	height: 145px;
}
#eNews table.vCenter {
	width: 238px;
	height: 145px;
}
#homeTop #eNews {
	width: 280px;
}
#homeTop #eNews table.vCenter {
	width: 280px;
}
#rightMargin #eNews {
	width: 238px;
}
#rightMargin #eNews table.vCenter {
	width: 238px;
	height: 145px;
}


/*
----------------------------------------------------------------------------- 
ENEWS BOX
-----------------------------------------------------------------------------*/
#eNews {
	color: #FFFFFF;
	background-color: #392612;
	width: 280px;
	text-align: center;
	height: 125px;
	vertical-align: middle;
	margin-top: 15px;
}
#eNews table.vCenter {
	width: 280px;
	height: 125px;
}
#eNews p {
	margin: 0px;
	padding: 0px 10px 15px 10px;
	font-size: 11px !important;
}
#eNewsForm #cons_email {
	width: 100px;
	margin-right: 5px;
	margin-bottom: 7px;
}

#eNews.internal {
	width: 238px;
}
#eNews.internal table.vCenter {
	width: 238px;
}



/*
----------------------------------------------------------------------------- 
SECTION INDEX
-----------------------------------------------------------------------------*/
div#sectionIndexTeasers {
	margin-top: 30px;
}
div#sectionIndexTeasers div {
	width: 300px;
	float: left;
	margin-bottom: 20px;
}
div#sectionIndexTeasers div.odd {
	padding-right: 20px;
}
div#sectionIndexTeasers div.even {
	padding-left: 20px;
}

div#sectionIndexTeasers div img {
	float: left;
	margin: 0 10px 5px 0;
}
div#sectionIndexTeasers div a {
	padding: 3px 6px 3px 6px;
	background-color: #928771;
	color: #FFF;
	font-size: 90%;
}
div#sectionIndexTeasers div hr {
	color: #961613;
	background-color: #961613;
	height: 1px;
	border:0 none;
}
div#sectionIndexTeasers div .teaserLink {
	text-align: right;
	margin-top: -.6em;
}

div#sideBarBlockTitle {
	background-color: #B57100;
	padding: 15px;
	color: #FFF;
	width: 208px;
}



/*
----------------------------------------------------------------------------- 
CAMPAIGN INDEX
-----------------------------------------------------------------------------*/
div#campaignGallery {
	float: right;
	width: 360px;
	height: 300px;
	margin: 0px 0px 20px 20px;
}
div#campaignGallery iframe {
	width: 360px;
	height: 300px;
}
div.campaignIntroText {
	font-size: 120%;
}
/*
----------------------------------------------------------------------------- 
RIGHT MARGIN REPEATABLE REGION
-----------------------------------------------------------------------------*/
.rightMarginRepeatable {
	color: #392612;
	background-color: #c9c9a8;
	width: 208px;
	text-align: left;
	height: auto;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 11px !important;
}
.rightMarginRepeatable h4 {
	margin: 0em 0em .5em 0em;
	font-size: 12px !important;
	font-weight: bold;
	text-transform: uppercase;
}
.rightMarginRepeatable ul {
	margin: 0px;
	padding: 0px;

}
.rightMarginRepeatable ul li {
	background-image: url(../../images/moreStoriesBullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none !important;
	margin-left: 0em !important;
	padding-left: 1em;
}
.rightMarginSmallMap {
	width: 238px;
	height: auto;
	margin-bottom: 15px;
}
#docBody .newsItem li {/*
	clear: both;*/
	background: url(none);
	margin: 0px;
	padding: 0px;
	list-style: none;
}



/*
----------------------------------------------------------------------------- 
CONVIO 
-----------------------------------------------------------------------------*/
.rightConvioChart {
	width: 238px;
	height: auto;
	margin-bottom: 15px;
}

#extraConvioFooter {
	background-image: url(../../images/homeBottomBG.jpg);
	background-repeat: repeat-x;
	padding: 15px;
}



/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer p {

}

.icon {
	margin-bottom: -2px;
}

.constantcontact {
	 margin: -6px 0px -2px 0px;
}

/*
----------------------------------------------------------------------------- 
USER CLASSES
-----------------------------------------------------------------------------*/
.testimonialByline {
	text-align: right;
}
.inlineTable tr td,
.inlineTableRight tr td,
.inlineTableLeft tr td{
	padding: 10px;
}
.inlineTableRight{
	margin-left: 20px;
	float: right;
}
.inlineTableLeft {
	margin-right: 20px;
	float: left;
}


/* ===================== */
/*     Clear fix     */
/* ===================== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.stButton .sharethis{
}
.stButton .chicklets{ background: url("/images/share-this.gif") no-repeat scroll left 3px transparent;
	color:#fff;
	font-size: 0.9em;
	padding-left: 15px;
}
.stButton .chicklets:hover{ opacity: 1.00;
	text-decoration: underline;
}

