/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fdf7eb;
	font: 1em "Trebuchet MS", Arial, sans-serif;
}

p
{
margin-bottom:.5em; 
}

li.clear,
.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

img
{
border:0px;
}

sup
{
font-size:.7em;
}

blockquote {
margin: 10px 60px 20px 30px; 
background: url(/imgs/quotes.gif) no-repeat;
padding-left: 45px;
padding-top:2px;
font-size: 1.3em;
font-style: italic;
color: #666;
}

blockquote .cite {
padding-top:7px;
font-size: .8em;
color: #333;
display: block;
}

.pic 
{
padding:2px;
border: 2px solid #e0c9ac;
}

.left
{
float:left; 
margin-right:15px;
margin-bottom:15px;
margin-top:5px;
}

.right
{
float:right;
margin-left:15px;
margin-bottom:15px;
margin-top:5px;
}

.reference
{	
	margin-top: -5px;
	margin-bottom: 15px;
	font-size: 0.9em;
	color:#666666;
}

.end_note
{
font-size:.8em;
line-height:1.2em;
color:#666666; 
padding-top:5px; 
}

#hilight_list
{
list-style:none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.2em; 
line-height:1.2em;
font-style:italic;
color:#a1702a;
}

#hilight_list li
{
padding-bottom:10px;
margin-left:15px;
}


/* Header */


#header_wrap
{
	background: url(imgs/header.jpg) repeat-x center top;
	border-top: 1px solid #3b1b08;
	width: 100%;
}

#header
{
	background: url(imgs/header.jpg) no-repeat center top;
	border-top: 1px solid #3b1b08;
	margin: -1px auto 0;
	overflow: hidden;
	position: relative;
	width: 770px;
	height: 185px;
}

#header span
{
	color: #fdf7eb;
	font-size: 11px;
	position: absolute;
	top: 8px;
	right: 42px;
}

#header span a
{
	color: #fdf7eb;
}

#header span a:hover
{
	color: #fff;
	text-decoration: none;
}

#header h1
{
display:none;
}

#header h4 
{
display:none;
}


/* Navigation */ 

#nav_main_wrap
{
	background: url(imgs/nav_bg.gif) repeat-x center top;
	border-top: 3px solid #57261b;
	border-bottom: 1px solid #c2b2a7;
	width: 100%;

}

#nav_main
{
	font-size: .8em;
	margin:  auto;
	width: 770px;
	height:30px;
}

#nav_main li
{
	float: left;
	list-style: none;
}

#nav_main a
{
	color: #53180a;
	font-weight:bold;
	display: block;
	padding: 5px 15px;
	white-space: nowrap;
	text-decoration: none;
	margin-top:3px;
	margin-bottom:3px;
	border-right:1px solid #cbae89;
}

#nav_main a:hover
{
	color: #53180a;
	background:#e7cca1;
	text-decoration: underline;
}



/* Content */ 

#content_main_wrap
{
	width: 100%;
}

#content_main
{
	font-size: .8em;
	line-height:160%;
	margin:  auto;
	padding: 20px;
	width: 730px;
	height: auto;
	background: url(imgs/content_bg.gif) repeat-x center top;
}


#content_main a
{
	color:#663333;
	text-decoration:underline;
}


#content_main a:hover
{
	color:#663333;
	text-decoration:none;
}

#content_main h1
{	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 2em;
	color:#663333;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom: 1px dotted #996600;
}

#content_main h2
{	
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top:15px;
	font-weight:bold;
	font-size: 1.1em;
	color:#993300;
	text-transform: uppercase;
	letter-spacing:.1em;
	padding-botoom: 10px;
}

#content_main h3
{	
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top:7px;
	font-weight:bold;
	font-size: 1.1em;
	color:#663333;
	padding-botoom: 3px;
}

#content_main p
{
	color:#333333;
	padding-top:5px;
	padding-bottom:7px;
}

#content_main table
{
margin-bottom:20px;
}

#content_main td
{
padding:3px;
}

#schedule td
{
border-bottom: 1px solid #cbae89;
}

#content_main tr.heading
{
font-size:1.4em;
color: #333333;
border-bottom:1px;
}

#content_main tr.special
{
color: #990000;
}

#content_main tr.event
{
background: #f4e2b2;
font-weight:bold;
}



/* Sidebar */ 

div.quarter
{	
	float: right;
	background: #e4c282;
	margin-top:20px;
	padding: 20px;
	width: 200px;
}


div.three_quarters
{
	float: left;
	padding: 0 20px;
	width: 490px;
}

.cross
{
font-family: Arial, Helvetica, sans-serif;
color: #660000;
}




/* Footer */

#footer_wrap {
	background: #f4e2b2 top left repeat-x;
	border-top:3px solid #57261b; 
	border-bottom:1px solid #c2b2a7;
}

#footer {
	padding-top: 20px;
	padding-bottom:25px;
	width: 730px;
	margin: 0 auto;
	text-align: left;
	background-color:#f4e2b2;
}

.footer_contact {
	width: 430px;
	float: left;
}
.footer_contact p {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: .7em;
	line-height: 1.2em;
	color: #713d1a;
}
.footer_credits {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 10px;
}
.footer_credits p {
	padding: 0 0 6px 0;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #9d5e32;
}

#footer a {
color:#663333;
	text-decoration:underline;
}

#footer a:hover
{
	color:#663333;
	text-decoration:none;
}


.footer_credits p.divider {
	border-bottom: 1px dotted #c2b2a7;
}

#Event {
	height: 340px;
}
#Event  h2{
	width: 730px;
	background-color: #f7e2b4;
	margin-bottom: 10px;
	font-color: #000000;
}


