/* SITE COLORS
 
#7e1f72 = purple
#007cc3 = blue
*/

body {
	color: #333;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background:#ebebeb url(/images/bodyBG.jpg) repeat-x;
	}
.wrapper1 {
	width:870px;
	margin:0 auto;
	}
#container {
	float:left;
	width:870px;
	margin:0 auto;
	background:url(/images/shadowRepeat.png) repeat-y; /* this is also in stylesFixIE6.css */
	}
#wrapper {
	width:870px; 
	margin:0; 
	padding:0;
	}
#welcome {
	width: 825px;
	float:right;
	margin:0;
	padding:25px 0 0 45px;
	background:url(/images/2columnRepeat.gif) repeat-y;
	position:relative;
	}
.oneColumn #welcome {
	background-image:url(/images/1columnRepeat.gif);
	}
p {
	padding:0px;
	margin: 0 0 12px 0px;
	}
h1 {
	font-size: 18px;
	color: #7e1f72;
	margin:0 0 12px 0;
	padding:0 0 5px 0;
	background:url(/images/h1BG.gif) no-repeat left bottom;
	}
h2 {
	font-size: 14px;
	color: #007cc3;
	margin:0px 0 15px 0;
	padding:0px;
	}

a {color: #7e1f72;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:active {text-decoration:underline;}
a:hover {text-decoration:none;}



#header { 
	position:relative;
	width: 870px;
	height: 153px;
	float:left;
	margin: 0 0 0 0;
	padding:0px;
	background:url(/images/headerBG.gif) no-repeat;
	}
#header .headerPhotos { 
	position:absolute;
	left:260px;
	top:41px;
	margin:0;
	padding:0;
	list-style:none;
	}
#header .headerPhotos li {
	float:left;
	margin:0;
	padding:0 0 0 28px;
	}

#header .hdrLogo {
	position:absolute;
	left: 25px;
	top: 34px;
	width:220px;
	height:110px;
	background:url(/images/hdrLogo.gif) no-repeat;
	}
#header .hdrLogo a:link, #header .hdrLogo a:visited {
	display:block;
	width:220px;
	height:110px;
	text-indent: -9000px;
	:-moz-any-link:focus;
	outline: none;
	}
.headeraddress {
	color:#ffffff;
	position:relative;
	left:15px;
	top:5px;
	}

	
#leftCol {
	width: 510px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 50px 0;
	}
.oneColumn #leftCol {
	width: 780px;
	}
body.inside #leftCol {width:650px;}

.contactInfo {
	position:absolute;
	bottom:3px;
	left:33px;
	float:left;
	width:510px;
	height:30px;
	background:url(/images/contactBG.gif) no-repeat 50% top;
	text-align:center;
	}

.contactInfo ul {
	color:#7e1f72;
	font-style:italic;
	font-size:11px;
	line-height:30px;
	width:510px;
	margin:0;
	padding:0;
	list-style:none;
	}
.contactInfo li {
	display:inline;
	background:url(/images/bullet1.gif) no-repeat left 50%;
	padding:0 15px 0 18px;
	margin:0;
	}
.contactInfo li.first {
	background:none;
	}

/*#leftCol ul {
	margin: 0 5px 0 15px;
	padding: 0;
	}
	
#leftCol ul li {
	background: url(/images/bullet.gif) no-repeat left 7px;
	margin: 0;
	padding: 0px 0 4px 15px;
	list-style-type: none;
	}*/
	
.divider {
	margin: 15px 0;
	}	
	
#rightCol {
	float: right;
	width: 264px;
	padding:0 0 15px 0;
	/*background:url(/images/rightColBottom.gif) no-repeat bottom;*/
	}
body.inside #rightCol {display:none;}
/* -- action buttons -- */
.actionButtons {
	margin:0 0 15px 10px;
	padding:0;
	width: 225px;
	height:133px;
	list-style:none;
	position:relative;
	}
.actionButtons li {
	position:absolute;
	height:37px;
	}
.actionButtons li.btnDonate {
	top:0;
	left:0;
	width:107px;
}
.actionButtons li.btnVolunteer {
	top:0;
	right:0;
	width:107px;
}
.actionButtons li.btnGetHelp {
	top:48px;
	left:0;
	width:107px;
}
.actionButtons li.btnLearn {
	top:48px;
	right:0;
	width:107px;
}
.actionButtons li.btnNewsletter {
	bottom:0;
	right:0;
	width:225px;
}
.actionButtons a:link, .actionButtons a:visited {
	display: block;
	position: absolute;
	height: 37px;
	text-indent: -9000px;
	text-decoration: none;
	:-moz-any-link:focus;
	outline: none;
}

