#contentcenter h1,#contentcenter h2,#contentcenter h3,#contentcenter h4,#contentcenter h5,#contentcenter h6 {
	color: #336699;
	margin: 0.4em 12px;
}
#contentcenter h1{
	font-size: 1.4em;
	text-transform: capitalize;
	margin:0;
	padding: 0.4em 12px;
	border-bottom:2px white solid;
}
#contentcenter h2{
	color:black;
	font-size: 1.2em;
}
#contentcenter h3{
	color: #336699;
	font-size: 1.1em;
}
#contentcenter h4{
	font-size: 1.1em;
}
#contentcenter p {
	margin: 1em 12px 1em 12px;
}

/*bodyadvert*/
#contentcenter div.bodyadvert{
	border-top:1px white solid;
	border-bottom:1px white solid;
}
	
/*left floated image */
#contentcenter p.fl{
	display:inline;
	float:left;}

/*codeblock*/
#contentcenter div.codeblock{
	margin: 0.4em 12px;
}

/*etextblock*/
div.etextblock {
	margin-bottom: 1.5em;
	clear: both;}

/*esummary*/
div.esummary {
	border-bottom: 1px #ffffff solid;
}
div.esummary img{
	padding:0;
	margin:0;
	border:2px white solid;
	width: 56px;
	height: 81px;
}

#contentcenter .esummary p {
	margin: 0.5em 12px 0.5em 12px;
}

#contentcenter .etextblock{
	border-bottom:1px white solid;
}

/*read more links */
#contentcenter div.readmore{
	display:block;
	/*height:9px;*/
	text-align:right;
	background:transparent url("/sites/default/images/en_autoreadmore.gif") right no-repeat;cursor: pointer;}

#contentcenter div.readmore a{
	color:white;
	text-transform: lowercase;
	padding:0px 8px;
	background:#336699;
	font-size:9px;
	line-height:11px;
	}
	
#contentcenter div.readmore a:hover{
	color:white;
	text-transform: lowercase;
	padding:0px 8px;
	background:#D13E41;
	font-size:9px;
	line-height:11px;
	text-decoration:none;
	}

#contentcenter .clickmore{
	display:block;
	clear:both;
	font-size:9px;
	color:#336699;
	font-weight:bold;
	text-align:right;
	background:transparent url("/sites/default/images/en_autoreadmore.gif") right no-repeat;cursor: pointer;}

div.etextblock a.titlelink {
	color: #660000;
	font-size: 11px;
	font-weight: bold;
}

div.etextblock a.titlelink:hover {
	color: #888888;
	font-size: 11px;
	font-weight: bold;
}

#contentcenter p.actions{
	text-align:center;
	}

#contentcenter p.actions a{
	background:#336699;
	color:white;
	font-size:1em;
	line-height:11px;
	padding:2px 4px;
	border: 2px outset #5AA0B8;
	/*vertical-align: bottom; 	*/
	}

#contentcenter p.actions a:hover{
	color:#FFDB48;
}

/*Property*/
#contentcenter div.property{
	border-bottom:1px white solid;
}
div.property a{color:black;}
div.property img{
	padding:0;
	margin:0;
	border:2px white solid;
	width: 110px;
}

div.lrgimg{
	display:block;
	border:2px white solid;
	margin: 1em 12px 1em 12px;
	float:left;
	display:inline;
	}
#contentcenter div.lrgimg p{
	border-top:1px white solid;
	margin:0;
	padding: 0.5em 6px 0.5em 6px;
	color:#336699;
	background:#DFE6ED;
	}
	
.smlimgs img{
	border:2px white solid;
	margin:4px;
	width:110px;
	}
	
.bodyadvert img{
	border:2px white solid;
}

.hot{color:#D13E41;font-weight:bold;}

/*form stuff*/

.req{
	color:red;
	font-weight:bold;
}
#contentcenter label{
	width:10em;
	display:block;
	float:left;
	clear:left;
	color:black;
	font-weight:normal;
	}
.req input, .req textarea{
	background:#fdd;
}
	
#contentcenter input,#contentcenter textarea{
	width:19em;
}

a.areainfo{text-decoration:underline;}