@charset "UTF-8";
/* CSS Document */
/* CSS by Stellar Debris Creative Studios - www.stellardebris.com */
/* This file adds additional elements to the aza_floorplans.html template */


body {
	background-color: rgb(81,101,112);
}

div#wrapper {
	background-image: url(../images/base/aza.bg.shadow.gif);
	background-repeat: repeat-y;
	}

div#pagetitle {
	margin: 0 0 0 0;
	padding: 0 0 6px 18px;
	clear: both;
	height: 60px;
	width: 724px;
	border: none;
	float: left;
	visibility: visible;
}

/* an adjustment for IE Win only \*/
	* html div#pagetitle {margin: 0;}
	* html div#pagetitle {padding: 14px 0 0 18px;}
	/*end of adjustment */

div#floornav {
	margin: 10px 0 0 18px;
	padding: 0px;
	clear: none;
	float: none;
	width: 724px;
	border: none;
	float: left;
	background-color: white;
	visibility: visible;
}

/* an adjustment for IE Win only \*/
	* html div#floornav {margin: 10px 0 0 9px;}
	/*end of adjustment */

div#contentarea {
	margin: 0px 0 0 18px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 724px;
	height: auto;
	float: left;
	background-color: white;
	visibility: visible;
}

/* an adjustment for IE Win only \*/
	* html div#contentarea {margin: 10px 0 0 9px;}
	/*end of adjustment */

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	margin: 0;
	font-style: normal;
	line-height: 1.85em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(52,70,80);
	text-decoration: none;
}

/* an adjustment for IE Win only \*/
	* html .pagetitle {line-height: 1em;}
	/*end of adjustment */

#squarebuttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180;
	background-color: rgb(217,217,217);
	float: left;
}

#squarebuttons li {
	margin: 0;
	padding: 0;
	float: left;
	}

#squarebuttons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	float: left;
	width: 60px;
	text-align: center;
	color: black;
	text-decoration: none;
	line-height: 1.7;
	border-right: 6px solid white;
}

#squarebuttons a:hover {
	background-color: rgb(226,230,78);
}
#squarebuttons #squarebuttons_on a {
	background: rgb(226,230,78);
	color: rgb(51,51,51);
}