/* CSS Document */

/******************** LAYOUT **************************/

body {
	background-image:url(/images/background2.gif);
	background-position:top center;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:16px;
}

#shadow {
	width:950px;
	/*background-image: url(/images/shadow2.gif);*/
}

#main_wrapper {
	width:900px;
	border-right:solid #b0c1e1 3px;
	border-left:solid #b0c1e1 3px;
	position:relative;
	padding-bottom:50px;
}

#header {
	height:205px;
	width:900px;
}

#navbar {
	height:43px;
	width:900px;
}

#content {
/*	background-image:url(/images/content_bg.gif);*/
}

#main_col {
	width:700px;
	float:left;
	margin-right:-200px;
}

#main_pad {
	padding:9px 20px 20px 20px;
}

#home_top {
	height:230px;
	overflow:hidden;
}

#upcoming_events {
	width:200px;
	background-image:url(/images/events_bg.gif);
	float:left;
	margin-right:20px;
}

#left_col {
	width:200px;
	background-image:url(/images/events_bg.gif);
	float:left;
	margin-right:20px;
}

#upcoming_events a {
	color:#d76603;
}

#subpages {
	height:20px;
	width:884px;
	background-image:url(/images/subpage_bg.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 8px 0 8px;
}

#subpages a {
	color:#FFFFFF;
}

#events_pad {
	padding:15px 10px 15px 10px;
}

#slideshow {
	width:380px;
	height:230px;
	margin-right:20px;
	float:left;
}

#right_col {
	float:right;
	width:200px;
	height:740px;
}

#footer_float {
	width:900px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}	

#footer {
	background-image:url(/images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#003394;
	height:35px;
	width:900px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding-top:6px;
}

#footer a {
	color:#FFFFFF;
}

/******************** STYLES **************************/

a {
	color:#ff7902;
	text-decoration:none;
}

a:hover {
	color:#ff7902;
	text-decoration:underline;
}

.event_title {
	color:#d76603;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.cat_text {
	font-size:11px;
	line-height:14px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003394;
	font-size:21px;
	margin-top:0;
	margin-bottom:0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003394;
	font-size:16px;
	margin-top:0;
	margin-bottom:0;
}

h3 {
	color:#ff7902;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
}

h4 {
	color:#ff7902;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:0;
	margin-bottom:0;
}

.copyright {
	font-size:10px;
}

.copyright a {

}

.error {
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}

.cat {
	border:solid #8aaae6 2px;
}