/* General Layout */

* {
	padding : 0;
	margin  : 0;
}
body {
	background  : #f5f5f5;
	font-family : Tahoma, Arial, San-Serif;
	font-size   : 12px;
	color       : #707070;
	text-align  : center;
}
#topMenu a{
	color:#fff;
	text-decoration: none;
}
.wrapper{
	width : 956px;
	margin: 0px auto 5px auto;
	text-align : left;
	border: 2px solid #3084dd;
}
#logo{
	position: absolute;
	top: 10px;
	left: 20px;
}
#header_company_name{
    border-right: 3px solid #CCCCCC;
    line-height: 24px;
    padding-right: 20px;
    position: absolute;
    right: 310px;
    text-align: right;
    top: 20px;
}
#header_contact{
	line-height: 24px;
    position: absolute;
    right: 10px;
    top: 20px;
}
#header_company_name img,
#header_contact img{
	vertical-align: sub;
}
#header_contact a{
	text-decoration: none;
	color: #707070;
}
#textLocation{
	background:#C7E0FC;
	font-size: 14px;
	font-weight: bold;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:5px 10px;
}
#textLocation a{
	color: #0A54A5;
	text-decoration: none;
}
#tMenu{
	height: 40px;
	background: url('../images/tMenuBG.gif') center repeat-x;
	color: #0A54A5;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
#tMenu a{
	color: #0A54A5;
	text-decoration: none;
}
#lhsBG{
	width: 100%;
	float: left;
	background: #fff;
	overflow: hidden;
}
#cBG{
	width: 100%;
	float: left;
	background: #fff;
    position: relative;
    left: 185px;
	border-left: 1px solid #ccc;
}
#rhsBG{
	width: 100%;
	float: left;
	background: #fff;
    position: relative;
	left: 586px;
	border-left: 1px solid #ccc;
}
#sideBarLHS{
	width: 185px;
	float: left;
	position: relative;
	right: 773px;
}
#sideBarRHS{
	width: 185px;
	float: left;
	position: relative;
	right: 751px;
}
.sBBox{
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.sBBox h3{
	background: #3084dd url('../images/gradient.gif') center bottom repeat-x;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
}
.sBBox p{
	padding: 6px 0px;
}
.sBBox a,
ul.fProperties a{
	color: #707070;
	text-decoration: none;
	margin-left: 10px;
	line-height: 18px;
}
ul.fProperties a{
	margin-left: 0;
}
.sBHAdjust{
	position: relative;
	left: 5px;
	bottom: 8px;
}
.sBInput{
	width: 165px;
	color: #707070;
	padding: 2px 0px 2px 5px;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	font-size: 12px;
}
.sBTArea{
	width: 156px;
	height: 100px;
	color: #707070;
	padding: 5px;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	font-family : Tahoma, Arial, San-Serif;
	font-size: 12px;
}
.sBSubmit{
	width: 67px;
	height: 22px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	background: url('../images/submitBG.gif') center no-repeat;
	position: relative;
	left: 103px;
	margin-top: 8px;
	font-size: 12px;
}
#fListings{
	background: #fff;
	border: 1px solid #c0c0c0;
	margin: 10px 10px;
	padding: 10px;
	overflow: scroll;
}
.fLBox h4{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.content .fLBox p{
	font-size: 10px;
	color: #707070;
	line-height: 12px;
	padding: 0px;
	margin: 0;
}
.fLBox{
	margin-bottom: 15px;
	float: left;
	list-style: none;
	margin: 5px;
	padding: 5px;
	border: 1px solid #0A54A5;
	width: 160px;
	height: 175px;
	text-align: center;
}
.fLBox a{
	margin-left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.fLBox img{
	margin-bottom: 10px;
}


#sBFListings{
	background: #fff;
	border: 1px solid #c0c0c0;
	height: 310px;
	margin: 10px 10px;
	padding: 10px;
	overflow: scroll;
}
#sBFListings h4{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;	
}
#sBFListings p{
	font-size: 10px;
	color: #707070;
	line-height: 12px;
	padding: 0px;
}
.sBFLBox{
	margin-bottom: 15px;
}
.content{
	width: 566px;
	float: left;
	position: relative;
	right: 762px;
}
.content p{
	margin: 10px 0px;
	line-height: 16px;
}
.content h3{
	color: #0a54a5;
}
#bCrumbs{
	font-size: 10px;
	color: #707070;
}
#bCrumbs a{
	color: #0A54A5;
	text-decoration: none;
}
#header{
	width: 566px;
	text-align: center;
	color: #fff;
	background: #3084dd url('../images/gradient.gif') center bottom repeat-x;
}
#header h1{
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
	color: #fff;
}
#header h3{
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px;
	margin-bottom: 5px;
	color: #fff;
}
#footer{
	width: 946px;
	color: #fff;
	font-size: 10px;
	padding: 5px;
	background: #3084dd url('../images/gradient.gif') center bottom repeat-x;
}
#footer #fs1,
#footer #fs2,
#footer #fs3{
	width: 225px;
	padding-left: 10px;
	float: left;
}
#footer #fs3{
	width: 456px;
}
#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer ul{
	margin: 0;
	list-style: none;
}
#footer ul li{
	border-top: 1px solid #84b1e3;
}
#footer ul li.first{
	border: none;
}
#footer #fs3 img{
	margin: 11px 5px 0 0;
	border: 1px solid #84b1e3;
}
#slideshow-container{
	width:165px;
	height:70px;
	position:relative;
	left: 10px;
	top: 10px;
}
#slideshow-container img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#recaptcha_widget_div{
	margin-left: 125px;
}

