
body  {
	margin: 0;
	padding: 0;
	text-align: center;
}

 #container { 
	width: 100%; 
	background: #FFFFFF;
	margin: 0 auto; 
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	text-align: left; 
} 
 #container2 { 
	width: 1078px; 
	margin: 0 auto; 
} 
 #header { 
	height:32px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:32px;
} 
 #header a{ 
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
} 
.small-r {
	font-size:14px;
}
 #sidebar1 {
	float: left; 
	width: 350px;
}
#logo {

	margin-top:5px;
}
#logo-phone {
	height:45px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-weight:bold;
	color:#675a4e;
	font-size:16px;
	line-height:20px;
	font-size:24px;
	margin-right:20px;
}
#logos {
	padding-top:5px;
}
#smflash {
	width:340px;
	height:270px;
}
#availability{
	padding-left:10px;
	padding-top:5px;
	background-image:url(images/avail-back.jpg);
	background-repeat:no-repeat;
	height:180px;
	width:339px;
}
#smallgreen{
	color:#009933;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
}
#check-form3{
    width:160px;
	float:left;
	position:relative;
	padding-bottom:5px;
	
}

#check-form2{
	height:40px;
	text-align:left;
	float:left;
    padding-bottom:5px;
	position:relative;
	
}
#check-form1{
	height:20px;
	width:160px;
	float:left;
	position:relative;
	padding-bottom:5px;
	
}
.smallblk{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

 
.smallblk2{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding-left:15px;
}
#submit{
	text-align:right;
	width:300px;
	position:relative;

}
#hidden{
padding-top:0px;
padding-bottom:0px;
overflow:hidden;
	
}
#nav {
	margin-top:20px;
	width:100%;
	margin-bottom:10px;
	height:25px;
}
#bar {
	height:17px;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
	width:718px;
}
#lgflash {
	height:450px;
	width:718px;
	margin-top:5px;
	margin-bottom:5px;
}
#text-box {
	background-image:url(images/txt-bg.gif);
	background-color:#d8d7c2;
	height:300px;
	margin-bottom:10px;
}
#text-box h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	padding-left:20px;
	padding-top:20px;
	margin:0px;
	color:#675a4e;
}
#text-box h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	padding-left:290px;
	padding-top:5px;
	margin:0px;
	letter-spacing:-1px;
		color:#393028;
}
#left-txt {
	float:left;
	width:400px;
	margin-left:20px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}
#right-txt {
	margin-left:445px;
	margin-top:10px;
	margin-right:10px;
	border-left: 1px solid #393028;
}
#right-txt ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	margin:0px;
	padding:0px;
	padding-left:30px;
}
	
 #mainContent {
	float:left;
	width:718px;
	padding:0px;
} 
#title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	font-weight:bold;
	color:#129045;
	background-color:#ffffff;
	margin-right:11px;
	border-bottom:1px solid #030;
}
 #footer { 
	border-top:2px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-left:20px;
	margin-top:10px;
} 
 #footer a{ 
	color:#060;
	text-decoration:none;
} 


/* Miscellaneous classes for reuse */
.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;
}
