/*---------- Base ----------*/
/* Display Print Element */
.printImage {
	display: inline;
}
.flashImage {
	display: none;
}



/*---------- Layout ----------*/
#portalWrapper{
	margin: 0;
	padding: 0;
	width: auto;
}
#headerWrapper{
	height: 69px;
}
#logo img{
	width: 150px;
	height: 69px;
	padding-left: 10px;
}

#mainNavigation,
#imageBanner,
#columnLeft{
	display: none;
}

#columnContent {
	margin: 0;
	padding: 0;
	width: auto;
	float: none;	
}

.contentColumnLeft,
.contentColumnRight{
	width: 48%;
}

#pageHeader{
	border-bottom: 4px solid #ffcf1a;
}



/*Disclaimer*/
.disclaimer {
	font-size: 0.9em;
	color: #888888;
	background-color: transparent;
	line-height: 0.5em;
	margin: 0;
	padding: 5px 10px;
	background-color: #F6F6F6;
	border-top: 1px solid #EFEFEF;
}

/*Footer*/
#footerWrapper{
	background-image: url(images/bg-footer.gif);
	background-position: top;	
	padding: 0em;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9em;
}
#footerWrapper .visualPadding{
	padding: 15px 10px;
	background-image: url(images/eoh-icon.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#footerWrapper a{
	color: #EFEFEF;
}

/*Floor Plans*/
.mainFloorplans h2{
	margin-bottom: 0.5em;
}
.unitLink{
	line-height: 4.2em;
}
.unitLink a{
	padding: 1.2em 0.4em;
	border: 1px solid #CCCCCC;
	color: #333333;
	text-decoration: none;	
	font-weight: bold;	
}
.unitLink a:hover{
	background-color: #FFFFDD;
	color: #B21107;
	border-color: #000000;
}
.dividerLightGray{
	border-top: 5px solid #EDEDED;
	line-height: 5px;
}
.downloadPlan {	
	display: none;
}

/*Thumbnail Images*/
.thumbnailImage img{
	margin-right: 8px;
}
.thumbnailImage img.noRightMargin{
	margin-right: 0px;
}

/*Text Colors*/
.textYellow{
	color: #c59000;
}
.textBiggest{
	font-size: 1.4em;
}
.textBigger{
	font-size: 1.2em;
}