@charset "utf-8";
body {
	font: 11px Tahoma, sans-serif;
	background: #ffffff;
	margin: 20px; 
	padding: 0;
	text-align: center; 
	color: #333333;
	background-image:url(/img/bg_body.png); background-position:top; background-repeat:repeat-x
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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 */
		text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {width:780px;
	padding: 14px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(img/bg_footer.png); background-repeat:no-repeat; height:40px; margin-top:15px;
}
.oneColFixCtrHdr #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 */
}

td {font:normal 11px Tahoma, sans-serif; color:#333333; line-height:120%}

.big {font:bold 12px Tahoma, sans-serif;}

.main_nav {font:bold 10px Tahoma, sans-serif; color:#015096; height:28px; border-bottom:1px solid #d2d2d2; padding:10px 10px 10px 10px; text-align:left; margin:0 4px 0 4px;}
a.main_navA {font:bold 10px Tahoma, sans-serif; color:#666666; text-decoration:none;}
a.main_navA:hover {text-decoration:underline; color:#134777;}

a {font:bold 11px Tahoma, sans-serif; color:#134A81; text-decoration:underline}
a:hover {text-decoration:none; color:#666666}

a.white:hover {color:white;}

.category_header {background-image:url(/img/bg_category_header.png); background-repeat:no-repeat; height:26px; color:white; font:bold 12px Tahoma, sans-serif; width:349px; padding:5px 0 0 30px;}
.category_content {padding:15px 20px 10px 10px; vertical-align:top; width:349px;}

a.category_link {text-decoration:none; color:#134A81; font-weight:bold; background-image:url(img/dots.png); background-position:bottom; background-repeat:repeat-x; height:30px; width:328px; padding-left:15px; display:block; padding-top:8px;}

a.category {font:bold 14px Tahoma, sans-serif; text-decoration:none; color:#134777}
a.category:hover {text-decoration:underline; color:#039A34}

a.categoryH {font:bold 12px Tahoma, sans-serif; text-decoration:none; color:#ffffff;}
a.categoryH:hover {text-decoration:underline; color: #FFFF66}

a.footer {font:bold 14px Tahoma, sans-serif;  color:#DDE4F0; text-decoration:underline;}
a.footer:hover {text-decoration:none; color:#DDE4F0;}

#copyright {font:normal 11px Tahoma, sans-serif; color:#5c5c5c; text-align:center; padding: 20px 0 20px 0;}

#featured_container {background-color:#E7F7ED; width:752px; text-align:center; background-image:url(img/bg_featured_header.png); background-position:top; background-repeat:no-repeat; margin-top:20px;}

#listings_container {width:752px; text-align:center; margin-top:14px;}

.featured_header {font:bold 14px Tahoma, sans-serif;  color:#E9F0F8}

.listings_header {font:bold 13px Tahoma, sans-serif;  color:#8A8A8A}

a.add_listing {color:#11355E; font:bold 10px Tahoma, sans-serif; text-decoration:underline; margin-right:10px;}
a.add_listing:hover {text-decoration:none;}

.listing {margin:5px 10px 5px 15px; padding:10px;  background-image:url(img/dots.png); background-position:bottom; background-repeat:repeat-x; text-align:left;}
.listing_title {font:bold 11px Tahoma, sans-serif;  color:#134A81;  padding-bottom:5px;}

a.listing_link {color:#2E5C8B; font:normal 10px Tahoma, sans-serif; margin-top:5px; margin-bottom:7px;}

.white {color:#FFFFFF;}

.sm {font-size:10px;}
.style1 {color: #666666}