/* ----- mainNav Defaults ------ */
.btnDonate a:link, .btnDonate a:visited {
	background:url(/images/btnDonate.gif) no-repeat 0 0;width:107px;
}
.btnVolunteer a:link, .btnVolunteer a:visited {
	background:url(/images/btnVolunteer.gif) no-repeat 0 0;width:107px;
}
.btnGetHelp a:link, .btnGetHelp a:visited {
	background:url(/images/btnGetHelp.gif) no-repeat 0 0;width:107px;
}
.btnLearn a:link, .btnLearn a:visited {
	background:url(/images/btnLearn.gif) no-repeat 0 0;width:107px;
}
.btnNewsletter a:link, .btnNewsletter a:visited {
	background:url(/images/btnNewsletter.gif) no-repeat 0 0;width:225px;
}
/* ----- mainNav Hover ------ */
.btnDonate a:hover {
	background:url(/images/btnDonate.gif) no-repeat 0 -37px;width:107px;
}
.btnVolunteer a:hover {
	background:url(/images/btnVolunteer.gif) no-repeat 0 -37px;width:107px;
}
.btnGetHelp a:hover {
	background:url(/images/btnGetHelp.gif) no-repeat 0 -37px;width:107px;
}
.btnLearn a:hover {
	background:url(/images/btnLearn.gif) no-repeat 0 -37px;width:107px;
}
.btnNewsletter a:hover {
	background:url(/images/btnNewsletter.gif) no-repeat 0 -37px;width:225px;
}
.newsSort {
	background:#7e1f72 url(/images/bg1.gif) repeat-x;
	padding:5px;
	margin:0 0 15px 0;
}
.newsSort p {
	color:#fff;
	float:left;
	padding:0 10px 0 0;
}
.featuredNewsWrap {
	float:left;
	width:100%;
	}
.featuredNewsWrap dl {
	float:left;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #d4bad1;
	width:100%;
}
.featuredNewsWrap.calendar dl {
	margin-top:25px;
	padding:10px 0 10px 0;
	border-top: 1px solid #d4bad1;
	width:100%;
}
.featuredNewsWrap dt {
	color:#007cc3;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.featuredNewsWrap dd {
	font-size:12px;
	line-height:15px;
	margin:0;
	padding:0 12px 0 0;
}
.featuredNewsWrap dd a {
	margin:0;
	padding:0 6px 0 0;
	background:url(/images/arrow2.png) no-repeat right 60%;
}
.featuredNewsWrap dd.date {
	font-size:11px;
	color:#007cc3;
	font-style:italic;
	}
.calendarWrap {
	padding:0;
}
.welcomeWrap {
	float:left;
	margin:0px;
	padding:12px 15px 0 12px; 
	width: 225px;
	}
.welcomeWrap img {
	border:3px solid #000;
	}
.welcomeWrap h2 {
	height:33px;
	font-size:13px;
	color:#fbf7ec;
	margin:0;
	padding:0;
	background: url(/images/welcomeH2.png) no-repeat;
	text-indent:-99999px;
	}
.welcomeWrap dl {
	line-height:1;
	float:left;
	margin:0px;
	padding:12px 0 12px 0;
	width: 225px;
	background:#ffffff url(/images/gradientRepeat.gif) repeat-x;
	border-bottom: 1px solid #d4bad1;
}
.welcomeWrap dl a {

}
/*.featuredWrap dt {
	width:66px;
	float:left;
	margin:0;
	padding:0 0 0 12px;
}*/
.welcomeWrap dt {
	color:#7e1f72;
	font-size:12px;
	font-weight:bolder;
	float:right;
	width:200px;
	margin:0 0 8px 0;
	padding:0 12px 0 0;
}
.welcomeWrap dd {
	color:#333333;
	font-size:12px;
	line-height:15px;
	float:right;
	width:200px;
	margin:0;
	padding:0 12px 0 0;
}
.welcomeWrap ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	}
.welcomeWrap li {
	margin:0 0 4px 0;
	padding:0 0 0 8px;
	background:url(/images/arrow2.png) no-repeat left 4px;
	}
/* community calendar */
.communityCalendarWrap {
	float:left;
	margin:0px;
	padding:12px 15px 0 12px; 
	width: 225px;
	}
.communityCalendarWrap h2 {
	height:33px;
	font-size:13px;
	color:#fbf7ec;
	margin:0;
	padding:0;
	background: url(/images/communityCalendarH2.png) no-repeat;
	text-indent:-99999px;
	}
.communityCalendarWrap dl {
	line-height:1;
	float:left;
	margin:0px;
	padding:12px 0 12px 0;
	width: 225px;
	background:#ffffff url(/images/gradientRepeat.gif) repeat-x;
	border-bottom: 1px solid #d4bad1;
}
.communityCalendarWrap dl a {

}
.communityCalendarWrap dt {
	color:#7e1f72;
	font-size:12px;
	font-weight:bolder;
	float:right;
	width:200px;
	margin:0 0 8px 0;
	padding:0 12px 0 0;
}
.communityCalendarWrap dd {
	color:#333333;
	font-size:12px;
	line-height:15px;
	float:right;
	width:200px;
	margin:0;
	padding:0 12px 0 0;
}
.communityCalendarWrap ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	}
.communityCalendarWrap li {
	margin:0 0 8px 0;
	padding:0 0 0 40px;
/*	background:url(/images/arrow2.png) no-repeat left 4px;
*/	position:relative;
	}
