@import url( "global.css" );

body { 
    background: rgb( 255, 248, 213 );
	height: 100%;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}

#wrapper {
    position: absolute;
	padding: 50px;
	margin: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#logo {
	float: left;
	margin: 0px;
	border: none;
	padding-left: 8px;
}

#header {
	position: relative;
	margin: 0px;
	height: 100px;
	line-height: 1.55;
    font-size: 16pt;
    color: rgb( 64, 116, 122 );
}

#header2 {
	position: relative;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 1.55;
    font-size: 10pt;
    color: rgb( 64, 116, 122 );
	text-align: left;
}

#body {
	position: relative;
	bottom: 10px;
	min-height: 550px;
	background: url( /gfx/reeds_bg.png ) repeat-x bottom left;
}

#content_wrapper {
	position: relative;
	float: right;
	height: 510px;
	right: 0px;
	border: 12px solid rgb( 64, 116, 122 );
	width: 80%;
}

#content {
	padding: 15px;
	color: rgb( 77, 43, 18 );
	font-size: 14pt;
	letter-spacing: 1px;
	min-height: 480px;

	background: url( /gfx/transparent.png ) repeat;
	
	/*
	 * background: #FFFFFF;
	opacity: 0.9;
	*/
}

.spacer1 {
	color: rgb( 213, 131, 41 );
}

.spacer2 {
	color: rgb( 77, 43, 18 );
}

div.input {
	float: left;
}

#footer {
	position: relative;
	margin: 0px;
	top: 10px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 7pt;
	color: #888888;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#contact { 
	position: relative;
	left: 20%;
	width: 70%;
	padding: 15px;
	font-size: 14pt;
	letter-spacing: 1px;
}

#contact_confirmation { 
    display: none;
}
#contact_error { 
    display: none;
}

.label {
	float: left;
	width: 120px;
	text-align: left;
}

.form {
	float: right;
	width: 300px;
	text-align: left;
}

input {
	border: 1px solid;
	width: 250px;
}
textarea {
	border: 1px solid;
	width: 250px;
	margin-top: 5px;
}

.error {
    color: red;
    font-size: 8pt;
}

table.design {
	width: 100%;
	padding-top: 20px;
}

.design_left {
	width: 26%;
	padding-right: 10px;
	text-align: right;
}
.design_right {
	width: 74%;
	text-align: left;
}
