/* CSS Document */
body a {
	color:#7B753B;
	text-decoration: none;
	
}
body a:hover, body a:focus {
color:#000000;
}
#header{
background-image:url(../graphics/com/header_bg.jpg); 
background-repeat:repeat-x;
}
#footer{
background-image:url(../graphics/com/footer.jpg);
background-repeat:no-repeat;
}
#footer_extra{
background-image:url(../graphics/com/search/footer_extra.gif);
float:right;
width:146px;
height:56px;
}
#advert{width:146px; float:right;
background-image:url(../graphics/com/advert_bg.jpg);
background-repeat:no-repeat;
padding:125px 0 15px 0 ;
text-align:center;
}


.text {

}
.text_large {
font-size:14px;
color:#7B753B;
}
.text_bold {
font-size:14px;
color:#7B753B;
font-weight:bold;
}
H1 {
font-size:15px;
color:#7B753B;
font-weight:bold;
}
H2 {
font-size:14px;
color:#7B753B;
font-weight:bold;
}
.content {
text-align:left;
}
.content_black {
text-align:left;
}
.content_black_large {
font-size:13px;

font-weight:bold;
text-align:left;
}
.content_white_bold {
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-align:left;
}

#property_image{
	width: 219px;
	margin:10px 0 0 6px;
	border: 1px solid #7B753B;	
	float: left;	
	padding:2px 2px 2px 2px;
	height: auto;
}
#time{
	width: 300px;
	float: right;
	color:#ffffff;
	text-align: right;
	padding: 20px 10px 0 0;

}
#txt{
width:40px; float:right; padding:20px 15px 0 0;
color:#ffffff;
}
/*Leon - below are divs for positioning images within editable text========================*/
#dynamic_image_left{
	border: 1px solid #7B753B;	
	float: left;	
	padding: 2px;
	margin: 0 10px 10px 0 ;
}
#dynamic_image_right{
	border: 1px solid #7B753B;	
	float: right;	
	padding: 2px;
	margin: 0 0 10px 10px;
}
/*================================================================================================*/
#css_highlight {
background-color: #7B753B;
font-weight: bold;
font-size: 12px;
color: white;
}
.pdfbody{
font-size:15px;

font-family:Arial, Helvetica, sans-serif;
}
.pdfheading{
font-size:18px;
color:#7B753B;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}