body{
	background: #f6bd78 url("images/back.gif") repeat-y center top;
	font-size: 12px;
	font-family: arial, verdana;
	padding: 0;
	margin: 0;
}
 

a{
	color: #333333;
	text-decoration: none;
}
	a:hover{
		color: #666666;
		text-decoration: underline;
	}

p{
	margin: 2px 0 4px 0;
}

h1{
	color: #333333;
	margin: 0 0 5px 0;
	font-size: 2.5em;
}

h2{ 
	color: #333333;
	margin: 0 0 5px 0;
	font-size: 1.5em;
	font-weight: normal;
}

h3{
	color: #f37d34;
	margin: 0 0 5px 0;
	font-size: 1.5em;
}

table.list tr:hover {background: #f3dede;}

th {
	text-align: left;
	color: #000;
	font-weight: normal;
	background-color: #ececec;
	padding: 0 15px 0 0;
}

td {
	padding: 0 15px 5px 0;
	font-size: 0.8em;
	vertical-align: top;
}

	td a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}

	td a:hover {
		color: #c9252b;
		text-decoration: underline;
	}

	td.active {
		font-weight: bold;
		text-decoration: underline;
	}

	td img {
		margin: 0;
		padding: 0;
		border: none;
	}

ul {
	margin-left: 5px;
	margin-top: 0px;
	list-style:square;
	padding: 0px;
}

	ul a.active {
		font-weight: bold;
	}

#paging {
	margin-top: 20px;
	font-size: 0.8em;
	color: #aaaaaa;
	width: 100%;
	text-align: center;

}

	#paging a {
		color: #888888;
	}

	#paging a:hover {
		color: #000;
	}

a.del {
		color:#c9252b;
		text-decoration:none;
		border: none;
		
	}

form{
	margin: 0;
	padding: 0;
}

fieldset{
	border: solid 1px #cccccc;
}

	legend {
		color: #aaa;
	}

.label {
	
}

#contentBackground{
	background: url("images/back_top.gif") no-repeat center top;
}

#content{
	width: 956px;
	/*
	position: absolute;
	left:50%;
	margin-left: -478px;
	*/
	margin: 0 auto; 
}

* html #content{
	padding-left: 16px;
}

#header{
	background: #ffffff url("images/header.gif") no-repeat left top;
	padding:0;
	margin:0;
	width: 950px;
	height: 139px;
	margin: 0 3px 0 3px;
}

	#headerLink{
		float: left;
		width: 750px;
		height: 118px;
		margin-top: 20px;
	}

	#headerDate{
		font-family: Arial;
		font-size: 2em;
		font-weight: bold;
		padding: 45px 10px 0 0px;
		text-align: center;
	}

	#headerDate .dayname{
		color: #f37d34;
	}

	#headerDate .daydate{
		color: #ec6f5c;
	}

#menu{
	background: #ffffff url("images/menuback.gif") repeat-x left top;
	width: 950px;
	height: 28px;
	margin: 0 3px 5px 3px;
}

	#menu img{
		float: left;
	}

	#menu .item{
		float: left;
		padding: 7px 3px 0 3px;
	}

	#menu .item a{
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

#leftColumn{
	float: left;
	width: 200px;
	background: #ffffff;
	min-height: 500px;
	margin: 0 11px 0 16px;
	padding: 0 12px 0 0;
	display: inline;
	border-right: solid 1px #cccccc;
}

#leftColumn .header{
	float: left;
	display: block;
	background: #ffffff url('images/leftcolheader.gif') no-repeat top left; 
	height: 22px;
	width: 100%;
	margin-bottom: 2px;
}

#leftColumn .carDealerHeader{
	background: #ec6f5c;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px 0 4px 5px;
	margin-bottom: 2px;
}

#leftColumn .carDealer{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

#mainColumn{
	float: left;
	width: 468px;
	background: #ffffff;
	min-height: 500px;
	margin: 0 10px 0 0;
	padding: 0 11px 0 0;
	border-right: solid 1px #cccccc;
}

#rightColumn{
	float: right;
	width: 210px;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	background: #ec6f5d;
}

	#rightColumn .header{
		float: left;
		display: block;
		background: #ffffff url('images/rightcolheader.gif') no-repeat top left; 
		height: 22px;
		width: 100%;
		padding-bottom: 2px;
	}

	#rightColumn .estateAgentHeader{
		background: #ec6f5c;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.2em;
		padding: 4px 0 4px 5px;
		margin-bottom: 2px;
	}

	#rightColumn .estateAgent{
		width: 100%;
		float: left;
		margin-bottom: 5px;
		background: #f6bd78;
		text-align: center;
	}

#footer{
	float: left;
	height: 30px;
	padding: 5px 5px 5px 5px;
	margin: 10px 15px 0 15px;
	text-align: center;
	font-size: 0.9em;
	border-top: solid 1px #cccccc;
	display: inline;
}

#contact{
}

	#contact h1{
		color: #333333;
		margin: 0 0 5px 0;
		font-size: 2.5em;
	}

	#contact h2{
		color: #f37d34;
		margin: 10px 0 5px 0;
		font-size: 1.3em;
		border-bottom: dotted 2px #cccccc;
		font-weight: bold;
	}

	#contact table td{
		padding: 0;
	}

.loginbox{
	width: 200px;
	border: solid 1px #666666;
	font-family: Fixedsys, Verdana;
	color: #666666;
	padding: 2px;
	margin: 4px 0 4px 0;
}

.loginbtn{
	background: #f5f5f5;
	border: solid 1px #e5e5e5;
	border-bottom: double 2px #cccccc;
	font-family: Fixedsys, Verdana;
	color: #666666;
	font-size: 8px;
}

.articleHolder{
	float: left;
	border-bottom: solid 1px #cccccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 468px;
}

	.articleHolder a:hover{
		text-decoration: none;
	}

.image468{
	margin-bottom: 5px;
}

.image181Left{
	float: left;
	margin: 0 10px 5px 0;
}

.image181Right{
	float: right;
	margin: 0 0 5px 10px;
}

.photo{
	color: #666666;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}

.photo1{
	color: #666666;
	text-align: left;
	font-size: 0.8em;
	font-style: italic;
}

.photo2{
	color: #666666;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}

.chronicleMark{
	color: #ec6f5c;
	font-weight: bold;
	text-transform: uppercase
}

.preambleMark{
	color: #f37d34;
	font-weight: bold;
	text-transform: none
}

.readmore{
	background: url('images/readmore.gif') no-repeat top left;
	padding: 2px 0 2px 20px;
}

.articlePreamble{
	font-size: 1.2em;
	margin-bottom: 15px;
}

.articleText{
	
}

.articlePublished{
	background: url('images/readmore.gif') no-repeat 330px;
	font-size: 0.9em;
	text-align: right;
	font-style: italic;
	padding: 2px 0 2px 0;
}

.articleSplit{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 10px;
	font-size: 1.5em;
	color: #f37d34;
	font-weight: bold;
}

.pdflink{
	background: url('images/pdf.gif') no-repeat left center;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.adlink{
	background: url('images/weekad.png') no-repeat left center;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#pdfAds{
	width: 100%;
	float: left;
	padding: 10px 0 10px 0;
	margin: 5px 0 5px 0;
	border-top: dotted 2px #f37d34;
	border-bottom: dotted 2px #f37d34;
}

/* PURE ADMIN PART */

.rightColItem{
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
}

.leftColItem{
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
}
