html {
	overflow:auto;
}

body{
	text-align:center;
	font-family: Arial;
	background-color:#efefef;	
	width:960px;
	margin:auto;
}

p, h1, h2, h3 { margin: 10px 20px; }

p { font-size: .9em; }

h1 { font-size: 1.4em; }

h2 { font-size: 1.1em; }

h3 { font-size: 1em; }	

label,input {
	display: block;
	width: 130px;
	font-size:.9em;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	padding-right: 20px;
	font-weight:bold;
	color: #000;
}

br {
	clear: left;
}

#container{
	margin:auto;
	text-align:left;
	width:960px;
	min-height: 550px; 
	border: #B45745 2px solid;
}

#body{ background: #000;padding:0;margin:0;width:960px;}


#header{
	height: 120px;
	background: #fff url('images/newlogo2.jpg') no-repeat;
	border-bottom: #B45745 3px solid;
	margin: 0px;
	padding: 0px;
}

#lhsnav{
	float: left;
	width: 175px;
	margin: 0px 0px -5px 0px;
	padding: 0px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: .8em;
}

#lhsnav ul{ margin-left: 0px; padding-left: 0px;}

#lhsnav ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background:#000;
}
#lhsnav li a{
	color: #fff;
	text-decoration: none;
}
.quicklinks li a{
	font-size: .88em;
	font-style: italic;
}	
#lhsnav li a:hover{ text-decoration: underline; }

#content{
	float: right;
	width: 785px;
	padding: 0px;
	margin: 0px;
	background: #fff url('images/navbg2.jpg') top right no-repeat;

}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}


#topnav { margin: 0px 0px 20px 35px; padding: 0px; }

#topnav li {
	margin: 0px 30px 0px 0px; 
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#topnav li a{
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}
#topnav li a:hover{ text-decoration: underline; }

#footer{
	position: relative;
	clear:both;
	height: 60px;
	margin: 0px; 
	padding: 0px;
	background: #B45745;
	color: #fff;
}

.address{
	float: left;
	margin: 10px 0px 0px 10px; padding: 0px;
	font-size: .6em;
	font-style: italic;
	font-weight: bold;
}

.phone{
	color:#940029;	
}
.since{
	float: right;
	font-size: 1.2em;
	font-style: italic;
	margin-right: 20px;
	margin-top: 20px;
}

.arrow{ margin-left: 5px; }

.active{ text-decoration: underline; }

.checkbox{ width: auto; }

.button{ 
	margin:20px 10px;
	background-color:#B45745;
	color:#fff;
	border-color:#BD2430;
	padding:0px;
	font-weight:bold;
	font-size:.8em
}

.quotee{ font-weight: bold; font-style: italic; font-size: .9em; }

.img_left{ float:left; margin-right: 20px; }
.img_right{ float:right; margin-left: 20px; }

/* Slideshow 

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-example-1 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 506px;
	height: 380px;
	background-color: #FFF;
	visibility: hidden;
}

#fade-example-1 li img {
	display: block;
	border: 3px solid #FFF;
}

.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.slideshow {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;
	width: 520px;
	height: 520px;
}

code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	right: 8%;
	top: 71%;
}
#fade-example-1-previous {
	left: 6%;
	top: 71%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
*/

.city1{
	float:left;
	list-style-type:none;
	margin-left:0px;
	font-size:14px;
}
.city{
	float:left;
	list-style-type:none;
	font-size:14px;
}

#sbmit {
	margin-left:150px;
}