@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 334px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtr   a:link  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr    a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr   a:active  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtr   a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FDC280;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtr #navBar {
	background-color: #501318;
	background-image: url(images/nav_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtr #navBar #nav {
	background-color: #551616;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	height: 44px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	line-height: 2em;
	color: #FFFFFF;
}
.oneColFixCtr  #navBar   .navlist    
{
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtr    #navBar    .navlist    li {
	float: left;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	line-height: 1em;
	padding-left: 5px;
}
.oneColFixCtr    #navBar    .navlist   li.first
{
	float: left;
	padding-right: 5px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 0px;
}
.oneColFixCtr   #navBar   .navlist   li  a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}
.oneColFixCtr   #navBar   .navlist  a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.oneColFixCtr #headerBar #headerImg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}
.oneColFixCtr #headerBar {
	background-color: #3D161B;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtr   #containermainContent {
	background-color: #FDC280;
}
.oneColFixCtr  #mainContent {
	background-color: #FDC280;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 152px;
	margin-right: 232px;
	min-height: 466px;
	height: auto;
}





.oneColFixCtr #container #mainContent h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}
.oneColFixCtr #container #mainContent h2 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #7D5F48;
	padding-bottom: 5px;
}

.oneColFixCtr #container #mainContent p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #footerBar {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 24px;
	background-color: #FDC280;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 64px;
	clear: both;
}
.oneColFixCtr #container #footerBar p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr  #container  #footerNav  hr {
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #7D5F48;
	color: #7D5F48;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtr #container #footerBar a {
	font-style: italic;
	font-size: 0.8em;
}
.oneColFixCtr #leftColumn {
	background-color: #FDC280;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	width: 129px;
}
.oneColFixCtr #leftColumn    h2     {
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin-top: 4px;
	padding-top: 4px;
}
.oneColFixCtr   #leftColumn    img   {
	padding-top: 4px;
}

.oneColFixCtr #rightColumn {
	float: right;
	width: 224px;
	background-color: #FDC280;
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 5px;
}

.oneColFixCtr #rightColumn p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #rightColumn #searchBox {
	height: 230px;
	width: 188px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}

.oneColFixCtr #rightColumn #mailinglistBoxA {
	height: 67px;
	width: 208px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}

.oneColFixCtr #rightColumn #mailinglistBox {
	height: 110px;
	width: 188px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
.oneColFixCtr #rightColumn h2 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtr      #rightColumn      select {
	display: block;
	width: 186px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 0px;
}
.oneColFixCtr    #rightColumn   label {
	display: block;
	width: 186px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 0px;
}
.oneColFixCtr   #rightColumn   form {
	padding: 0px;
}
.oneColFixCtr #rightColumn input {
	display: block;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 0px;
}
.oneColFixCtr      #rightColumn     .search  {
	margin-top: 10px;
	width: 192px;
}
.oneColFixCtr  #rightColumn  #Email  {
	width: 140px;
	float: left;
}
.oneColFixCtr #rightColumn .go {
	width: 36px;
	float: right;
}
.oneColFixCtr  #navlist2
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.oneColFixCtr  #navlist2  li
{
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
.oneColFixCtr  #navlist2  li.first {
	border-left: 0px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr  #navlist2  li  a 
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.oneColFixCtr  #navlist2  a:hover
{
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}
.oneColFixCtr   .property   .overlay {
	height: 75px;
	width: 100px;
	position: absolute;
	z-index: 2;
	border: 2px solid #FFFFFF;
}
.oneColFixCtr  .property {
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #7D5F48;
	padding-top: 20px;


}
.oneColFixCtr    .property    .propertytext {
	margin-left: 125px;

}
.oneColFixCtr .property .photo {
	text-align: center;
	background-color: #AF3D18;
	width: 100px;
	position: absolute;
	z-index: 1;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 75px;

}
.oneColFixCtr  #mainContent  .property  .propertytext  h3   {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #511314;
}


.oneColFixCtr  #mainproperty  img {
	border: 2px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
.oneColFixCtr #mainproperty #mainpic {
	margin-bottom: 10px;
}

.oneColFixCtr   #mainproperty   ul,ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}
.oneColFixCtr #mainContent h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
.oneColFixCtr #mainContent h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #511314;
}
.oneColFixCtr #container #footerNav {
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
}
.oneColFixCtr  #footerNav   .navlist    
{
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr    #footerNav    .navlist    li {
	float: left;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	line-height: 1em;
	padding-left: 5px;
}
.oneColFixCtr    #footerNav    .navlist   li.first
{
	float: left;
	padding-right: 5px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 0px;
}
.oneColFixCtr   #footerNav   .navlist   li  a 
{
	text-decoration: none;
	color: #000000;
	text-transform: none;
	font-weight: normal;
}
.oneColFixCtr   #footerNav   .navlist  a:hover
{
	text-decoration: underline;
	color: #000000;
}

