@charset "utf-8";
/* CSS Document */
.clearFix {
	clear: both;
}

body {
	margin: 10px 0 0 0;
	background-color: #e7daa3;
}

img {
	border: none;
	padding: 0;
}

#main {
	margin:0 auto;
}

#header {
	width:100%;

}

#headermenu {
	widht: 100%;
	height:58px;
	background-image: url(../images/btnbg.jpg);
	background-repeat: repeat-x;
}

.headermenuitems {
	height:58px;
	margin-left:100px;
}

.headerquote {
	width: 600px;
	height: 76px;
	margin-left: 400px;
}

.headerimg {
	border:none;
	width: 1000px;
	background-image: url(../images/headerimg3.jpg);
	background-repeat: no-repeat;
}

.headerimg a {
	border:none;
}

.content {
	width: 600px;
	margin: 20px 0 0 400px;
}

.contenttitle {
	width: 570px;
}

.contenttext {
	padding:10px 30px 10px 30px;
	width: 500px;
	color: #163b0f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.contenttext a{
	color: #163b0f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}

.contentimg {
	margin: 0 0 0 20px;
	width: 116px;
	height: 77px;
	border: none;
	float:left;
}

.sidebar {
	width: 400px;
	height: 700px;
	position: absolute;
	top:70px;
	left: 20px;
	margin: 0;
	z-index: 90;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat:no-repeat;
}

.sidebar_logo {
	width: 400px;
	height: 180px;
	position: absolute;
	top:70px;
	left: 20px;
	margin: 0;
	z-index: 90;
	background-image: url(../images/sidebar_logo.gif);
	background-repeat:no-repeat;
}

.sidebarquote {
	width: 200px;
	margin: 200px 100px 0 100px;
	color: #163b0f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight: bold;
}

.locations {
	font-weight:bold;
	margin-bottom:20px;
	padding:10px 30px 10px 30px;
	width: 500px;
	color: #163b0f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}

.locations a{
	color: #e7daa3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-decoration: blink;
	background-color: #163b0f;
}

.locationsnew {
	margin-bottom:20px;
	padding:10px 30px 10px 30px;
	width: 200px;
	color: #163b0f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	display:inline-block;
	text-align:center;
}

.locationsnew a{
	color: #e7daa3;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: blink;
	background-color: #163b0f;
}

.contact {
	font-weight:bold;
	margin-bottom:20px;
	padding:10px 30px 10px 30px;
	width: 500px;
	color: #163b0f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.contact a{
	color: #ffaf11;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight: bold;
	background-color: #512511;
	text-decoration: none;
}

.signup {
	font-weight:bold;
	margin-bottom:20px;
	padding:10px 30px 10px 30px;
	width: 500px;
	color: #163b0f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.signup a{
	color: #512511;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight: bold;
	background-color: #ffaf11;
	text-decoration: none;
}
.locations img{
	padding: 0;
}

.footer {
	width: 100%;
	bottom: 0;
	height: 43px;
	background-image: url(../images/footer.jpg);
	text-align: left;
}

.footerfill {
	width: 100%;
	height: 242px;
	background-color: #3A1A0B;
}

.powered {
	background-image:url(../images/fts_logo.png);
	height:34px;
	margin:6px;
	width:150px;
}

.poweredright {
	background-image:url(../images/fts_logo.png);
	height:34px;
	margin:6px;
	width:150px;
	float: right;	
}

