img {
	border:0;
}

* {
	margin:0;
	padding:0;
}
address {
	 font-style:normal;
}

/* styling for all headings */
h1, h2, h3, h4, h5{
	font-size:16px;
	margin-bottom:10px;
	color:#9c8f33;
}


p{
	margin:10px 0;
}
a {
	outline:0;
}

li {
	margin-left:20px;
}

/* Default copy font */
body, td, blockquote, select, option, input, textarea, a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#666666;
}
html {
	overflow:scroll;
	background:#edebdc;
}
body {
	padding:40px 0;
	cursor:default;
}
body.loading * { cursor:wait !important; }

/* Default form style */
form label {
	float:left;
	width:49%;
}

form .element {
	margin:5px 0;
}

input.text, textarea, select{
	width:48%;
	border:1px inset black;
	height:18px;
	padding:1px 3px;
}
input.text, textarea, select{
	border:1px solid #9B8E33;
	background:#EDEBDC;
}
select {
	height:20px;
}
option {
	padding:2px;
}

button, .button {
	background:url(../images/button.gif) no-repeat;
	border:0;
	height:47px;
	width:55px;
	color:white;
	font-size:12px;
	
}

input.error, select.error, textarea.error {
}

#frame, #frame .inner, #frame .inner_top {
	width:923px;
}
.cols {
	overflow:auto;
	outline:0;
}

.cols .col {
	float:left;
	width:415px;
	padding:5px;
	overflow:auto;
	outline:0;
	position:relative;
	margin:0 15px;
}

.cols .first.col{
	margin-left:0;
}

.cols .last.col {
	margin-right:0;
}

#head {
	overflow:auto;
	outline:0;
	width:923px;
	position:relative;
	margin-bottom:10px;
}

#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;
		position:relative;
	}
	#frame .inner .frame.top #rocks{
		position:absolute;
		right:0;
		bottom:-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;
					}
					
					.lists {
						outline:0;
						overflow:auto;
					}
					
					.disclaimer {
						font-size:smaller;
						font-style:italic;
						color:#aaa;
					}
					
				.content .bottom.section {
					background:#ded9bc;
					padding:10px;
				}
				
				.content .bottom.section .col {
					width:400px;
				}
				
			.bottom.section form .elements {
				overflow:auto;
				outline:0;
			}
				
			.bottom.section form .element{
				width:446px;
				float:left;
			}

			
			.bottom.section form label {
				width:180px;
			}
			
			.bottom.section form .submit {
				text-align:right;
				margin-right:50px;
			}
			.bottom.section form .submit button{
				margin-left:5px;
			}
			.bottom.section form #questions_or_comments_element textarea{
				height:50px;
			}
						
			.bottom.section input.text, .bottom.section textarea, .bottom.section select{
				width:238px;
			}
			.bottom.section select{ 
				width:245px;
			}
			
			.bottom.section form input.error{
				border-left:5px solid #9B8E33;
				width:233px;
			}

			
			div.error {
				background:#ffd3d3 url(../images/24-message-warn.png) no-repeat 5px 5px;
				border:1px solid red;
				padding:10px;
				padding-left:35px;
				margin-bottom:10px;
			}
			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;
			}
			div.success, div.success a{
			}

#foot {
	margin-top:20px;
	overflow:auto;
	outline:0;
	width:923px;
	position:relative;
	padding:10px 0;
	line-height:60px;
}

#foot .left {
	float:left;
	margin-right:10px;
}

#foot .right {
	float:right;
}