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

body {
	margin: 0px;
	background-image: url(../images/rockbg2.jpg);
	background-repeat: repeat;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
body {
	behavior:url("csshover.htc");
}
.bodyalt {
	background-color: #FFFFFF;
} /* For popup page */
.container {
	background: url(../images/bg-wrapper-container.png) repeat-y 50%;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
.containter #container-top {
}
.containter #container-bottom {
}
#wrapper {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFFFFF;
	z-index: 0;
}
#header {
}
#topnav {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #ACB771;
}
#content {
}
#content #content-inner {
	padding: 15px;
}
#footer {
	background: #184720;
	color: #ACB771;
	padding: 15px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav ul.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topnav ul.nav li {
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
	position: relative;
	width: 12em;
}
#topnav ul.nav li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 1em;
	z-index: 500;
	background: #000000;
}
#topnav ul.nav li:hover ul {
	display: block;
	z-index: 500;
}
#topnav ul.nav li ul li {
}
#topnav ul.nav li a {
	color: #333333;
	text-decoration: none;
	font: bold 92% Verdana, Arial, Helvetica, sans-serif;
}
#topnav ul.nav li a:hover {
}
input {
	border: 1px solid #336633;
}
textarea {
	border: 1px solid #336633;
}
hr {
	background: #669933;
	border-bottom: 1px solid #669933;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#banner {
	height: 220px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #102B24;
}
.topbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.topmenu {
	background-color: #ACB771;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 50px;
}
.topnav a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 10px;
}
.topnav a:link {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.topnav a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.topnav a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/* content classes */
.content {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	padding: 20px;
}
.content img {
	border: none;
}
.content_header {
	text-align: center;
	width: 50%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.content_text {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
/* *************** */

.footer {
	background-color: #184720;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #999999;
	font-size: 10px;
	padding: 15px;
	margin: 2px;
}
.bottombar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
/* Gallery Classes */
.gallery_menu {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.pages {
	text-align: center;
}
.pages a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
.pages a:hover {
	text-decoration: underline;
}
.gallery_menu a {
	text-decoration: none;
	margin-left: 15px;
}
.gallery_menu a img {
	border-style: none;
}
.gallery_thumb {
	float: left;
	width: 100px;
	margin: 5px;
	height: 100px;
}
.imageview {
	width: 800px;
}
/* *************** */

.clear_div {
	clear: both;
	float: none;
	height: 1px;
}
.l2 {
	list-style-image: url(../images/1rightarrow.jpg);
}
/********** Forms ***********/
form {
}
form br {
	clear: both;
	display: block;
}
form div {
	margin-top: 5px;
	padding: 5px 0px;
}
fieldset {
	padding: 10px;
	border: none;
	margin: 8px;
}
legend {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	padding: 3px;
}
label {
}
input, textarea {
	border: 1px solid #CCCCCC;
}
textarea {
	width: 220px;
	height: 50px;
}
label, input, textarea {
	margin-top: 2px;
}
input.radio {
	border-style: none;
}
input.text1 {
	width: 200px;
}
input.button {
	border: 1px solid #666666;
	margin: 7px;
	font-size: 96%;
	float: right;
}
label {
	float: left;
	width: 120px;
}
span, label, select, textarea, .radio, input {
	font-size: 96%;
}
