



input {
	font-size: 16px;
}

.row_default{
	background-color: #e8ecbd;
}

.row_alternating{
	background-color: #a6cec5;
}

div#popular_cities_thumbnails {
		font-size: 17px;
	text-decoration: none;
	/* background-color: #e8ecbd;	*/
	background-image: url(../../directory/modules/popular_cities/images/background_popular_cities.png);
	background-repeat: no-repeat;
}

div#popular_cities_tab{
font-size: 18px; 
font-weight:bold; 
background-image: url(../../directory/modules/popular_cities/images/tab_popular_cities.png);
background-repeat: no-repeat; 
height: 26px;
}

div#popular_city_display{
	font-size: 14px;
}









.instruction {
	font-size: smaller;
	color: #399019;
}



.name_of_site{
	color: #124a54;
	font-size: 28px;
	font-weight: bold;
	font-style: oblique;
}


.copyright{
	font-size: 12px;
	text-decoration:none;
	margin-left: 10px;
}


.favcolor {
	background-color: #e8ecbd;
}



	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */

		font-size: 17px;
		font-family: Tahoma;
		font: normal;
		
		color: #172737;

		background-color: #ffffff;
 /*
		background-image: url(../../directory/images/background/background.gif);
		background-repeat: repeat;
*/
	}
	
	
	a {
		color: #000;
	}
	
	a:hover {
		color:#172737;
		background: #f4ec55;
		text-decoration: none;
	}


.totalmatches {
	color: #330000;
	font-weight: bold;
	font-size: 13px;
}

	h1{
		color: #124a54;
		font-size: 24px;	
	} 
	
	h2  {
		font-size: 19px;
		margin:.8em 0 .2em 0;
		padding:0;
		color: #124a54;  /* #172737; */
	}

		h3 {
			font-size: 18px;
		margin:.8em 0 .2em 0;
		padding:0;
		color: #3f9784;
	}
	
	
	h4 {
		margin:.6em 0 .2em 0;
		padding:0;
		color: #000000;
	}

h5 {
font-weight: bold;
font-size: 16px;
color: #000000;
}

	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		/* margin:10px 0 5px; */
		margin-bottom: 5px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;	
 		border-bottom:0px solid #789eb0;	
	}
 
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#fff;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:visible;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:visible;
	}
	/* 3 Column settings */
	.threecol {
 
			/* background: #ededed; right column background colour */
	}
	.threecol .colmid {
		right:35%;			/* 25% - width of the right column */
				/* background: #ffffff; center column background colour */
	}


	.threecol .colleft {
		right:50%;			/* width of the middle column */
			/* background: #ededed;    left column background colour */
		
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */

#topbar  {
	background-color: #e8ecbd;
   font-size: 16px; 
   font-weight: normal;
  	text-decoration:none;
  	width:100%;
  	padding:3px;
	margin:0;
}

	#footer {
	   font-size: 14px;
   	background-color: #e8ecbd;
  		clear:both;
		float:left;
		width:100%;
		border-top: 0px solid #fff;
	   text-decoration:none; 
	}
	
	#footer p {
		padding:10px;
		margin:0;
		font-size: smaller;
		font-weight: bold;
	}
	
	
	
.sponsored_links_th {
   color: #ffffff;
	background-color: gray;
	font-weight: bold;
}

.sponsored_links {
	color: #000000;
	background-color: #ffff99;
}


.filename{
	font-style: italic;
	font-size: x-small;
}

.form_color{
	background-color: #ededed;
}

.submit{
 
color: #172737;
}

.tab {
	color: #FFFF99;
}

.bronze {
background-color: #e9e49e;

}
.bronze_th {
	color: #124a54;
background-color: #a6cec5;
}


.silver {
background-color: #a6cec5;
}

.silver_th {
	color: #124a54;
	background-color: #e8ecbd;
}


.gold {
	background-color: #f4ec55;

}
.gold_th {
	color: #f4ec55;
	background-color: #172737;
}


.minipage {
background-color: #ededed;
}
.minipage_th {
	color: #124a54;

	background-color: #e9e49e;
	font-weight: bold;
}


.sponsor {
	background-color: #fcf001;
}
.sponsor_th {
	color: #fcf001;
	background-color: #000000;
}


.ad_title {
	font-size: 15px;
}
.ad_text {
	font-size: 13px;
}
.ad_www {
	
	color: #330000;
	font-size: 13px;

}

.listing_th {
color: #FFF6D5;
background-color: #000000;	
font-size: 11px;
font-weight: bold;
}	


div#listing_display{
	/* background-color: #e8ecbd;	 */
	background-image: url(../../directory/images/background/cool_listing.png);
	background-repeat: no-repeat;	
}

div#listing_display_box{
	margin: 10px;
	margin-left: 15px;
	margin-bottom: 10px;	
}
div#listing_display_organization{
	margin-top: 15px;
	font-weight: bold;	
	color: #ece963;
	text-decoration: none;	
}
div#listing_display_phone{
	font-size: normal;
}
div#listing_display_category{
	font-style: italic;
	font-size: 12px;	
}
div#listing_display_city{
	text-transform: capitalize;
}

div#listing_display_property{
	font-style: normal;
	font-size: 10px;	
}



div#listing_symbols, div#listing_symbols a{
	text-decoration: none;
	background-color: transparent;
		
}



div#featured_listing {
	background-color: #e8ecbd;

}
div#featured_listings_box{
	margin: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}





div#featured_listing_organization {
	font-weight: bold;	
	color: #ece963;
	text-decoration: none;
}
div#featured_listing_phone{
	font-size: normal;
}

div#featured_listing_property{
	font-style: normal;
	font-size: 10px;
}
div#featured_listing_category{
	font-style: italic;
	font-size: 12px;
}
div#featured_listing_city_state{
	
}
div#search_ajax_form{
 	clear: both;
	margin: auto;
	width: 760px; /* 1050px  */
	padding: 0px;


 
}

div#search_container{
	background-image: url(../../directory/images/background/ajax_search_form_background.png);

	background-repeat: no-repeat;
	min-height: 55px;
	max-width: 750px;
}

div#search_organization_box, div#search_category_box, div#search_location_box, div#search_submit_box
{
	float: left;
	padding: 5px;
	margin: 0px;

	/* background-color: #f4ec55; */
}

div#search_organization_popup, div#search_category_popup, div#search_location_popup
{
	position: absolute;
	z-index: 10;
	background: #e8ecbd;
	display: none;
	border: thin solid black;
	margin: 0px;
	overflow: auto;
}

#search_category, #search_location, #search_organization,
{
 	font-size: 12px;
}

#search_go {
	/* color: #e8ecbd; */
	color: white;
	background-color: #172737;
 	font-weight: normal;		
}


div#search_organization_popup p, div#search_category_popup p, div#search_location_popup p
{
	font-size: 10px;
	padding: 2px;
	margin: 0px;
}

a.popup_window
{
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

div.universalZoom
{
	border: thick solid black;
	background: white;
}
div.universalZoom h1
{
	font-size: 20px;
}

div.universalZoom img
{
	width: 150px;
}


code {
	background-color: #ededed;
	font: monospace;
}