.communityCalendarWrap li span {
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	text-align:right;
	width:33px;
	background:;
	}

#inside_body {
	width: 500px;
	float: left;
	padding: 0;
	margin: 0;
	}
#singlecolumn {
	width: 450px;
	float: left;
	padding: 0;
	}
#singlecolumn ul {
	margin: 0 5px 0 35px;
	padding: 0;
	}
#singlecolumn li {
	margin: 0;
	padding: 0 0 2px 0;
	}
	
#search_wrapper {
	width:450px;
	float:left;
	padding:0px;
	margin:0px 0 12px 0;
	}

#search_field {
	width:220px; 
	float:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #997337;
	font-size: 11px;
	}
.newsTitle {
	display:block;
	font-weight:bold;
	}
.newsDate {
	font-style:italic;
	}

.newsDetailWrap dl {
	margin:0;
	padding:0;
	}
.newsDetailWrap dt {
	font:bolder 14px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #bf2e1a;
	}
.newsDetailWrap dd {
	margin:0;
	padding:0;
	}

.newsDetailWrap dd .photo {
	float:right;
	padding:0 0 20px 20px;
	}
.footerBottom {
	padding:0;
	margin: 0 auto;
	clear: both;
	width: 745px;
	height:50px;
}
	
#footer {
	width: 870px;
	background: url(/images/footerbg.png) no-repeat; /* this is also in stylesIE6.css */
	padding: 0;
	clear: both;
	color: #7e1f72;
	text-align:center;
	}
.oneColumn #footer {
	width: 870px;
	background: url(/images/footerbg1col.png) no-repeat; /* this is also in stylesIE6.css */
	padding: 0;
	clear: both;
	color: #7e1f72;
	text-align:center;
	}
#footer .links {
	font-size:11px;
	line-height:1;
	padding:20px 0 0 0;
	width:820px;
	margin:0 auto;
	height:52px;
	}
#footer .links ul {
	width:820px;
	margin:0 0 10px 0;
	padding:0;
	}

#footer .links li {
	display:inline;
	list-style:none;
	padding:0 4px;
	margin:0 0 0 0;
	border-right:1px solid #7e1f72;
	}
#footer .links li.first {
	border-left:1px solid #7e1f72;
	}

#footer .links ul li A {
	padding:0;
	margin:0;
	white-space:nowrap;
	}
#footer .links p {
	clear:both;
	}
#footer dl {
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	}
#footer dt {
	padding:0;
	margin:0 0 10px 0;
	}
#footer dd {
	padding:0;
	margin:0;
	}
#footer img {
	border:0;
	}

/* -- tables -- 

.table1 {
	border-right:1px solid #572600;
	border-left:1px solid #572600;
	border-bottom:1px solid #572600;
	margin:15px 0;
	background:#fff;
	border-collapse:collapse;
	}
	
.table1 td { 
	padding: 2px 8px 2px 5px; 
	vertical-align: top; 
	border-bottom:1px dashed #572600;
	}
.table1 .tablehead {
	background: #572600;
	color: #fbf7ec;
	font-weight: bold;
	border-bottom:none;
	}
.table1 td.tablehead {
	background: #572600;
	color: #fbf7ec;
	font-weight: bold;
	border-bottom:none;
	}
.table1 .alt { background:#e9e8d8;}*/

dl.locate {width:225px; float:left; display:inline; padding:2px 0px; margin:0px;}
dl.locate dt {width:225px; font-weight:bold; float:left;  margin:0px; padding:0px;}
dl.locate dd { float:left; margin:0px; padding:0px 0 0 0px; display:block;}

.dl_rows {width:450px;}

	
.hide {display:none;}

.about_container {
	padding-bottom:10px;}

.about_image{
	float:left; 
	width:80px; 
	padding:5px 15px 0 0;}
	
.about_image img {border:1px solid #937739;}
	
.about_body {
	float:left; 
	width:320px;
	}
.linkDescription {
    padding: 0 0 2px 0;
}

.featuredSeparator {
    padding: 0 0 12px 0;
}

.reservationSystem {
    padding: 0 0 0 15px;
}
.marginRight {
	margin-right:5px;
	}
.marginLeft {
	margin-left:5px;
	}
.photoRight {float:right; padding:0 0 15px 15px}
.photoLeft {float:left; padding:0 15px 15px 0}

div.flash {
	height:200px;
	margin-bottom:20px;
	width:510px;	
}

div.stats {
	background: url(/images/stats.png) no-repeat transparent;
	color:#fff;
	font-size:14px;
	height:80px;
	width:205px;
	margin:0 0 20px 10px;
	padding:10px 10px;
	text-align:center;
}

div.stats strong {
	display:block;
	font-size:2.5em;	
}

