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

body {
	background:#c1cd8c;
	margin:0 auto;
}
#wrapper {
	width:851px;
	margin:0 auto;
	/* padding-top:25px; */
}
#repeat-bg {
	background:url("/media/repeat.jpg") repeat-y;
}
#content {
	background:url("/media/main-top1.jpg") no-repeat;
	height:675px;
}
#footer {
	background:url("/media/main-footer.jpg") no-repeat;
	height:80px;
}
.clear {
	/* clear:both; */
	height:20px;
}

/* text stuff */
#underlogo {
	width:330px;
	padding-top:95px;
	margin-left:258px;
}
#number {
	font-size:11px;
	font-family:Arial;
	color:#6f3f27;
	float:left;
	width:100px;
}
#address {
	font-size:11px;
	font-family:Arial;
	color:#6f3f27;
	float:right;
	text-align:right;
	width:200px;
}
#content-wrapper {
	margin:0 auto;
	/*padding-top:50px; */
	width:690px;
}
#nav {
	text-align:center;
	width:115px;
	float:left;
	/* padding-top:10px; */
}
#nav a{
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	color:#6f3f27;
	text-decoration:none;
	line-height:20px;
}
#nav a:hover{
	color:#000000;
	text-decoration:underline;
}
#content-text {
	width:550px;
	float:right;
	line-height:15px;
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
#content-text p{
	line-height:15px;
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
h1{
	font-size:18px;
	font-family:Arial;
	color:#734027;
    margin-top: 5px;
    margin-bottom: 5px;
}
h2{
	font-size:14px;
	font-family:Arial;
	color:#734027;
    margin-top: 10px;
    margin-bottom: 10px;
}
#copyright {
	width:851px;
	text-align:center;
	font-family:Arial;
	font-size:10px;
}

/* form stuff */
form {margin: 5px 0 5px 0;}
form label { 
	float: left; 
	margin-right: 5px; 
	text-align: right; 
	width: 90px;
	color: #333333;
	font-family:Arial;
}
form span p { margin-left:120px; }
form br {margin-bottom: 15px;}
form input {background-color: #eee; border: 1px solid #2a2a2a; }
form input:focus {background-color: #ffffff;}
form textarea {width: 300px; background-color: #eee;border: 1px solid #2a2a2a;}
form textarea:focus {background-color: #ffffff;}
form input.submit {width: auto; background-color: #666; color: #ffffff; border: 0;}
form.directions label {float: none;}
form input.radio {border: 0;}