@charset "utf-8";
body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/homebg.jpg) repeat-x #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

.main p {
	font:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border:none;
}
.main #container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header { 
	height:68px;
	background: #000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.main #flash {
	float:left;
	margin-top:1px;
	width:555px;
}
.main #locfinder {
	background-image: url(images/topright-banner.jpg);
	float:right;
	width: 220px;
	height:215px;
	margin-top:1px;
}

.main #navigation {
	background-color:#000;
	height:24px;
	margin: 0 0 0 0;
	padding-top:1px;
}

.main #masthead {
height:216px;
background:#7e7e7e;
margin-bottom:8px;

}


.main #mainContent { 
	margin: 0 0 0 0px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.main #mainContent h1{
	font-size:16px;
	text-transform:uppercase;
	color:#206359;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.main #mainContent h3{
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}




.main #mainContent p {
	color:#fff;
	font-size: 12px;
}

.main #mainContent a {
	color:#206359;
	text-decoration:none;
}

.main #mainContent a:hover {
	color:#206359;
	text-decoration:underline;
}


.main #leftbox {
	width: 234px;
	float:left;
	margin:7px 5px 0 0;
}

.main #leftbox p {
	padding:5px;
}

.main #rightbox{
	width: 234px;
	float:left;
	margin:7px 5px; 0 0;
}

.main #farrightbox {
	width:234px;
	float:left;
	margin:7px 5px; 0 0;
}
.main #farrightbox p{
	padding:5px;
}

.main #rightbox p{
	padding:5px;
}

.main #mainContent h2{
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.main #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000 url(images/footer-bg.jpg) repeat-x;

} 
.main #footer p, .main #footer a {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#a8a7a7;
	text-align:center;
	font-size:11px;
	text-decoration: none;
}

.main #footer a:hover {
	text-decoration:underline;
	margin-bottom:0px;
}
.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;
}

#mainContainer {
	background-color:#000;
} 

.main #logo {
	width:250px;
	float:left;
}
.main #search {
	float:right;
} 

.main #utilities {
	float:right;
	background-color:#000;
color:#fff;
margin-top:6px;
font-size:10px;
}
.main #utilities a{
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
.main #utilities a:hover{
	
	text-decoration:underline;
}
#subNav {
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}

#subNav UL {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}

#subNav UL UL {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#subNav UL UL UL {
	margin: 5px 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#subNav LI {
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
}

#subNav A {
	margin: 0 0 0 0;
	padding: 2px 3px 4px 5px;
	display: block;
	text-decoration: none;
	color: #fff;
}

#subNav A:hover {
	background-image: url(images/navHover.gif);
	font-weight: bold;
}

#subNav A.subLink {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#subNav A.subLink:hover {
	font-weight: normal;
	text-decoration: underline;
	background-image: none;
}