/* <!-- */
	/* General styles */
	html {
		background: #3c55b9 url('/assets/images/solar-bg.jpg') top center no-repeat fixed;
}
	body {
		margin:0 auto;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:970px;
		background:#F4F4EE ;
		background: transparent;
		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:70%;
		font-family: Verdana, Arial;
	}
	a {
		color:#369;
		text-decoration:none;
	}
	a:hover {
		color:silver;
		/* background:#369; */
		text-decoration:underline;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	h2 { font-size: 16px;  color: #3567C8;}

	h3 {
		font-size: 12px;
}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
		border: 0;
	}
	.logo {
	padding-top: 28px;
	padding-left: 14px;

}

.search {
 /*background: #FEEF58;
 background: #FEFABC;
 background-image: url('/assets/images/bar-bg.png');
 background-repeat: repeat-x;*/
 background: #3788D7;
 background: #FFFB9F;
     /*opacity: 0.30;
     filter:alpha(opacity=0.30); */

height: 32px;
		border: 2px solid #C7E1EE;
}

	/* Header styles */
	#header {
		clear:both;
		/*float:left;*/
		width:100%;

	}
	#header {
		/*border-bottom:1px solid #000;*/
		background: #FEEF58;
		background: transparent;
		height: 80px;
	}
	#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:#eee;
		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:hidden;		/* This chops off any overhanging divs */
		border: 2px solid #C7E1EE;
	}
	/* 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:hidden;
	}
	.col3 ul {
		margin-left: -10px;
}
	.col1 h1 {
	background: #1B1464;
	color: #fff;
	font-size: 16px;
	padding: 8px;
}

	.col2 {
	margin-top: 60px;
}

/* 3 Column settings */
.threecol {
	background: #FFF;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background: #FFF;		/* center column background colour */
}
.threecol .colleft {
	right:58%;			/* width of the middle column */
	background: #fff;	/* left column background colour */
}
.threecol .col1 {
	width:62%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:15%;			/* Width of left column content (column width minus padding on either side) */
	left:23%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:15%;			/* Width of right column content (column width minus padding on either side) */
	left:89.5%;			/* 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) */
}

.listingbox {
padding-bottom: 12px;
 border-bottom: 1px dashed silver;
 padding: 6px 10px 17px 10px;
 font-size: 82%;
}

.slistingbox {
border-bottom: 1px dashed silver;
 background-color: #FEFABC;
 padding: 6px 10px 12px 10px;
border: 1px solid #f2f2f2;
 background-color: #FFFB9F;

}
.slistingbox a {
color: #3567C8;;
}

.telno {
 font-weight: bold;
 color: #2f2f2f;
}

.green {
 color: #006837;
}

.plistingbox {
border-bottom: 1px dashed silver;
 padding: 6px 10px 12px 10px;
 background: #FFFEEF;

}

.llatest {
 margin-top: 40px;
 font-size: 80%;
}
.standard {
 color: black;
 font-size: 150%;
}

.countylisting {
 float: left;
 width: 48%;
}
.clearfix {
 clear: both;
height: 1px;
 font-size: 1px;
}
.countyhome {
  padding: 12px 0 0 0;
}
.cityhome {
  padding: 12px 0 0 0;
}

.round{
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
.roundbig{
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}
.roundtop {
 -moz-border-radius-topright: 10px;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-bottomright: 0;
 -moz-border-radius-bottomleft: 0;
 -webkit-border-top-right-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-bottom-right-radius: 0;
 -webkit-border-bottom-left-radius: 0;
}
.roundbottom {
 -moz-border-radius-topright: 0;
 -moz-border-radius-topleft: 0;
 -moz-border-radius-bottomright: 10px;
 -moz-border-radius-bottomleft: 10px;
 -webkit-border-top-right-radius: 0;
 -webkit-border-top-left-radius: 0;
 -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
}

.bannerimage {
 width: 145px;
}

