/**
 * Copyright (c) 2008, Omnia FZ LLC
 * All rights reserved.
 * 
 * @author Subin Kurian, subin.kurian@omnia.ae
 * @version 0.1.x
 */
/*Generic */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
/*Body*/
body {
	background-image: url(../Images/Background/Page.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	font-family: arial, verdana, serif;
	color: #bebebe;
	height: 100%;
}
/*Master div*/
#Master {
	width: 918px;
	margin: 0 auto 0 auto;
	position: absolute;
	height: 560px;
	top: 50%;
	left: 50%;
	margin-left: -459px;
	margin-top: -280px;
}
/*Page holder div.. to aviod the FF float bug*/
#PageHolder {
	float: left;
	background-image: url(../Images/Background/Master.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #001c37;
	overflow: hidden;
}
/*images*/
img {
	border: 0;
	display: block;
}
a {
	text-decoration: none;
	color: #e4c46c;
}
* :focus {
	outline:none
}
/*Header Area*/
.Header {
	width: 918px;
	position: relative;
	height: 120px;
	float: left;
	z-index: 999;
	background-image: url(../Images/Background/HeaderTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*Logo*/
h1 {
	float: left;
	padding: 20px 0 0 30px;
}
/*Tagline*/
.Header p {
	float: left;
	padding: 30px 0 0 0;
}
/*Search*/
.Header .Search {
	float: right;
	padding: 23px 30px 0 0;
	position: relative;
	z-index: 1000;
}
/*Search*/
.Header fieldset {
	border: 0;
	float: left;
}
/*Search textbox*/
.Header .SearchText {
	border: 0;
	float: left;
	margin: 0px 0 0 0;
	background: #489fd1;
	color: #fff;
	padding: 8px 0 8px 10px;
	font-size: 0.7em;
	height: 14px;
}
/*My Favourite property list*/
.HoverMenu {
	position: absolute;
	right: 240px;
	top: 23px;
	width: auto;
	z-index: 1000;
}
.HoverMenu .HoverWindow {
	background: #28567b;
	width: 100%;
	padding: 20px;
	float: left;
	margin-left: -108px;
	width: 185px;
	display: none;
}
.HoverMenu .HoverWindow a {
	color: #fff;
}
.HoverMenu .HoverWindow a:hover {
	color: #ccc;
}
.HoverMenu .PushButton {
	cursor: pointer;
}
.HoverMenu ul {
	list-style: none;
	float: left;
	padding: 10px 0 10px 0;
}
.HoverMenu ul li {
	padding: 0 0 5px 0;
	display: inline-block;
}
.HoverMenu h5 {
	clear: both;
}
.Header .HoverMenu p {
	padding: 0;
	display: inline-block;
	width: 150px;
	float: left;
	padding-right: 10px;
	line-height: 1.2em;
}
.HoverMenu p.Info {
	padding: 10px 0 10px 0;
	color: #fff;
}
.Header .HoverMenu .CloseBtn {
	display: inline-block;
	float: right;
	cursor: pointer;
	margin-top: 5px;
}
.Alerts {
	right: 185px;
	top: -3px;
	z-index: 10;
	position: relative;
	float: right;
	right: 0px;
	margin-bottom: -30px;
}
.Alerts .HoverWindow {
	margin-left: -94px;
	position: absolute;
}
.Blog {
	right: 30px;
	position: absolute;
	margin: 0;
	top: 60px;
}
.Forums .Blog {
	right: 0;
	top: -7px;
	margin: 0;
}
p.TopPadding {
	padding-top: 10px;
	float: left;
	width: 100%;
}
/*My Favourite property list ends*/

/*Search Button*/
.Header .SearchButton {
	float: left;
	border: 0;
	background-image: url(../Images/Generic/SearchButton.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 24px;
	height: 30px;
}
/*styles for the custom dropdown control*/
.Dropdown {
	position: relative;
	float: left;
}
/*styles for the custom dropdown control*/
.Dropdown ul {
	display: none;
	position: absolute;
	top: 28px;
	left: 30px;
	list-style-type: none;
	font-size: 11px;
	margin: 2px 0 0 0;
	background: #224c71;
	width: 186px;
	z-index: 1000;
}
/*styles for the custom dropdown lists*/  
.Dropdown ul li {
	width: 100%;
	border-bottom: 1px solid #1a3c59;
}
/*styles for the custom dropdown lists*/          
.Dropdown ul li a {
	display: block;
	width: 178px;
	padding: 5px 0 5px 8px;
	color: #fff;
	text-decoration: none;
}
/*styles for the custom dropdown lists*/  
.Dropdown ul li a:hover {
	background: #ebeff1;
	color: #666;
}
/*Search text*/                                     
.txtDropdown {
	width: 200px;
	border: 0;
	color: #bebebe;
	font-weight: bold;
	padding: 9px 5px 8px 5px;
 *padding: 9px 5px 7px 5px;
	background-image: url(../Images/Background/Search.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #28567c;
	width: 145px;
	font-size: 11px;
	cursor: hand;
	float: left;
	position: relative;
	z-index: 10;
	margin: 0 0 0 30px;
}
/*Search Button*/  
.DDButton {
	float: left;
	margin: 0px 0 0 0;
	position: relative;
	z-index: 10;
}
/*Normal dropdown*/  
.NonJsSelect {
	display: none;
}
/*Main Navigation */  
.MainNavigation {
	clear: both;
	list-style: none;
	font-size: 0.75em;
	top: 16px;
	float: left;
	width: 888px;
	position: relative;
	padding: 0px 0 0px 30px;
	height: 40px;
	z-index: 99;
	background-image: url(../Images/Background/Navigation.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*Main Navigation */  
.MainNavigation li {
	float: left;
	padding: 0 80px 0 0;
}
/*Main Navigation */  
.MainNavigation li a {
	color: #bebebe;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 14px 0 20px 0;
}
.MainNavigation li a:hover, .MainNavigation li.Active ul li a:hover, .MainNavigation li.Active a, .MainNavigation li.Active ul li.Highlight a {
	color: #fdee92;
}
.MainNavigation li ul {
	position: absolute;
	width: 105px;
	list-style: none;
	background-color: #113453;
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #142e44;
	top: 40px;
	clear: both;
	display: none;
	margin-left: -20px;
	z-index: 1000;
	background-image: url(../Images/Background/SubNav.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.MainNavigation li:last-child ul, .MainNavigation li.LastChild ul {
	margin-left: -28px;
}
.MainNavigation li ul li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.MainNavigation li.Active ul li a {
	color: #bebebe;
	float: left;
	padding: 0 0 10px 0;
	height: auto;
}
/*Content Area*/
.Content {
	width: 918px;
	float: left;
	padding: 0 0 0px 0;
	background-image: url(../Images/Background/Footer.gif);
	background-repeat: no-repeat;
	height: 443px;
	overflow: hidden;
	background-position: left bottom;
}
/*Content column1*/  
.Column1 {
	width: 190px;
	float: left;
	padding: 20px 30px 0 30px;
	overflow: hidden;
}
/*Content column2*/  
.Column2 {
	width: 668px;
	float: right;
	padding : 0px 0px 0 0px;
}
.Column1 .Summary {
	padding: 0 0 20px 0;
}
.Column1 .Summary h2 {
	margin: 0 0 10px 0;
}
.Column1 p.ReadMore a {
	color: #e4c46c;
	font-weight: bold;
}
.Column1 p.ReadMore a:hover {
	color: #aea067;
}
/*Content column1 boxes*/  
.Box {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
.NoBottomSpace {
	margin: 0;
}
/*Property search*/  
.Box .PropertySearch, .Box .AdvancedSearch {
	border-spacing: 0;
	font-size: 0.7em;
	text-align: left;
	margin: 10px 0 0 0;
	clear: both;
	float: left;
	width: 100%;
}
/*Property search*/  
.Box .PropertySearch th, .Box .AdvancedSearch th {
	width: 90px;
	padding: 0 0 10px 0;
}
/*Property search*/  
.Box .PropertySearch td {
	padding: 0 0 10px 0;
}
/*Property search*/  
.Box .PropertySearch select, .Box .AdvancedSearch select {
	width: 100px;
	font-size: 11px;
}
.Box .PropertySearch select.Currency {
	width: 74px;
}
/*Property search button*/  
.Box .Radiobutton input {
	float: left;
	height: 15px;
	margin: 0 5px 0 0;
}
/*Property search lobel*/  
.Box .PropertySearch label {
	float: left;
	padding:0 3px 0 0;
}
/*Property search action button*/  
.Box .PropertySearch td.Action {
	padding: 8px 10px 10px 10px;
	background-image: url(../Images/Background/Button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.SearchButton {
	font-weight: bold;
	float: left;
}
.Advanced {
	float: right;
	color: #808164;
}
/*Error style*/  
.Box .PropertySearch td.Error {
	color: #0775a9;
	padding:0;
}
/*Advanced Search*/  
.Box .AdvancedSearch th {
	width: 200px;
	padding: 10px 0 10px 0;
}
.Box .AdvancedSearch td.Error {
	color: #0775a9;
	padding:0;
	height:16px;
}
/*Advanced Search cells*/  
.Box .AdvancedSearch td {
	padding: 10px 20px 10px 0;
}
/*Advanced Search cells*/  
.Box .AdvancedSearch td.SearchAction {
	width: auto;
}
.Box .AdvancedSearch td label {
	display: block;
	margin-bottom:5px;
}
/*Advanced Search textbox*/  
.Box .AdvancedSearch .Textbox {
	width: 130px;
	font-size: 11px;
}
/*Advanced Search cells*/  
.Box .AdvancedSearch .Keyword td, .Box .AdvancedSearch .Keyword th {
	border-bottom: 1px solid #142b40;
	padding: 0px 0 10px 0;
}
.Box .AdvancedSearch .Keyword th {
	width: 115px;
}
/*Advanced Search Action pane*/  
.Box .AdvancedSearch .Action {
	border-top: 1px solid #142b40;
	width: 100%;
}
.Box .Newsletter th {
	width: auto;
}
.RssSubscribe label, .RssSubscribe .Textbox {
	float : none;
	display: block;
}
.Box .Newsletter .Textbox, .RssSubscribe .Textbox {
	width: 200px;
	border: 1px solid #142b40;
	font-size: 11px;
}
.RssSubscribe .Textbox {
	padding: 5px;
	width: 170px;
}
.RssSubscribe span {
	font-size: 0.7em;
}
.Box .Newsletter input.Textbox, .Box .AdvancedSearch input.Textbox {
	padding: 5px;
	width: 190px;
	border: 1px solid #142b40;
}
.Box .Newsletter .LinkButton {
	margin-top: 10px;
}
.Box .AdvancedSearch td.SearchText {
	width: 220px;
}
textarea {
	font-family: arial, verdana, serif;
}
/*Clear*/  
.Clear {
	clear: both;
}
/*Property search action button*/  
.LinkButton, #ctl00_cntpColumn2_sitefinity_usercontrols_login_createuserwizardcontrol_ascx1_CreateUserWizard1___CustomNav0_StepNextButtonButton {
	clear: both;
	background: #28567c;
	color: #fff;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	background-image: url(../Images/Background/Button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	cursor: pointer;
}
#ctl00_cntpColumn2_sitefinity_usercontrols_login_createuserwizardcontrol_ascx1_CreateUserWizard1___CustomNav0_StepNextButtonButton {
	margin-bottom: 20px;
}
.AlertButton {
	background-image: url(../Images/Background/AlertsButton.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 5px 10px 7px 10px;
}
a.LinkButton:hover {
	color: #ddd;
}
.AdvancedSearch tr.Keyword td .LinkButton {
	background-position: left top;
	width: 70px;
}
/*Heading*/  
h2 {
	font-size: 1.1em;
	color: #e9d083;
	width: 100%;
	border-bottom: 1px solid #142b40;
	padding: 0 0 10px 0;
	float: left;
	margin: 0;
	text-align: left;
}
.PropertyTitle span {
	display: inline-block;
	width: 480px;
}
h3 {
	color: #e9d083;
	font-size: 0.8em;
	padding: 0 0 5px 0;
}
#AddToFavourite {
	position: absolute;
	right: 0;
	top: -3px;
	margin-left: 20px;
}
p#AddedToFavourite {
	background-color: #092f4f;
	padding:6px 0 6px 10px;
	_padding:5px;
	background: #092f4f url(../Images/Generic/Star.png) 5px  no-repeat;
	width: 124px;
	color: #8bb0cd;
	
	_background-image: none;
	text-align: center;
}
.SmallMapHolder {
}
/*Map holding div*/  
.Box .SmallMapHolder {
	border: 1px solid #142b40;
	background: #fff;
	padding: 5px;
	margin: 9px 0 0 -10px;
	float: left;
	visibility: hidden;
}
.NoGoogleMap {
	background:url(../Images/Background/NoMap.gif) top no-repeat;
	height:223px; /*!important;*/
}
/*Map section*/  
.Box #MapArea {
	float: left;
	width: 200px;
	height: 600px;
}
/*Map section*/  
.Box #Map img {
	float: left;
	display: block;
}

/*Blogposts*/  
.Box .BlogPosts {
	list-style: none;
	margin-top: 10px;
	float: left;
}
/*Heading 3*/  
.Box .BlogPosts h3 {
	font-size: 0.7em;
	float: left;
	padding: 0 0 5px 0;
}
/*Date*/  
.Box .BlogPosts em {
	font-size: 0.7em;
	font-style: normal;
	padding: 0 0 10px 0;
	display: block;
}
/*paragraph*/  
p {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0 0 10px 0;
}
.Column2 li {
	line-height: 1.6em;
}
/*Hyperlink*/  
a {
	color: #e4c46c;
	text-decoration: none;
}
/*hover*/  
a:hover {
	color: #cc8f09;
}
/*Featured list for the homepage*/  
.FeautredList {
	list-style: none;
	float: left;
	margin: 10px 0 10px 0;
}
/*Featured list left column*/  
.FeautredList .LeftCol {
	width: 100%;
	width: 100%;
	float: left;
}
/*Featured list Item*/  
.FeautredList li {
	float:left;
	overflow:hidden;
	padding-right:30px;
	padding: 0 0 10px 0;
	width:170px;
}
.FeautredList li:last-child, .FeautredList li.LastChild {
	padding: 0;
}
/*Featured list Item*/  
.FeautredList li .Thumb {
	background-color:#001A34;
	background-image:url(../Images/Background/ThumbBgResults.gif);
	background-position:right 1px;
	background-repeat:repeat-x;
	float:left;
	height:80px;
	margin:0 0 10px;
	overflow:hidden;
	padding:10px;
	width:150px;
}
/*View more for the homepage properties */  
.ViewMore {
	clear: both;
	padding: 0 5px 20px 0;
	text-align: right;
}
/*View more for the homepage properties */  
.ViewMore a {
	color:#178bc2;
	font-weight: bold;
	background-image: url(../Images/Generic/ArrowBlue.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding:0 15px 0 0;
}
/*View more for the homepage properties */  
.ViewMore a:hover {
	color: #666;
}
/*Featured list for the homepage*/  
.Column2 ul.SearchResults {
	list-style: none;
	float: left;
	margin: 10px 0 15px 0;
	font-size: 1em;
	clear: both;
	width: 100%;
}
/*Featured list Item*/  
.Column2 ul.SearchResults li {
	float: left;
	width: 170px;
	height: auto;
	overflow: hidden;
	padding-right: 30px;
	height:  240px;
}
/*Featured list Item last*/  
.SearchResults li:last-child, .SearchResults li.LastChild {
	padding: 0 5px 0 0;
}
/*Featured list thumb image*/  
.SearchResults .Thumb {
	float: left;
	padding:10px;
	margin: 0 0 10px 0;
	overflow: hidden;
	background-image: url(../Images/Background/ThumbBgResults.gif);
	background-repeat: repeat-x;
	background-position: right 1px;
	background-color: #001a34;
	width: 150px;
	height: 80px;
}

.SearchResults .Thumb  a,
.FeautredList li  .Thumb a
{
height: 80px;
display: block;
overflow: hidden;
}

.SearchResults .Thumb img {
	width: 150px;
}
.SearchResults .LeftCol {
	width: 100%;
	height: auto;
	clear: both;
}
/*Footer*/  
#Footer {
	width: 918px;
	height: 40px;
	float: left;
	position: relative;
	background: #001c37;
	background-image: url(../Images/Background/Footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 30px solid #fff;
}
/*Copyright*/  
#Footer p {
	color: #bebebe;
	float: left;
	padding: 12px 0 0 20px;
}
/*Navigation*/  
#Footer ul {
	float: right;
	list-style: none;
	font-size: 0.7em;
	padding: 13px 20px 0 0;
}
#Footer ul li {
	float: left;
	font-weight: bold;
	padding: 0 0 0 40px;
}
/*Heading 4*/  
h4 {
	font-size: 0.7em;
}
.Column2 #LeftCol {
	width: 190px;
	float: left;
	padding: 20px 0 0 0;
}
.Column2 #LeftCol p {
	clear: both;
	width: 100%;
}
.Column2 #RightCol {
	width: 441px;
	float: left;
	padding: 0 0 0 37px;
}
/*Property Detail page styls -  3 column layout*/  
.Column2 .Cell1 {
	width: 260px;
	float: left;
	padding: 20px 40px 0 0;
}
.Column2 .PropertyCell {
	width: 215px;
	float: left;
	padding: 0px 10px 0 0;
}
.Column2 .PropertyCell p {
	float: left;
	width: 100%;
}
.Column2 .ColRight p {
	clear: both;
}

.Highlight p{
font-weight: bold;
color: #E4C46C;
font-size: 0.8em;
}

/*Property Detail page styls -  3 column layout*/  
.Column2 .Cell2 {
	width: 270px;
	float: left;
	padding: 20px 0 0 0;
}
/*Property Detail page thumb -  3 column layout*/  
.Cell2 .Thumb {
	background-image: url(../Images/Background/InnerImageHolder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px 10px 13px 13px;
	margin: 0 0 10px 0;
}
/*Copy  div for column2*/  
.Column2 .Copy {
	padding: 10px 0 0 0;
	float: left;
	width: 100%;
}
/*Forums Copy div*/  
.Forums .Copy {
	padding: 0;
	position: relative;
}
/*2 column layout - left column*/  
.ColLeft {
	width: 160px;
	float: right;
}
/*2 column layout right column*/  
.ColRight {
	width: 455px;
	float: left;
	padding: 10px 20px 0 0px;
}
/*2 column layout - left column* - long column */  
.ColLeftLong {
	width: 200px;
	padding-top: 0;
}
/*back to search results link*/  
p.BackToResults {
	width: 100%;
	padding: 0px 0 0 0;
	margin-top: 10px;
	clear: both;
	float: left;
}
/*back to search results link*/  
p.TopBorder {
	border-top: 1px solid #142b40;
	padding: 10px 0 0 0;
	margin: 0;
}
.FloatRight {
	float:right;
	margin: 0 0 10px 10px;
}
/*back to search results link*/  
p.BackToResults a {
	color: #1c8ec5;
}
/*back to search results link*/  
p.BackToResults a:hover {
	color: #666;
}
/*Property thumbnails*/  
.Column2 ul.PropertyThumbs {
	list-style: none;
	width: 100%;
	padding: 20px 0 20px 0;
	margin: 0;
}
/*Property thumbnails*/  
.Column2 ul.PropertyThumbs li:first-child, .Column2 ul.PropertyThumbs li.FirstChild {
	height: 80px;
	padding: 10px;
	overflow: hidden;
	width: 150px;
	margin: 0 0 10px -7px;
	background-color:#001A34;
	background-image:url(../Images/Background/ThumbBgResults.gif);
	background-position:right 1px;
	background-repeat:repeat-x;
}
/*Property thumbnails*/  
.Column2 ul.PropertyThumbs li:first-child a, .Column2 ul.PropertyThumbs li.FirstChild a {
	display: block;
	height: 80px;
	width: auto;
	overflow: hidden;
}
/*Property thumbnails*/  
.PropertyThumbs li:first-child img, .PropertyThumbs li.FirstChild img {
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
}
.Column2 ul.PropertyThumbs li {
	width: 65px;
	overflow: hidden;
	background-image:url(../Images/Background/ThumbBgResults.gif);
	background-position:right 1px;
	background-repeat:repeat-x;
	padding: 5px;
	float: left;
	height: 50px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.Column2 ul.PropertyThumbs li a {
	width: 65px;
	display: block;
	overflow: hidden;
	height: 50px;
}
.PropertyThumbs li a img {
	margin-top: -30px;
	margin-left: -30px;
}
/*Copy area Map holding div*/  
.Column2 .SmallMapHolder {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #142b40;
	float:left;
	margin:20px 0 0;
	padding:5px;
}
.Column2 .Copy .ColRight .SmallMapHolder {
	float: right;
	margin: 0 0 0 10px;
}
.Column2 .Copy .ColRight #MapArea {
	float:right;
	overflow:hidden;
	width: 200px;
	height: 200px;
}
.gmnoprint span {
	display: none;
}
/*Copy area Map holding div*/  
.Forums .Copy #MapArea {
	float:left;
	overflow:hidden;
	width: 628px;
	height: 580px;
}
.Column2 .Copy .SmallMapHolder {
	margin: 0;
}
/*Sub Navigation links*/  
.Sidelinks ul {
	font-size: 0.7em;
	list-style: none;
	width: 100%;
	padding: 10px 0 20px 0;
	float: left;
}
/*Sub Navigation links*/  
.Sidelinks ul li {
	width: 100%;
	padding: 0 0 10px 0;
}
/*Sub Navigation links*/  
.Sidelinks ul li a {
	color: #bebebe;
}
/*Sub Navigation links*/  
.Sidelinks ul li a:hover {
	color: #e4c46c;
}
/*Sub Navigation links*/  
.Sidelinks ul li.Highlight a {
	color: #e4c46c;
}
.Column2 ul.sf_commentListing {
	clear: both;
	font-size: 100%;
	background:#142B40 none repeat scroll 0 0;
	border:1px solid #333333;
	color:#AAAAAA;
	font-size:11px;
	font-style:normal;
	margin:10px 0 20px;
	padding:10px;
	list-style: none;
}
p.sf_commentAuthor {
	font-size: 100%;
}
p.sf_back {
	padding: 10px 0 0 0;
}
/* --------------------- Blog styles -------------------------*/
/*Sitefinity control styles - listing*/  
.Column2 ul.sf_postListing {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
}
/*Sitefinity control styles - listing*/  
.Column2 ul.sf_postListing li {
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #142b40;
	width: 100%;
	float: left;
}
/*Sitefinity control styles - listing*/  
.Column2 ul.sf_postListing li h3 {
	font-size: 1em;
	font-weight: bold;
}
/*Sitefinity control styles - listing*/  
.Column2 ul.sf_postListing li p {
	font-size: 11px;
}
/*Sitefinity control styles - listing*/  
.Column2 ul.sf_postListing .sf_postComments a {
	color: #198ac0;
}
/*Sitefinity control styles - listing*/  
.Column2 ul.sf_postListing .sf_readMore a, .sf_back a {
	color: #E4C46C;
	font-weight: bold;
}
.Column2 ul.sf_postListing .sf_readMore a:hover, .sf_back a:hover {
	color: #BC813B;
}
.sf_postBookmark img {
	display: inline;
}
/*Sitefinity control styles - listing*/  
.Column2 .sf_postAuthor a {
	color: #bc813b;
	font-weight: bold;
}
/*Sitefinity control styles - listing blog categories*/  
.Column1 ul.BlogCategories {
	padding: 15px 0 30px 0;
	float: left;
	width: 100%;
	margin: 0;
}
/*Sitefinity control styles - listing blog categories*/  
.Column1 ul.BlogCategories li {
	list-style: square;
	font-weight: bold;
	padding: 0px 0 5px 0px;
	margin:0 0 0 16px;
	font-size: 0.7em;
}
/*Sitefinity control styles - Tag cloud*/  
.Column1 #Tags {
	float: left;
	width: 100%;
	padding: 10px 0 20px 0;
}
/*Sitefinity control styles - Tag cloud sizes*/  
.Size1 {
	font-size: 1.5em;
}
/*Sitefinity control styles - Tag cloud sizes*/  
.Size2 {
	font-size: 1.3em;
}
/*Sitefinity control styles - Tag cloud sizes*/  
.Size3 {
	font-size: 1.1em;
}
/*Sitefinity control styles - Tag cloud sizes*/  
.Size4 {
	font-size: 0.8em;
}
/*Sitefinity control styles - Pager*/  
.Column2 .sf_pager {
	clear: both;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	float: left;
	padding: 15px 0 0 0;
}
/*Sitefinity control styles - Pager*/  
.Column2 .sf_pager li {
	float: left;
	padding:0 10px 0 0;
	font-size: 0.8em;
	list-style-type: none;
}
/*Sitefinity control styles - Pager*/  
.Column2 .sf_pager li a {
	color: #2b99cd;
}
/*Sitefinity control styles - Pager*/  
.Column2 .sf_pager li a.sf_PagerSelItem {
	color: #bc813b;
}
/*Sitefinity control styles - post new comment*/  
.sf_postNewComment {
	border: 0;
}
/*Sitefinity control styles - post new comment legend*/  
.sf_postNewComment legend {
	color: #bc813b;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	padding: 10px 0 10px 0;
}
/*Sitefinity control styles - post new comment list*/ 
.sf_postNewComment ol {
	list-style: none;
	font-size: 0.7em;
}
/*Sitefinity control styles - post  title*/ 
h2.sf_postTitle {
	margin: 0 0 15px 0;
	font-size: 18px;
}
.sf_postListing {
	list-style: none;
	padding: 10px 0 0px 0;
	float: left;
}
.sf_postListing h2.sf_postTitle {
	font-size: 12px;
}
.Column1 .sf_postListing h2.sf_postTitle {
	border: 0;
	margin: 0;
}
.Column1 h3.SubHeading {
	font-size: 12px;
	padding: 10px 0 0px 0;
	float: left;
	width: 100%;
}
/*Sitefinity control styles - Text input box styles*/ 
.sf_postNewComment .Textbox, .sf_forumsEditor .Textbox {
	border: 1px solid #142b40;
	font-size: 11px;
	color: #666666;
	padding: 3px 0 3px 0;
	width: 220px;
}
/*Sitefinity control styles - Text input box labels*/ 
.sf_postNewComment label {
	display: block;
}
/*Sitefinity control styles - comments*/ 
.sf_postNewComment li {
	padding: 0 0 10px 0;
}
/*Sitefinity control styles - buttons*/ 
.sf_postNewComment .Button, .sf_forumsWrapper .Button {
	clear: both;
	margin: 20px 15px 20px 0;
	background: #178bc2;
	color: #fff;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
/*Backbutton*/ 
p.BackButton {
	padding: 10px 0 0 0;
	float: left;
}
/*Backbutton*/ 
p.BackButton a {
	color: #198AC0;
}
/*Login Name for Blogs and Forums*/ 
.LoginName {
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	color: #aa6e30;
}
/*Login Status for Blogs and Forums*/ 
.LoginStatus {
	float: right;
	color: #168ac2;
	font-size: 0.7em;
	font-weight: bold;
}
/*-----------------------Forum Styles-------------------------------*/ 
.sf_forumsWrapper {
	clear: both;
	padding: 0px 0 0 0;
}
.sf_forumsWrapper h3 {
	font-size: 0.8em;
	padding: 10px 0 10px 0;
}
.sf_forumsList, .sf_forumsThreadsList {
	margin: 10px 0 0 0;
	font-size: 0.7em;
	clear: both;
}
.sf_forumsList th, .sf_forumsList td, .sf_forumsThreadsList th, .sf_forumsThreadsList td {
	border-bottom: 1px solid #142b40;
	padding: 10px 10px 10px 0;
	text-align: left;
	vertical-align: top;
}
.sf_forumTitle a, .sf_forumThreadTitle a {
	font-weight: bold;
	color: #E4C46C;
}
.sf_forumTitle a:hover, .sf_forumThreadTitle a:hover {
	color: #CC8F09;
}
.sf_forumsWrapper .sf_back {
	padding: 10px 0 10px 0;
	float: left;
	width: 100%;
}
.sf_threadTitle {
	padding: 0 0 10px 0;
	float: left;
	width: 100%;
}
.sf_forumDate, .quote p {
	font-size: 11px;
}
.quote p {
	font-size: 11px;
	font-weight: bold;
}
.sf_postContent {
	font-size: 11px;
	padding: 0 0 10px 0;
}
.sf_postContent p {
	font-size: 11px;
}
.sf_postListing .sf_postContent, .sf_singlePost .sf_postContent {
	border: 0;
	text-align: left;
}
.sf_singlePost dd, .sf_postContent dd {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.sf_postCommands {
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0;
	float: left;
	width: 100%;
}
.sf_mandatoryFields {
	padding: 10px 0 0 0;
}
.sf_createNewItem .Button {
	clear: none;
	float: left;
	margin: 10px 20px 10px 0;
}
.Mapview {
	position: absolute;
	top: -5px;
	font-size: 0.75em;
	font-weight: bold;
	width: 250px;
	right: 0;
}
.Mapview * {
	float: right;
}
.Filter {
	text-decoration: underline;
}
/*-----------------------Forum Styles ends-------------------------------*/ 

/* Newsletter subscription */

.Newsletter {
	border: 0;
}
#Sort {
	font-size: 0.7em;
	padding: 15px 0 0 0;
	float: left;
	width: 100%;
}
.Paging {
	clear: both;
	font-size: 0.7em;
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	padding:15px 0;
	border-top:1px solid #142b40;
}
.Paging .NextButton {
	position:absolute;
	right:0;
}
.Paging .PreviousButton {
	position:absolute;
	left:0;
}
a.NextButton {
	padding-right:10px;
	background:url(../Images/Background/NextArrow.gif) no-repeat;
	background-position:right -6px;
	cursor: pointer;
}
a.NextButton:hover {
	background-position:right 6px;
}
a.PreviousButton {
	padding-left:10px;
	background:url(../Images/Background/PrevArrow.gif) no-repeat;
	background-position:Left -6px;
	cursor: pointer;
}
a.PreviousButton:hover {
	background-position:Left 6px;
}
.MapResults {
	list-style: none;
	clear: both;
	padding: 10px 0 0 0;
}
.MapResults li {
	border-bottom: 1px solid #142B40;
	margin-bottom: 10px;
}
.MapResults li:last-child, .MapResults li.LastChild {
	border: 0;
}
.HiddenImage {
	display: none;
}
/*Google Map Area */

#GoogleMapArea {
	width: 500px;
	height: 300px;
}
/* ============================================Login/Registration elements ===================================*/

