@charset "UTF-8";

* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
a {
	color:#000;
	}
a:hover {
	text-decoration:none;
	}
p {
	margin-bottom:15px;
	}
hr {
	width:95%;
	border-color:#990000;
	border-style:solid none;
	border-width:1px 0 0 0;
	margin:10px 0;
	}

body {
	background:#ebd3b1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:1.2em;
	color:#000;
	}
#container {
	width:1002px;
	margin:0 auto;
	background:url(../images/main_bkgrnd.jpg) top no-repeat;
	}
.topbar {
	width:1002px;
	text-align:center;
	color:#fff;
	font-size:1.6em;
	line-height:1.6em;
	margin:0;
	}
.logo a {
	width:290px;
	height:194px;
	overflow:hidden;
	text-indent:-1000em;
	display:block;
	margin-top:26px;
	margin-left:40px;
	}

#nav {
	width:969px;
	height:40px;
	margin:22px auto 25px auto;
	font-size:2em;
	line-height:2em;
	color:#fff;
	}
#nav ul {
	margin-left:30px;
	}
#nav li {
	display:inline;
	padding:0 5px;
	}
#nav a {
	color:#fff;
	text-decoration:none;
	}
#nav a:hover {
	color:#b58137;
	}
#nav p.emailus {
	font-size:.7em;
	line-height:1.2em;
	text-align:right;
	font-weight:bold;
	margin:3px 25px 0 0;
	float:right;
	display:inline;
	}

.left_column {
	width:566px;
	background:#f6e6d0 url(../images/left_btm.jpg) bottom no-repeat;
	margin-left:21px;
	font-size:1.4em;
	line-height:1.8em;
	padding:0 30px 12px 20px;
	float:left;
	display:inline;
	}
.left_column h1 {
	font-size:1.14em;
	line-height:1.4em;
	margin-bottom:10px
	}
.left_column h2 {
	padding-bottom:5px;
	}
.left_column ul {
	margin-left:50px;
	padding-bottom:10px;
	}
.left_column a {
	color:#990000;
	text-decoration:none;
	}
.left_column a:hover {
	text-decoration:underline;
	}
.left_btn {
	width:552px;
	height:60px;
	background:url(../images/left_btn.jpg);
	text-align:center;
	padding:3px 0 0 10px;
	margin-bottom:5px;
	}
.left_btn a {
	color:#fff;
	text-decoration:none;
	}
.left_btn a:hover {
	color:#b58137;
	}
.left_btn h1 {
	font-size:1.7em;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	margin-bottom:0;
	}
.left_btn h2 {
	font-size:1.28em;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	}
.right_column {
	width:330px;
	margin-right:15px;
	font-size:1.4em;
	line-height:1.8em;
	float:right;
	display:inline;
	}
.right_column h1 {
	color:#640606;
	font-size:1.04em;
	line-height:1.6em;
	margin-bottom:5px
	}
.right_column ul {
	list-style-image:url(../images/list_img.jpg);
	margin-left:20px;
	}
	
#footer {
	width:969px;
	margin:5px auto;
	text-align:right;
	color:#640404;
	font-size:1.3em;
	line-height:1.2em;
	}
#footer li {
	display:inline;
	}
#footer a {
	color:#640404;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
.small-text {
	font-size:0.9em;
	font-style:italic;
	}
.no_marg {
	margin:0;
	}
.right {
	float:right;
	display:inline;
	}
.left {
	float:left;
	display:inline;
	}
.form {
	border:0;
	background-color:#e0d0ba;
	}
		
.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;
}