/***************************************************/
/* COMMON                                          */
/***************************************************/

body {
	font-family: verdana;
	font-size: 12px;
	background-color: #EAEAEA;
}

/* links */

a, a:hover, a:active {
	color: #000066;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* headings */

h2 {
	font-family: Arial;
	color: #333333;
	font-size: 16px;
}
/***************************************************/
/* CONTAINERS                                      */
/***************************************************/

#MainContainer {
	margin: 0 auto;
	width: 950px;
	height: 620px;
	border: 2px solid #000066;
	background-color: #FFFFFF;
}

#Wrap {
	margin: 0 auto;
	margin-top: 10px;
	width: 930px;
	height: 600px;
	border: 1px solid #000066;
}

#SubNav {
	background-color: #000066;
	width: 920px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#Navigation {
	background-color: #CCCCCC;
	width: 930px;
	text-transform: uppercase;
	margin-top: 3px;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Page {
	width: 930px;
	clear: both;
}

/***************************************************/
/* SUB-NAVIGATION                                  */
/***************************************************/
#SubNav a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
}

#SubNav a:hover {
	text-decoration: underline;
}

#SubNav a:active {
	font-weight: bold;
}

/***************************************************/
/* NAVIGATION                                      */
/***************************************************/
#Navigation a {
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #000066;
}

#Navigation a:hover {
	font-weight: bold;
}

#Navigation a:active {
	font-weight: bold;
}
/***************************************************/
/* PAGE                                            */
/***************************************************/

#Page .Logo {
	float: left;
	width: 225px;
	height: 530px;
	padding-left: 20px;
}

#Page .Content {
	float: right;
	width: 630px;
	height: 530px;
	overflow: hidden;
	padding-right: 20px;
}

/***************************************************/
/* PAGE: CONTENT                                   */
/***************************************************/

#Page .Content .pageTitle {
	text-align: center;
	margin-bottom: 10px;
}

/* Some pages will have 2 columns */
#Columns {
}

#Columns .one, #Columns .two {
	width: 307px;
	text-align: left;
}

#Columns .one {
	float: left;
}
#Columns .two {
	float: right;
}

/***************************************************/
/* PAGE: HOME                                      */
/***************************************************/

.text {
	padding: 5px;
}

.brochure {
	background-color: #d8d8d8;
	border: 1px solid #000066;
	width: 300px;
	margin: 0 auto;
	padding: 5px;
	margin-top: 5px;
}

.brochure img {
	vertical-align: middle;
}

/***************************************************/
/* PAGE: OTHER                                     */
/***************************************************/

.floorplan {
	border: 1px solid #CCCCCC;
	height: 240px;
}

.virtualTour a:active {
	font-weight: bold;
}

/*img*/.map {
	border: 3px double #CCCCCC;
}

.button {
	padding: 10px;
	background-color: #FEFAD8;
	border: 1px solid #000066;
	text-align: center;
}

#tour {
	background-color: #FEFAD8;
	border: 1px solid #000066;
}

#plan {
	border: 1px solid #CCCCCC;
}