.ActionPanel input, .ActionPanel a {
	background: #178bc2;
	color: #fff;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	background-image: url(../Images/Background/Button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
div.ActionPanel a {
	margin-top: -19px;
	margin-left: 20px;
	padding: 7px 10px 7px 10px;
}
td.ActionPanel a {
	margin-top: -14px;
	margin-left: 20px;
	padding: 7px 10px 7px 10px;
}
.checkbox input {
	margin: 0 10px 0 0;
}
.Registration {
	width: 100%;
}
fieldset {
	border: 0;
}
.Column2 fieldset ul {
	list-style: none;
	margin: 0 0 10px 0;
}
.Column2 fieldset ul li {
}
.Registration fieldset {
	border: 0;
	font-size: 0.7em;
}
.Registration fieldset p, td.ActionPanel p {
	font-size: 1em;
}
.Registration fieldset h2 {
	font-size: 1.7em;
	margin: 0 0 15px 0;
}
.SignUp {
	margin: 10px 0 0 0;
	width: 450px;
}
.SignUp td {
	padding: 0 30px 10px 0;
	font-size: 0.7em;
	width: 120px;
}
.Textbox {
	border: 1px solid #142b40;
	padding: 3px;
	width:  200px;
}
.LoginFields, #ctl00_cntpColumn2_sitefinity_usercontrols_login_logincontrol_ascx1_Login1 {
	width: 100%;
	clear: both;
	border: 0;
	text-align: left;
}
.Login {
	font-size: 0.7em;
	margin:15px 0 0 0;
}
.LoginDiv {
	margin:15px 0 0 0;
}
.Login th {
	padding: 0 30px 10px 0;
	width: 95px;
}
.Login td {
	padding: 0 0 10px 0;
}
.LoginView {
	width: 200px;
	float: right;
	text-align: right;
	position: relative;
	margin-top: -48px;
}
.SearchResultsRss {
	position: absolute;
	right: 460px;
	top: 0;
}
.RssIconForum {
	position: absolute;
	top: 20px;
	left: 65px;
}
.BlogRssIcon {
	position: absolute;
	top: 0;
	left: 45px;
}
.ForgetPasswordCell {
}
.ForgetPasswordCell a {
	padding-right:7px;
}
/*=============================== Login/Registration elements  Ends-----========================================*/

