@charset "utf-8";
/* 	
	CSS reset
	http://meyerweb.com/eric/tools/css/reset/ 
   	v2.0 | 20110126
   	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em; /* 24px */
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
@font-face {
    font-family: 'echelonregular';
    src: url('echelon_rg-webfont.eot');
    src: url('echelon_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('echelon_rg-webfont.woff') format('woff'),
         url('echelon_rg-webfont.ttf') format('truetype'),
         url('echelon_rg-webfont.svg#echelonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* Styles for all media */
body {
	background-color: #110;
}

#wrapper {
	width: 960px; /* holding outermost div */
	margin-right: auto;
	margin-left: auto;
	background-color: #ffe;
	background-image: /*url(../images/header_scroll.png), url(../images/background_texture.jpg);
	background-repeat: repeat;*/
	background-position: center top;
	padding-top: 1px;
	padding-bottom: 35px;
	-moz-box-shadow: inset -2px -2px 5px rgba(96,96,96,.75),
					 inset 2px -2px 5px rgba(96,96,96,.75),
					 inset -2px 2px 5px rgba(96,96,96,.75), 
					 inset 2px 2px 5px rgba(96,96,96,.75);
	-webkit-box-shadow: inset -2px -2px 5px rgba(96,96,96,.75), 
						inset 2px -2px 5px rgba(96,96,96,.75),
						inset -2px 2px 5px rgba(96,96,96,.75), 
						inset 2px 2px 5px rgba(96,96,96,.75);
	box-shadow: inset -2px -2px 5px rgba(96,96,96,.75),
				inset 2px -2px 5px rgba(96,96,96,.75),
				inset -2px 2px 5px rgba(96,96,96,.75),
				inset 2px 2px 5px rgba(96,96,96,.75);
}

#header {
	width: 940px;
	margin: 0px 10px 0 10px;
	padding-top: 60px;
	background-image: url(../images/header_scroll.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
h1 {
	font-family: /*'echelonregular',*/ "Times New Roman", serif;
	font-size: 52px;
	color: #300;
	padding-top: 30px;
	text-align: center;
	text-shadow: 3px 3px 2px #777;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: .5em;
}

#header h1 span {
	font-size: 28px;
	letter-spacing: .5em;
	/*
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
	display: block;
	*/
}

h2 {
	font-family: /*'echelonregular',*/ "Times New Roman", serif;
	color: #300;
	font-size: 32px;
	padding: 0 0 20px 0;
}

#header h2 span {
	font-size: 18px;
	/*
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
	display: block;
	*/
}

#header h2 {
	font-size: 28px;
	text-shadow: 3px 3px 2px #777;
	text-align: center;
	line-height: 1em;
	margin-top: 35px;
}

#navigation {
	padding-top: 10px;
	width: 960px;
}

#navigation ul {
	overflow: hidden;	
}
#navigation ul li {
	float: left;	 
}
#navigation ul a {
	display: block;
	width: 144px;
	padding-right: 8px;
	padding-top: 10px;
	font-size: 19px;
	text-decoration: none;
	text-align: center;
	font-family: /*"Palatino Linotype", "Book Antiqua", Palatino, serif;*/ "Times New Roman", Times, serif;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-shadow:0px 1px 0px #300;
}

#navigation ul a:link {color:#300;}      /* unvisited link */
#navigation ul a:visited {color:#600;}  /* visited link */
#navigation ul a:hover {
	color:#300;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	text-shadow:2px 2px 2px #900;	
}  /* mouse over link */
#navigation ul a:active {color:#C00;}  /* selected link */ 


#content {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #313131;
	padding-left: 150px;
}
#content h2 {
	margin-left: -150px;
	font-size: 38px;
	line-height: 1em;
	font-variant: normal;
	text-align: center;
}
#event_content {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #313131;
}
#event_content h2 {
	font-size: 44px;
	line-height: 1em;
	text-align: center;
}

#about_content h2 {
	font-size: 38px;
	line-height: 1em;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-variant: normal;
	text-align: center;	
}

#about_content {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #313131;
}

#content img {
	margin-top:10px;
	margin-right:20px;
	margin-left: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}
#content p {
	line-height: 1.5em;
	padding-left: 10px;
		
}
#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #313131;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 50px;
	padding-left: 10px;
	padding-right: 30px;
	float: right;
	width: 630px; 
}
#mainContent h2 {
	font-size: 40px;
	padding-top: 10px;	
}
#mainContent h3 {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;	
	clear: both;
}
#mainContent img {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#mainContent .events_img {
	float: left;
	height: 210px;
	width: 213px;
	margin-right: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#calendar {
	padding-top: 0px;	
}
#mainContent p {
	line-height: 1.5em;	
	margin-top: 0px;
	padding-bottom: 20px;
}
#mainContent a {
	color: #630;
	text-decoration: none;			
}
#mainContent ul a:link {color:#300;}      /* unvisited link */
#mainContent ul a:visited {color:#600;}  /* visited link */
#mainContent ul a:hover {color:#900;}  /* mouse over link */
#mainContent ul a:active {color:#C00;}  /* selected link */ 

blockquote {
	font-style:italic;	
}
#sidebar {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 30px;
	float: left;
	width: 220px; 
}

/* Styles for the accordion */
#accordion {
	width:100%;
	padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;	
}
#accordion h3 {
	font-size: 16px;	
}
#accordion h4 {
	font-weight: bold;
	font-size: 20px;	
	padding: 10px 0;	
}
#accordion p {
	font-size: 14px;	
}
#accordion p em {
	font-size: 10px;	
}
#accordion ul {
	font-size: 14px;
}
#accordion ul li {
	padding:10px;	
}
#accordion ul li ul li {
	padding-left: 30px;
	padding-top: 5px;
	margin-top: 0;
	line-height: 1.5em;
	font-size: 12px;
}
#accordion ul li span {
	font-size: 12px;
	font-style:italic;	
}
 table thead tr th {
	padding: 1em;
	border-width: 0 0 2px 0;
	border-bottom-style: solid;
	border-color: #313131;
	text-align: center;
	font-size: 16px;
}
table tbody tr td {
	padding: 1em 2em;
	border-width: 0 0 1px 0;
	border-bottom-style: dashed;
	border-color: #313131;
	text-align: center;
	font-size: 12px;
} 
/* end of accordion styles */

#address {
	margin-bottom:20px;	
}

#map {
	border: 2px solid #313131;
	width: 650px;
	height: 680px;
}
#pdf {
	margin-top: 30px;
	font-size:12px;	
}
#pdf img {
	padding:0px 5px;
	margin: 0px;
}
#social {
	margin-left: 45%;
	clear: both;	
}
#footer {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
	clear:both;
	width:960px;
}
footer ul {
		margin-left: 0;
		padding-left: 0;
		
		padding-top: 5px;
		padding-bottom: 5px;
		list-style: none;
		overflow: hidden;
		
}
#footer ul li {
	float: left;
}
#footer ul a {
	width: 240px;
	font-family: /*"Palatino Linotype", "Book Antiqua", Palatino, serif;*/ "Times New Roman", Times, serif;
	display: block;
	color:#630;
	text-decoration: none;
	text-align: center;
	padding-bottom: 30px;
	font-size: 12px;
}

#footer ul a:link {color:#300;}      /* unvisited link */
#footer ul a:visited {color:#600;}  /* visited link */
#footer ul a:hover {color:#900;}  /* mouse over link */
#footer ul a:active {color:#c00;}  /* selected link */ 

/* Styles for print*/
@media print {
	img {
		display: none;	
	}
}
