*
{
    margin:0px;
    padding:0px;
}

body
{
    background-color:#ffffff;
    color:#000000;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:90%;
    font-weight:normal;
}

input, textarea, select, option
{
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
}


a
{
    color:#8c8c8c;
}

a:hover
{
    color:#79ca28
}

p
{
    margin-bottom:16px;
}

p.Last
{
    margin-bottom:0px;
}

.Hidden
{
    display:none;
}

.FFix
{
    clear:both;
    float:none;
}

#Page
{
    display:block;
    width:760px;
    margin:0px auto;
    background-color:#c7c7c7;
    border-left:solid 1px #b9b9b9;
    border-right:solid 1px #b9b9b9;
}

#Page #Header
{
    display:block;
    margin-bottom:16px;
}

#Page #Header #Logo
{
    display:block;
    float:left;
    width:360px;
    height:116px;
    background-repeat:no-repeat;
    background-image:url(../Images/PasturesGreenerLogo.gif);
}

#Page #Header #MainMenu
{
    display:block;
    list-style-type:none;
    background-color:#8c8c8c;
    height:28px;
    margin:4px 0px 0px 0px;
    overflow:visible;
}

#Page #Header #MainMenu .MainMenuItem
{
    display:block;
    float:left;
}

#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitle
{
    display:block;
    background-color:#aef36b;
    margin:-4px 16px 0px 16px;
    height:36px;
    width:64px;
    z-index:10001;
    position:relative;
    background-position:left top;
    background-repeat:no-repeat;
}

#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleHome
{
    background-image:url(../Images/MainMenu/Home.gif);
}
#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleProperty
{
    background-image:url(../Images/MainMenu/Property.gif);
}
#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleServices
{
    background-image:url(../Images/MainMenu/Services.gif);
}

#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleResources
{
    background-image:url(../Images/MainMenu/Resources.gif);
}
#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleLinks
{
    background-image:url(../Images/MainMenu/Links.gif);
}
#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleAreaInfo
{
    background-image:url(../Images/MainMenu/AreaInfo.gif);
}
#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleAboutUs
{
    background-image:url(../Images/MainMenu/AboutUs.gif);
}
#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleContact
{
    background-image:url(../Images/MainMenu/Contact.gif);
}
#Page #Header #MainMenu .MainMenuItem .MainMenuItemTitleSearch
{
    background-image:url(../Images/MainMenu/Search.gif);
}

#Page #Header #MainMenu .MainMenuLastItem .MainMenuItemTitle
{
    margin-right:0px;
}

#Page #Header #MainMenu .MainMenuFirstItem .MainMenuItemTitle
{
    margin-left:13px;
}

#Page #Header #MainMenu .MainMenuItem .MainMenuItemDropDown
{
    display:none;
    list-style-type:none;
    background-color:#f1f1f1;
    position:static;
    margin-left:16px;
    margin-top:-4px;
    padding-top:4px;
    width:80px;
}

#Page #Header #MainMenu .MainMenuFirstItem .MainMenuItemDropDown
{
   margin-left:13px; 
}

#Page #Header #MainMenu .MainMenuItem:hover .MainMenuItemDropDown
{
    display:block;
    position:absolute;
    z-index:10000;
}

#Page #Header #MainMenu .MainMenuItem .MainMenuItemDropDown .MainMenuItemDropDownItem
{
    display:block;
    border-bottom:dashed 1px #8c8c8c;
    font-size:80%;
    padding:4px;
}

#Page #Header #MainMenu .MainMenuItem .MainMenuItemDropDown .MainMenuItemDropDownLastItem
{
    border-bottom:0;
}

#Page #Header #MainMenu .MainMenuItem .MainMenuItemDropDown .MainMenuItemDropDownItem a
{
    text-decoration:none;
    display:block;
}


#Page #Title
{
    display:block;
    height:80px;
    position:relative;
}

#Page #Title .TitleImage
{
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    text-align:left;
    margin:8px;
    position:absolute;
    right:0px;
    bottom:0px;
    height:29px;
}