.NewsletterPopup {
	width: 300px;
	padding: 30px;
	background: #235074;
	border: 1px solid #a8ab9f;
}
.CloseButton {
	top: 10px;
	right: 10px;
	font-size: 0.8em;
	position: absolute;
}
.modalBackground {
	background: #ddd;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#HomeMap {
	clear: both;
	float: left;
	padding-top: 10px;
}
.Column1 .MapviewAdvanced {
	display:none;
}
.Column2 .MapviewAdvanced {
	width: 200px;
	display:block;
	float:right;
	margin: 0 0 10px;
	position: absolute;
	top: -7px;
	right: 0;
}
.Column2 .MapviewAdvanced img {
	float: right;
}
.sf_commentAuthor p {
	font-size: 11px;
}
em {
	font-style: normal;
}
/*==========forget pss tbl============*/
.PasswordRecoveryTbl, .PasswordSent {
	font-size: 0.7em;
	margin: 15px 0 0 0;
	width:100%;
}
.PasswordRecoveryTbl h2 {
	font-size: 1.7em;
	margin: 0 0 5px 0;
	width:100%;
}
.PasswordRecoveryTbl th {
	padding: 0 30px 10px 0;
	width: 95px;
	text-align:left;
}
.PasswordRecoveryTbl td, .PasswordSent td {
	padding: 0 0 10px 0;
	text-align:left;
}
#PassRecoveryDiv {
	display:none;
}
.ExtraLinks {
	position:relative;
	height:18px;
}
#ctl00_cntpColumn2_ctl00_aBookmark {
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.InquiryLink {
	font-weight:bold;
	display:block;
	padding-right:18px;
	position:absolute;
	right:0;
	top:0;
	background:url(../Images/Background/InformationIcon.gif) right no-repeat;
}
.Copy table{ width: 100%;font-size: 11px}
.Copy table td{padding: 10px;vertical-align:top}