form {margin:0;padding:0}
/* the above resets padding and margins*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin:15px 0px 35px 0px; padding:0px;
	/*background-color:#22331E;*/
	background:#191919 url(images/bk.jpg) repeat-x;
	color:#222222;
}
#wrapper {
	width:812px; 
  	voice-family: "\"}\""; 
	voice-family:inherit;
  	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFFFFF;
	padding:5px 6px 6px 6px;
	}
html>body #wrapper {
  	width:800px;
} 
#wrapper_top{
	border-top:1px solid #CCC;
	padding:10px 5px 15px 40px;
}
#logo{
	width:600px;
	float:left;
}
#phone{
	float:right;
	width:150px;
	padding-top:40px;
	text-align:right;
}
#navtopline{
	clear:both;
	background-color:#FFFFFF;
	height:2px;
	border-top:1px solid #D5DBDB;
}
/* nav stuff here */
#nav {
	background-color:#EBEFEF;
	height:25px;
	width:800px;
	margin-bottom: 4px;
	padding:0;
	font-size:12px;
	float:left;
}
#nav ul{
	margin: 0;
	padding: 1px 0px 0px 15px;
	list-style:none;
	float:left;
}
#nav li{
	float:left;
	
}
#nav a {
	float:left;
	display:block;
	margin: 0;
	text-decoration:none;
	color:#3A3A3A;
	padding:4px 10px 4px 12px;
	font-weight:bold;
	border-right:solid 2px white;
}
#nav a:hover{
	background:#C1CECE;
	/*background:url(images/back-top.jpg);*/
	text-decoration:underline;
}

/* end of nav */
.inp{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	border-style:solid;
	border-color:#c0c0c0;
	color:#232323;
	background-color:#EEEDE3;
	border-width:1px;
	margin-bottom:3px;
}
.clear{
	clear:both;
	font-size:.1px;
	line-height:.1px;
}
.southbay {
	width:780px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:right; /* Counteract to IE5/Win Hack */
	padding-top:5px;
	}
a.sb{
	text-align:right;
	font-size:10px;
	color:#999999;
}

