/*--------
Home Page
---------*/

#slideshow1 {
	height: 380px;
	margin: 0 0 15px 0;
	background: #fff;
    width: 700px;
}

.events img {
	margin-bottom: 17px;
}

/*---------------
Additional Resets
---------------*/

body {
	background: #062226 url(../images/interface/header-bg.jpg) 0 0 repeat-x;
}

a {
	color: #0066CC;
}

ul li {
	margin: 0 0 0 15px;
}

/*-----
Header
------*/

#header {
	height: 63px;
	padding-top: 25px;
}

h1 a {
	width: 184px;
	height: 45px;
	background: url(../images/interface/logo.png) 0 0 no-repeat;
	text-indent: -5000px;
	display: block;
}

/*------------
Top Navigation
-------------*/

ul.top-navigation {
	margin-top: 10px;
}

ul.top-navigation li {
	float: left;
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

ul.top-navigation li a {
	color: #C5C5C5;
	text-decoration: none;
	background: url(../images/interface/sprite-icons.png) 0 0 no-repeat;
	padding: 5px 0 5px 25px;
}

ul.top-navigation li#notes a {
	background-position-y: -31px;
}

ul.top-navigation li#faqs a {
	background-position-y: -63px;
}

ul.top-navigation li a:hover {
	color: white;
}

/*-------------
Main Navigation
-------------*/

ul.main-navigation {
	background: url(../images/interface/nav-bg.gif) left 0 repeat-y;
	margin: 0;
	height: 31px;
}

ul.main-navigation li {
	float: left;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
	height: 25px;
	background: url(../images/interface/nav-bg.gif) right 0 repeat-y;
}

ul.main-navigation li a {
	color: #555;
	text-shadow: 0 1px 1px #efefef;
	text-decoration: none;
	padding: 7px 15px 10px;
}

ul.main-navigation li a:hover {
	color: #000;
	text-shadow: 0 1px 1px #fff;
}

/*----------------
Sidebar Navigation
-----------------*/

#sidebar h3 {
	text-transform: capitalize;
}

#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar li {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
}

#sidebar li a {
	margin: 0;
	list-style-type: none;
	background: url(../images/interface/hover.png) 0 0 repeat;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 7px;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#sidebar li a:hover {
	background: url(../images/interface/highlight.png) 0 0 repeat;
	color: #000;
}

#sidebar li li a {
	font-weight: normal;
	font-size: 11px;
	padding-left: 20px;
}

/*----------------
Staff List
-----------------*/

#staff ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#staff ul li a {
	text-decoration: none;
	font-weight: bold;
}

#staff ul li a:hover {
	text-decoration: underline;
}

/*--------
Content
---------*/

#content {
	background: url(../images/interface/background.jpg) 0 0 repeat;
	padding: 20px 0;
	border-top: 3px solid #e3e3e3;
	border-bottom: 3px solid #999;
}

/*--------
Events
---------*/

table.events th {
	background: url(../images/interface/events-bg.png) 0 0 repeat;
	color: white;
	font-weight: bold;
	padding: 5px 7px;
	text-align: left;
	text-shadow: 0 1px 1px #333;
	border-bottom: 1px solid #666 ;
}

table.events td {
	padding: 7px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

table.events td a {
	text-decoration: none;
	font-weight: bold;
}

table.events td a:hover {
	text-decoration: underline;
}

table.events {
	width: 100%;
}

table.events td.date {
	width: 20%;
	font-weight: bold !important;
}

table.events td.description {
	width: 50%;
}

table.events td.location {
	width: 30%;
}


/*--------
Footer
---------*/

#footer {
	background: url(../images/interface/footer-bg.jpg) center 0 no-repeat;
	color: #fff;
	padding: 20px 0 0 0;
	font-size: 11px;
	height: 215px;
}

#footer ul li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

#footer a {
	color: #50B6A9;
	text-decoration: none;
}

#footer a:hover {
	color: #68EEDF;
}

.footer-navigation {
	text-align: right !important;
}

/*---------
Audioplayer
---------*/

#audioplayer {
	padding: 5px 5px 0 5px;
	background: #efefef;
}

/*--------
Pagination
---------*/

.pagination {
	margin: 0 0 10px 0;
	padding: 0;
}

.pagination li {
	display: inline;	
	margin: 0 10px 0 0;
	padding: 0;
}

.pagination li a {
	text-decoration: none;
}

.here {
	
}

.next {
	
}

.end {
	
}