@charset "UTF-8";
/* CSS Document */

* {margin: 0px; padding: 0px; }

/*removes box when clicked*/
a:focus {
	outline:none;
	}

body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background:url(images/gcf_bg5.gif) repeat-x;
	background-color:#FFFF66;
	}
	
#container {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	text-align:left;
	margin-bottom:30px;
	}
	
#header {
	width:728px;
	height:52px;
	float:left;
	background:url(images/header_bg.gif);
	}
	
#left_col {
	width: 300px;
	float: left;
	}
	
#left_col p {
	font-size: 1.4em;
	line-height:1.3em;
	font-style:oblique;
	text-align:left;
	padding:1.5em 2.6em;
	color:#333366;
	}
	
#right_col {
	width: 728px;
	float: left;
	}
	
#right_col_inner { 
	padding:2.5em 6em 2.5em 2.5em; /* creates space between the box and the content */
	overflow:hidden;
	}

#footer {
	clear:both;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	padding:.4em;
	}
	
#footer p {
	font-size:1.2em;
	text-align:center;
	color:#FFFFFF;
	}

#footer a {
	color:#FFFFFF;
	}
	
	
/*navigation*/

#header li {
	list-style-type:none;
	display:inline;
	}

#home_current {
	width: 76px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float:left;
	background-image:url(images/home.gif);
	margin:21px 0 0 115px;
	}
	
#home {
	width: 76px;
	height: 32px;
	position:relative;
	text-indent: -9999px;
	float:left;
	background-image:url(images/home_off.gif);
	margin:21px 0 0 115px;
	}
	
#home:hover {
	width: 76px;
	height: 32px;
	position:relative;
	text-indent: -9999px;
	float:left;
	background-image:url(images/home_over.gif);
	margin:21px 0 0 115px;
	}
	
#events_current {
	width: 93px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float: left;
	background-image:url(images/events.gif);
	margin:21px 0 0 0;
	}
	
#events {
	width: 93px;
	height: 32px;
	text-indent: -9999px;
	float: left;
	background-image:url(images/events_off.gif);
	margin:21px 0 0 0;
	}
	
#events:hover {
	width: 93px;
	height: 32px;
	text-indent: -9999px;
	float: left;
	background-image:url(images/events_over.gif);
	margin:21px 0 0 0;
	}
	
#photos_current {
	width: 99px;
	height: 32px;
	text-indent: -9999px;
	float: left;
	background-image:url(images/photos.gif);
	margin:21px 0 0 0;
	}
	
#photos {
	width: 99px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float: left;
	background-image:url(images/photos_off.gif);
	margin:21px 0 0 0;
	}
	
#photos:hover {
	width: 99px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float: left;
	background-image:url(images/photos_over.gif);
	margin:21px 0 0 0;
	}
	
#contacts_current {
	width: 106px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float:left;
	background-image:url(images/contact.gif);
	margin-top:21px;
	}
	
#contacts {
	width: 106px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float: left;
	background-image:url(images/contact_off.gif);
	margin-top:21px;
	}
	
#contacts:hover {
	width: 106px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float:left;
	background-image:url(images/contact_over.gif);
	margin-top:21px;
	}
	
#links_current {
	width: 70px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float:left;
	background-image:url(images/links.gif);
	margin-top:21px;
	}
	
#links {
	width: 70px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float:left;
	background-image:url(images/links_off.gif);
	margin-top:21px;
	}
	
#links:hover {
	width: 70px;
	height: 32px;
	position: relative;
	text-indent: -9999px;
	float:left;
	background-image:url(images/links_over.gif);
	margin-top:21px;
	}
	
/*general*/
	
img {
	border:none;
	}
	
#right_col img {
	margin:1em 0;
	}
	
#group_photo {
	margin:0 0 20px 44px;
	}
	
#photo_top {
	margin:8px 0 0 44px;
	}
	
a {
	color:#333366;
	}
	
.subtitle {
	text-align:center;
	font-weight:bold;
	font-size:1.4em;
	float:left;
	margin:5px 0 20px 96px;
	}
	
p#block_quote {
	font-style:oblique;
	padding-left: 3em;
	padding-bottom:10px;
	}
	
h1 {
	font-size:3.5em;
	color:#333366;
	}
	
h1 a {
	text-decoration:none;
	color:#666699;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
h2 {
	font-size:2em;
	color:#333366;
	margin:.7em 0 0 0;
	}
	
h3 {
	font-size:1.7em;
	color:#333366;
	margin-bottom:1.5em;
	}
	
#left_col h1 {
	display:none;
	}
	
#right_col p {
	font-size: 1.6em;
	line-height:1.3em;
	margin:.4em 0 0 0;
	color:#333333;
	}
	
#right_col ul {
	font-size:1.7em;
	list-style-type:disc;
	margin: .2em 0 0 2.5em;
	color:#333333;
	}
	
.indent {
	padding-bottom:10px;
	}