@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body {
	background: #EAEAEA;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p   {
	margin-top: 1em;
}

h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}
a:link     {
	color: #2B458C;
	text-decoration: none;
	font-weight: normal;
}
a:visited      {
	color: #21356B;
	text-decoration: none;
	font-weight: normal;
}
a:active     {
	color: #3C60BF;
	text-decoration: none;
	font-weight: normal;
}
a:hover     {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #2B458C;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearfloatleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	margin-top: 30px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	min-height:118px;
    height:auto !important;
    height:118px; 
}
.oneColFixCtrHdr #header img.logo {
	float: left;
}

.oneColFixCtrHdr #header img.fmblogo {
	float: right;
	margin-left: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr  #header #navBarTop {
	float: none;
	margin-left: 348px;
	margin-right: 100px;
	text-align: right;
}
.oneColFixCtrHdr  #header  #navBarTop h2 {
	color: #2B458C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.oneColFixCtrHdr   #header    #navBarTop .navlist    
{
	list-style-type: none;
	padding: 0px;
	float: right;
	display: block;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 100%;
	height: 2em;
}
.oneColFixCtrHdr     #header     #navBarTop     .navlist li {
	padding-right: 0px;
	padding-left: 4px;
	float: right;
	line-height: 1em;
}
.oneColFixCtrHdr    #header    #navBarTop    .navlist   li a 
{
	text-decoration: none;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
	display: inline;
	line-height: 1.6em;
}
.oneColFixCtrHdr    #header    #navBarTop   .navlist a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header #navBarTop .navlist li a.selected {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #2B458C;
	line-height: 1.6em;
}

.oneColFixCtrHdr  #header  #navBarTop  a  {
	color: #2B458C;
	text-decoration: none;
}
.oneColFixCtrHdr  #header  #navBarTop  a:hover  {
	text-decoration: underline;
	background-color: #FFFFFF;
}


.oneColFixCtrHdr #header #navBarTop p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #2B458C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}





.oneColFixCtrHdr  #navBarLeft  {
	background-color: #FFFFFF;
	float: left;
	width: 160px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
	overflow: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #navBarLeft h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #navBarLeft ul {
	padding-bottom: 10px;
}
.oneColFixCtrHdr #navBarLeft li {
	list-style-type: none;
}
.oneColFixCtrHdr #navBarLeft a {
	font-size: 1.6em;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.oneColFixCtrHdr #navBarLeft a:hover {
	font-size: 1.6em;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #EBEBEB;
}

.oneColFixCtrHdr #flashBar {
	margin-left: 210px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #2B458C;
    height:220px; 
}
.oneColFixCtrHdr #container2 {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	background-color: #FFFFFF;
	background-image: url(images/bg_01.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	clear: left;
	padding: 20px;
	float: left;
	width: 660px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

.oneColFixCtrHdr #mainContent h1 {
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	color: #2B458C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #2B458C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}
.oneColFixCtrHdr  #mainContent  h3.seo {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent ul {
	margin-left: 20px;
	margin-top: 20px;
}

.oneColFixCtrHdr #mainContent li {
	list-style-type: square;
}
.oneColFixCtrHdr #mainContent ul ul {
	margin-left: 20px;
	margin-top: 0px;
}

.oneColFixCtrHdr   #mainContent .navlist    
{
	list-style-type: none;
	padding: 0px;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
}
.oneColFixCtrHdr  #mainContent .navlist li {
	padding-right: 10px;
	padding-left: 0px;
	float: left;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent  .navlist   li a 
{
	display: inline;
}
.oneColFixCtrHdr  #mainContent  .property {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.oneColFixCtrHdr  #mainContent  .imageleft {
	display: inline;
	float: left;
	height: 163px;
	width: 215px;
	margin-right: 14px;
	margin-bottom: 14px;
}
.oneColFixCtrHdr   #mainContent   .property   .overlay   {
	height: 158px;
	width: 210px;
	position: absolute;
	z-index: 2;
}
.oneColFixCtrHdr  #mainContent  .imageleft  a:hover  {
	background-color: transparent;

}
.oneColFixCtrHdr #mainContent img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}




.oneColFixCtrHdr  #featuredProjects {
	margin-left: 710px;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.oneColFixCtrHdr #featuredForSale {
	margin-left: 710px;
	background-color: #2B458C;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.oneColFixCtrHdr #featuredToLet {
	margin-left: 710px;
	background-color: #21356B;
	margin-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	clear: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr   #footer .navlist    
{
	list-style-type: none;
	padding: 0px;
	float: left;
	display: block;
	width: 920px;
}
.oneColFixCtrHdr  #footer .navlist li {
	padding-right: 10px;
	padding-left: 0px;
	float: left;
}
.oneColFixCtrHdr #footer  .navlist   li a 
{
	display: inline;
}
.oneColFixCtrHdr #footer p {
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #footer ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
