/*******************************************************
TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

#container
{
	width: 800px;
	margin: 20px auto 15px auto;
}

#aboutUsPage .aboutLink, #specialProjPage .specialLink, #apartmentPage .apartLink, #contactUsPage .contactLink, #modelHomesPage .modelLink, #residentialPage .resLink, #homePage .homeLink{
	color: #e75d49;
}

body {
	margin: 10px 10px;
	padding: 0px 0px;
	background-color:#ffffff;
	color:#000000;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

a {
	color:#003366;
	text-decoration:underline;
}

a:hover {
	color:#e75d49;
	text-decoration:none;
}

blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

ul{
}

li {
	text-decoration: none;
	color: #003366;
	font-size: 12px;
	line-height: 16px;
}

p{
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003366;
}

#centerColumn { 	
	margin: 0px auto;
	padding: 10px 10px 0px 10px;
	width: 800px;
	text-align: left;
	vertical-align: middle;	
	border: 1px solid #D9D9D9;
	position: relative;
	min-height: 390px;
}

#centerColumn h1 {
	margin: 4px 0px;
	padding: 0px 0px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #003366;
	font-weight: bold;
}

#centerColumn h2 {
	margin: 10px 0px 3px 0px;
	padding: 0px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #003366;
	font-weight: bold;
}

#header {
	margin: 0px 0px;
	padding: 0px 0px;
	background-color:#ffffff;
	position: relative;
}


#nav {
	margin: 5px 5px;
	padding: .4em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	position: relative;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	margin:0;
	padding: 4px 12px;
	display: inline;
	text-decoration: none;
	font-weight: bold;
}

#nav a{
	color: #003366;
	text-decoration:none;
}

#nav a:hover{
	text-decoration: underline;
	color: #e75d49;	
}

#leftContent
{
	width: 270px;
	margin: 0px auto;
	text-align: center;
	display: inline;
	position: relative;
	float: left;
}

#leftContent img{
	border: 1px solid #F0ECEC;
	padding: 0px 0px;
	margin: 0px 0px;
}

#rightContent
{
	display: inline;
	width: 485px;
	margin: 0px 0px 15px 10px;
	float: left;
	position: relative;
	bottom: 0px;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
	padding-top: 5px;
}


#leftContent img{
	border: 1px solid #F0ECEC;
	padding: 0px 0px;
	margin: 0px 0px;
}

.floatRight{
	float: right;
	padding: 5px 20px;
	position: relative;
}

.clear{
	clear: both;
	height: 1px;
	padding: 0px 0px;
	margin: -10px 0px 0px 0px;
	border: none;
}

#textContent{
	padding: 10px 0px 10px 10px;
	position: relative;
	bottom: 0px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px;
	padding: 6px 0px;
	line-height: 12px;
	text-align: right;
	font-size: 10px;
	color: #003366;
}
