/* CSS Document */
body
{
    margin: 0px;
    padding: 0px;
    background-color: #E5E2DD;
    font-family: Arial;
    font-size: 14px;
}

h2
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #186495;
    font-size: 16px;
    }

h2 a:link
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #186495;
    font-size: 16px;
	text-decoration: none;
    }

h2 a:hover
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #E76214;
    font-size: 16px;
	text-decoration: none;
    }

h2 a:visited
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #E76214;
    font-size: 16px;
	text-decoration: none;
    }
			
.topTile
{
    height: 7px;
    background-color: #216590;
    border-bottom: 1px solid #FFFFFF;
    }
    
#container
{
    width: 985px;
    margin: 0px auto 0px auto;
    padding: 5px 5px 0px 5px;
}

a:link
{
    font-size: 14px;
    text-decoration: none;
    color: #216590;
}

a:hover, a:visited
{
    font-size: 14px;
    text-decoration: none;
    color: #E76214;
}

#header
{
    margin: 0px;
    padding: 0px;
    height: 109px;
	width: 975px;
}

#headerMenu
{
	float: right;
    text-align: right;
	width: 400px;
    }

#headerMenu a:link
{
    font-size: 12px;
    text-decoration: none;
    color: #216590;
}

#headerMenu a:hover, a:visited
{
    font-size: 12px;
    text-decoration: none;
    color: #E76214;
}

#leftNav
{
    float: left;
    width: 139px;
    margin: 0px;
    padding: 0px;
}

#contentAreaContainer
{
    float: left;
    width: 846px;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    background-image: url(images/faintLogo22.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 500px;
    }

#contentContainer
{
    margin: 0px;
    padding: 0px;
}

#content
{
    float: left;
    margin: 0px;
    padding: 10px;
    width: 490px;
}

#contentImage
{
    float: right;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #216590;
    min-height: 200px;
    width: 315px;
}

.propertyContainer
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-image: url(images/faintLogo22.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 200px;
}

.propertyTitle
{
    margin: 0px;
    padding: 5px 0px 5px 10px;
    background-image: url(images/Properties/titleHTile2.jpg);
    background-repeat: repeat-x;
    color: #216590;
    font-weight: bold;
    font-size: 15px;
    }

.propertyImage
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 495px;
    }

.propertyFacts
{
    float: left;
    margin: 0px;
    padding: 10px 0px 0px 35px;
    width: 200px;
    height: 182px;
    background-image: url(images/Properties/quickFactsBackground5.jpg);
    background-repeat: no-repeat;
    color: #216590;
    font-weight: bold;
    font-size: 15px;
    }

.propertyText
{
    margin: 2px 0px 0px -12px;
    padding: 10px 0px 0px 10px;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    border-left: 2px solid #ABBDC6;
    }

/* --------------------- Start Profile ------------------------ */
.profileContainerLogo
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-top: 1px solid #ABBDC6;
    background-image: url(images/faintLogo22.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.profileContainer
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-top: 1px solid #ABBDC6;
	background-color: #E5E2DD;
}

.profileContent
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    }

.profileImageLeft
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 144px;
    }

.profileImageRight
{
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 144px;
    }
/* --------------------- End Profile ------------------------ */

#footerContainer
{
    margin: 0px;
    padding: 0px;
    background-image: url(images/CompanyButtons/hTile6.jpg);
    background-repeat: repeat-x;
    }

#footer
{
    width: 985px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: center;
    }
    

#designedBy
{
    width: 985px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: center;
    }

#designedBy a:link
{
    font-size: 12px;
    text-decoration: none;
    color: #216590;
}

#designedBy a:hover, a:visited
{
    font-size: 12px;
    text-decoration: none;
    color: #E76214;
}
   
.fixer
{
    clear: both;
    margin: 0px;
    padding: 0px
    }