@charset "utf-8";
/* CSS Document */

/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
	overflow:hidden;
}

body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #401801;
}
/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
/*Supersize Plugin Styles*/


#page_container {
	position: absolute;
	width: 100%;
	top: 20%;
	left: 0;
	z-index: 50;

}
#content_container {
	min-height: 300px;
	width: 100%;
	background: #fff;
	opacity: 0.9; 
	filter: alpha(opacity=90);
}

#content {
	width: 695px;
	margin: auto;
	background: #FFF;
}
#footer {
	width: 695px;
	margin: auto;
}
#footer .box {
	text-align:center;
	padding: 10px;
	
}

#content .box {
	padding: 10px;
	max-height: 300px;
	overflow:auto;
}
#header {
	width: 695px;
	margin: auto;
}


h1 {
	text-shadow: 1px 1px #333;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 15px;
}

ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}
ul.clear {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.inline li {
	display: inline;
	
}
strong {
	color: #000;
	font-weight: bold;
}
p {
	margin: 0px;
	padding: 5px;
}
hr {
	clear:both;
	width: 85%;
	color: #F2EBD5;
	background-color: #F2EBD5;
	height: 2px;
}
a img {
	border: 0px;
}
input {
	padding: 3px;
	
}

label {
	display: block;
	padding-top: 6px;
}

a:link, a:visited {
	color: #BFB584;
	font-weight: bold;
}
a:hover, a:active {
	color: #401801;
}


.clearbt {
	clear:both;
}


.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}

.pt25 {
	padding-top: 25px;
}

.pl20 {
	padding-left: 20px;
}



.mt32 {
		margin-top: 32px;
}
.mt12 {
		margin-top: 12px;
}
.ml2 {
	margin-left: 2px;
}

#map { 
	width:616px; 
	height:300px; 
}

.invalid {
	color: #C00;
}
.valid {
	background-color: #093;
}

input.valid {
	background-color: #99FDAF;
	border: 1px solid #060;
}
input.invalid  {
	background-color: #FFD2C6;
	border: 1px solid #900;
}


