﻿html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, helvetica, Sans-Serif;
	font-size: .9em;
	color: #333;
	background-image: url('../images/background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #9faced;
}

#pageContainer
{
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 16px;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	background-image: url('../images/pageBackground.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: White;
}
#pageHeader
{
	padding: 20px 0 16px;
}

#tinyFont {
	font-size:10px;
}

.menu
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	background-color: #2b36bc;
}
.menu li
{
	display: inline-block;
	padding-right: 0;
}
.menu li a
{
	display: block;
	padding: .5em;
	color: White;
	text-decoration: none;
}
.menu li a:hover
{
	color: #333;
	background-color: #9faced;
}
.menu li.active
{
	background-color: #9faced;
}

#pageBody
{
	margin: 30px 0 0;
}
#pageBody a img
{
	border: 0;
}

#pageFooter
{
	padding: 10px 0 20px;
	text-align: center;
}

.floatright { 
	float:right; 
	margin: 0 0 10px 15px; 
	border: 1px solid #000000 
}

.floatleft { 
	float:left; 
	margin: 0 15px 10px 0; 
	border: 1px solid #000000
}

.footerborder { 
	border-top: 1px solid #CCCCCC; 
	padding: 10px 0 0; 
}

.midFont {
	font-family: Arial,Verdana,helvetica,Sans-Serif;
	font-size: 12px;
	color: #333333;
}

.gMap {
	margin: 0 auto;
	text-align: center;
	width:640px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

p {
	line-height:135%;
	font-size:14px;
}

.colleges {
	font-weight: bold;
	line-height: normal;
	font-size:14px;
	list-style-type:None;
}

.floor-div {
	height:400px;
	width:40%;
}
.floor-images {
	float:right;
	width:400px;
	margin: 0;
	padding: 0;
}

.floorplans {
	line-height: normal;
	font-size:14px;
	list-style-type:None;
	padding:0;
	float:left;
}

#studio {
	font-size:inherit;
	display:block;
}

#1bd {
	font-size:inherit;
	display:none;
}

#2bd {
	font-size:inherit;
	display:none;
}

#2bd2b {
	font-size:inherit;
	display:none;
}

.theGalleria {
	text-align:center;
	margin: 0 auto;
	width: 100%;
}
