body {
	margin: 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(source/design/bkgd.png);
	background-attachment: fixed;
}

#container {
	margin: auto;
	padding: 0;
}

#main {
	margin-bottom: 10px;
	clear: both;
}



/*----------banner styles----------*/

#top {
	height: 100px;
	margin: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(source/design/logo_bkgd.gif);
}

#logo {
	height: 100px;
	padding: 0px;
	width: 205px;
	float: left;
}

#title {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin: 0px 0px 0px 205px;
	background-image: url(source/design/banner_right.png);
	background-position: top right;
	height: 100px;
	background-repeat: no-repeat;
}

h1 {
	font-size: 2.2em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 60px 0px 0px 0px;
}

.sub {
	font-weight: normal;
	color: #FFC61E;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*----------nav styles----------*/

#nav {
	width: 180px;
	float: left;
	padding: 15px 0px 0px 0px;
	background-image: url(source/design/nav_head.gif);
	background-repeat: no-repeat;
}

#navfoot {
	background-image:  url(source/design/nav_foot.gif);
	height: 15px;
	width: 180px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#buttonscontainer {
	width: 180px;
	border-bottom: 1px solid #4C79A2;
}

.buttons a {
	color: #FFC61E;
	background-color: #003F77;
	padding: 6px 15px;
	display: block;
	text-decoration: none;
	text-align: left;
	background-image:  url(source/design/button_bn.gif);
	border-top: solid #4C79A2 1px;
	font-weight: normal;
	height: 1%;
	font-size: 1.5em;
	line-height: 1;
}

.buttons a:hover {
	background-color: #003049;
	text-decoration: none;
	display: block;
	background-image: url(source/design/button_bo.gif);
}

.buttons2 a {
	color: #FFFFFF;
	background-color: #0057AE;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	text-align: left;
	border-top: solid #4C79A2 0px;
	border-bottom: solid #02283A 0px;
	font-size: 1.2em;
	height: 1%;
	line-height: 1.1;

}

.buttons2 a:hover {
	background-color: #003355;
	text-decoration: none;
	color: #FFC61E;
}

.buttons3 a {
	color: #FFFFFF;
	background-color: #0057AE;
	padding: 5px 15px 5px 25px;
	display: block;
	text-decoration: none;
	text-align: left;
	border-top: solid #4C79A2 0px;
	border-bottom: solid #02283A 0px;
	font-size: 1.2em;
	height: 1%;
	line-height: 1.1;

}

.buttons3 a:hover {
	background-color: #003355;
	text-decoration: none;
	color: #FFC61E;
}



/*----------sidebar styles----------*/

#sidebar {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	float: right;
	width: 180px;
}

#sidebar_head {
	background-image:  url(source/design/sidebar_head.gif);
	height: 15px;
	width: 180px;
	background-position: left top;
	background-repeat: no-repeat;
}

#sidebar_foot {
	background-image:  url(source/design/sidebar_foot.gif);
	height: 15px;
	width: 180px;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#sidebar_content {
	padding: 0px 10px;
	background-color: #FFCC33;
}

#sidebar_content p {
	font-size: 1.2em;
	color: #000000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#sidebar_content h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #003F77;
	margin: 0px 0px 5px 0px;
	line-height: 1.4;
}

#sidebar_content h3 {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#sidebar_content h4 {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

#sidebar_content p a {
	color: #000000;
	background-color: #FFCC33;
	text-decoration: none;
	display: block;
	padding: 3px 0px;
	background-position: top right;
	background-repeat: no-repeat;
}

#sidebar_content p a:hover {
	text-decoration: none;
	background-color: #FFE8A6;
}


/*----------content styles----------*/

#content {
	margin: 0px 205px 10px 205px;
	vertical-align: top;
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: top right;
}

#content_area {
	padding: 0px;
	vertical-align: top;
}

#text {
	padding: 0px;
	margin: 0px;
}

#content_foot {
	height: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	border-bottom: 1px solid #FFCC33;
}

#intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #003F77;
	margin: 0px 0px 10px 0px;
	line-height: 1.3;
}

#text img {
	margin: 0px 0px 10px 0px;
}

#photo {
	float: right;
}

#photo img {
	margin: 0px 0px 10px 10px;
	width: 240px;
	height: 168px;
}

#text p,
.staff_details p {
	font-size: 1.2em;
	color: #000000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

#text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #003F77;
	margin: 0px 0px 10px 0px;
}

#text h3,
.staff_details h3 {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#text h4,
.staff_details h4,
.news_details h4 {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

#text h5 {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: normal;
	color: #003F77;
	margin: 0px;
	padding: 0px;
}

#text li {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0px 0px 4px 0px;
}

#text ul, ol {
	padding: 0px;
	margin: 0px 0px 10px 20px;
}

#text li ul,
#text li ol {
	padding: 0px;
	margin: 5px 0px 0px 15px;
}

#text li ul li,
#text li ol li {
	font-size: 1em;
	line-height: 1.4;
	margin: 0px 0px 5px 0px;
}

#text a,
.staff_details p a {
	color: #000000;
	text-decoration: underline;
}

