@charset "utf-8";

.HorizontalPropListing {
	width: 136px;
	float: left;
	border: 1px dashed #CCC;
	padding: 5px 3px 3px;
	text-align: center;
	margin: 5px;
}
.VerticalPropListing {
	width: 262px;
	float: left;
	border: 1px dashed #CCC;
	padding: 10px 17px 3px;
	text-align: center;
	margin: 5px;
	
	}
.DisplayingTypeImage {
	z-index: 1000;
	position: absolute;
	width: 88px;
	height: 87px;
}
.RandomPropertiesWraper {
	height: 550px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: thick solid #CCC;
}
.CategoryBox {
	float: left;
	font-size: 9pt;
	text-align: center;
	width: 135px;
	margin-top: 3px;
	padding: 5px;
	margin-left: 6px;
	background: #E4E4E4;
}
.CategoryBox a {
	color: #000;
	
}
.CategoryBox a:hover {
	color:#FFF;

}
.CategoryBox:hover {
	background:#009;
	color: #fff;
}

.popularCategoriesWrapper {
	
	margin-bottom:10px;
	border: 1px dashed #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
	padding-left: 3px;
	
}
.popularAreasWrapper {
	
	margin-bottom:10px;
	border: 1px dashed #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 90px;
	padding-left: 3px;
	
}

.HorizontalPropertiesWraper {
	height: 170px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: thick solid #CCC;
}

body {
	background-color: #FFF;
	background-image: url(../Images/Template/Background.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.twoColFixRtHdr #container {
	width: 959px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF url(../Images/Template/Top.jpg) no-repeat;
} 

#body_border {
	border: 1px solid #93ABB9;
}

.twoColFixRtHdr #header {
	letter-spacing:normal;
	height: 80px;
	vertical-align: middle;
	font-family: "Trebuchet MS";
} 

#WebsiteName {
	font-size:24px;
	padding-top:15px;
	font-weight: 700;
}
#WebsiteSlogan {
	font-size: 18px;
	font-weight: bold;
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.SideBoxTop {
	margin-right: -20px;
	margin-left: -20px;
	background: url(../Images/Template/boxTop.jpg) no-repeat center;
	height: 20px;
}
.SideBoxBot {
	background: url(../Images/Template/boxBot.jpg) no-repeat center;
	margin-right: -20px;
	margin-left: -20px;
	height: 17px;
}

.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right 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. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#SearchBox {
	position: absolute;
	width: 190px;
	background: #FFF;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 20px;
	height: 251px;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding-top: 10px;
}
#SearchBox_content {
	position: absolute;
	width: 190px;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 20px;
	height: 234px;
	padding-top: 0px;
	z-index:1000;
	padding-right: 20px;
}
#WebsiteBrand {
	position: absolute;
	width: 956px;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	top: 400px;
	height: 35px;
	background: #263D92;
	z-index: 1100;
	margin-left: 1px;
	border-top: 1px solid #FFF;
	border-right: 1px none #FFF;
	border-bottom: 1px none #FFF;
	border-left: 1px none #FFF;
}
#WebsiteBrand_content {
	position: absolute;
	width: 925px;
	top: 400px;
	height: 35px;
	z-index: 1200;
	color:#FFF;
	padding-left: 30px;
}

#WebsiteBrand_content ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 10px 20px 10px 0px;
}
#header a {
	color: #FFF;
}

#WebsiteBrand_content ul {
	padding: 0px;
	margin: 0px;
}

#WebsiteBrand_content ul li a {
	border-width: 0px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.SideBox {
	background: url(../Images/Template/boxBack.jpg) repeat-y center;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.twoColFixRtHdr #footer {
	padding: 10px 10px 0 20px;
	clear: both;
	text-align:center;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}#FlashPhotos {
	height: 355px;
	margin: 0px;
	padding-left: 1px;
}
.Price {
	font: bold 117% Georgia, "Times New Roman", Times, serif;
}
#ShowProp_Details {
	margin-top: 20px;
	padding-top: 10px;
}

.TypeLocation {
	color: #666;
	margin-top: 10px;
}
#HomeRegister {
	border-bottom: thick solid #CCC;
}
.SideBox .TypeListings li {
	list-style: circle url(none);
	text-align: left;
	font-weight: bold;
	padding-bottom: 7px;
}
.SideBox .TypeListings li a {
	color: #00F;
	font: bold 10pt Arial, Helvetica, sans-serif;
}
.BigLetters {
	font: bold medium Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
}
.BigLetters2 {
	font-size: medium;
	font-weight: bold;
	color: #03F;
}

.HomeSearchBox {
	width: 160px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.PropertyListing {
	padding: 10px;
	border-top: 1px dashed #CCC;
	margin: 10px;
}
.AgentRef {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.ListingPropDesc a {
	color: #333;
	font-weight: bold;
}
.ListingPropPhoto {
	padding-right: 10px;
	float: left;
	display: block;
	height: 120px;
}
.ListingPropDesc {

}
.SearchFilter {
	padding: 5px;
	margin: 5px;
	background: #EBEBEB;
}
#SearchDescription {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
#PageSelector {
	text-align: center;
	clear: left;
	border-top: thick solid #CCC;
}
#showProp_Category {
	font-weight: bold;
	font-style: italic;
	color: #333;
}
#ShowProp_WishListAndMap {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border: 1px dashed #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ShowProp_Flash {
	height: 400px;
	text-align: center;
}
#ShowProp_Description {
	margin-top: 15px;
}
#ShowProp_Enquiryform {
	padding-top: 10px;
}
#ShowProp_ProviderInfo {
	padding-top: 10px;
	margin-top: 15px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1,h2 {
	font-family: "Trebuchet MS";
	color: #4F6F86;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	color: #4F6F86;
	font: 12pt "Trebuchet MS";
}
a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #00F;
}
a:active {
	color: #00F;
}
#FooterLinks {
	text-align: center;
}
#SQLbanner {
	margin-left:491px;
	padding-top:10px;
	position: absolute;
	top: 0px;
	}
.TypesTitlesHome {
	color:#4F6F86;
	font-family:"Trebuchet MS";
	position: relative;
	top: 4px;
	background: #fff;
	font-weight:bold;
	width:130px
}
.SearchFilter #formsearch select {
	font-size: 9pt;
	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
	background: #FFF;
	width: 128px;
}