#Page #Title .HomeTitle
{
    background-image:url(../Images/Title/Home.gif);
    width:116px;
}

#Page #Title .BuyTitle
{
    background-image:url(../Images/Title/Buy.gif);
    width:85px;
}

#Page #Title .SellTitle
{
    background-image:url(../Images/Title/Sell.gif);
    width:82px;
}

#Page #Title .VisitTitle
{
    background-image:url(../Images/Title/Visit.gif);
    width:91px;
}

#Page #Title .CompareTitle
{
    background-image:url(../Images/Title/Compare.gif);
    width:162px;
}

#Page #Title .FinanceTitle
{
    background-image:url(../Images/Title/Finance.gif);
    width:145px;
}

#Page #Title .LegalTitle
{
    background-image:url(../Images/Title/Legal.gif);
    width:107px;
}

#Page #Title .AreaInfoTitle
{
    background-image:url(../Images/Title/AreaInfo.gif);
    width:162px;
}

#Page #Title .AboutUsTitle
{
    background-image:url(../Images/Title/AboutUs.gif);
    width:158px;
}

#Page #Title .ContactUsTitle
{
    background-image:url(../Images/Title/ContactUs.gif);
    width:182px;
}

#Page #Title .RegisterTitle
{
    background-image:url(../Images/Title/Register.gif);
    width:151px;
}

#Page #Title .LoginTitle
{
    background-image:url(../Images/Title/Login.gif);
    width:106px;
}

#Page #Title .ProfileTitle
{
    background-image:url(../Images/Title/Profile.gif);
    width:121px;
}

#Page #Title .LinksTitle
{
    background-image:url(../Images/Title/Links.gif);
    width:104px;
}

#Page #Title .AdvancedSearchTitle
{
    background-image:url(../Images/Title/AdvancedSearch.gif);
    width:285px;
}

#Page #Title .SearchResultTitle
{
    background-image:url(../Images/Title/SearchResult.gif);
    width:233px;
}

#Page #Title .PropertyDetailsTitle
{
    background-image:url(../Images/Title/PropertyDetails.gif);
    width:259px;
}


  
#Page #Body 
{
    background-color:#ffffff;
    color:#000000;
}

#Page #Body .Content
{
    padding:16px;
    color:#8c8c8c;
    font-size:100%;
}

#Page #Body .Content .ContentHead
{
    font-weight:normal;
    margin-bottom:16px;
    font-size:125%;
}


#Page #Footer
{
    position:relative;
    display:block;
    height:140px;
    margin-top:16px;
}

#Page #Footer #Graphics
{
    display:block;
    float:right;
    width:230px;
    height:140px;
    background-repeat:no-repeat;
    background-image:url(../Images/FooterGraphics.gif);
}

#Page #Footer #ToTop
{
    position:absolute;
    bottom:0px;
    left:0px;
    background-image:url(../Images/UpArrow.gif);
    background-repeat:no-repeat;
    background-position:left center;
    text-indent:14px;
    margin:4px;
}

#Page #Footer #ToTop a
{
    color:#ffffff;
    text-decoration:none;
    font-weight:700;
    font-size:80%;
}


#Page .GreenLine
{
    display:block;
    background-image:url(../Images/GreenLine.gif);
    background-repeat:no-repeat;
    background-position:left top;
    height:4px;
    overflow:hidden;
}


.Form
{
    color:#8c8c8c;
    font-size:100%;
}

.Form .FormHeader
{
    font-size:150%;
    font-weight:normal;
    margin-bottom:8px;
}

.Form .FormInfo
{
    margin-bottom:16px;
    font-weight:bold;
    font-size:90%;
}

.Form .FormRow
{
    margin-bottom:4px;
  
}

.Form .FormSpacer
{
    height:8px;
}


.Form .FormLastRow
{
    margin-bottom:0px;
}

.Form .FormRow .FormLabel
{
    font-weight:bold;
}

.Form .FormRow .FormLabelTop
{
    vertical-align:top;
}


.Form .FormRow .FormInput
{
}

