body {
	background:#FFF;
	text-align:center;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none
}

/*-- Whitespace reset --*/
* {
	margin:0;
	padding:0;
	outline: 0;
}


/*-- General Styles --*/
img, fieldset {
	border:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-weight:normal;
	color:#21536A;
	font-size:28px;
	font-weight:bold;
}
h2 {
	font:16px Georgia;
}
h3 {
	font:16px Georgia;
	color:#000;	
}
h4 {
	font:16px Georgia;
	margin-bottom:10px;
}
h5 {
	font:bold 12px Georgia;
}


ul {
	margin-left:40px;
	margin-bottom:20px;
}

p {
	margin-bottom:10px;
}

table {
	border-collapse:collapse;
}

.form_input, textarea, select {
	padding:2px 3px 2px 3px;
	border:1px solid #CCCCCC;
	width:96%;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}

p.success_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#669900;
	border:1px solid #669900;
	background:#EEFAE8;
	margin-bottom:5px;
}
p.fail_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#CC3300;
	border:1px solid #CC3300;
	background:#F9E9E4;
	margin-bottom:5px;
}



/*-- Content Styles --*/
#container {
	width:100%;
	position:relative;
	background:#FFF;
}

/*-- Master head Styles --*/
#mh {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:690px;
	position:relative;
	background:#FFF;
	overflow: hidden;
	padding:23px 0 14px;
}
#mh h1 {
	display: none;
}
#mh ul
{
	margin:5px 0 0 0;
	width:175px;
	float:left;
	overflow: hidden;
	font:10px Arial;
}
#mh ul li {
	margin-bottom:4px;
}
#mh ul a {
	color:#000;
}

#mh a.module_selected,
#mh a:hover {
	color:#89c526;
}


#mh ul h2
{
	font:16px Georgia;
	margin-bottom:6px;
}
#mh #logo {
	position: absolute;
	right:32px;
	top:22px;
	display: block;
}
#content {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:690px;
	position:relative;
	overflow: hidden;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#wrap_content 
{
	width:100%;
	background: #cce599;
	padding:18px  0;
}

.corner_top_164 {
	background:#FFF url(../images/corner_top_164.png) center top no-repeat;
	padding-top:7px;
	width:164px;
}
.corner_bottom_164 {
	background:#FFF url(../images/corner_bottom_164.png) center bottom no-repeat;
	padding-bottom:5px;
	width:164px;
}

.corner_top_164g {
	background:#ebf5d6 url(../images/corner_top_164g.png) center top no-repeat;
	padding-top:5px;
	width:164px;
}
.corner_bottom_164g {
	background:#ebf5d6 url(../images/corner_bottom_164g.png) center bottom no-repeat;
	padding-bottom:5px;
	width:164px;
}
.corner_top_340 {
	background:#FFF url(../images/corner_top_340.png) center top no-repeat;
	padding-top:5px;
	width:340px;
}
.corner_bottom_340 {
	background:#FFF url(../images/corner_bottom_340.png) center bottom no-repeat;
	padding-bottom:5px;
	width:340px;
}



/*-- Lower pages Styles -- */
#lower p a {
	color:#89c526;
}
.lower_pages {
	padding:7px 13px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.lower_pages #gallery {
	width:100%;
	overflow: hidden;
	margin-bottom:10px;
}
.lower_pages #gallery #main_photo {
	float:left;
	width:170px;
}
.lower_pages #gallery #main p {
	margin:0 0 10px 0;
	padding:0;
	color: #666;
	font:10px arial;
}

.lower_pages #gallery ul {
	width:100%;
	float:left;
	overflow: hidden;
	margin:0;
	list-style: none;
}
.lower_pages #gallery ul li {
	float:left;
	margin-right: 7px;
	margin-bottom:2px;
}
#content .corner_bottom_340 h3 {
	font-family: Arial;
	color: #666;
	font-size: 10px;
}

.lower_pages_left {
	padding:5px 15px 5px;
	font:11px arial;
}
.lower_pages_left strong
{
	display:block;
	margin-bottom:3px;
	margin-top:8px;
}
.lower_pages_left ul {
	list-style: none;
	margin: 0 0 2px 0;
}
.lower_pages_left ul li {
	margin-bottom: 2px;
}
.lower_pages_left h3 {
	margin-bottom: 11px;
}
.lower_pages_left a.selected,
.lower_pages_left a:hover {
	color:#89c526;
}
.lower_pages_right {
	padding:5px 15px;
	font:10px arial;
}

.lower_pages_right ul {
	list-style: none;
	margin:0 0 13px 0;
}
.lower_pages_right ul li {
	margin-bottom:2px;
}
.lower_pages_right span {
	color:#999999;
	font:9px Arial;
}
.lower_pages_right h5 {
	margin-bottom:4px;
	color:#99cc33;
}
.lower_pages_right a {
	color:#99cc33;
}
.lower_pages_right p {
	font:10px Georgia;
}

#left_nav  {
	width:164px;
	float:left;
	margin-right:11px;
}
#right_nav {
	/* margin-left:11px; */
	width:164px;
	float: right;
}

#lower {
	width:340px;
	float:left;
}
.lower_extra {
	margin-top:10px;
}

/*-- Search query --*/
#search {
	margin-bottom:10px;
}
#search input {
	width:155px;
	border:1px solid #FFF;
	padding:3px;
	color:#999;
}


/*-- Footer Styles -- */
#footer {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:690px;
	position:relative;
	background:#FFF;
	overflow: hidden;
	padding-top:23px;

}
#footer ul {
	margin:0;
	list-style: none;
}
#footer ul li {
	float:left;
	margin:0 10px;
}

#footer_links {
	background:#ebf5d6;
	text-align: center;
	font:10px arial;
	padding:3px;
}
#footer_links a {
	color:#000;
}
#footer_links a:hover {
	color:#89c526;
}


#footer ul li p {
	font: 9px Arial, Helvetica, sans-serif;
	width: 185px;
	padding-left: 17px;
}

/*-- SITEMAP --*/
#sitemap h2 {
	margin-bottom:20px;
}
#sitemap a {
	display: block;
	border-bottom:1px solid #FFF;
}
#sitemap ul {
	background:#F9F9F9;
}
#sitemap ul li a {
	padding:3px;
	padding-left:20px;
	background:url('../images/arrow_off.gif') no-repeat 10px 6px;
}
#sitemap ul li li a {
	padding:3px;
	padding-left:50px;
	background:url('../images/arrow_off.gif') no-repeat 40px 6px;
}
#sitemap ul li li li a {
	padding:3px;
	padding-left:80px;
	background:url('../images/arrow_off.gif') no-repeat 70px 6px;
}

#sitemap {
	margin-bottom:20px;
}

.arrow_on {
	background-image:url(../images/arrow_on.gif) !important;
}
.arrow_off {
	background-image:url(../images/arrow_off.gif) !important;
}