html, body
{
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	/*background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;*/
	line-height: 14px;
	background-color: #ccc;
	text-align: center;
	font-size: 13px;
}

img
{
	border: none;
}

.clear
{
	clear: both;
}

hr
{
	border: 1px solid #999;
	margin: 20px 0;
}

a, a:link, a:visited, a:hover
{
	color: #9dac84;
}

#header
{
	width: 100%;
	height: 106px;
	/*padding: 5px 0 0 0;
	background-image: url(../img/header/bg.jpg);
	background-repeat: repeat-x;*/
	/*padding-bottom: 1px;
	border-bottom: 1px solid #999;*/
}

#header #logo
{
	float: left;
	padding: 0px;
	margin: 0 0 3px 5px;
}

#header #navRight
{
	float: right;
	padding: 0;
}

#header #address, #header #address a {
	padding: 3px 5px 5px 0;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	/*margin: 0 0 5px 0;*/
	text-decoration: underline;
	text-align: right;
}
#header .vcard {
	padding: 5px 5px 0px 5px;
}

#header #address a, #header #address a:link, #header #address a:visited, #header #address a:hover
{
	padding: 0px;
}

#header #address
{
	text-decoration: none;
	/*padding-top: 5px;*/
}

#header a, #header a:link, #header a:hover, #header a:visited
{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .5px;
	color: #fff;
	padding: 0 40px 0 10px;
}

#header #navigation
{
	clear: both;
	width: 100%;
	height: 20px;
	background: url(../img/header/nav_bg.gif) top left repeat-x;
	padding: 4px 0 0 0;
	margin: 6px 0 0 0;
	
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#header #navigation li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
#header #navigation li a {
	display: block;
}
#header #navigation ul {
	display: none;
	padding: 6px 0 0 0;
	margin: 0px;
	position: absolute;
	z-index: 100;
	height: auto;
	font-size: 11px;
	font-weight: normal;
}
#header #navigation ul li {
	width: auto;
	height: auto;
	float: none;
	padding: 4px;
	margin: 0px;
	background-color: #8e987f;
	border: #ccc 1px solid;
	border-top: none;
}
#header #navigation ul li:hover {
	background-color: #9dac84;
}
#header #navigation ul li a {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

