@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-image: url(../images/tileable_wood_texture.png);
	color:#333;
}
a, a:link, a:visited, a:active {
	color: #157854;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#header #phone {
	float: left;
}
#header #email {
	float: right;
}

#wrapper {
	text-align: left;
	padding: 0px;
	border:0;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#background {
	background-image: url(../images/head_bp.png);
	background-repeat: no-repeat;
	background-position: center 200px;
}

#header {
	margin: 0;
	min-height:415px;
	position:relative;
}

h1 {
	text-align: center;
	z-index: 10;
	position: absolute;
	width: 100%;
}

#header p {
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:40px;
	text-align:center;
	color:#444444;
	margin-top:72px;
	text-shadow: white 1px 1px 1px, black -1px -1px 1px ;
}

#header span {
	font-size:28px;
	text-align:center;
	font-weight:300;
	
}

#left {
	float: left;
	width: 285px;
}
#right {
	float: right;
	width: 285px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:65px;
	color:#444444;
	text-shadow: white 1px 1px 0, black -1px -1px 0 ;
	line-height:100%;
	margin:30px 0 20px 0;
}
#container {
	background-image: url(../images/whitetrans.png);
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 25px 20px 25px;
	margin-bottom:20px;
}
#content {
	float: left;
	width: 590px;
}

#footer {
	clear: both;
	padding: 15px 25px 25px 25px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:25px;
	color:#444444;
	line-height:150%;
}
#footer span {
	font-weight:400;
	width:34px;
	display:inline-block;
}
#footer #address a {
	color: #444;
	text-decoration: none;
}
#footer #address a:hover {
	color: #157854;
	text-decoration: none;
}
#footer #contact {
	float: left;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 2px solid #444444;
}
#container p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
#footer #smallprint {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear:both;
	padding-top:20px;
}
#twocol #leftcol {
	float: left;
	width: 48%;
}
#twocol #rightcol {
	float: right;
	width: 48%;
}
#twocol p {
	margin-bottom:5px;
}

#right img {
	border-radius: 8px;
	border: 5px solid #FFF;
	-moz-box-shadow: 2px 2px 4px #777777;
	-webkit-box-shadow: 2px 2px 4px #777777;
	box-shadow: 2px 2px 4px #777777;
}


/* Form */

#form {
	
}

#formErrorMessage {
	display:none;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:10px;
	font-size:16px;
}

.error {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 5px;
}
label {
	font-size:16px;
	font-weight: bold;
	display:block;
}

input, textarea {
	color: #333333;
	width: 267px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 8px;
	border-style: none;
	margin: 5px 0 25px 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	background-image: url(../images/field_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-box-shadow: 2px 2px 4px #777777;
	-webkit-box-shadow: 2px 2px 4px #777777;
	box-shadow: 2px 2px 4px #777777;
}

#submitBtn {
	background-color: #157854;
	width: 120px;
	background-image: none;
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding:5px 10px;
	margin-bottom:10px;
}
#success {
	display:none;
	margin-top:10px;
	font-size: 16px;
	margin-bottom:10px;
} 
