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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #883a2c;
	background-image: url(../images/bkgfade.png);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left;
	background-image: url(../images/bodyfade.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fcfbf9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 
.twoColFixLtHdr #header {
	height: 374px;
	padding-top: 0;
	padding-right: 00px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #F8F5EE;
	background-image: url(../images/header_top.jpg);
	width: 1000px;
	float: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #navarea {
	height: 113px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #F8F5EE;
	background-image: url(../images/header_bottom.jpg);
	position: relative;
	float: left;
	width: 970px;
} 
.twoColFixLtHdr #sidebar1 {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	float: left;
	width: 270px;
	position: relative;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 100px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 625px;
	position: relative;
} 
.formfield {
	border: thin solid #dbcdad;
	padding: 2px;
	margin-top: 5px;
	margin-left: 7px;
	width: 168px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.textbox {
	border: thin solid #dbcdad;
	padding: 2px;
	margin-top: 5px;
}
#linksbox {
	width: 238px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 50px;
	float: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #883A2C;
	padding-top: 6px;
}
h3 a {
	
	color: #883A2C;
	
}
.listingbox {
	padding-bottom: 50px;
}
#linksbox  ul li   {
	list-style-image: url(../images/link.png);
	line-height: 30px;
}
#linksbox  li  a   {
	color: #813628;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#linksbox  li  a:hover   {
	text-decoration: none;
}
.list {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #813628;
	line-height: 20px;
}
.list li {
	margin-bottom: 10px;	
}
.smallcopy {
	font-size: 10px;
}
#contactbox {
	width: 238px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #DED3B6;
	position: relative;
}
.twoColFixLtHdr #footer {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDD0B1;
	text-align: right;
	padding-top: 10px;
	float: left;
	width: 1000px;
	margin-bottom: 100px;
} 
#navbar {
	height: 40px;
	float: left;
	width: 600px;
	margin-left: 370px;
}
#locator {
	float: right;
	position: relative;
	width: 500px;
	height: 50px;
	padding-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #642418;
}
.phone {
	font-size: 18px;
}
.email  {
	text-decoration: underline;
	color: #813628;
	font-size: 12px;
}
.email a:hover {
	text-decoration: none;
}
.icon {
	margin-top: 2px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #813628;
	margin: 0px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #813628;
	margin-bottom: -15px;
}
h2 a {
	color: #813628;
	
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #813628;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.errorred {
	color: #FF0000;
}
#adminbox {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 100;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(../images/bodyfade.png);
	background-repeat: repeat-x;
	background-position: bottom;
} 
#valign {
	vertical-align: top;
	width: 275px;
}

