body {
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	background:#EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	margin:0 auto;
	width:800px;
	text-align:left;
}
a {
	color:#666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 15px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.clickable {
	cursor:pointer;
	cursor:hand;
	text-decoration:
	underline;
	color:#597D28;
}
.top_menu {
	color:#FFFFFF;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
}
li {
	line-height: 20px;
}
ul {
	margin-left: 8px; 
	padding-left: 10px;
}
.bodycopysmall {
    FONT: 11px/12px Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 13px; 
}	

/************************ begin pagination styles ************************/
div.pagination_wrapper {
	clear:both;
	padding: 3px;
	margin: 3px auto;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	font-size:10px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/************************ end pagination styles ************************/

/************************ begin listing styles ************************/
div.main-column-content {
	/* outline: 1px dashed red;  debug */
	clear:both;
	width: 450px;
	margin: 0, auto;
	text-align:center;
}

div.listing-city {
	float:left;
	clear:both;
	background:#FCFCFC;
	padding: 8px 8px 8px 8px;
	color:#666;
	width: 400px;
	margin: 4px auto;
	border: 1px solid #CDCDCD;
}

div.listing-city-link_box {
	float:left;
	background:#FCFCFC;
	padding: 8px 8px 8px 8px;
	color:#666;
	width: 400px;
	margin: 4px auto;
	border: 1px solid #CDCDCD;
	font-size:10px;
	text-align:center;
	clear:both;
}

div.listing-entry {
	background:#FCFCFC;
	width:400px;
	float:left;
	padding: 12px;
	color:#000;
	font-size:14px;
	margin: 10px 0;
	border: 1px solid #CCC;
}

div.listing-entry-textbox {
	background:#FCFCFC;
	width:400px;
	float:left;
	padding: 12px;
	color:#666;
	font-size:12px;
	margin: 10px 0;
	border: 1px solid #CCC;
}

div.listing-entry-map {
	clear:both;
	margin: 0;
	padding: 0;
	text-align:center;
}

div.listing-info {
	/* outline: 1px dashed red;   debug */
	width: 272px;
	float:left;
	text-align:left;
}

div.major_links {
	text-align:center;
	font-size:13px;
}

.listing-info a {
	color:#000080;
	text-decoration:none;
}

.listing-phone {
	line-height: 2.5em; 
	color:#333;
}	
div.listing-thumb {
	/*  outline: 1px dashed red;  debug */
	width: 124px;
	float:right;
}
a.listing-thumb {
	text-decoration:none;
}
h2.listing-other-city-title {
	clear:both;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.listing-name {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
a.listing-title-link {
	text-decoration:none;
	color:#000080;
}

.listing-city img { 
    padding: 2px;
	border-color:#CCC;
	border-width:1px;
}
.listing-entry img{ 
    padding: 2px;
	border-color:#CCC;
	border-width:1px;
}
/************************ end listing styles ************************/

/******************** begin horizontal navbar styles ********************/
.nav_hori {
	width: 800px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-color: #666666;
	border-bottom: 1px solid #FFFFFF;
}
.nav_hori ul {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #666666;
}
.nav_hori li {
	float: left;
	background-color: #666666;
}
.nav_hori li a {
	display: block;
	padding: 4px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.nav_hori li:first-child a {
	border-left: 0px solid #FFFFFF;
}
.nav_hori li a:hover {
	color: #FFFF00;
	background-color: #87BE2F;
}
/******************** end horizontal navbar styles ********************/

/******************* begin 2-column styles ***********************/	
.two_column_mask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
.leftmenu {
	background:#D1B6D0;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:190px; /* Menu Col Overall Width */
	background:#FFFFFF;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:190px; /* Menu Col Overall Width */
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 50px 0 240px;   /*  50 is the main col margin width, 240 = 190 + 50 */
	position:relative;
	right:100%;
	overflow:hidden;	
}
.leftmenu .col2 {
	float:left;
	width:160px; /* Menu Col Content Width */
	position:relative;
	right:175px; /* Menu Col Content Width + Menu Col Single Padding Width */ 
}
/******************* end 2-column styles ***********************/
	
/******************* begin 3-column styles ***********************/	
.three_column_mask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
.three_column {
	background:#D1B6D0; /* Bgcolor of Right Col */
}
.three_column .colmid {
	float:left;
	width:200%;
	margin-left:-150px; /* - Width of Right Col */
	position:relative;
	right:100%;
	background:#FFFFFF; /* Bgcolor of Center Col */
}
.three_column .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:300px;  /* Total Width of Left Col and Right Col */
	background:#D1B6D0; /* Bgcolor of Left Col */
}
.three_column .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:150px; /* Left Col Overall Width */
	padding-bottom:1em;
}
.three_column .col1 {
	margin-top: 10px;
	margin-right: 185px; /* Width of Right Col + Central Col Padding: 185 = 150 + 35 */
	margin-bottom: 10px;
	margin-left: 185px; /* Width of Left Col + Central Col Padding: 185 = 150 + 35 */
	position:relative;
	left:200%;
	overflow:hidden;
}
.three_column .col2 {
	float:left;
	float:right;
	width:120px; /* Left Col Content Width */
	position:relative;
	right:15px; /* Left Col Padding Width: 15 = (150 - 120) / 2  */
}
.three_column .col3 {
	float:left;
	float:right;
	width:120px; /* Right Col Content Width */
	margin-right:45px; /* Right Col Padding + Left Col Padding * 2 : 45 = 15 + 15 * 2 */
	position:relative;
	left:50%;
}
/******************* end 3-column styles ***********************/

/* ------------------------ begin ezNews  --------------------------- */
/*
.content_box {
	width: 600px;
	padding: 25px;
	margin: 0px auto;
	background:#FFFFFF;
	border: 1px solid #CDCDCD;
	
}
*/
.api_article {
	clear:both;
	padding-top: 0;
	margin: 2px;
	padding-bottom: 2px;
	/* border-bottom: 1px solid #EEEEEE; */
	border-top: none;
	border-bottom: none; 
}
.api_article_image {
	float:left;
	margin-top: 3px;
	margin-right:10px;
	margin-bottom:10px;
}
.api_article_image img {
	padding: 3px;
	border: 1px solid #CCC;
}
.api_article_title {
	cursor:pointer;
	cursor:hand;	
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-size: 15px;
	color:#1A388A;	/* color of the news title */
	text-decoration:none;
}

.api_article_title a {
	text-decoration:none;
	color:#1A388A;	/* color of the news title */
}
.api_article_excerpt {
	font-size: 13px;
	color: #666666;
	line-height: 1.4em;	
}
.api_article_info {
	font-size: 13px;
	color:#999;
	line-height: 1.4em;		
}
ul.news_archive  {
	margin-left: 0;
	padding-left: 0;
}

li.news_archive {
	line-height: 1.8em;
	list-style:none;	
}
/* ------------------------ end ezNews  --------------------------- */
