/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote  {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, abbr, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
#TableBg {
	background-image: url(../images/ContentBg.jpg);
	background-repeat: repeat-y;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
body {
	background-image: url(../images/BG_Repeating.jpg);
	background-repeat: repeat;
	margin: 0px;
	color: #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#PageBg {
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
}
#DividerLine {
	text-align: right;
}
#LeftColumnContainer #AddressBlock p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#LeftNav a {
	color: #D3D3D3;
	text-decoration: none;
}
#LeftNav {
	color: #D3D3D3;
	text-align: right;
	padding-right: 7px;
	padding-left: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#Header {
	margin: 0px;
	background-image: url(../images/Top.jpg);
	background-repeat: no-repeat;
	height: 87px;
	text-align: right;
}
#Header #TopNav {
	padding-top: 58px;
	padding-right: 94px;
}

#LeftNav ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#PageTitle {
	font-family: "Times New Roman", Times, serif;
	margin-right: 10px;
	margin-left: 1px;
}
#FeaturedProperties {
	margin-right: 10px;
	margin-left: 1px;
}
#FeaturedTable {
	background-image: url(../images/FeaturedBg.jpg);
	background-repeat: no-repeat;
}
#FeaturedTable img {
	border: 1px;
	border-color: #202020;
	margin-top: 5px;
	margin-bottom: 5px;
}
#FeaturedText p {
}
#FeaturedText {
	padding-right: 8px;
	padding-left: 8px;
	text-align: left;
	padding-bottom: 15px;
	height: 125px;
}
#FeaturedText h1 {
	color: #D3D3D3;
	font-size: 14px;
}
#Footer {
	text-align: center;
	color: #D3D3D3;
}
#Footer a{
	color: #D3D3D3;
	text-decoration:none;
}
#Footer a:hover{
	color: #fdfc31;
}
#FeaturedProperties #Title {
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/FeaturedProperties.jpg);
	height: 39px;
}
#LeftNav li {
	margin-top: 2px;
	margin-bottom: 2px;
}
#LeftNav a:hover {
	color: #fdfc31;
}
h1 {
	color: #fdfc31;
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ImageRight {
	float: right;
}
#Wrapper #Tagline {
	background-image: url(../images/Tagline.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#Wrapper #ContentWrapper {
	background-image: url(../images/ContentBg.jpg);
	background-repeat: repeat-y;
}
#LeftColumnContainer {
	padding-left:17px;
	padding-right:7px;
}
#Facebook-Twitter {
	padding-left:17px;
	padding-right:0px;
	text-align:right;
}
#LeftColumnContainer #AddressBlock {
	text-align: right;
	font-size: 11px;
}
#LeftColumnContainer #AddressBlock a {
	color: #fdfc31;
	text-decoration:none;
}
#Content {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#Content a {
	color: #fdfc31;
	text-decoration: none;
}
#Content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#Content ul {
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
	margin-left: 25px;
}
#Content li {
	padding-bottom: 5px;
}
.ClearBoth {
	clear: both;
}
.ClearRight {
	clear: right;
}
#Wrapper {
	width: 790px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
#Content #FormTables td {
	padding: 5px;
}
