/* CSS Document */
html, body, table { 
height: 100%; 
} 
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.content_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.content_text_lg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: black url(../images/button_divider.jpg) no-repeat bottom left;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 15px 10px 15px 8px; /*header text is indented 8px*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: black url(../images/button_divider.jpg) no-repeat bottom left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #666666;
	background: black url() repeat-y top left;
	display: block;
	padding: 5px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px solid #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #000000;
}
#navbar {
	letter-spacing:-1px;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navbar A:link    {
	color: #999999;
	text-decoration: none;
}
#navbar A:active	{
	color: #999999;
	text-decoration: underline;
}
#navbar A:visited	{
	color: #999999;
	text-decoration: none;
}
#navbar A:hover   {
	color: #666666;
	text-decoration: underline;
}

#floorplans {
	letter-spacing: none;
	font-size: 16px;
	line-height: 14px;
	color: #FFFFFF;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#floorplans A:link    {
	color: #999999;
	text-decoration: none;
}
#floorplans A:active	{
	color: #999999;
	text-decoration: underline;
}
#floorplans A:visited	{
	color: #999999;
	text-decoration: none;
}
#floorplans A:hover   {
	color: #666666;
	text-decoration: underline;
}

#footer{
	font-family: Verdana, Arial, _sans;
	letter-spacing:-1px;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	list-style: none;
}

#footer A:link    {
	color: #666666;
	text-decoration: none;
}
#footer A:active	{
	color: #999999;
	text-decoration: underline;
}
#footer A:visited	{
	color: #666666;
	text-decoration: none;
}
#footer A:hover   {
	color: #666666;
	text-decoration: underline;
}
#apDiv1 {
	position:relative;
	width:300px;
	height:46px;
	z-index:10001;
	left: 26px;
	top: -27px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}