body {
  font-size: 100.01%; /* Em Hack for IE 6 Win and Opera */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin-left: 3%;
  margin-right: 3%;
	
}
.wholePage #columns {
  padding: 0 12em;
  background-image: url(/graphics/contentGrad.jpg);
  background-repeat: repeat-y;
  background-position: right;
}

/*header*/
#header	{ text-align: center;
		background-color:#ffffff;
		}
		
#topNav
	{
	background-color: #F7F7F7;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	}
.headerTitle 
	{
	margin-left: 50px;
	display: inline;
	color: #0472BF;
	}
	
/*Main Content*/
.mainWrap {
  width: 85%;
}

.mainWrap[class] {
  padding-bottom: 0.1px; /* Mozilla fix - can't handle zero value */
}

.floatWrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}


#midCol{
  float: right;
  width: 100%;
  font-size: .80em;
  text-align:justify;
}
#midCol[id] { /* Mozilla fix */
  margin-left: -1px;
}
.mainContent {
  margin: 0 1.2em;
  padding-top: 3px;
}

/*Left Nav*/
#leftCol {
  float: left;
  margin-left: -12em;
  z-index: 2; /* Fix for IE Mac and Opera 6*/
}
#leftCol[id] { /* Mozilla fix */
  margin-right: 1px;
}
.whatNav, .selectNav 
	{
	display: block;
	padding: 15px 5px 5px 5px;
	text-transform: uppercase;
	font-size: .8em;
	}
	
.selectNav 
	{
	color: #b09428;
	}
	
/*Pix Nav*/	
#pixCol {
  float: right;
  margin-right: -30em;
  margin-top: 15%;
}

#pixCol[id] { /* Mozilla fix */
  margin-left: 1px;
}

.sideCol {
  position: relative;
  width: 12em;
  overflow: hidden;
}
.rightSideCol {
  position: relative;
  overflow: hidden;
}

.box	{
  background-color: #DFDFDF;
}

/*footer*/
#footer {
	font-size: 8pt;
	padding-left: 20%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#FFFFFF;
	border-top: 1px solid #ccc;
}
.clear {
  clear: both;
}

/* Text Formatting */
.sectionTitle {
	color: #000000;
	letter-spacing: 2px;
	margin: 0px 0px -10px;
	}

h3
	{
	color: #AA9C31;
	font-style:normal;
	font-weight: normal;
	letter-spacing: .4px;
	font-size: 20px;
	}
	
a:link	{
	color: #0071BE;
}
a:visited	{
		color: #999999;
}
a:hover	{
	color: #AA9C31;
	text-decoration: none;
	}
	
/* Non Descrimination Text*/
.nonDesc {font-size: 10px;}

/*Apartment Search Sections*/
#apartmentSearch
	{
	background-image:url(/apartments/graphics/apartmentSearchGrad.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #ffffff;
	padding: 5px 0px 0px 8px;
	height: 400px;
	line-height:1.2;
	width: 210px;
	vertical-align: top;
	}
	
.dropDown	{
	margin-bottom: 20px;
}	

#apartmentSearch input, #apartmentSearch select
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	}
	
.or	
	{
	font-size: 9px;
	letter-spacing:.5px;
	color: #C0B575;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#propertyRes, #propertyDetail	{font-size: .8em;}
#propertyDetail	{background-color: #F4F0E6;}

.fullBack {background-color:#F7F7F7;} /* Full Background Color for 'Not Found Criteria and Background for Table to hold Apt List */

.titles	
	{
	background-color: #1D5BB0;
	color: #ffffff;
	letter-spacing: .5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	font-size: 11px;
	padding-bottom: 5px;
	}	
	
.detailOther {
	background-color: #E8E0CC; /*#F4F0E6 previous .detail color */
	}
.detail	{background-color: #ffffff;
	}