.Form .FormRow .FormInput input,
.Form .FormRow .FormInput textarea,
.Form .FormRow .FormInput select
{
    border:solid 1px #8c8c8c;
    padding:1px;
    color:#8c8c8c;
    font-size:80%;
}

.Form .FormRow .FormInput textarea
{
    overflow:auto;
}

.Form .FormError .FormLabel
{
    color:#ff4444 !important;
}

.Form .FormError .FormInput input,
.Form .FormError .FormInput textarea,
.Form .FormError .FormInput select
{
    background-color:#f4f4f4;
}

.Form .FormRow .FormButton input
{
    border:solid 1px #8c8c8c;
    color:#8c8c8c;
    text-align:center;
    overflow:visible;
    padding:1px;
    background-color:Transparent;
}

.Form .FormErrorHeader
{
    font-size:110%;
    font-weight:600;
    margin-bottom:8px;
}

.Form .FormErrorList
{
    list-style-type:disc;
    list-style-position:inside;
    border:solid 1px #ff4444;
    background-color:#f4f4f4;
}

.Form .FormErrorList .FormErrorListItem
{
    list-style-image:none !important;
    color:#ff4444;
}

.Form .FormActionRow
{
    text-align:right;
}

#Pling
{
    display:block;
    background-image:url(../Images/PLing.gif);
    background-repeat:no-repeat;
    background-position:left top;
    width:40px;
    height:40px;
    margin-right:8px;
    float:left;
}

.TableList
{
    border-bottom:solid 1px #8c8c8c;
    border-right:solid 1px #8c8c8c;
    width:100%;
}

.TableList .TableListRow
{
   
}

.TableList .TableListRow .TableListRowActionCell
{
    white-space:nowrap;
    text-align:center;
}

.TableList .TableListRow .TableListRowCell
{
    border-top:solid 1px #8c8c8c;
    border-left:solid 1px #8c8c8c;
    padding:2px;
    color:#8c8c8c;
    width:100%;
}

.TableList .TableListRow .TableListRowCell a
{
    color:#8c8c8c;
}

.TableList .TableListHighlightedRow .TableListRowCell
{
   background-color:#c7c7c7;
   color:#ffffff;
}

.TableList .TableListHighlightedRow .TableListRowCell a
{
   color:#ffffff;
}

.TableList .TableListHighlightedRow .TableListRowCell a:hover
{
    color:#b9fa78;
}

.PopupOverlay
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.PopupWindow
{
    position:fixed;
    top:30%;
    left:30%;
    right:30%;
    background-color:#ffffff;
    border:solid 1px #884444;
    padding:8px;
}

.ItemList, #Page #Body .Content ul
{
    padding:8px;
    list-style-image:url(../Images/SquareBullet.gif);
}

.ItemList .ItemListItem, #Page #Body .Content ul li
{
    display:block;
    list-style-image:url(../Images/SquareBullet.gif);
    margin-left:16px;
}

#Links #Intro
{
    margin-bottom:16px;
}

#Links .CategoryList
{
    display:block;
    list-style-type:none;
} 

#Links .CategoryList .CategoryListItem
{
    display:block;
    overflow:hidden;

} 

#Links .CategoryList .CategoryListItem .CategoryListItemHead
{
    display:block;
    background-color:#c7c7c7;
    color:#ffffff;
    padding:8px;
    font-weight:700;
    font-size:100%;
    margin-bottom:8px;
}

#Links .CategoryList .CategoryListItem .LinkList
{
    display:block;
    list-style-type:none;
    margin-bottom:16px;
} 

#Links .CategoryList .CategoryListItem .LinkList .LinkListShortItem
{
    display:block;
    overflow:hidden;
    padding:2px 0px 2px 0px;
} 


#Links .CategoryList .CategoryListItem .LinkList .LinkListShortItem a
{
    text-decoration:none;
    font-weight:normal;
    font-size:100%;
}

#Links .CategoryList .CategoryListItem .LinkList .LinkListShortItem a:hover
{
    text-decoration:underline;
}


