html, body
{
	width: 100%;
	text-align: center;
}
html, body
{
	margin: 0;
	padding: 0;
}
body
{
	overflow: scroll;
	background: #F3F3F3;
}
a, a:link, a:active, a:visited
{
	color: #D06103;
	font: bold 12px/18px Arial, Sans-Serif;
}
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/* Layout Styles */

.OuterWrapper
{
	height: 100%;
	background: #F3F3F3 url("../../Images/Propellor/stripy-bg.gif") repeat-x 0 0;
}
.HeaderWrapper
{
	width: 999px;
	height: 228px;
	position: relative;
}
.LogoDiv
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 542px;
	height: 228px;
	background: url("../../Images/Propellor/propellor-logo.png") no-repeat 0 0;
	z-index: 3;
}
.LogoDiv *
{
	display: block;
}
.SearchArea
{
	width: 497px;
	margin-top: 100px;
	position: relative;
	z-index: 7;
}
.HomeButtonDiv
{
	width: 39px;
	height: 29px;
	background: url("../../Images/Propellor/home-button.png") no-repeat 0 0;
}
.SearchDiv
{
	width: 264px;
	position: relative;
}
.NavigationDiv
{
	margin-top: 31px;
	position: relative;
	right: 15px;
	z-index: 99;
}
.MainContentOuterWrapper
{
	width: 965px;
	margin-top: 19px;
}
.BreadcrumbDiv
{
	padding-left: 66px;
}
.MainContentTopDiv
{
	height: 7px;
	background: url("../../Images/Propellor/content-top-line.gif") no-repeat 0 0;
	margin-top: 8px;
}
.MainContentTD
{
	height: 444px;
	background: url("../../Images/Propellor/content-bg.gif") repeat-y 0 0;
	padding-bottom: 15px;
}
.MainContentWrapper
{
	width: 887px;
	margin-top: 33px;
}
.MainContentHeadingDiv
{
	width: 887px;
	line-height: 24px;
	background: url("../../Images/Propellor/arrow-circle.gif") no-repeat 0 0;
}
.HeadingDiv
{
	padding-left: 30px;
}
.MainContentOuterDiv
{
	margin-top: 13px;
}
.MainContentInnerDiv
{
	width: 860px;
}
.MainSepTD
{
	width: 25px;
}
.MainRightTD
{
	width: 303px;
}
.MainRightTopDiv
{
	height: 5px;
	background: url("../../Images/Propellor/right-top-bg.gif") no-repeat 0 0;
}
.MainRightDiv
{
	background: #E2E2E2;
}
.MainRightInnerDiv
{
	width: 230px;
	margin: 30px 0 30px 0;
}
.MainRightBottomDiv
{
	height: 5px;
	background: url("../../Images/Propellor/right-bottom-bg.gif") no-repeat 0 0;
}
.MainContentBottomDiv
{
	height: 7px;
	background: url("../../Images/Propellor/content-bottom-line.gif") no-repeat 0 0;
}
.FooterDiv
{
	width: 963px;
	height: 200px;
	background: url("../../Images/Propellor/footer.png") no-repeat 0 0;
	margin-top: 9px;
}
.BottomLogo
{
	margin-top: 112px;
}

/* End Layout Styles */

/* Showcase Page */

.PropertyListInfoTD
{
	padding-left: 10px;
}
.PropertyListInfoSpan
{
	margin-top: 5px;
}
.PropertyListSpacerTD
{
	height: 25px;
}
.PropertyListReadMoreLink
{
	color: #D06103;
	font: bold 12px/18px Arial, Sans-Serif;
}

/* End Showcase Page */

/* Property Display Page */

.PropDispImgDiv
{
	margin-right: 11px;
	padding-bottom: 7px;
}
.PropDispContentDiv
{

}
.PropDispBackLink
{
	margin-top: 3px;
}
.PropDispContentDiv h3
{
	margin-bottom: 5px;
}

/* End Property Display Page */

/* Searchbox */

.SearchBoxLeft
{
	width: 6px;
	height: 30px;
	background: url("../../Images/Propellor/search-box-left.png") no-repeat 0 0;
}
.SearchBoxRight
{
	width: 7px;
	height: 30px;
	background: url("../../Images/Propellor/search-box-right.png") no-repeat 0 0;
}
.SearchBox
{
	width: 203px;
	height: 30px;
	border: 0;
	background: url("../../Images/Propellor/search-box-bg.gif") repeat-x 0 0;
	color: #FFF;
	font: normal 13px Arial, Sans-Serif;
	padding: 6px 0 0 2px;
	margin: 0;
}
.SearchButton
{
	width: 39px;
	height: 30px;
	background: url("../../Images/Propellor/search-button.png") no-repeat 0 0;
	border: 0;
	position: relative;
	left: 9px;
	cursor: pointer;
	z-index: 99;
}

/* End Searchbox */

/* Text Styles */

.BreadcrumbDiv, .BreadcrumbDiv a, .BreadcrumbDiv a:active, .BreadcrumbDiv a:link, .BreadcrumbDiv a:visited
{
	color: #D06103;
	font: normal 11px/18px Arial, Sans-Serif;
	text-decoration: none;
}
.BreadcrumbDiv a:hover
{
	color: #333;
	text-decoration: underline;
}
.SmallLink:visited, .SmallLink:active, .SmallLink:link
{
	color: #D06103;
	font: normal 10px "Trebechet MS", Arial, Sans-Serif;
}
.FormTable .SmallLink
{
	position: relative;
	top: 8px;
	margin-right: 4px;
}

/* End Text Styles */

/*Generic Classes */

.BN
{
	border: none;
}
.CB
{
	clear: both;
}
.CB1
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
.CP
{
	cursor: pointer;
}
.DB
{
	display: block;
}
.DI
{
	display: inline;
}
.DN
{
	display: none;
}
.FL
{
	float: left;
}
.FR
{
	float: right;
}
.MA
{
	margin-left: auto;
	margin-right: auto;
}
.OH
{
	overflow: hidden;
}
.TC
{
	text-align: center;
}
.TL
{
	text-align: left;
}
.TR
{
	text-align: right;
}
.VB
{
	vertical-align: bottom;
}
.VM
{
	vertical-align: middle;
}
.VT
{
	vertical-align: top;
}
.W100
{
	width: 100%;
}

/* End Generic Classes */

.ValidateError
{
	clear: both;
	width: 200px;
	font: normal 11px Arial;
	margin: -10px 0 -6px 0;
	float: left;
}
.ValidateError img
{
	position: relative;
	top: -3px;
}
.DontDisappear
{
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	position: static;
}
.WhiteLink, .WhiteLink a:active, .WhiteLink a:link, .WhiteLink a;visited
{
	color: #FFF;
	font: bold 12px/18px Arial, Sans-Serif;
}
.SubmitButton
{
	float: right;
	width: 75px;
	height: 26px;
	cursor: pointer;
	border: 0;
	background: url("../../Images/Propellor/submit-button.gif") no-repeat 0 0;
	margin-top: 9px;
}
.BlogSignupTable td
{
	vertical-align: middle;
}
.BlogSignupTable .SubmitButton
{
	margin-top: 0;
	float: right;
}
.SignupTextBox
{
	width: 218px;
	height: 20px;
	margin: 0 auto;
	border: 1px solid #CCC;
}