@charset "utf-8";
/* CSS Document */

body{
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #e1f2fc;
}

#pageWrapper{
	width: 900px;
	margin: 0 auto;
	margin-top: -8px;
	padding: 0;
	background-color: #FFF;
}

#header{
	height: 126px;
}

#logo_header {
	float: left;
	margin-left: 35px;
	height: 126px;
	width: 240px;
}

#topLinks {
	background: #FFF url('/images/site_elements/Top_Right_Background.jpg') top right repeat-y;
	text-align: right;
	float: right;
	height: 126px;
	width: 600px;
}

#topLinks .image1 {
	display: block;
	margin-right: 18px;
	margin-top: 15px;
	float: right;
	clear: both;
}

#topLinks .image2 {
	display: block;
	margin-right: 15px;
	margin-top: 15px;
	float: right;
	clear: both;
}

#splashText {
	height: 50px;
	width: 500px;
	top: 50px;
	margin-left: 275px;
	margin-top: -135px;
	position: relative;
	float: left;
	text-align: right;
	line-height: 50px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #e8322a;
	z-index: 1;
}

.topBox{
	margin-top: 15px;	
}

//  MENU STUFF
	
	#menuWrapper{
		width: 900px;
	}
	
	
	#menuCentral{
		width: 900px;
		float: left;
		height: 50px;
	}

#flashHeader{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#locationHeader{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#locationHeader .left{
	float: left;
	margin-right: 25px;
	width: 570px;
	height: 440px;
	text-align: center;
}

.printLink{
	text-align: right;
	width: 250px;
	margin: 0 auto;
}
.printLink a{
	font-size: .9em;
	font-weight: bold;
	color: #F00;
}

#locationHeader .right{
	float: left;
	width: 280px;
	height: 250px;
}

#locationHeader .right span, #locationHeader .left span{
	width: 250px;
	height: 150px;
	display: block;
	color: #FFF;
	font-weight: bold;
	position: relative;
	top: 50%;
	line-height: 40px;
	margin-top: -75px;
	left: 50%;
	margin-left: -125px;
	text-align: left;
}
/*
---------------------------------------------------
	Page Body Code
---------------------------------------------------
*/

#pageTitle{
	padding-left: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
	clear: left;
}

#pageTitle h1{
	margin: 0;
	color: #6d6d6f;
	font-weight: normal;
}

.titleText{
	margin-bottom: -10px;
}

.titleText h2{
	display: none;
}

#pageText{
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 880px;
	height: 200px;
	padding: 10px;
	background: url('../images/site_elements/page_text_background.jpg') top left repeat-x;
	border-top: 2px solid #3d2d8e;
}

#pageText.locationPage{
	height: 200px;
}

#pageText h2{
	color: #2d489d;
	font-size: 1.7em;
	margin: 0;	
}

#pageText h3{
	color: #2d489d;
}

#pageText p{
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0em;
	font-weight: normal;
}

#mainText.thin{
	float: left;
	width: 265px;
}

#mainText.fat{
	float: left;
	width: 575px;
	margin-bottom: 50px;
}

#mainText.double{
	float: left;
	width: 575px;
	margin-bottom: 50px;
}


#mainText.double .firstofdouble{
	float: left;
	width: 275px;
}

#mainText.double .secondofdouble{
	float: left;
	width: 280px;
}

/*
---------------------------------------------------
	Layouts Page Code
---------------------------------------------------
*/

#floorPlans{
	height: 300px;
	margin-left: 10px;
	width: 100%;
}

.floorPlan a:link, .floorPlan a:visited, .floorPlan a:active{
	color: blue;
	text-decoration: none;
}

.floorPlan a:hover{
	text-decoration: underline;
}

.floorPlan {
	float: left;
	margin: 3px;
}

.floorPlanLink{
	text-align: center;	
}

.floorPlanList a:link, .floorPlanList a:visited, .floorPlanList a:active{
	color: red;
	text-decoration: none;
}

.floorPlanList a:hover{
	color: red;
	text-decoration: underline;
}

.floorPlanList li{
	margin-bottom: 7px;
	list-style: url('../images/site_elements/normal_bullet.gif');;
}

.floorPlanList li.selected{
	list-style: url('../images/site_elements/selected_bullet.gif');;
}

.mapList a:link, .mapList a:visited, .mapList a:active{
	color: red;
	text-decoration: none;
}

.mapList a:hover{
	color: red;
	text-decoration: underline;
}

