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

html, body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #231f20;
	background: url(images/bg_circles.png) top left no-repeat fixed #93c83d;
	margin: 0;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: transparent;
	border: 0;
	overflow: hidden;
}

#containerTop {
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
}

/*-------------------------------   HEADER   -------------------------------*/

#header {
	display: block;
	padding: 0;
	margin: 0;
	color: #231f20;
	text-align: center;
	font-weight: bold;
	border: 0;
	width: 250px;
	height: 200px;
	background: transparent;
	float: right;
	overflow: hidden;
}

/*-------------------------------   NAVIGATION   -------------------------------*/

#nav {
	padding: 0;
	background: url(images/nav_corner_bg.png) bottom right no-repeat;
	width: 650px;
	overflow: hidden;
	float: left;
	border: 0;
}

#nav ul {
	margin: 0 0 0 25px;
	text-align: left;
	padding: 0;
	list-style: none;
	height: 200px;
}

#nav a, #nav strong {
	font-weight: normal;
	display: block;
	color: #000;
	text-decoration: none;
	height: 200px;
	width: 200px;
	border: 0;
	text-align: center;
}

#nav strong {
	background: url(images/nav_circle_active.png) center no-repeat transparent;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li a:link, #nav li a:visited {
	display: block;
	margin: 0;
}

#nav li a:hover, #nav li a:active {
	background: url(images/nav_circle_hover.png) center no-repeat transparent;
}

/*
* html #nav a,
* html #nav strong,
* html #nav li,
* html #nav li a,
* html #nav li a:visited {
	display: inline;
}

*:first-child+html #nav a,
*:first-child+html #nav strong,
*:first-child+html #nav li,
*:first-child+html #nav li a,
*:first-child+html #nav li a:visited {
	display: inline;
}
*/

*:first-child+html #nav ul li ul li strong {
	display: block;
}

#nav ul li ul {
	position: absolute;
	left: -999em;
}

#nav ul li ul {
	background: #93c83d;
	width: 180px;
	height: auto;
	padding: 0 10px 10px;
	clear: left;
}

#nav ul li ul li a, #nav ul li ul li strong {
	display: block;
	background: #b9db82;
	padding: 10px;
	height: auto;
	text-align: left;
	width: 160px;
}

#nav ul li ul li strong {
	color: #fff;
	background: #2590a8;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000;
	padding: 10px;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
	margin-left: 0;
}

* html #nav ul li ul {
	clear: both;
}

#nav ul li ul li a:hover, #nav ul li ul li a:active {
	display: block;
	background: #93c83d;
	padding: 10px;
}

/*
#columnSide ul {
	margin: 0;
	padding: 0;
	float: right;
	border: 0;
}

#columnSide li {
	display: block;
	margin: 5px 0;
	line-height: 50px;
	width: 225px;
	text-align: right;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
}

#columnSide li a, #columnSide li strong {
	padding: 0 15px;
	background: url(images/subnav_active.png) no-repeat right;
	display: block;
	color: #000;
	font-weight: normal;
	border: 0;
}

#columnSide li strong {
	text-shadow: #cfef98 0px 1px 0px;
}

#columnSide li a:link, #columnSide li a:visited {
	color: #231f20;
	background: url(images/subnav_off.png) no-repeat right;
}

#columnSide li a:hover, #columnSide li a:active {
	background: url(images/subnav_hover.png) no-repeat right;
}

#columnSide .subNav ul {
	margin: -5px 0 0 0;
	padding: 0;
	float: right;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #93C83D;
	width: 195px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

#columnSide .subNav li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-align: right;
	font-size: 1.0em;
	float: right;
	width: 195px;
}

#columnSide .subNav li a, #columnSide .subNav li strong {
	padding: 0 10px 0 0;
	display: block;
	font-weight: normal;
	border: 0;
	background: transparent;
}

#columnSide .subNav li strong {
	text-shadow: #d4ff8b 0px 1px 0px;
}

#columnSide .subNav li a:link, #columnSide .subNav li a:visited {
	color: #888;
}

#columnSide .subNav li a:hover, #columnSide .subNav li a:active {
	color: #000;
	background: url(images/bg_subnav_li.png) right no-repeat;
}

#columnSide .subNav li strong {
	background: url(images/bg_subnav_li.png) right no-repeat #c0e386;
}

.bottom strong {
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	background: url(images/bg_subnav_li.png) right no-repeat;
}
*/

/*-------------------------------   CONTENT   -------------------------------*/

#content {
	overflow: hidden;
	width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	float: left;
	min-height: 200px;
}

#contentTop {
	display: block;
	background: url(images/rounded_corners_top.png) top no-repeat transparent;
	width: 900px;
	height: 20px;
	float: left;
}

p {
	margin: 0 35px 15px 35px;
	line-height: 1.5;
}

a:link, a:visited {
	color: #662d91;
	text-decoration: none;
	border-bottom: 1px dotted #662d91;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #662d91;
	background: #662d91;
}
a.bluelink:link, a.bluelink:visited {
	color: #2590a8;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #2590a8;
}

a.bluelink:hover, a.bluelink:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #2590a8;
	background: #2590a8;
}

h1 {
	color: #298fa6;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	margin: 0 0 10px 35px;
	padding: 0;
	border-bottom: 1px dotted #298fa6;
	text-shadow: #ccc 0px 2px 2px;
}

h2 {
	color: #444;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 10px 0px;
	padding: 2px 15px 4px 35px;
	background: url(../images/bg_h2.png) center repeat-x #ddd;
	border: 1px solid #ccc;
	border-left: 0px;
	text-shadow: #fff 0px 1px 0px;
	clear: both;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

h3 {
	color: #f6881f;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 0 35px;
	padding: 0;
	line-height: 1.5;
	clear: both;
	text-transform: uppercase;
}

h4 {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 10px 35px;
	padding: 2px 15px 4px 15px;
	background: #999;
	border: 0px solid #bbb;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.columnMain {
	overflow: hidden;
	float: left;
	width: 650px;
	border: 0;
	margin: 0;
	padding: 5px 0 0 0;
}

#columnSide {
	overflow: hidden;
	float: right;
	width: 250px;
	border: 0;
	margin: 0;
	padding: 5px 0 0 0;
}

.staffColumn {
	float: left;
}

.formColumn {
	width: 615px;
	margin: 0 0 0 35px;
	display: block;
}

.block {
	display: block;
	background: #f6fcec;
	border: 1px solid #93c83e;
	margin: 15px 0 15px 35px;
	padding: 10px 0 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.photoAlbum {
	margin: 0 0 15px 22px;
	float: left;
}

.photoAlbumThm a {
	border: 0;
	background: none;
}

#header a {
	background: none;
}

.hidden {
	display: none;
}

/*-------------------------------   FOOTER   -------------------------------*/

#footer {
	display: table;
	border: 0;
	margin: 0 auto;
	padding: 30px 0 15px 0;
	width: 900px;
	background: url(images/rounded_corners_bottom.png) top no-repeat transparent;
	position: relative;
	bottom: 0;
	vertical-align: bottom;
	color: #231f20;
	font-size: .9em;
}

#footer a {
	text-decoration: underline;
	color: #231f20;
	border: 0;
	background: transparent;
}

.userLinks {
	padding: 5px 10px;
	border: 1px solid #b5afaf;
}
