
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3a150c;
	background: url(../images/background.gif);
}
#wrapper {
	width: 820px;
	min-height: 600px;
	position: relative;
}
#body {
	background: url(../images/body_bg.gif) no-repeat top #fdc113;
	width: 808px;
	min-height: 496px;
	border: solid 3px #000;
	position: relative;
	margin-top: 52px;
}
#body .content {
	width: 788px;
	min-height: 137px;
	border-bottom: dashed 1px #fff;
	position: relative;
	margin-top: 110px;
	font-size: 8pt;
}
#body .content p {
	width:460px; 
	margin-top: 8px; 
	margin-bottom: 8px;
}
#body .content p.nomargin {
	margin: 0;
	padding: 0;
	width:500px; 
}
#body .content h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	background: url(../images/h1_bg.gif) no-repeat center;
	width: 480px; 
	
	letter-spacing: 2px;
}
#body .content h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
}
#footer {
	position: relative;
	color: #FFDD90;
	height: 54px;
	vertical-align: top;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}
#footer span {
	float: right;
	position: relative;
	top: 44px;
}
#footer a {
	color: #FFDD90;
	text-decoration: none;
}
#footer a:hover {
	color: #FFDD90;
	text-decoration: underline;
}
/*
#body .form {
	width: 788px;
	height: 235px;
	border: solid 1px #fff;
	position: relative;
	top: 110px;
}*/
#logo {
	position: absolute;
	z-index: 400;
	border: solid 1px #d9b869;
	left: 318px;
	top: -16px;
}

/* Default form style */
.form {
}
form label {
	float:left;
	width:49%;
}

form .element {
	margin:3px 0;
}

input.text, textarea, select{
	width:48%;
	border:1px inset black;
	height:15px;
	padding:1px 1px;
}
input.text, textarea, select{
	border:1px solid #9B8E33;
	background:#EDEBDC;
	font-size: 7pt;
	height:15px;
}
select {
	height:20px;
}
option {
	padding:2px;
}

button, .button {
	background:url(../images/button_bg.gif) no-repeat center;
	border:0;
	height:28px;
	width:82px;
	color:white;
	font-size:12px;
	font-weight: bold; 
}

input.error, select.error, textarea.error {
}

#frame, #frame .inner, #frame .inner_top {
	width:923px;
}
.cols {
	overflow:auto;
	outline:0;
	width: 788px;
	text-align: left;
	font-size: 8pt;
}

.cols .col {
	float:left;
	width:400px;
	padding:5px;
	overflow:auto;
	outline:0;
	position:relative;
	margin:0 15px;
}

.cols .first.col{
	margin-left:0;
}

.cols .last.col {
	margin-right:0;
}

.cols h2 {
	font-size: 16px;
}

#head {
	overflow:auto;
	outline:0;
	width:923px;
	position:relative;
}

#head .left {
	float:left;
	font-weight:bold;
}

#head .right {
	position:absolute;
	left:350px;
	text-align:left;
	padding-top:20px;
}
#head h1{
	color:#71979d;
	font-size:18px;
}
		
#frame {
	text-align:left;
	background:#71979d url(../images/bg.top.gif) no-repeat;
}

	#frame .inner .frame.top {
		background:url(../images/bg.inner.top.gif) no-repeat;
		height:20px;
	}

	#frame .inner-wrap {
		border:1px dotted #72979f;
		border-left:0;
		border-top:0;
		position:relative;
		top:20px;
		left:10px;
		width:933px;
	}
	
		#frame .inner {
			position:relative;
			top:-10px;
		}
			#frame .inner .content {
				background:white;
				padding:5px;
			}
				.content .top.section {
					border-bottom:1px dotted #ded9bc;
					margin-bottom:5px;
				}
		
					.content .right.col ul {
						float:left;
						width:200px;
					}
					
				#body .bottom.section {
					padding:20px;
					position: relative;
				}
				
				#body .bottom.section .col {
					width:380px;
				}
				
			.bottom.section form .elements {
				overflow:auto;
				outline:0;
				margin-top: 10px;
			}
				
			.bottom.section form .element{
				width:380px;
				float:left;
			}
			
			.bottom.section form label {
				padding:5px;
				width:170px;
			}
			
			.bottom.section form .submit {
				text-align:right;
				float: right;
				width: 700px;
				margin-right: 50px;
			}

			.bottom.section form #questions_or_comments_element textarea{
				height: 50px;
			}
						
			.bottom.section input.text, .bottom.section textarea, .bottom.section select{
				width: 190px;
			}
			.bottom.section select{ 
				width: 197px;
			}
			
			.bottom.section form input.error{
				border-left:5px solid #9B8E33;
				width:190px;
			}

			
			div.error {
				background:#ffbdbd url(../images/24-message-warn.png) no-repeat 5px 5px;
				border:1px solid red;
				padding:10px;
				padding-left:35px;
				margin-bottom:10px;
				width: 720px;
			}
			div.error, div.error a{
				color:red;
			}

			div.success {
				background:#D1E1E3 url(../images/24-em-check.png) no-repeat 5px 5px;
				border:1px solid #71979D;
				padding:10px;
				padding-left:35px;
				margin-bottom:10px;
				width: 720px;
			}
			div.success, div.success a{
			}
