/* light blue: #7697cd; */
/* dark blue: #4066a7; */

* {
	margin: 0;
	padding: 0;
}
h2, h3, h4 {
	padding: 10px 0;
}
p {
	padding: 6px 0;
}
ul, ol {
	padding-left: 10px;
	list-style-position: outside;
}
ul li {
	margin-left: 20px;
}
img {
	border: none;
}
a, a:visited {
	color: #FE440F;
	font-weight: bold;
}
a:hover {
	color: #000;
}
body {
	background: #7697cd;
 	font: 14px/24px Arial, Helvetica, sans-serif;
	text-align: center;
}
.clear {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 956px;
	background: url(../img/copybg.gif) repeat-y;
}
#header {
	height: 236px;
	width: 956px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9999px;
}
#header h1 a {
	display: block;
	height: 205px;
	width: 200px;
	text-indent: -9999px;
}
#left {
	width: 220px;
	color: #fff;
	float: left;
}
/* --- navigation --- */
#navcontainer { 
 	width: 216px; 
}
/* accordion menu */
.glossymenu {
	padding: 0;
	width: 220px; /*width of menu*/
}
.glossymenu a.menuitem {
	background: url(../img/glossyback.gif) repeat-x bottom left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 3px;
	border: none;
}
.glossymenu a.menuitem:hover{
	background-image: url(../img/glossyback2.gif);
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li{
	border-bottom: 1px dotted #4066a7;
}
.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
}
.glossymenu div.submenu ul li a:hover{
	background: #4066A7;
	color: white;
}
/* End Nav */

#content {
	width: 600px;
	padding: 20px 50px;
	float: left;
}
#content h2 {
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color: #4066a7;
	padding: 0;
}
.text, .directory {
	font: 1em/1.4em Arial, Helvetica, sans-serif;
	color: #231f20;
	margin-bottom: 10px;
}
.text a, .directory a { color: #4066a7; text-decoration: none; }
.text a:visited, directory a:visited { color: #4066a7; }
.text a:hover, .directory a:hover { color: #000; }
.text h2 { font: bold 1.3em Arial, Helvetica, sans-serif; margin-top: 0; }
.text h3 { font: bold 1.2em Arial, Helvetica, sans-serif; margin-top: 0; }
.text h4 { font: bold 1.1em Arial, Helvetica, sans-serif; margin-top: 0; }
.directory h3 {
	color: #4066a7;
	font: bold 1.2em Arial, Helvetica, sans-serif; 
}
#events {
	font: .9em/1.3em Arial, Helvetica, sans-serif;
	margin: -20px 0 20px;
	padding: 5px;
	border-bottom: 1px dotted #4066a7;
	text-align: center;
}
#events a, #events a:visited {
	color: #4066a7;
}
#events a:hover {
	color: #000;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 5px;
	background: #fff;
	border: 1px solid #4066a7;
	float: right;
}
#gallery img {
	padding: 5px;
	border: 1px solid #4066a7;	
	vertical-align: top;
}
#footer {	
	margin: 0px auto;
	position: relative;
	width: 950px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #fff;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #000;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #aaa;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #aaa;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #000;
	text-decoration: none;
}