@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
body  {
	font: 116% Arial, Verdana, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;;
}
h1 {
	color:#000066;
	font-family:Verdana,Arial,sans-serif;
	font-size:24px;
}
h2 {
	color:#006699;
	font-size:22px;
}
h2 a{
	color:#006699;
	font-size:22px;
}
h2 a:hover {
	text-decoration:none;
}
h3 {
	color:#006699;
	font-size:130%;
}
p {
	font-size:80%;
	margin:10px 0;
	color:#000066;
}
a {
	color:#006699;
}
a:hover {
	text-decoration:none;
}
.introText {
	color:#000066;
	font-size:1em;
	margin:20px 0;
}
.twoColFixLtHdr #container { 
	width:800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	width:800px;
	height:100px;
}
.twoColFixLtHdr #Bottom-Header {
	width:800px;
	height:150px;
} 
.twoColFixLtHdr #Chester-Image-Holder {
	width:182px;
	height:150px;
	float:left;
}
.twoColFixLtHdr #Flash-Header-Holder {
	width:500px;
	height:150px;
	float:left;
}
.twoColFixLtHdr #Links-Header-Holder {
	width:118px;
	height:150px;
	float:left;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 182px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	} 
.twoColFixLtHdr #footer { 
	border-top:1px solid #CCCCCC;
	clear:both;
	color:#000033;
	font-size:95%;
	font-weight:bold;
	margin-top:0;
	padding:10px;
	text-align:right;
} 
.bella {
color:#000000;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
.bella a{
	text-decoration:none;
}
.bella a:hover{
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatRight {
	text-align:right;
}
.fp_newsblock {
	border:1px solid #000033;
	padding:10px 0 10px 10px;
	width:90%;
}
.fp_newsblock a{
	font-size:80%;
	margin:10px 0;
	color:#006699;
}
.headline {
	font-size:14px;
	margin-bottom:4px;
	margin-top:10px;
}
.newsImage {
	float:left;
	margin-right:10px;
}
#searchbut {
	height:57px;
	width:182px;
}
#searchbut ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#searchbut ul a{
	display:block;
	text-decoration:none;
}
#searchbut a {
	background:transparent url(../images/search.jpg) no-repeat scroll 0 0;
	border:0 none;
	display:block;
	height:57px;
	text-indent:-9999px;
}
#searchbut a:hover {
	background:transparent url(../images/search.jpg) no-repeat scroll 0 -57px;
}
#searchbut a:visited {
	color:#FFFFFF;
	padding:10px 0 0;
}
#sectionLinks {
	font-size:13px;
	margin:0;
	padding:0;
}
#sectionLinks ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#sectionLinks a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
}
#sectionLinks a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#sectionLinks li {
	color:#FFFFFF;
	font-size:12px;
	height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:5px;
	padding-top:5px;
	border-bottom:medium none;
}
.dark {
background-color:#000066;
border-bottom:1px solid #333333;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}
#navpic{
	width:140px;
	margin:20px auto;
}
ul {
	color:#000066;
	font-size:15px;
	list-style-type:square;
	margin-left:30px;
	padding-top:10px;
}
.newslink {
	color:#006699;
	font-size:15px;
}
.story {
font-size:15px;
}
.propertyTitle {
	background-color:#000066;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	width:550px;
}
.prp_image{
	margin-right:10px;
}
.prp_image img{
	border:1px solid #000000;
}
.propertiesDeets img{
	border:1px solid #000000;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.propertyType{
	
}
.propertySize{
	
}
.propertyPrice{
	
}
.UserFormText{
	font-size:80%;
	padding-bottom:8px;
	color:#000066;
}
.propertyTitle a{
	color:#FFFFFF;
	font-weight:normal;
}
.leftpropertydescription{
	float:left;
	width:200px;
}
.propertyImage {
	float:left;
	border:1px solid #000000;
}
.properties li{
	
}
.properties{
	overflow:hidden;
}
.properties ul{
	margin-left:285px;
}
.description{
	clear:both;
}
.propertiesDeets{
	overflow:hidden;
}
.propertiesDeets ul{
	margin-left:285px;
}
.description p{
}
.heading{
	color:#FFFFFF;
	background-color:#000066;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	width:550px;
}