@charset "utf-8";
/* CSS Document */

body {
	background-color: #0F1217;
	background-image: url(../images/mountain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
#main {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	overflow: visible;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}




#navmenu ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
.border {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #B2B335;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #195C7C;
	top: auto;
	position: top;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #660;
}



#navmenu ul li {
	list-style-type: none;
	background-image: url(../images/bbutton.png);
	line-height: 30px;
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 193px;
}
#navmenu ul li a{
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	text-decoration: none;
	color: #000;
}
#navmenu ul li a:hover{
	list-style-type: none;
	line-height: 30px;
	background-repeat: no-repeat;
	color: #A0A02F;
}


#navmenub ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#navmenub ul li {
	list-style-type: none;
	background-image: url(../images/mbutton.png);
	line-height: 30px;
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 193px;
}
#navmenub ul li a{
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	text-decoration: none;
	color: #000;
}
#navmenub ul li a:hover{
	list-style-type: none;
	line-height: 30px;
	background-repeat: no-repeat;
	color: #A0A02F;
}

#box {
	width: 676px;
	margin: 0px;
	padding: 0px;
}
#box .fill {
	background-image: url(../images/fill.png);
	background-repeat: repeat;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.image {
	text-align: left;
	vertical-align: top;
	border: 2px solid #B2B335;
	background-position: left top;
	visibility: inherit;
	padding: 0px;
	margin: 0px;
}


#footer {
	font-size: 12px;
	text-align: center;
	color: #FFF;
	width: 676px;
	background-image: url(../images/footer.png);
	height: 46px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a{
	font-size: 12px;
	text-align: center;
	color: #FFF;
	width: 676px;
	height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:hover{
	font-size: 12px;
	text-align: center;
	color: #F60;
	width: 676px;
	height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.form_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #B4B342;
	border: 1px solid #036;
	width: 150px;
}
.form_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #036;
	background-color: #B4B442;
}
#myform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	padding: 5px;
}

