/* CSS Document */

table.center {margin-left:auto; margin-right:auto;}


.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
} 


body
{ 
background-color: #164871;
}

div#column2 {
    margin: 0;
    padding: 0;
    background-image: url(../images/RightMenuBackground.gif);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #FFFFFF;
    
}

div#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/LeftMenuBackground.gif);
	background-repeat: repeat-y;
    width: 100%;
    
}

#container
{
  width: 760px; 
  position: absolute;
  left: 50%;
  margin-left: -400px;
}

#header
{
  background: #FFFFFF;

}

#leftMenu
{
  float: left;
  width: 200px;
  background: #397EB7;
  text-align: center;
}

#footer
{
  clear: both;
  width: 760px;
}



#centerContainer
{
  float: left;
  width: 560px;
  padding: 0px;
  text-align: justify;
  background: #FFFFFF;

}

#centerColumn
{

  width: 480px;
  margin: 40px;
  text-align: justify;
  background: #FFFFFF;
}

#centerColumn2
{
  margin-right: auto;
  margin-left: auto;
  width: 480px;
  margin: 40px;
  text-align: left;
  background: #FFFFFF;
}


.bodyFont
{
	color: #0000FF;
	font-family:"Century Gothic";
	font-size: 13px;
}

.bodyFont2
{
	text-align: left;
	color: #0000FF;
	font-family:"Century Gothic";
	font-size: 12px;
}

.andMore {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

.propertyTypesTitle
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color: #FFFFFF;
}

a.leftMenuMain:link {
	display: block; 
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
a.leftMenuMain:visited {
	display: block; 
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
a.leftMenuMain:hover {
	display: block; 
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

a.leftMenuMain:active {
	display: block; 
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}



a.leftMenuProperty:link {
	display: block; 
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
a.leftMenuProperty:visited {
	display: block; 
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
a.leftMenuProperty:hover {
	display: block; 
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

a.leftMenuProperty:active {
	display: block; 
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}


a.footer:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 2px 30px;
}
a.footer:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 2px 30px;
}
a.footer:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	margin: 2px 30px;
}

a.footer:active {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	text-align: center;
	margin: 2px 30px;
}

h2
{
  text-align: center;
}

ul#navMainLinks
{
list-style-type:none;
margin:0;
padding:0;
}

ul#navPropertyLinks
{
list-style-type:none;
margin:0;
padding:0;
}

ul#navFooterLinks
{
list-style-type:none;
text-align: center;
padding:0;
}

ul#navFooterLinks li
{
display: inline;
}
