/* CSS Document 

	dark grey: #666769
	mid grey: #b0b3b5
	light grey: e2e5e8
	light blue: #49a5f0
	dark blue: #0480d4

*/

html, body, #page-wrap {height: 100%;}
body > #page-wrap {height: auto; min-height: 100%;}


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(../images/body-bg.png) repeat-x top #e2e5e8;
}
.clear { clear: both; }

li {
	font-size: 1.4em;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333333;
}

h1	{
	text-indent: -9999px;
	display: none;
}

h2 {
	font-size: 2.4em;
	font-weight: bold;
	color: #666769;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #0480d4;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.4em;
	color: #333333;
	margin-bottom: 0.5em;
}

div#page-wrap {
	width:800px;
	margin: 0 auto;
}

ul#nav {
	height: 236px;
	background: url(../images/header.png) no-repeat;
	list-style: none;
	display: block;
}	
ul#nav li {
		display: inline;
}


ul#nav li a {
	display: block;
	width: 160px;
	float: left;
	padding-top: 2px;
	margin-top: 172px;
	color: #e2e5e8;
	text-decoration: none;
	text-align: center;
}

ul#nav li a:hover, ul#nav li a:active {
			color: #49a5f0;
}
	
div#main-content {
	padding-bottom: 40px;
	height: auto;
	text-align: justify;
	
}	

.events {
	border-top: #999999 1px solid;
	margin-bottom: 2em;
	float: left;
	text-align: justify;
}


.floatright { float: right; margin: 1.2em 0 5px 20px; clear: right; position: relative; }

div#contact-info h5 {
	font-size: 1.6em;
}

div#contact-info a {
	font-size: 1em;
	color: #0480d4;
}
div#contact-info em {
	font-weight: bold;
	font-style: normal;
}	
		
		
div#footer {
	position: relative;
	margin-top: -40px;
	background: #111111;
	padding: 10px 0 10px 0;
	border-top: 1px solid #49a5f0;
	text-align: center;
	height: 40px;
	clear: both;
} 

div#footer p {
	color: #e2e5e8;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */