/* CSS Document */

body {
	background-color: #c7c2bb;
	text-align: center;
}

#wrapper {
	display: block;
	text-align:center;
	position: relative;
	width: 990px;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 15px;
}
.italic{
	font-style:italic;
}
.bold{
	font-weight: bold;

}
h2{
	text-align: left;
	color: #6e6a12;
}
.subhead{
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	padding-bottom:2px;

}

#top_PRheader {

display: block;
	position: relative;
	float: left;
	text-align: left;
	width: 850px;
	height: auto;
	overflow: visible;

}
#top_PRheader h3{
color: #6e6a12;
text-align: left;
font-size:14px;
font-weight:bold;
margin-bottom:5px;
}

#insideborder {
	display: block;
	position: relative;
	border: 1px solid #6a6a6a;
	text-align: center;
	height: auto;

}
#logo, #navsection, #navsection2, #largetop, #mainsection {
	position: relative;
	display: block;
	margin-left: 67px;
	margin-right: 65px;
}

#logo {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 15px;
}


#navsection{
	
	width: 850px;
	border-top: 1px dotted #c7c2bb;
	border-bottom: 1px dotted #c7c2bb;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navsection2{
	
	width: 850px;
	border-top: 1px dotted #c7c2bb;
	border-bottom: 1px dotted #c7c2bb;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* @group floorplan styles */

ul#toolbar {
	height: 20px;
	width: 850px;
	padding:3px; 
	text-align: left;
	list-style: none;
	clear: both;
}
	
#toolbar li {
	float: left;
	margin-right: 8px;
	display: block;
	padding: 5px;
	width: 85px;
	text-align: center;
}

#toolbar .inactive {
	background-color: #c7c2bb;
}

#toolbar a:link, #toolbar a:visited {
	color: #e4e2e2;
	font-weight: bold;
	text-decoration: none;
}

#toolbar a:hover, #toolbar a:active {
	color: #e4e2e2;
	font-weight: bold;
	text-decoration: underline;
}

/* for location page */


ul#locationbar {
	height: 20px;
	width: 850px;
	padding:3px; 
	text-align: left;
	list-style: none;
	clear: both;
}
	
#locationbar li {
	float: left;
	margin-right: 8px;
	display: block;
	padding: 5px;
	width: 120px;
	text-align: center;
}
#locationbar .active {
	background-color: #ccbe7a;
}

#locationbar .inactive {
	background-color: #c7c2bb;
}

#locationbar a:link, #locationbar a:visited {
	color: #e4e2e2;
	font-weight: bold;
	text-decoration: none;
}

#locationbar a:hover, #locationbar a:active {
	color: #e4e2e2;
	font-weight: bold;
	text-decoration: underline;
}


/* @end */

/* @group Navigation copy */

/* blue version of navigation in index2 */

#navsection2 a, #footer a{
	
	color: #001f43;
	text-transform: uppercase;
	padding-right: 20px;	
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#navsection2 a:link, #navsection2 a:visited{
	text-decoration: none;
}
#navsection2 a:hover, #navsection2 a:active{
	text-decoration: underline;
}

/* @end */

/* @group Navigation */

#navsection a, #footer a{
	
	color: #292929;
	text-transform: uppercase;
	padding-right: 20px;	
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#navsection a:link, #navsection a:visited{
	text-decoration: none;
}
#navsection a:hover, #navsection a:active{
	text-decoration: underline;
}

/* @end */

#largetop {
	position: relative;
	clear: left;
	padding-top: 15px;
	padding-bottom: 5px;
}
#mainsection, .mainsection {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #292929;
	display: block;
}

#left, #right {
	padding-bottom: 20px;
	color: #292929;
}

#left h3, #right h3, h3{
	color: #6e6a12;
}

#left .accent, #right .accent {
	color: #6e6a12;
	font-weight: bold;
}

#left{
	display: block;
	position: relative;
	float: left;
	text-align: left;
	width: 410px;
	height: auto;
	overflow: visible;
	margin-bottom: 20px;
}

#right{
	display: block;
	margin-top:5px;
	position: relative;
	text-align: left;
	margin-left: 449px;
	width: 370px;
	margin-bottom: 20px;
	overflow: visible;
	}	

#right label{
	color: #6e6a12;
	font-weight: bold;
}

.disclaimer {
	display: block;
	position: relative;
	font-size: 9px;
	clear: both;
}

#footer {
	display: block;
	text-align:center;
	position: relative;
	width: 990px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #6a6a6a;
	text-align: center;
}

#footer a{
		color: #6a6a6a;
}