@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid blue;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header 
{ 
	background: #FFFFFFF; 
	padding: 0px;
	border-bottom: solid 1px blue;
	height: 121px;
	background-image:url(../images/headerbg.jpg);
	background-repeat: repeat-y;
}

#header img 
{
	padding: 10px;
}

.address
{
	margin: 25px 0 0 30px;
}

.address li
{
	list-style-type: none;
	font-size: 12px;
}

.address li a
{
	text-decoration: none;
}

.phone
{
	margin: 25px 0 0 0px;
}

.phone li
{
	list-style-type: none;
	font-size: 12px;
}

.phone li span
{
	font-weight: bold;
}

.phone li a
{
	text-decoration: none;
}

.hours
{
	margin: 25px 0 0 0;
}

.hours li
{
	list-style-type: none;
	font-size: 12px;
}

.hours li a
{
	text-decoration: none;
}
	

#menu2 {
	width: 200px;
	margin: 0 0 0 0px;
	padding: 0px;
}

#menu2 ul li
{
	list-style-type: none;
}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: blue;
	display: block;
	background:  url(../images/menu2.gif);
	padding: 8px 0 0 30px;
}
	
#menu2 li a:hover {
	color: #3688BA;
	background:  url(../images/menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
}
 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 0px 0px 10px;
}

#companies
{
	margin: 10px 0 0 0;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.autoText
{
	padding: 0 0 10px 0;
	text-indent: 15px;
}

.autoText span
{
	font-weight: bold;
}

.homeText
{
	padding: 0 0 0 19px;
}

.homeText span
{
	font-weight: bold;
}
.contactText
{
	font-size: 14px;
}
.contactText span
{
	font-weight: bold;
}
.bold
{
	font-weight: bold;
}
.list
{
	list-style-type: disc;
}
.floatRight{
	float:right;
	padding: 5px;
	border: solid 1px black;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	clear: both;
	text-align: center;

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul li
{
	display: inline;
	list-style: none;
	font-size: 9px;
}

#footer ul li a
{
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:active, #footer ul li a:link, #footer ul li a:visited
{
	color: blue;
}