#Links .CategoryList .CategoryListItem .LinkList .LinkListLongItem
{
    display:block;
    overflow:hidden;
    border-bottom:solid 1px #c7c7c7;
    margin-bottom:8px;
    padding-bottom:8px;
} 

#Links .CategoryList .CategoryListItem .LinkList .LinkListLongItem .LinkListLongItemDescription
{
    display:block;
}

#Links .CategoryList .CategoryListItem .LinkList .LinkListLongItem .LinkListLongItemDescriptionHead
{
    font-weight:bold;
    font-size:90%;
    margin-bottom:8px;
}


#Links .CategoryList .CategoryListItem .LinkList .LinkListLongItem .LinkListLongItemDescriptionHead a
{
    text-decoration:none;
}

#Links .CategoryList .CategoryListItem .LinkList .LinkListLongItem .LinkListLongItemDescriptionHead a:hover
{
    text-decoration:underline;
}

#Links .CategoryList .CategoryListItem .LinkList .LinkListLongItem .LinkListLongItemThumbnail
{
    display:block;
    float:left;
    width:140px;
    height:100px;
    margin-right:8px;
    border:0px;
}

#Sell .CommisionTable
{
	border:solid 1px #8c8c8c;
	border-right:0px;
	font-size:90%;
	border-top:0px;	
	color:#8c8c8c;
}

#Sell .CommisionTable th,
#Sell .CommisionTable td
{
	vertical-align:top;
	border:solid 1px #8c8c8c;
	border-bottom:0px;
	border-left:0px;
	padding:2px;
}

#Sell .CommisionTable th
{
	font-size:100%;	
	font-weight:bold;
}

#AreaInfo ul
{
}


#AreaInfo ul li
{
    margin-bottom:8px;

    
}

#AreaInfo ul li a
{
    font-weight:bold;
}

#ContactUs
{
    overflow:visible;
}

#ContactUs .HorizontalSepearator
{
	height:1px;
	line-height:1px;
	border:0px;
	border-top:solid 1px #8c8c8c;
	margin:16px 0px 16px 0px;
}

#ContactUs #ContactDetails
{
	color:#8c8c8c;
	font-family:verdana,sans-serif;
}

#ContactUs #ContactDetails .Head
{
	font-weight:normal;
	color:#8c8c8c;
	margin-bottom:16px;
}

#ContactUs #ContactDetails table
{
    margin:0px;
}

#ContactUs #ContactDetails td
{
	color:#8c8c8c;
	padding-bottom:4px;
}

#ContactUs ul
{
    list-style-type:none !important;
    padding:0px !important;
    margin:0px !important;
}

#ContactUs ul li
{
    list-style-image:none !important;
    padding:0px !important;
    margin:0px !important;
    float:left;
}

#ContactUs ul li .LinkButton
{

}

#Register .RegisterHead
{
    font-size:100%;
    font-weight:normal;
}

#Register .RegisterHead .RegisterHeadHighlight
{
    font-weight:bold;
    text-decoration:underline;
}

#Register .Form .FormRow .Width170
{
    display:inline-block;
    width:170px;
}

#Register .Form .FormRow .Width210
{
    display:inline-block;
    width:210px;
}

#Register .Form .FormRow .Width40
{
    display:inline-block;
    width:40px;
}

#Register .Form .FormRow .RegisterLabel
{
    font-weight:bold;
    color:#79ca28;
    margin-bottom:16px;
}

#Register .Form .FormError .RegisterLabel
{
    color:#ff4444 !important;
}

#Register .Form .FormRow .RegisterNote
{
    margin-bottom:16px;
}

#Register .Form .FormRow .FloatLeft
{
    float:left;
    margin-right:32px;
}

#Register .Form .FormRow .ItemList,
#Register .Form .FormRow .ItemList .ItemListItem
{
    list-style-type:none !important;
    list-style-image:none !important;
    
}

#Register .Form #Areas
{
    width:340px;
}

#Register .Form #Areas .AreasHead
{
    background-color:#79ca28;
    color:#ffffff;
}

#Register #Summary #SummaryNote
{
    font-weight:bold;
    color:#88ba24;
    margin:16px 0px 16px 0px;
    text-align:center;
}

#Profile .ContentHead .LeftSide
{
    display:block;
    float:left;
}

#Profile .ContentHead .RightSide
{
    display:block;
    float:right;
}



#Profile .Form .FormRow .Width170
{
    display:inline-block;
    width:200px;
}

#Profile .Form .FormRow .Width210
{
    display:inline-block;
    width:300px;
}

#Profile .Form .FormRow .Width40
{
    display:inline-block;
    width:40px;
}


#Profile .Form .FormRow .FloatLeft
{
    float:left;
    margin-right:32px;
}

#Profile .Form .FormRow .ItemList,
#Profile .Form .FormRow .ItemList .ItemListItem
{
    list-style-type:none !important;
    list-style-image:none !important;
    
}

#Profile .Form #Areas
{
    width:340px;
}

#Profile .Form #Areas .AreasHead
{
    background-color:#79ca28;
    color:#ffffff;
}

#Home #HomeLeft
{
    float:left;
    display:block;
    width:210px;
    padding-right:16px;
    border-right:solid 1px #8c8c8c;
    margin-right:-1px;
}

#Home #HomeLeft #QuickSearch
{
    display:block;
    padding-bottom:16px;
}

#Home #HomeLeft #QuickSearch #QuickSearchImage
{
    display:block;
    background-image:url(../Images/QuickSearch.gif);
    width:145px;
    height:20px;
    background-position:left top;
    background-repeat:no-repeat;

}

#Home #HomeLeft #Login
{
    display:block;
    padding-top:16px;
    border-top:solid 1px #8c8c8c;
    
}

#Home #HomeLeft #Login #LoginImage
{
    display:block;
    background-image:url(../Images/Login.gif);
    width:57px;
    height:24px;
    background-position:left top;
    background-repeat:no-repeat;
}

#Home #HomeRight
{
    float:left;
    display:block;
    width:485px;
    padding-left:16px;    
    border-left:solid 1px #8c8c8c;
}

#Home .HomeLink
{
    color:#b3e186;
    font-size:70%;
    text-decoration:underline;    
    vertical-align:middle;
}

#Home .HomeLink .HomeLinkHighligh
{
    font-weight:bold;
}

#PropertyDetails #DetailsTable td
{
    padding:4px;
}

#Compare #CompareTable td
{
    padding:4px;
}


.HDivider
{
   height:0px;
   line-height:0px;
   border-bottom:solid 1px #8c8c8c;
   margin:16px 0px 16px 0px;
   
}

table td.RegisterSummaryLabel
{
    text-align:right;
    white-space:nowrap;
    font-weight:bold;
    padding-right:8px;
    vertical-align:top;
}

#PropertyBrochureTable td
{
    padding:4px;
}

.InputButton
{
    font-size:90%;
    border:solid 1px #8c8c8c;
    padding:3px;
    padding-bottom:2px;
    margin:0px;
    margin-right:4px;
    overflow:visible;
    color:#8c8c8c;
    background-color:#ffffff;    
}

.LinkButton
{
    display:block;
    border:solid 1px #8c8c8c;
    padding:2px;
    margin:0px;
    margin-right:4px;
    font-size:80%;
    text-decoration:none !important;
    overflow:visible;
    color:#8c8c8c !important;  
    vertical-align:middle; 
    text-align:center; 
}

.LinkButtonNegativeBg
{
    background-color:#8c8c8c !important;
    color:#ffffff !important;  
}


#OrderForm
{
    margin-top:4px;
    font-size:80%;
    color:#8c8c8c;
}

#OrderForm select
{
     color:#8c8c8c;
    border:solid 1px #8c8c8c;
}


.PropertySearchResult ul
{
    list-style-type:none !important;
    padding:0px !important;
    margin:0px !important;
}

.PropertySearchResult ul li
{
    list-style-image:none !important;
    padding:0px !important;
    margin:0px !important;
}

.PropertySearchResult .Pager
{
    margin-top:16px;
}

