/***LAYOUT***/

body {
	background-color:#d6d594;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.813em;
	line-height: 1.5;
}

div#holder{
	margin: 0px auto;
	width: 960px;
	height: 720px;
	background: url(../images/holder_bg.jpg) no-repeat top left #ce7a7e;
}

div#top_spacer{
	width: 960px;
	height: 170px;
}

div#test-accordion{
	float: right;
	margin-right: 70px;
	width: 480px;
	border: 2px solid #e499a2;
	background-color:#FFFFFF;
}

div.accordion {
	position: relative; /* required for bounding */
	width:480px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #753e40;
	background-image:url(../images/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#ffffff;   
    cursor: pointer;
	padding:9px 10px 6px 10px;
	border-top:1px solid #6d3c3d;	
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(../images/on.jpg);
	background-color:#bb5358;
	border-top:1px solid #e499a2;
}

div.accordion-content{
    overflow: auto;	/* required for effect */
    background: #FFFFFF;
	padding: 10px;
	color:#3b3434;
	height: 380px;
}


div#footer{
width: 940px;
margin: 10px auto;
}

div#footer p{
	text-align: center;
}

/***TYPOGRAPHY***/

a,
a:link{
	text-decoration: none;
	color: #55843c;
}

a:visited{
	text-decoration: underline;
	color: #55843c;
}
a:active,
a:hover{
	text-decoration: underline;
	color: #6d3c3d;
}

div.accordion-toggle{
	font-size: 110%;
	letter-spacing: .125em;
}

div.accordion-content{
	line-height: 1.25;
}

ul.events li{
	border-bottom: solid thin #e499a2;
	margin-bottom: 10px;
}

h3{
	font-size: 1.308em;
	font-weight: bold;
	margin-bottom: 2px;
}

ul.events li p{
	margin-bottom: 3px;
}

p.details{
	font-style: italic;
}

div.map{
	width: 200px;
}

p.address{
	width: 250px;
}

div#footer{
	font-size: 0.769em;
}

/***GENERAL CSS***/
.border{border: solid 1px #6d3c3d;}
.border_left{border-left: solid 1px #6d3c3d;}
.border_right{border-right: solid 1px #6d3c3d;}
.border_top{border-top: solid 1px #8a342b;}
.border_bottom{border-bottom: solid 1px #6d3c3d;}

.margin{margin: 10px;}
.margin_left{margin-left: 10px;}
.margin_right{margin-right: 10px;}
.margin_bottom{margin-bottom: 10px;}
.margin_top{margin-top: 10px;}
.margin_center{margin-left: auto; margin-right: auto;}

.float_left{float: left;}
.float_right{float: right;}

.underline{text-decoration: underline; margin-bottom: 10px;}