body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	background-color: #bcb08d;
}

a {
	color: white;
	font-size: 9pt
}


#admin a {
	color: black;
	font-size: 9pt
}


a:visited {
	color: silver;
}

a:hover {
	color: orange;
	text-decoration: none;
}

#container {
	width: 100%;
}

#header {
	display: block;
	height: 86px;
}

#header .logo {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#header .signup {
	float: right;
	width: 250px;
	display: inline;
	margin-top: 42px;
}

#header .signup form {
	width: 250px;
	float: right;
	display: inline;
}

form input {
	border: 1px solid black;
	font-size: 10pt;
	color: #666666;
	height: 26px;
	margin-right: 2px;
}

form input.button {
	border: none;
}

#topnav {
	background: #fff url(../images/gmc_topnavbarhomeback.gif) repeat-x top left;
	border-top: 1px solid white;
	width: 100%;
	display: block;
}

#topnav table {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid white;
}

#categories {
	text-align: center;
	width: 100%;
}

#categories .section {
	width: 240px;
	height: 230px;
	background-color: black;
	border: 2px solid white;
	display: inline;
	margin: 5px;
	float: left;
}

#categories ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#categories li {
	margin-bottom: 5px;
	margin-left: 10px;
}

h1 span {
	display: none;
}

h1#announcments {
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1#events {
	background: #ff6600 url(../images/gmc_eventhdr.gif) no-repeat top left;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1#resources {
	background: #ff6600 url(../images/gmc_resourcehdr.gif) no-repeat top left;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1#visitors {
	background: #ff6600 url(../images/gmc_visitorhdr.gif) no-repeat top left;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1#news {
	background: #ff6600 url(../images/gmc_newshdr.gif) no-repeat top left;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#copyright {
	text-align: center;
	color: white;
	padding: 10px;
}

#subnav {
	background-color: black;
}

#subnav table {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main {
	background: #fff url(../images/gmc_mainbodybg.gif) repeat-y top left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#leftcol img {
	border: 1px solid white;
}

#pagetitle {
	background: #fff url(../images/gmc_pagetitlebg.gif) no-repeat top left;
	height: 27px;
	font: 14pt arial;
	text-transform: uppercase;
	padding-left: 45px;
	padding-top: 5px;
	margin-top: 10px;
}

#leftcol {
	width: 160px;
	padding-top: 10px;
	text-align: center;
}

#bodytext {
	font-size: 10pt;
	padding-left: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 80%;
}

#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 9pt arial;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#dropmenudiv a:hover {

/*hover background color*/
background-color: white;
	color: #ff6600;
}




.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */



