﻿/*
General styling
*/

html {
}

body 
{
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial, Verdana, Sans-Serif;
   font-size: 14px;
   background-color: #f2e2bb;
   line-height: 120%;
   background-image: url('/Common/Images/BgPattern.jpg');
   background-repeat: repeat;
}
/*
Layout styling
*/

#HeaderPanel
{
    position: relative;
	text-align: left;
	border:0;
	z-index: 10;
}
#Header
{
    z-index: 50;
    width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#FooterPanel
{
    position: relative;
	text-align: left;
	border:0;
	background-color: #000033;
}
#Footer
{
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 950px;
	margin-right: auto;
	margin-left: auto;
	border:0;
	font-size: 11px;
	color: #cccccc;
}    

#Footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
}

#Footer li {
    border-bottom: dashed 1px #333333;
    width: 130px;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    font-size: 12px;
}

#Footer li a 
{
    text-decoration: none;
    color: #999999;
    font-size: 12px;
}
#Footer a 
{
    text-decoration: none;
    color: #999999;
    font-size: 12px;
}
.FooterNavHeader
{
    color: #ffffff;
    width: 130px;
    border-bottom: dashed 1px #666666;
    padding-bottom: 5px;
}
#MainPanel
{
    height:400px;
    position: relative;
	text-align: left;
	border:0;
    background: #f2e2bb;
    background-image: url('/Common/Images/BgBarley.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}
#Main
{
    position: relative;
    width: 950px;
    height: 100%;
	margin-right: auto;
	margin-left: auto;
	border:0;
	padding-bottom: 30px;

}
#StaticMain
{
    position: relative;
    width: 950px;
	margin-right: auto;
	margin-left: auto;
	border:0;
}
#StaticContent
{
    position: relative;
    padding: 30px;
    width: 778px;
	margin-left: 112px;
	border:0;
	background-color: #ffffff;
}
#ErrorMessagePanel {
	width: 80%;
	margin: 10px auto;
	text-align: left;
	background-color: #ffe3df;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#QuickSearchPanel
{
	position: relative;
	text-align: left;
	margin-top: 10px;
	border: 0; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
}
/*
Menu styles
*/

#TopMenu a {
	color: #FFFFFF;
	background: #b5111b;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 9px;
	border: solid 1px #b5111b;
	display: block;
}
#TopMenu a:link {
	color: #ffffff;
	background: #b5111b;
	text-decoration:none;
}
#TopMenu a:active {
	color: #ffffff;
	background: #b5111b;
	text-decoration:none;
}
#TopMenu a:visited {
	color: #ffffff;
	background: #b5111b;
	text-decoration:none;
}
#TopMenu a:hover {
	color: #b5111b;
	background: #ffffff;
	text-decoration:none;
}

#TopSubMenu 
{
    margin-bottom: 30px;
}
#TopSubMenu a:link
{
    font-size: 12px;
    text-align: right;
}
#PropertyMenu 
{
    margin-bottom: 15px;
}

#PropertyMenu a {
	color: #ffffff;
	background: #666666;
	text-decoration:none;
	font-weight: bold;
	padding: 7px 9px;
	border: solid 1px #666666;
	display: block;
}
#PropertyMenu a:link {
	color: #ffffff;
	background: #666666;
	text-decoration:none;
}
#PropertyMenu a:active {
	color: #ffffff;
	background: #666666;
	text-decoration:none;
}
#PropertyMenu a:visited {
	color: #ffffff;
	background: #666666;
	text-decoration:none;
}
#PropertyMenu a:hover {
	color: #666666;
	background: #ffffff;
	text-decoration:none;
}
/* Page Titles
*/
#PageTitleAboutUs
{
    color: #e33131;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e33131;
}
#PageTitleBuyers
{
    color: #0064a8;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #0064a8;
}
#PageTitleSellers
{
    color: #a42a89;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #a32a89;
}
#PageTitleMortgages
{
    color: #7cbe34;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #7cbe34;
}
#PageTitleGeneral
{
    color: #666666;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #666666;
}
/*
HTML element styles
*/
h1
{
    color: #333333;
    padding-bottom: 5px;
    font-size: 20px;
}
h2
{
    color: #333333;
    font-size: 16px;
    padding-bottom: 1px;
}
h3
{
    color: #333333;
    font-size: 14px;
    padding-bottom: 1px;
    font-weight: bold;
}
td, p
{
   color: #666666;
   font-family:  sans-serif, arial,Verdana;
   font-size: 14px;
   line-height: 120%;
}
img
{
    border: 0;
}
ul
{ 
    list-style-image:url("/Common/Images/BulletSquare.gif"); 
} 
li
{ 
    line-height: 130%;
} 
a:link
{
    COLOR: #333333;
    TEXT-DECORATION: underline
}
a:visited
{
    COLOR: #333333;
    TEXT-DECORATION: underline
}
a:hover
{
    COLOR: #333333;
    TEXT-DECORATION: none
}
/*
Property data styles
*/

.PropertyStatus
{
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	border:0px;
	padding-bottom: 0px;
}
.PropertyNameAddress
{
	color:  #b5111b;
	font-weight:bold;
	font-size:16px;
	padding-bottom: 5px;
}
.PropertyPrice
{
	font-weight:bold;
	font-size:16px;
	padding-bottom: 5px;
}
.PropertySectionHeader
{
    font-weight:bold;
	font-size:16px;
	padding-bottom: 8px;
	color: #b5111b;
}
.ThumbnailImage 
{
    border:0;
    margin-left:10px;
    margin-top: 10px;
}

#PropertyImagesPanel 
{
    background-color: #eeeeee;
    padding:10px;
}

/*
Custom styles
*/
#PageTitle 
{
    font-weight:bold;
	font-size:20px;
	padding-bottom: 20px;
	color: #b5111b;
}
#PopupPageTitle 
{
    font-weight:bold;
	font-size:20px;
	padding-bottom: 20px;
	color: #b5111b;
}
.ResultsHeader 
{
    padding: 5px;
    margin-bottom:10px;
}
div.PropertyListing
{
	text-align: left;
	color: #666666;
	background-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#TitleQuickSearch 
{
    font-weight:bold;
	font-size:20px;
	padding-bottom: 10px;
	color: #b5111b;
}

.PagingLinks a {
	color: #ffffff;
	background: #666666;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px;
	border: solid 1px #666666;
	display: block;
}
.PagingLinks a:link {
	color: #ffffff;
	background: #666666;
	text-decoration:none;
}
.PagingLinks a:active {
	color: #ffffff;
	background: #666666;
	text-decoration:none;
}
.PagingLinks a:visited {
	color: #ffffff;
	background: #666666;
	text-decoration:none;
}
.PagingLinks a:hover {
	color: #666666;
	background: #ffffff;
	text-decoration:none;
}
div.RightPanel
{
	position: relative;
	text-align: left;
	margin-top: 10px;
	border: 0; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

div.RightPanelCentered
{
	position: relative;
	text-align: center;
	margin-top: 10px;
	border: 0; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
}
div.PropertyRoomListing
{
padding-bottom: 10px;	
}
#ErrorMessage {
	width: 80%;
	margin: 10px auto;
	text-align: left;
	background-color: #ffe3df;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#DivLocationMap
{
    margin-bottom: 10px;
    margin-top: 10px;
}

#ListHeaderPanel
{
    background-color: #7f7f7f;
    color: #ffffff;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ListHeaderPanel td
{
    background-color: #7f7f7f;
    color: #ffffff;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ListHeaderPanel a
{
    color: #ffffff;
    text-decoration: none;
}
div.hrAboutUs
{
    border-bottom: solid 1px #e33131;
    padding-bottom: 10px;
    padding-top: 10px;
}
div.miniPicture
{
    border: solid 1px #c8c8c8;
    padding: 4px;
    background-color: #ffffff;
    margin-right: 6px;
}
/*
Featured property rotator styles
*/
a.FeaturedProperty, a.FeaturedProperty:link, a.FeaturedProperty:active, a.FeaturedProperty:visited, a.FeaturedProperty:hover
{
	color: #eeeeee;
	font-size: 14px;
	text-decoration: underline;    
}
.FeaturedPropertyPanel1
{
    margin-top: 10px;
    background: #41b8d4;
}
.FeaturedPropertyPanel2
{
    margin-top: 10px;
    background: #f7931d;
}
.FeaturedPropertyPagingPanel1
{
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 5px;
    border-top: solid 1px #68cee6;
}
.FeaturedPropertyPagingPanel2
{
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 5px;
    border-top: solid 1px #fbc585;
}
.FeaturedPropertyItemHeader1
{
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: solid 1px #68cee6;
}
.FeaturedPropertyItemHeader1 td
{
    font-weight: bold;
    font-size: 16px;
}
.FeaturedPropertyItem1
{
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: solid 1px #68cee6;
}
.FeaturedPropertyItem1 td
{
    font-size: 14px;
}
.FeaturedPropertyPrice1
{
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: solid 1px #68cee6;
}
.FeaturedPropertyPrice1 td
{
    background-color: #68cee6;
    font-size: 14px;
}
.FeaturedPropertyItemHeader2
{
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: solid 1px #fbc585;
}
.FeaturedPropertyItemHeader2 td
{
    font-weight: bold;
    font-size: 16px;
}
.FeaturedPropertyItem2
{
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: solid 1px #fbc585;
}
.FeaturedPropertyItem2 td
{
    font-size: 14px;
}
.FeaturedPropertyPrice2
{
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: solid 1px #fbc585;
}
.FeaturedPropertyPrice2 td
{
    background-color: #fbc585;
    font-size: 14px;
}