#header a.about, #header a.about:link, #header a.about:hover, #header a.about:visited
{
	width: 63px;
	/*left: 5px;*/
}
#header a.about:hover
{
	color: #fff;
}
#header a#about_selected, #header a#about_selected:link, #header a#about_selected:hover, #header a#about_selected:visited
{
	background-image: url(../img/header/nav_selected_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	height: 24px;
	padding: 4px;
	margin: 0 40px 0 10px;
}

#header a.services, #header a.services:link, #header a.services:hover, #header a.services:visited
{
	width: 85px;
	/*left: 65px;*/
}
#header a.services:hover
{
	color: #fff;
}
#header a#services_selected, #header a#services_selected:link, #header a#services_selected:hover, #header a#services_selected:visited
{
	background-image: url(../img/header/nav_selected_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	height: 24px;
	padding: 4px;
	margin: 0 40px 0 10px;
}

#header a.calendar, #header a.calendar:link, #header a.calendar:hover, #header a.calendar:visited
{
	width: 85px;
	/*left: 150px;*/
}
#header a.calendar:hover
{
	color: #fff;
}
#header a#calendar_selected, #header a#calendar_selected:link, #header a#calendar_selected:hover, #header a#calendar_selected:visited
{
	background-image: url(../img/header/nav_selected_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	height: 24px;
	padding: 4px;
	margin: 0 40px 0 10px;
}

#header a.news, #header a.news:link, #header a.news:hover, #header a.news:visited
{
	width: 63px;
	/*left: 235px;*/
}
#header a.news:hover
{
	color: #fff;
}
#header a#news_selected, #header a#news_selected:link, #header a#news_selected:hover, #header a#news_selected:visited
{
	background-image: url(../img/header/nav_selected_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	height: 24px;
	padding: 4px;
	margin: 0 40px 0 10px;
}

#content
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#content .inner
{
	width: 900px;
	/*border-right: 2px solid #eaeaea;*/
}

#content a, #content a.link, #content a.hover, #content a.visited
{
	color: #9dac84;
	text-decoration: underline;
}

#categories
{
	float: left;
	width: 250px;
	margin-top: 10px;
}

#categories a, #categories a:link, #categories a:visited
{
	padding: 10px;
	margin: 0 10px;
	color: #9dac84;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
	text-decoration: none;
	display: block;
}
#categories a:hover, #categories .selected
{
	padding: 10px;
	margin: 0 10px;
	color: #666;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
	text-decoration: none;
	display: block;
	background-color: #fafafa;
}

#content .singleColumn
{
	float: left;
	width: 600px;
	margin: 10px 0 0 0;
}

#content .column
{
	float: left;
	width: 255px;
	padding: 20px;
	border-right: 2px solid #eaeaea;
	height: 100%;
}

#content .column .header, #content .singleColumn .header
{
	/*width: 280px;
	background-color: #615339;*/
}

#content .column .header .inner, #content .singleColumn .header .inner, .title
{
	width: 140px;
	font-size: 16px;
	color: #666;
	/*text-transform: uppercase;
	background-color: #59291D;
	padding: 6px 10px;*/
	border: none;
}

.title
{
	margin-bottom: 4px;
}

#content .column .content
{
	font-size: 12px;
	color: #333;
	/*background-color: #fafafa;*/
	margin: 20px 0 0 0;
	line-height: 18px;
}

#content .singleColumn .content
{
	font-size: 12px;
	color: #333;
	/*background-color: #fafafa;*/
	margin: 0 0 0 10px;
	padding: 10px 0 20px 10px;
	line-height: 18px;
}

#content .column h3, #content .singleColumn h3
{
	font-size: 13px;
	color: #9dac84;
	font-weight: bold;
}

#subnavigation
{
	width: 900px;
	height: 280px;
	border-bottom: 1px solid #999;
}

#photo
{
	width: 690px;
	height: 280px;
	position: absolute;
	z-index: 1;
	/*top: 96px;
	left: 0px;*/
}

#photo2
{
	width: 690px;
	height: 280px;
	position: absolute;
	z-index: 2;
	/*top: 96px;
	left: 0px;*/
}

#grcMenu
{
	float: right;
	width: 190px;
	height: 260px;
	color: #666;
	font-size: 12px;
	background-color: #eaeaea;
	padding: 10px;
	
	-moz-box-shadow: 1px 1px 4px #999;
	-webkit-box-shadow: 1px 1px 4px #999;
	-o-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
}

#grcMenu a, #grcMenu a:link, #grcMenu a:visited, #grcMenu a:hover
{
	color: #666;
	font-weight: bold;
	line-height: 20px;
	width: 100%;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: .15em;
}

#grcMenu #menuItem
{
	padding: 4px 0;
	border-bottom: 1px solid #999;
}

#grcMenu .header
{
	width: 180px;
	height: 24px;
	/*background-image: url(../img/grc/menu_header_bg.jpg);
	background-repeat: no-repeat;*/
	font-weight: bold;
	padding: 4px 0 0 30px;
	cursor: pointer;
}

#grcMenu .content
{
	width: 170px;
	padding: 10px 30px 10px 10px;
	/*background-image: url(../img/grc/menu_btn.jpg);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;*/
}

#sidebar
{
	float: right;
	width: 160px;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 0 0;
}

#sidebar b
{
	color: #666;
	font-weight: normal;
}

#footer
{
	text-align: left;
	width: 880px;
	height: 20px;
	margin: 0 auto;
	padding: 4px 10px;
	font-size: 10px;
	color: #666;
	background-color: #ced5c1;
	border: 1px solid #999;
	
	/*margin-top: -20px;*/
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover
{
	color: #666;
}

.registrationHeader
{
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}

.registrationLabel 
{
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}