#text a:hover,
.staff_details p a:hover {
	color: #003F77;
	text-decoration: underline;
}


/*----------footer styles----------*/

#footer {
	font-size: 1.2em;
	color: #003F77;
	line-height: 1.4;
	margin: 0px;
	padding: 0px 0px 0px 205px;
	text-align: left;
	vertical-align: top;
	clear: both;
}

#footer a{
	color: #003F77;
	display: inline;
	padding: 0px;
	text-decoration: underline;
}

#footer a:hover{
	color: #000000;
}



/*----------homepage styles----------*/

#home {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.homepic {
	width: 200px;
	border-top: 1px solid #FFE8A6;
	vertical-align: top;
	padding: 10px 0px 10px 10px;
}

.hometext {
	text-align: left;
	border-top: 1px solid #FFE8A6;
	vertical-align: top;
	padding: 10px 10px 10px 0px;
}

.hometext p {
	font-size: 1.,1;
	color: #000000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 1.2em;
}

.hometext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #003F77;
	margin: 0px 0px 5px 0px;
}

.hometext h3 {
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.hometext p a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	margin: 5px 0px 0px 0px;
	width: 70px;
	background-image: url(source/design/more_bn.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
}

.hometext p a:hover {
	text-decoration: none;
	background-image: url(source/design/more_bo.gif);
	color: #FFFFFF;
}



/*----------staff contact styles----------*/

.staff_contacts {
	width: 99%;
	margin: 0px;
	clear: none;
}

.staff_details {
	padding: 10px 10px 10px 0px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border-top: 1px solid #FFE8A6;
}

.staff_details h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #003F77;
	margin: 0px 0px 5px 0px;
}

.staff_details p {
	font-size: 1.2em;
	margin: 0px;
	color: #000000;
}

.staff_pic {
	width: 100px;
	border-top: 1px solid #FFE8A6;
	vertical-align: top;
	text-align: right;
	padding: 10px 0px;
	margin: 0px;
}


/*----------news styles----------*/

.headlines {
	width: 99%;
	margin: 0px;
	clear: none;
}

.news_details {
	padding: 10px 10px 10px 0px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border-top: 1px solid #FFE8A6;
}

.news_details h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #003F77;
	margin: 0px 0px 5px 0px;
}

.news_details p {
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
	color: #000000;
	line-height: 1.4;
}

.news_pic {
	width: 200px;
	border-top: 1px solid #FFE8A6;
	vertical-align: top;
	text-align: right;
	padding: 10px 0px;
	margin: 0px;
}

.news_details p a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	margin: 5px 0px 0px 0px;
	width: 70px;
	background-image: url(source/design/more_bn.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}

.news_details p a:hover {
	text-decoration: none;
	background-image: url(source/design/more_bo.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
}




/*----------form styles----------*/


.form_frame {
	width: 99%;
	margin-bottom: 10px;
	vertical-align: top;
	border-top: 1px solid #FFE8A6;
}

.form_sub {
	font-size: 1.2em;
	color: #003F77;
	padding: 17px 5px 7px 5px;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFE8A6;
	vertical-align: top;
	font-weight: bold;
}

.form_col1 {
	font-size: 1.2em;
	color: #000000;
	padding: 7px 5px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFE8A6;
	border-bottom: 1px solid #FFE8A6;
	vertical-align: top;
}

.form_col2 {
	font-size: 1.2em;
	color: #000000;
	padding: 7px 5px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFE8A6;
	border-bottom: 1px solid #FFE8A6;
	vertical-align: top;
	border-left: 0px solid #FFFFFF;
} 

.form_entry {
	font-size: 1.2em;
	color: #000000;
	border-left: 0px solid #FFFFFF;
	padding: 2px 5px 2px 10px;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFE8A6;
	vertical-align: top;
}

.form_entry_money {
	font-size: 1.2em;
	color: #000000;
	border-left: 0px solid #FFFFFF;
	padding: 2px 10px;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFE8A6;
	vertical-align: middle;
	width: 90px;
}

.maplegend {
	width: 100%;
	border-top: 1px solid #FCA311;
}

.mapno {
	font-size: 1.2em;
	color: #000000;
	padding: 2px 4px 2px 0px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #FCA311;
	font-weight: bold;
}

.mapplace {
	font-size: 1.2em;
	color: #000000;
	padding: 2px 2px 2px 4px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #FCA311;
	border-left: 1px solid #FCA311;
}

.mapkey {
	font-size: 1.2em;
	color: #003F77;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #FCA311;
	font-weight: bold;
}

.map {
	margin: 0px;
	padding: 0px;
}

.rhog_plots {
	margin: 0px 0px 10px 0px;
}

.rhog_plots_place {
	font-size: 1.2em;
	color: #000000;
	padding: 4px 20px 4px 0px;
	text-align: left;
	vertical-align: top;
}

.rhog_plots_details {
	font-size: 1.2em;
	color: #000000;
	padding: 4px 0px 4px 0px;
	text-align: left;
	vertical-align: top;
}
.photo_box {
	padding-right: 10px;
}
