@charset "UTF-8";

/* CSS Document */
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, li, ol, dl, address {
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
	}
/* Layout styles */
body  {
	
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	background: #000 url(../main_images/bk_body.jpg) no-repeat fixed;
	line-height: 1.25;
	font-weight: normal;
}
.twoColLgSide #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.twoColLgSide #header {
	height: 250px;
	width: 530px;
	background: #FFF url(../main_images/header.gif) no-repeat center;
} 
.twoColLgSide #header h1 {
	margin: 0;
	padding: 10px 0;
	text-indent: -1000em;
}



.twoColLgSide #sidebar {
	float: right;
	width: 200px;
	margin-bottom: 1em;
	padding: 0px 15px 15px 15px;
	background-color: #333;
}

.twoColLgSide #smsidebar {
	float: right;
	width: 230px;
	background-color: #333;
	margin-bottom: 1em;
	}
	
.twoColLgSide #gallery {
	margin: 0;
	padding: 0;
	float: right;
	background-color: #000;
	clear:both;
	width: 230px;
	border: 1px dotted #FFF;
}
.twoColLgSide #contactSide {
	margin: 0;
	padding: 0;
	float: right;
}

.twoColLgSide #mainContent {
	margin: 0 250px 0 0;
	padding: 15px 25px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.twoColLgSide #footer {
padding: 0 10px 0 20px;
	background-color: #6c3;
} 
.twoColLgSide #footer p {
	margin: 0 auto;
	padding: 10px 0;
	font-size: .75em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.spaceAfter {
	margin-top: 0.3em;
}
.italic {
	font-style: oblique;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
/* main content specific styles */
#mainContent h2 {
	font-size: 1.5em;
	text-align: center;
	color: #333;
	font-weight: 200;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted;
	padding-bottom: 0.5em;
}
#mainContent h3  {
	font-size: 1.2em;
	color: #333;
	font-weight: 200;
}
#mainContent p   {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0.5em;
	letter-spacing: 0.025em;
}
#mainContent ul {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0.5em;
	padding-left: 15px;
}
#mainContent blockquote p {
	font-size: 1.3em;
	font-style: italic;
	color: #6c3;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	
}
#mainContent #caption img  {
	display: block;
	padding-top: 5px;
	margin: 0 auto;
}
#caption    {
	margin: 1em auto;
	border: 1px dotted #666;
}
#caption p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin: .5em auto;
}



/* ---------All layout generic styles---------------- */
/* Navigation specific styles*/


#mainNav
	{
	width: 530px;
	padding: 0px 0px 50px;
	font-weight: bold;
	position: relative;

	}
	
	#mainNav ul
	{
	margin: 0px;
	padding: 0;
	color: #333;
	list-style-type: none;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
	
	#mainNav li
	{
	float: left;
		
	}
	

	#mainNav li a {
		background-color: #6c3;
		display: block;
		text-decoration: none;
	margin-left: 20px;
	padding: 6px 15px;
}

	
	#mainNav li a:link, #mainNav li a:visited 
	{
		
		color: #333;
	}
	
	#mainNav li a:hover, #mainNav li a:active
	{
		background-color: #333;
		color: #fff;
		
	}
	#mainNav li a.currnav, #mainNav li a.currnav:hover, #mainNav li a.currnav:active {
		background-color: #fff;
		color: #666;
		cursor: default;}
	
	
	#smsidebar ul{
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	}
	
#smsidebar li a {
	display: block;
	background-color: #6c3;
	text-align: center;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
	

#smsidebar li a:link, #smsidebar li a:visited 
	{
	color: #333;
	}

#smsidebar li a:hover, #smsidebar li a:active {
	color: #fff;
	background-color: #333;
}

#smsidebar ul a.last {
	border-bottom: none; }
#smsidebar li a.current, #smsidebar li a.current:hover, #smsidebar li a.current:active {
	background:#666;
	color: #fff;
	cursor: default;
	}
#smsidebar li a.eventlast, #smsidebar li a.eventlast:hover, #smsidebar li a.current:active {
	background:#666;
	color: #fff;
	cursor: default;
	border-bottom-style: none;
}


/* Large sidebar specific styles */
#sidebar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #6c3;
	padding: 0;
	font-weight: 100;
	margin: 0.75em 0em 0.15em;
}
#sidebar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #6c3;
	padding: 0;
	font-weight: 100;
	margin: 0.75em 0em 0.15em;
}
#sidebar h4   {
	font-size: 0.85em;
	color: #6c3;
	padding: 0;
	font-weight: 100;
	margin: 0.75em 0em 0.15em;
}
#sidebar p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 0.75em;
	text-align: left;
	margin-bottom: 0.6em;
}
#sidebar ul li , #events ul li{
	list-style: disc inside;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 0.7em;
}
#sidebar img {
	display: block;
	margin: 15px auto auto;
	padding: 5px;
	border: 1px dotted #999;
}
#gallery h4 {
	color: #6c3;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: center;
}
