@charset "utf-8";
/* CSS Document */

body {
background-color:#000;
margin:0px auto;
text-align:center;
}

#header{
width:900px;
height:80px;
background-image:url(../images/header_background.jpg);
background-repeat:no-repeat;
margin:0px auto;
padding: 70px 50px 30px;
}

#header_nav{
	float:right;
	padding-top:38px;
}

#header a{
	color:#ccc;
	margin-left:50px;
}

#banner_wrapper{
	background-image:url(../images/background_stripe.png);
	background-position:0px 8px;
	background-repeat:repeat-x;
	width:100%;
	height:320px;
	margin:0px auto;
	background-color:#366488;
	border-top:1px solid white;
	padding-top:8px;
}

#banner{
	margin:0px auto;
	width:900px;
	background-color:#fff;
	height:320px;
}

#banner_nav{
	padding:30px 30px 0px;
	text-align:left;
}

#banner_nav a{
	color:#666;
	font-size:16px;
}

#content_wrapper{
	background-color:#ccc;	
	margin:0px auto;
	width:900px;
	text-align:left;
}

#subcontent_wrapper{
	background-color:#ccc;	
	margin:0px auto;
	width:820px;
	text-align:left;
	padding:0px 40px 20px;
}

#home_intro{
	float:left;
	width:400px;
	padding:0px 20px;
}

#fb_feed{
	float:left;
	width:300px;
}

#home_events{
	float:right;
	width:400px;
	padding:20px;
	background-color:#fff;
	font-family:tahoma;
	font-weight:bold;
	color:#666;
	font-size:16px;
}

#events_td{
	width:48px;
}

#events li{
padding-bottom:20px;
}

#footer_wrapper{
	background-image:url(../images/background_stripe.png);
	background-repeat:repeat-x;
	width:100%;
	height:10px;
	padding-top:2px;
}

#footer{
	padding-top:10px;
	background-color:#ccc;	
	margin:0px auto;
	width:900px;
}

#footer p{
	font-size:11px;
	padding-bottom:10px;
}

#footer a{
	font-size:11px;
}


h1{
font-family:tahoma;
font-size:18px;
margin:0px;
padding:20px 0px;
}

h2{
font-family:tahoma;
font-size:15px;
margin:0px;
padding:10px 0px;
color:#284b66;
}

h3{
	font-family:tahoma;
	font-size:14px;
	color:#366488;
	line-height:180%;
	margin:0;
	padding:0px;
}

h3:hover{
	cursor:pointer;
	text-decoration:underline;
}

h3.active{
	color:#366488;
}

p{
font-family:tahoma;
font-size:13px;
line-height:180%;
margin:0px;
padding-bottom:10px;
}

ul, ol{
clear:both;
font-family:tahoma;
font-size:13px;
color:#000;
line-height:180%;
margin:0px;
padding-bottom:10px;
}

ul{
	list-style-type:disc;
}

a:link, a:visited, a:active{
	font-weight:bold;
	font-family:tahoma;
	font-size:13px;
	color:#366488;
	text-decoration:none;
}

a:hover, #footer a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

