input, textarea, select {
	border: 1px solid #d4d4d4;
	padding: 2px;
	color: #333;
	}

fieldset {
	border:none;
	}
	
label {
	margin: 5px;
	font-size:10px;
	color:#333;
	}
	
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 3px;
	border-width: 2px;
	border-style: outset;
	border-color: #335Da7;
	background-color: #335Da7;
	}

.button:hover {
	border-color: #2767b1;
	background-color: #2767b1;
	}

.button:active {
	color: #dddddd;
	border-style: inset;
	border-color: #223e6f;
	background-color: #223e6f;
	}

.zipresults {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	}

a, a:visited {
	text-decoration: none;
	color:#3C7BA6;
	border-bottom: #8ea4cd 1px dotted;
}

a:hover{
	text-decoration:none;
	border-bottom: #8ea4cd 1px solid;
	color:#8ea4cd;
	}

address {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-size:12px;
	color:#333;
	}
	
.leftmenu a {
	margin:0px;
	border-bottom: none;
	}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#8ea4cd;
	background: url(images/shared/lquote.gif) no-repeat top left;
	margin: 0px;
	padding: 18px 32px;
	line-height: 1em;
	}

#quoted {
	width:363px;
	background: url(images/shared/rquote.gif) no-repeat bottom right;
	}

h1 {
	font-size:18px;
	border-bottom: #3C7BA6 solid 1px;
	}

h2 {
	background: url(images/shared/recycle.gif) no-repeat top left;
	font-size: 15px;
	text-indent: 25px;
	}

h3 {
	border-bottom: #3C7BA6 solid 1px;
	}

h4 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	}

h1, h2, h3 {
	color: #335da7 !important;
	}

ul li {
	margin: 1em 0px;
	}

p {
	line-height:1.2em !important;
	margin: 15px;
	}

address {
	font-weight: normal;
	margin: 15px;
	}
	
.homepagetextbg {
	background-image:url(images/home/textbg.jpg);
	background-repeat:repeat-y;
	}
	
.homerightside {
	background-image:url(images/home/rightsidebg.jpg);
	background-repeat:repeat-y;
	}

.homerightside h1 {
	font-size:10px;
	border-bottom:none;
	margin:15px 15px 5px 15px;
	}
	
.homerightside p {
	font-size:10px;
	margin:0 15px 5px 15px;
	}

.borders {
	border-color: #d4d4d4;
	border-style:solid;
	}
	
.quicklinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6F93B8;
	padding:10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
	}

.maintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	margin:10px 10px 10px 10px;
	}

.farrightsidebg {
	border-left: #d4d4d4 solid 1px;
	}

.newsitem {
	font-size: 14px;
	}
		
ul.hours li {
	background-color:#fff;
	list-style-type: none; 
	position: relative; 
	margin:2px -4px;
	}

ul.hours ul {
	display: none; 
	width: 205px;
	}

html>body ul.hours ul {
  	width:160px;
	}

ul.hours li:hover ul, ul.hours li.sfhover ul {
	text-align:left;
	display: block;
	list-style-type: none;
	position: absolute;
/*	z-index:100; */
	top: 15px; 
	left: 100%; 
	color:#333;
	margin-left: -240px;
	background: url(images/shared/logobg.gif) no-repeat top left #fff; 
	padding: 2px 5px 2px 30px;
	border: 1px #3C7BA6 solid;
	}

html>body ul.hours li:hover ul {
	margin-left: -130px;
	}

ul.hours a {
	display: block; 
	text-decoration:none;
	border-bottom: #8ea4cd 1px solid;
	background: url(images/shared/clock2.gif) no-repeat top left;
	}

ul.hours a:hover {
	background: url(images/shared/clock.gif) no-repeat top left;
	}

#contactus {
	width: 325px;
	}

#contactus .row {
	clear: both;
	padding-top: 5px;
	}

#contactus .row span.label {
	float: left;
	width: 100px;
	text-align: left;
	font-weight: bold;
	}

#contactus .row span.formw  {
	float: right;
	width: 285px;
	text-align: left;
	} 

#contactus textarea {
	width: 280px;
	}