.PropertySearchResult #Filter
{
    margin-top:8px;
}

.PropertySearchResult #List
{
}

.PropertySearchResult #List .Details
{
    display:block;
    border-bottom:solid 1px #8c8c8c;
    padding-bottom:16px !important;
    padding-top:16px !important;
    font-size:90%;
}

.PropertySearchResult #List .Details .Photo
{
    float:left;
    margin-right:16px;
    width:98px;
    text-align:center;
}

.PropertySearchResult #List .Details .Photo img
{  
    border:solid 1px #8c8c8c !important;
}

.PropertySearchResult #List .Details .Info
{
    float:left;
    margin-right:16px;
    margin-left:16px;
    width:250px;
}

.PropertySearchResult #List .Details .Info ul li
{
    margin-bottom:5px !important;
}


.PropertySearchResult #List .Details .Brochure
{
    float:left;
    margin-right:16px;
    margin-left:16px;
    text-align:center;
    border:solid 1px #8c8c8c;
    width:250px;
    display:none;
}

.PropertySearchResult #List .Details .Brochure .BrochureHead
{
    background-color:#8c8c8c;
    color:#ffffff;
    font-weight:bold;
    padding:2px;
}

.PropertySearchResult #List .Details .Brochure .BrochureHead .BrochureClose
{
    color:#ffffff;
    display:block;
    float:right;
    text-decoration:none;
}

.PropertySearchResult #List .Details .Brochure .BrochureHead .BrochureClose:hover
{
    color:#8c2c2c;
    cursor:pointer;
}

.PropertySearchResult #List .Details .Brochure .BrochureBody
{
    font-size:85%;
    padding:8px 16px 8px 16px;
}


.PropertySearchResult #List .Details .Links
{
    float:right;
}

.PropertySearchResult #List .Details .Links .LinkButton
{
    margin-bottom:4px;
}

.PropertySearchResult #List .Details .Photo a,
.PropertySearchResult #List .Details .Photo img
{
    border:0px;
}

#PropertySearch
{
}

#PropertySearch ul
{
    list-style-type:none !important;
    padding:0px !important;
    margin:0px !important;
}

#PropertySearch ul li
{
    list-style-image:none !important;
    padding:0px !important;
    margin:0px !important;
}

#PropertySearch input,
#PropertySearch select,
#PropertySearch option
{
    color:#8c8c8c;
}

#PropertySearch select option.Region
{
    background-color:#6eba24;
    color:#ffffff;
}

#PropertySearch .Section
{
    margin-bottom:16px;
}

#PropertySearch h4
{
    color:#6eba24 !important;
    margin-bottom:8px;
}

#PropertySearch h5
{
    color:#6eba24 !important;
    margin-bottom:4px;
}

#PropertySearch .Info
{
    font-size:80%;
    margin-bottom:4px;
    padding:2px;
}


#PropertySearch #Type
{
    float:left;
    width:50%;
}

#PropertySearch #Purchase
{
    float:left;
    width:50%;
}

#PropertySearch #Budget #Min
{
    float:left;
    width:50%;
}

#PropertySearch #Budget #Max
{
    float:left;
    width:50%;
}

#PropertySearch #Bedrooms
{
    float:left;
    width:20%;
}

#PropertySearch #Bathrooms
{
    float:left;
    width:20%;
}

#PropertySearch #Garden
{
    float:left;
    width:20%;
}

#PropertySearch #Situation
{
    float:left;
    width:40%;
}

#PropertyDetails .LinkButton
{
    margin-bottom:4px;
}

#PropertyDetails ul
{
    list-style-type:none !important;
    padding:0px !important;
    margin:0px !important;
}

#PropertyDetails ul li
{
    list-style-image:none !important;
    padding:0px !important;
    margin:0px !important;
}

#Compare .LinkButton
{
    margin-bottom:4px;
}

#Compare ul
{
    list-style-type:none !important;
    padding:0px !important;
    margin:0px !important;
}

#Compare ul li
{
    list-style-image:none !important;
    padding:0px !important;
    margin:0px !important;
}