.mapList li{
	margin-bottom: 7px;
	list-style: url('../images/site_elements/normal_bullet.gif');;
}

.mapList li.selected{
	list-style: url('../images/site_elements/selected_bullet.gif');;
}

/*
---------------------------------------------------
	Map Box Code
---------------------------------------------------
*/

#bottomBox {
	width: 255px;
	margin-top: -50px;
	margin-right: 25px;
	margin-left: 10px;
	float: left;
}

#mapBox{
	height: 275px;
	width: 255px;
	background: #FFF;
}

.mapImage{
	width: 246px;
	height: 266px;
	margin-left: -5px;
	margin-top: -5px;
	float: left;
	background-color: #066;
	border: 2px solid #294e98;
}


.buttonDirections{
	float: left;
	margin-left: -3px;
	margin-top: -31px;
}

.mapShadow{
	width: 250px;
	height: 270px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #CCC;
}

.bottomLink {
	width: 255px;
	color: #e8322a;	
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.bottomLink a{
	color: #e8322a;
}



#leftBox.collapsed {
	position: absolute;
	margin-top: 230px;
	width: 141px;
	height: 29px;
}

#pageText.locationPage #leftBox.collapsed {
	margin-top: 130px;
}

#mapBox.collapsed{
	width: 141px;
	height: 29px;
	background: #FFF;
	margin-bottom: 10px;
}

#mapBox.collapsed .buttonDirections{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 101;
}

#mapBox.collapsed #mapImage{
	display: inline;
	position: absolute;
	margin-top: -241px;
	margin-left: 0px;
	z-index: 100;
	border: 2px solid #294e98;
}

#mapBox.collapsed #mapImage .floatOverButton{
	margin-top: -31px;
}

/*
---------------------------------------------------
	Right Box Code
---------------------------------------------------
*/

#rightFloater {
	width: 275px;
	height: 450px;
	margin-left: 15px;
	margin-top: -55px;
	float: left;
}

#rightFloater .topBox{
	height: 257px;
	width: 282px;
}

#rightFloater .flashAd{
	margin-top: 8px;	
}


#pageText.locationPage #rightFloater {
	margin-top: -230px;
}


#greenButton {
	margin-top: 10px;
	margin-left: 30px;
	marrgin-right: -40px;	
}

.HBG{
	background: url('/images/site_elements/hcg_background.jpg') top left no-repeat;	
}

.HBG h2{
	color: #36C;
	font-size: 2em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.HBG h3{
	color: #36C;
	margin-top: 15px;
	margin-bottom: -15px;
	font-family: "Times New Roman", Times, serif;
}

.HBG p, .HBG ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.6em;
}

.greenTitle{
	margin-top: 130px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}


#greenTable{
	border: 1px solid #000;
	width: 500px;
}

#greenTable td{
	border: 1px solid #000;	
	font-size: .9em;
}

#greenTable p{
	line-height: .9em;
	font-size: .8em;
}

#greenTable p.dataBig{
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
}

#greenTable p.dataSmall{
	margin-top: -7px;
	margin-left: 25px;
	margin-bottom: 7px;
	line-height: 1em;
}

.medTitle{
	font-size: .9em;
	font-weight: bold;
}

.smallTitle{
	font-size: .7em;
}

.checkB{
	background: url('/images/site_elements/checkMark.png') 50% 50% no-repeat;
}

.own {
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	line-height: 1.6em;
	color: #06C;
	font-weight: bold;
}

.rent {
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	line-height: 1.6em;
}

.versus {
	font-size: .9em;
	width: 50px;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: middle;
}

/*
---------------------------------------------------
	Footer Code
---------------------------------------------------
*/

#footer {
	width: 900px;
	background: url('../images/site_elements/footer_background.jpg') top left repeat-x;
	height: 93px;
}

#groupLogos {
	float: left;
}

#footerText {
	height: 40px;
	margin-top: 20px;
	margin-right: 15px;
	float: right;
	text-align: right;
	font-size: .7em;
	font-weight: bold;
	line-height: 20px;
	color: #FFF;
}

#footerText a:link, #footerText a:visited, #footerText a:active {
	text-decoration: none;
	color: #fff;
}

#footerText a:hover {
	text-decoration: underline;
}
/*
---------------------------------------------------
	Clear Div Code
---------------------------------------------------
*/

#clearDiv{
	clear: both;	
}



.hcg_links a{
	font-size: .8em;
	line-height: 2.2em;
}
