@charset "UTF-8";
/* CSS Document */



#container {
	/* width: 626px; */   /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 750px;  	
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topBanner {
	

}

#mainContent {
	padding-left:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:550px;
}




.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	color: #4994CB;
	font-size: 11px;
}

/*
a {
	color: #4994CB;
	text-decoration: underline;

}


a:hover {
	color: #C92B20;
	text-decoration: underline;
}
*/
a.brcrumb {
	color: #4994CB;
	text-decoration: none;	

}


a.brcrumb:hover {
	color: #C92B20;
	text-decoration: underline;
}

#content.directory h2 {
font-size:140%;
padding-top:10px;
}
#content.directory h3 {
font-size:175%;
padding-top:5px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #4994CB;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 3px;
}

.maintext {
	color: #333333;
	/*	font-family: "Times New Roman", Times, serif;   */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-bottom: 15px;
}

.smalltext {
	color: #333333;
	/*	font-family: "Times New Roman", Times, serif;   */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
	line-height:140%;
}

.cat-listing {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
	width:500px;
	margin-left: 0px;
	border: 3px solid #DFDFDF;
	margin-bottom: 20px;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;	
}

.cat-narrowlisting {
	background-color: #FFFFFF;
	width:230px;
	border: 3px solid #DFDFDF;
	height: 100%;
	min-height: 80px;
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}



.listing {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	width:540px;
	height:auto;
	margin-left: 15px;
	border: 3px solid #DFDFDF;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	padding-left:15px;
	margin-left:0px;
	
}

.listing-free {
	margin-top: 5px;
	margin-right: 10px;
	width:560px;
	height:auto;
	margin-left: 15px;
	margin-bottom: 0px;
	float: left;
	text-align: center;
	left: 218px;
	top: 415px;
}

.listing-text {
	padding:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	width: 360px;
	height: auto;
	float:left;
	
}

.listing-img {
	width: 170px;
	height: auto;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 3px;
}


.ad {
	padding:0px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 18px;
	border: 1px solid #333333;
	
}

.topbanner {
	/*
	padding:0px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	*/
 	border: 1px solid #333333;

	
}
.adtext {
	font-size:70%;

}
