/* Aspen Main CSS */
* { margin: 0; padding: 0; text-align: left; outline: none; }

body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

ul
{
	margin-left:35px;
}

li{ 
	margin-bottom:15px;
	margin-right:20px;
}


li a { color: #8b2c24; text-decoration: none; font-weight: bold; }
li a:hover { border-bottom: 1px dotted #f48f36; }

h3{
	color: #8b2c25;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}
	
#pagetitle {
	font-size: 17px;
	margin: 20px 0px 10px 15px; 
	color: #8b2c24;
	font-weight: bold;
}

#homeFeatured {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 20px 0px 10px 15px; 
	color: #8b2c24;
	font-weight: bold;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}

#logoArea {
	width: 800px;
	height: 97px;
	margin-bottom: 4px;
	background: url('../img/logoAreaBg.gif') no-repeat;
}

#logoArea #logoLeft { 
	float:left;
	position: relative; 
	left: 20px;
	top: 10px;
}
	
#logoArea #logoRight {
	float: right;
	position: relative; 
	top: 30px;
	right: 40px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

#pageHeading {
	width: 800px;
	height: 171px;
	margin-bottom: 4px;
}

#pageHeading #headingLeft {
	float:left;
	width: 185px;
}

#pageHeading #headingRight {
	float: right;
	width: 611px;
	height: 171px;
	background: url('../img/headingRight1.jpg') no-repeat;
	display:block;
}

#pageContent {
	width: 800px; 
	background: url('../img/homeMainBg.gif') repeat-y;
}

#topArea { background: #fdecd1 url('../img/homeMainTop.gif') no-repeat; display: block; height: 7px;}
#bottomArea { background: #fdecd1 url('../img/homeMainBottom.gif') no-repeat; display: block; height: 7px;}

#pageContent #contentLeft {
	float:left;
	width: 185px;
}

#donateButton {
	margin-top: 25px;
	text-align: center;
}

#pageContent #contentRight {
	float: right;
	width: 611px;
}

.contentText { padding: 15px; }

#pageTab { float:left; }

#mainText { margin-left: 55px; }

#footer { text-align: right; margin: 0 15px 3px 0; color: #959595; font-size: 10px; clear:both;}
#footer a:link, #footer a:visited { color: #959595; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/* Accordion Styles Start */
.toggler {
	color: #8b2c24;
	margin: 0 0 2px 0;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dotted #d6c6ad;
	font-weight: bold;
	text-transform: lowercase;
	cursor: pointer;
}
 
.element p {
	margin: 0 0 0 6px;
	padding: 4px;
	border-bottom: 1px dotted #d6c6ad;
	font-size: 11px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	font-style: italic;
	padding:5px 0 5px 30px;
}

#accordion .toggler a:link, #accordion .toggler a:visited, #accordion .toggler a:hover { color: #8b2c24; text-decoration: none; }
#accordion .element a:link, #accordion .element a:visited { color: #8b2c24; text-decoration: none; }
#accordion .element a:hover { border-bottom: 1px dotted #f48f36; color: #f48f36; }
#accordion .element #current { color: #f48f36; }	
.subMenu { margin-left: 10px; color: #464646; font-style: italic; }
/* Accordion Styles End */

/* Generic Page Styles */
#pageIntroArea {
	color: #8b2c25;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 30px 15px 15px;
}

#pageCopy {
	padding: 0px 25px 10px 15px;
}

#pageCopy p { padding-bottom: 10px; }

#pageCopy a:link, #pageCopy a:visited { color: #8b2c24; text-decoration: none; font-weight: bold; }
#pageCopy a:hover { border-bottom: 1px dotted #f48f36; }

#pageCopy ul {
	margin: 20px 30px 10px 30px;
}

#pageCopy ul li { list-style-type: disc; }

/* End Generic Page Styles */

/* News and Events Styles */
#newsColumn {
	float:left;
	width: 250px;
	margin-right: 20px;
}

#newsColumn h2 {
	font-size: 14px;
	text-transform: lowercase;
	padding: 10px 0 10px 0;
	color: #464646;
}

#postedItem { border-top: 1px dotted #52514f; margin-bottom: 25px;}
#postedItem h2 { font-size: 11px; color: #8b2c24; padding: 6px 0 4px 0; text-transform: uppercase;}
#postedItem h2 strong { color: #f48f36; }
#postedItem p { font-size: 11px; overflow: hidden; padding: 10px;}

#readMoreLink { float:right; }
#readMoreLink strong { color: #f48f36; }
#readMoreLink a:link, #readMoreLink a:visited { color: #8b2c24; text-decoration: none; font-size: 11px; font-weight: bold; }

/* End news and Events Styles */

/* Main Page Styles */
#latestNewsBox {
	margin: 10px 25px 10px 0px;
	padding: 15px 15px 0 15px;
}

#newsHeading {
	font-size: 14px;
	text-transform: lowercase;
	margin: -10px 0 4px 0; 
	color: #8b2c24;
	font-weight: bold;
}

#latestNewsBox a:link, #latestNewsBox a:visited { color: #8b2c24; text-decoration: none; font-weight: bold; }
#latestNewsBox a:hover { border-bottom: 1px dotted #f48f36; }
/* End Main Page Styles */

/* Events Gallery Images */
#eventGallery {
	text-align: center;
	width: 400px;
	margin-left: 30px;
}

#eventGallery img {
	border: 1px solid #8b2c24;
	max-width: 400px;
	max-height: 200px;
}
/* End Events Gallery */

#quoteBox {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #464646;
	font-size: 11px;
	line-height: 16px;
}

#quoteText {
	margin-top: 30px;
	margin-bottom: 6px;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
}

#quoteBy {
	margin-bottom: 30px;
	color: #464646;
	font-size: 11px;
	line-height: 16px;
}

.whowhat { float:left; width: 100px; }
.whowhatText { margin-left: 100px; }

.newsDate { font-size: 10px; color: #000000; font-weight: normal; font-style: italic; }

#programTitle { font-weight: bold; color: #8b2c24; font-size: 12px; text-transform: capitalize;}
#redFacts { margin-top: 0px; margin-bottom: 25px; color: #8b2c24; }
.question { color: #8b2c24; }
#programHeading {
	font-size: 14px;
	text-transform: capitalize;
	margin: -10px 0 4px 0; 
	color: #8b2c24;
	font-weight: bold;
}