/* Index */
.row{
	clear:both;
}
.catImage{
	width:  128px;
	float: left;
	text-align: center;
	padding: 10px 0px 20px 0px;
}
.catImage a{
	color: #707070;
	text-decoration: none;
}
.catImageMid{
	margin: 0px 11px;
}
.homeH3{
	font-size: 12px;
	color: #0a54a5;
	text-decoration: none;
}
div#textBox{
	clear: both;
	overflow: scroll;
	border: 1px solid #ccc;
	padding: 0px 10px;
}
ul.fProperties{
	width: 100%;
	margin: 0;
}


/* Admin */
.greyBG{
	width: 385px;
	background: #e5e5e5;
	padding: 10px;
	margin: 10px 0px;
}
.mCInput{
	width: 250px;
	color: #707070;
	padding: 2px 0px 2px 5px;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	font-size: 12px;
}
.mCTArea{
	width: 250px;
	height: 125px;
	color: #707070;
	padding: 5px;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	font-family : Tahoma, Arial, San-Serif;
	font-size: 12px;
}
.mCSubmit{
	width: 67px;
	height: 22px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	background: url('../images/submitBG.gif') center no-repeat;
	position: relative;
	left: 130px;
	margin: 8px 0;
	font-size: 12px;
}
.mCSubmitL{
	width: 100px;
	height: 22px;
	color: #0030FF;
	text-align: center;
	border: none;
	cursor: pointer;
	background: url('../images/submitBGL.gif') center no-repeat;
	position: relative;
	left: 130px;
	margin-top: 8px;
	font-size: 12px;
}

/* Listing pages (DETAIL AND CATEGORY) */
.dTable{
	margin-left: 15px;
	width: 524px;
}
.oddRow{
	background: #f0f0f0;
}
.detailsLHS{
	width: 130px;
	padding: 5px;
}
.detailsRHS{
	width: 229px;
	padding: 5px;
}
.viewDetailsLink{
	color: #0a54a5;
	padding: 5px 10px;
	background: #c7e0fc;
	border: 1px solid #a3cfff;
	text-decoration: none;
}
.viewDetailsLink:hover{
	background: #a3cfff;
	border: 1px solid #0a54a5;
}
#pageNav{
	list-style: none;
	width: 526px;
}
#pageNav li{
	float: right;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	margin-left: 2px;
	margin-bottom: 10px;
	font-size: 10px;
}
#pageNav li:hover{
	background: #d0d0d0;
	border: 1px solid #b0b0b0;
}
#pageNav li a{
	display: block;
	text-decoration: none;
	color: #0a54a5;
	padding: 2px 5px;
}
#pageNav li#selected{
	background: #e0e0e0;
	border: 1px solid #b0b0b0;
	padding: 2px 5px;
}

/* Others*/
#latest_blog_posts{
	margin: 10px;
	list-style: none;
}
#latest_blog_posts li{
	margin-bottom: 10px;
}
#latest_blog_posts a{
	margin: 0;
}
#latest_blog_posts .rss_title{
	font-weight: bold;
}
#latest_blog_posts .rss_date{
	font-size: 10px;
}
.errorMessage{
	background: #ffdbdb url('../images/icons/delete-icon.png') 10px 5px no-repeat;
	color: #a53838;
	border: 1px solid #a53838;
	padding:5px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
}
.successMessage{
	background: #e7ffe0 url('../images/icons/tick-icon.png') 10px 5px no-repeat;
	color: #54ac39;
	border: 1px solid #54ac39;
	padding: 5px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
}
h5{
	width: 550px;
	background: #3084dd url('../images/gradient.gif') center bottom repeat-x;
	padding: 2px 8px;
	margin: 5px 0px;
	font-size: 14px;
	color: #fff;
}
.pointer{
	cursor: pointer;
}
.small{
	font-size:10px;
}
.right{
	text-align:right; 
}
.center{
	text-align:center;
}
.fakeLink{
	cursor: pointer;
	color : #0a54a5;
}
.paper_weight{
	clear: both;
}
ul, ol{
	margin: 10px 40px;
	line-height: 20px;
}
label{
	width: 125px;
	float: left;
	color: #707070;
	text-align: right;
	margin: 7px 5px 0px 0px;
	font-size: 10px;
}
#new_menu{
	position: absolute;
	right: 0;
	bottom: 0;
	list-style: none;
	padding: 2px 5px;
	margin: 0;
}
#new_menu li{
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #fff;
	font-weight: bold;
}
#new_menu li.first{
	border: 0;
}
#new_menu li a{
	text-decoration: none;
	color: #fff;
}
#new_menu li.active a{
	text-decoration: underline;
}
.overlay{
	/* RGBa with 0.6 opacity */
	background: rgba(48, 132, 221, 1);
}
