@charset "utf-8";
/* CSS Document */

html,body{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:white;
	color:#404040;
}

a{
	/*color:#0054a6;*/
	color:#f69523;
	outline:none;
}

a:hover{color:#404040;}

/*a:hover{color:#0054a6;}
a:visited{ color:#0054a6;}*/

#posTest{
	position:relative;
	background:black;
	width:100px;
	height:100px;
	left:300px;
	top:200px;
}


/** overlays **/
/*.mask {
    background-image:url(/img/opaque_bg.png);
    z-index: 101;
    position: absolute;
    width: 100%;
    height: 100%;
}*/

.mask {
    background-color:#fff;
    -moz-opacity: 0.75;
    opacity:.75;
    filter:alpha(opacity=75);
    z-index: 101;
    visibility: hidden;
	display:none;
    position: absolute;
    width: 100%;
    height: 100%;
}

#loaderOverlay
{
	background-color:transparent;
	visibility: hidden;
	display:none;
	position: absolute;
	left:0px;
	top:0px;	
	z-index: 105;
	text-align:center;
}

#loader_content, #preloader_content{
	border:solid #cecdcd 1px;
	padding:10px;
	background-color:#fff;
	width:250px;
	margin:auto;
}

#preloaderOverlay
{
	display:none;
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;	
	z-index: 105;
	text-align:center;
}

#selectBuildingsOverlay{
	position:absolute;
	visibility:hidden;
	width:500px;
	height:80%;
	background-color:#fdfbc8;
	border:solid #f69523 1px;
	font-weight:normal;
	font-size:11px;
	padding:10px;
	overflow-y:auto;
	overflow-x:hidden;
	z-index: 103;
}

#floorplansOverlay
{
	position:absolute;
	visibility:hidden;
	font-weight:normal;
	font-size:10px;
	overflow-y:auto;
	overflow-x:hidden;
	z-index: 104;
}

#floorplansOverlay a, #errorOverlay a, #selectBuildingsOverlay a{
	color:#404040;
}

#floorplans_container{
	width:595px;
	height:336px;
	border:solid #999999 1px;
	background-color:#fff;
}

#close_floorplans_container a{
	display:block;
	width:50px;
	background-color:#CC9900;
	border:solid #666666 1px;;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#404040;
	margin-bottom:5px;
	color:#404040;
}

#errorOverlay
{
	position:absolute;
	visibility:hidden;
	width:400px;
	height:225px;
	background-color:#fdfbc8;
	border:solid #f69523 1px;
	font-weight:normal;
	font-size:11px;
	padding:10px;
	overflow-y:auto;
	overflow-x:hidden;
	z-index: 104;
}


#error_text{
	width:100%;
	text-align:left;
	color:#404040;
	padding:10px;
	font-size:11px;
	font-weight:bold;
	color:#ff0000;
}

/** end overlays **/

#contentContainer{
	background-color:#f1f1f2;
	width:100%;
}

#contentTable{
	width:100%;
}

#contentArea{
	width:622px;
	background-color:#f1f1f2;
	background-image:url("/img/interior/interior_bg_gray.jpg");
	background-position:top;
	background-repeat:repeat-x;
	color:#404040;
}	

#contentAreaFooter{
	background-color:#f1f1f2;
	height:25px;
	width:100%;
	position:relative;
	line-height:25px;
}

#contentHeaderText{
	font-size:14px;
	font-weight:bold;
	color:white;
	height:31px;
	line-height:30px;
	margin-left:15px;
}


#interiorHeaderText{
	font-weight:bold;
	font-size:11px;
	width:100%;
	color:#404040;
}

#infoTable{
	width:100%;
	background-color:#f1f1f2;
}

.infoText{
	padding-left:20px;
	text-align:center;
	color:#C6C8CA;
}

.vspacer{
	width:100px;
}

#footerContainer{
	color:#666666;
}

#faqSWF{
	background-color:#eaeaea;
}

#search_results_container{
	margin-top:15px;
	font-size:16px;
}

#search_results_container .resultsTableHeader{
	width:95%;
	font-size:16px;
}

#search_results_container a{
	font-size:12px;
	line-height:16px;
}