/*==============================
	GLOBALS
===============================*/
html {
	height: 100%;
	width: 100%;
}

body
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

h1 {
	font-size: 18px;
	color: #0040A0;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
}

h2 {}

h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}

h4 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color: #0040a0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #5A0D0E;
	font-weight: bold;
	text-decoration: underline;
}
.site-container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
}

/*==============================
	HEADER & NAVIGATION
===============================*/

.header {
	width: 100%;
	height: 108px;
	position: relative;
	padding-top: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

.logo {
	background-image: url(../images/logo.png);
	height: 55px;
	width: 380px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 20px;
}

.nav {
	width: 100%;
	height: 30px;
	color: #000;
	position: absolute;
	bottom: 0px;
}
/*==============================
	BODY
===============================*/
.body-container {
	width: 100%;
	padding-bottom: 61px;
}

.splash {
	height: 300px;
	width: 100%;
	background-image: url(../images/random/rotate.php);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
} 

.content-left {
	width: 589px;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D6D6D6;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: justify;
	float: left;
}
.content-center {
	text-align: justify;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
}

.content-right {
	width: 270px;
	float: left;
	margin-top: 25px;
	margin-bottom: 15px;
	padding-left: 30px;
}

.clear-footer {
	height: 1px;
	width: 100%;
	clear: both;
}

/*==============================
	FOOTER
===============================*/

.footer {
	width: 100%;
	font-size: 10px;
	color: #333;
	padding-top: 15px;
	height: 30px;
	clear: both;
	padding-bottom: 15px;
	position: absolute;
	bottom: 0px;
	line-height: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D6D6D6;
}

/*==============================
	NAVIGATION MENUS
===============================*/

 #topnav {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	height: 30px;
	width: 100%;
	list-style-type: none;
}

#topnav li {
	list-style-type: none;
	float: left;
	background-image: none;
	height: 14px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#topnav li  a    {
	color: #000;
	display: block;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}

#topnav li a:hover, li.active a {
	text-decoration: none;
	background-color: #0040a0;
	list-style-type: none;
	color: #FFF !important;
}

#topnav li.last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*==============================
    INSERTED IMAGE ALIGNMENT
===============================*/

.justifyleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.justifyright {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*==============================
         EVENT LISTINGS
===============================*/

.event-list { }

.event-list-clear {
	clear: both;
	padding-top: 10px;
}

.date {
	height: 50px;
	width: 50px;
	background-color: #D6D6D6;
	text-align: center;
	float: left;
	letter-spacing: -1px;
}

.date a, .date a:hover {
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}

.info {
	font-size: 10px;
	padding-left: 60px;
}

.info p {
	margin-bottom: 5px;
}

.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-bottom: 3px;
	padding-bottom: 1px;
	padding-left: 60px;
}

.bottom a, .bottom a:hover {
	text-decoration: none;
}

.bottom a:hover {
	color: #FFF;
	background-color: #0040A0;
	color: #FFF;
}
