h1{
	font-size: 14px;
	font-weight : bold;
}


div#mainContainer{
	font-family: Arial;
	font-size: 12px;
	margin:0 auto;
	padding: 0;
	width: 770px;
	border-left-color: #2d2689;
	border-right-color: #2d2689;
	border-left-width: thin;
	border-right-width: thin;

}

div#header{
	width: 770px;
	height: 100px;
	float: left;
	background-image:url(../images/globals/header_bg.gif);
}

div#logo{
	width: 255px;
	height: 80px;
	float: left;
}

div#topNav{
	width: 740px;
	float: right;
	text-align : right;
	margin-right: 15px;
	font-size: 14px;
}

div#flash{
	width: 770px;
	height: 220px;
	float: left;
}

div#mainContent{
	width: 770px;
	background-image:url(../images/globals/page_main_bg.gif);
	background-repeat : repeat-x;
	float: left;
}

div#buildingTitle{
	width: 770px;
	margin:0 auto;
	margin-top: 32px;
	padding: 0;
	padding-top:4px;
	font-size: 14px;
	font-weight : bold;
	text-align : center;
	background: #2B2388;
	color: #ffffff;
	height: 21px;
	border-left:1px solid #95C33F; 
}

div#content{
	width: 770px;
	min-height : 300px;
	margin:0 auto;
	padding: 0;
	border-left:0px solid #95C33F;
}

div#footer{
	width: 770px;
	height: 18px;
	background: #95C33F;
	margin:0 auto;
	padding: 0;
	border-left:1px solid #95C33F;
	margin-bottom: 25px;
}



div#rightContent{
	width:240px;
	float: right;
}

div#boxPoints{
	width:230px;
	height:230px;
	float: right;
	background-image:url(../images/globals/box_points_bg.gif);
	background-repeat : no-repeat;
	padding-top:10px;
	padding-left:10px;
}


div#boxsitePlan{
	width:239px;
	height:240px;
	float: right;
	background-image:url(../images/globals/box_bg.gif);
	background-repeat : no-repeat;
	padding-top:1px;
	padding-left:1px;
	margin-top:10px;
}

div#boxInteriorPhotos{
	width:239px;
	height:240px;
	float: right;
	background-image:url(../images/globals/box_bg.gif);
	background-repeat : no-repeat;
	padding-top:1px;
	padding-left:1px;
	margin-top:10px;
}


div#boxInteriorNav{
	width:236px;
	height:20px;
	float: right;
	margin-top:6px;
}



div#boxExteriorPhotos{
	width:239px;
	height:240px;
	float: right;
	background-image:url(../images/globals/box_bg.gif);
	background-repeat : no-repeat;
	padding-top:1px;
	padding-left:1px;
	margin-top:10px;
}


div#boxExteriorNav{
	width:236px;
	height:20px;
	float: right;
	margin-top:6px;
}


div#buildingInfo{
	width: 475px;
	padding: 10px;
}

div#buildingLinks{
	width: 475px;
	padding: 10px;
}


div#availableTitle{
	width: 475px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight : bold;
	color: #2B2388;
}



div#availableContent{
	width: 495px;
	margin-bottom: 10px;
}






A:LINK,A:ACTIVE,A:FOCUS,A:VISITED{
	font-size: 12px;
	color : #2B1A80;
	text-decoration: Underline;
	
}

A:HOVER {
	color : #696688;
	font-size: 12px;
	text-decoration: Underline;
}



A.nav:LINK,A.nav:ACTIVE,A.nav:FOCUS,A.nav:VISITED{
	font-size: 14px;
	font-weight : bold;
	color : #2B1A80;
	text-decoration: none;
	
}

A.nav:HOVER {
	color : #E5F0CE;
	font-weight : bold;
	font-size: 14px;
	text-decoration: Underline;
}


li{
	list-style: url(../images/globals/green_ball.gif) outside;
	text-decoration: none;
}

