html, body { 
	background-color:#000;
	font-family: 'News Cycle', 'Helvetica', sans-serif;
/*	overflow:hidden;*/
/*	cursor: none;*/
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}

.entryListing{
	margin-bottom:15px;
	/*background: url("../images/buttons/selectionbtn.png") center center no-repeat;*/
	background-size: 100% 100%;
	cursor: pointer;
	border:solid #fff 1px;

	
}
.entryListing:hover{
	/*background-color:rgba(100,100,100,.2);*/
	/*border-radius:90px;*/
}


.button {
	
	color: #000;
	cursor: hand;
	font-size: 16px;
}

.resultsbutton {
	
	color: #000;
	/*font-weight: bold;*/
	cursor: hand;
	font-size: 22px;
	width: 80%;
}
#background{
top:0px;
left:0px;
position: absolute;	
	}
	


.button2 {     
	display: table;
	height:100%;
	width: 100%;
	 background:#fff;
    /*border-radius: 90px;*/
    text-align: center;
}
	 

table.box { cursor: hand; }

.title {
	
	font-weight: 900;
	font-size: 140%;
	color: #fff;
}

a:link img { text-decoration: none; border:0; }

a:hover img { text-decoration: none; border:0; }

a:active img { text-decoration: none; border:0; }

a:visited img { text-decoration: none; border:0; }

a:link, a:hover, a:active, a:visited {
	font-weight: 500;
	font-size: 28px;
	text-decoration: none;
	color:#000;
	border: 0;
	
	cursor: hand;
	margin:auto 0;
}
#announcements{
	position: absolute;
	left: 540px;
	top: 1500px;
	color: #000;
	z-index: 20;
	font-size: 28px;
	
	text-align: center;
	vertical-align: top;
	height: 205px;
	font-weight: bold;
	width: 500px;
	padding: 5px 10px;
	margin-left:-250px;
	text-transform: uppercase;
	background-color:rgba(170,170,170,.8);
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border: solid white 2px;
	border-bottom:none;
	/*display: none;*/
}
#announcements_text{
	font-size: inherit;
	color:#000;
	font-weight: normal;
	display:block;
	height: auto;
	max-height: 173px;
	overflow: hidden;
}

#weather {
	position: absolute;
	left: 525px;
	top: 350px;
	z-index: 5;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	text-align: right;
	display: all;
	padding-right: 0px;
	border: solid red 0px;
	width: 550px;
	height: 154px;
}
#weather td{
	border: solid yellow 0px;
}
#datage {
	position: absolute;
	height: 30px;
	left: 215px;
	top: 360px;

	z-index: 8;
	width: 221px;
	color: #fff;
	
	font-weight: bold;
	white-space: nowrap;
	font-size: 28px;
	}
#datage2 {
	position: absolute;
	height: 47px;
	left: 547px;
	top: 35px;
	z-index: 5;
	width: 171px;
	color: #000;
	
	font-weight: bold;
	border: solid red 0px;
	white-space: nowrap;
	font-size: 28px;
}
#search-heading {
	position: absolute;
	text-align: center;
	top: 800px;
	left: 0px;
	width: 1080px;
	
	font-size: 42px;
	letter-spacing: 5px;
	font-weight: normal;
	color: #fff;
}
#search_keyboard {
	text-align: center;
	position: absolute;
	top: 1080px;
	left: 0px;
	font-weight: bold;
	z-index: 2;
	width: 1080px;
	color: #fff;
	font-size: 22px;
	
	height: 251px;
	vertical-align: middle;
	/*border: solid yellow 1px;*/
}
#search_keyboard .searchTop{
	
	background: url("../images/buttons/buttonwide.png") center center no-repeat;
	background-size: 95% ;
	border:solid red rgba(0,0,0,0) 3px;
	cursor: pointer;	
}
#search_keyboard .searchSpace{
	background: url("../images/buttons/buttonwider.png") center center no-repeat;
	background-size: auto 100%;
	border:solid red rgba(0,0,0,0) 3px;
	cursor: pointer;	
}
#search_keyboard table {border-collapse:separate;border-spacing:3px;}
#search_keyboard .rowQwerty td{
	cursor: pointer;	
	height:68px;
	width:68px;
	background-size: 100% 100%;
	background:url("../images/buttons/button5.png") center center no-repeat;
}
#search_keyboard table td table tr{
	/*background-color:white;*/
	border:solid red 0px;
	height: 60px;
}

#searchdata {
	position: absolute;
	top: 1150px;
	left: 40px;
	font-weight: 500;
	z-index: 5;
	width: 1000px;
	font-size: 32px;
	color: white;
	
	height: 564px;
	text-align: center;
}


.flex.parent{
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: center;
align-content: center;

/*	flex-wrap:nowrap;
	flex-start:center;
	align-items:center;
	align-content:center;
	justify-content:center;*/

}
.flex.row{
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.flex.column{
-webkit-flex-flow: column wrap;
flex-flow: column wrap;
}
.flex.parent .child{
	margin:auto;
	flex:1;
	margin:10px 0;
}
#data.flex.parent .child p{
	max-width: 100%;
	margin:.1em 0;

}

#data {
	position: absolute;
	top: 645px;
	left: 0px;
	font-weight: 100;
	z-index: 5;
	width: 1080px;
	font-size: 54px;
	color: #fff;
	
	text-align: center;
	font-weight: normal;
	line-height: 1.25;
	height: 1080px;

} 
#logo{
	position: absolute;
	top: 218px;
	width: 1080px;
	left: 0px;
	height: 408px;
	z-index: 2;
}
#com-data {
	position: absolute;
	top: 225px;
	left: 370px;
	font-weight: bold;
	z-index: 2;
	width: 884px;
	color: rgba(50, 79, 182, 1);
	font-size: 32px;
	
	height: 412px;
} 
#ind-data {
	position: absolute;
	top: 225px;
	left: 370px;
	font-weight: bold;
	z-index: 5;
	width: 881px;
	color: rgba(50, 79, 182, 1);
	font-size: 32px;
	
	height: 410px;
} 


#bldgimg { 
position:absolute; 
right:10px; 
bottom:10px;  
padding:0px; 
margin:0px; 
}

#inddata { 
position:absolute; 
top:110px; 
width:924px; 
left:50px; 
padding:10 0; 
margin:10 0; 
text-align:center;
} 

#dialit { 
position:absolute; 
bottom:300px; 
width:210px; 
left:30px; 
}

#listmgmt { 
position:absolute; 
width:360px; 
top:200px; 
left:15px; 
padding:10 0; 
margin:30 0; 
} 

#backhome { 
position:absolute; 
top:657px; 
left:428px; 
padding:0; 
margin:0; z-index:2;
}

#backhome_fp {
	position: absolute;
	z-index: 2;
	top: 548px;
	left: 1083px;
	width: 101px;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
}

#backhome_lists { 
float:left;  
bottom:6px; 
left:20px; 
clear:both; 
padding:0; 
margin:0; 
}

#fp { 
position:absolute; 
left:1060px; 
top:540px;
padding:0; z-index:2;
margin:0; color:#fff;
}

#fp img { padding:0 3; margin:0 3; }

#toplogo { 
position:absolute; 
top:20px; 
right:30px; 
clear:both; 
padding:2px; 
margin:5px; 
}

#mgmtinfo { 
position:absolute;
left:345px; color:#fff;
top:270px;  
width:824px; font-size:20px;
text-align:left;z-index:1;
}

#mgmtinfo2 { 
position:absolute;font-size:20px;
left:px; color:#fff;
  

text-align:left;z-index:1;
}

#mapinfo { 
position:absolute;
left:0px; 
top:120px;  
width:1024px; 
text-align:center;
}

#ameninfo { 
position:absolute; 
left:20px; 
top:150px;  
width:512px; 
}


#mgmt p { font-size:120%; }

#mgmtinfo2 ul li { margin:15 0; }

#amenmap { 
position:absolute; 
left:150px; 
top:160px; 
}

#amenmap_sub { 
position:absolute; 
right:40px; 
top:180px; 
}

#ameninfo { 
position:absolute; 
top:100px;  
left:10px; 
width:400px; 
}

#ameninfo a { color:#fff; text-decoration:underline; }

#ameninfo p { font-size:110%; margin:40 0; font-color:#fff; }

#buttons { 
position:absolute; 
float:left; 
left:250px; 
top:190px; 
padding:0; 
margin:0; 
}

#buttonlist { 
list-style-type:none; 
padding:0; 
margin:0; 
border:0; 
} 

.textbuttonlist { 
list-style-type:none; 
padding:0; 
margin:0; 
border:0; 
}

.textbuttonlist li { 
margin:8px 0; 
border:0; 
text-decoration:none; 
}

#buttonlist li { 
display:inline; 
margin:20px 0; 
padding:0 100px 10px 0; 
border:0; 
text-decoration:none; 
}

#headshot {
	float: right;
	padding-top:10%;
	height:30%;
}
#floormap {
	width:auto;
	text-align:center;
}

#main{color:#fff}



.amen {
font-size:18px;
font-weight:100;
}

.amenh {
font-weight:bold;
text-decoration:underline;
}

#amenities { 
position:absolute; 
top:600px; 
left:600px; 
padding:0; 
margin:0; z-index:2;
width:650px;
}

#forward {
	position: absolute;
	z-index: 2;
	top: 1606px;
	left: 933px;
	width: 41px;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	border: solid red 0px;

}
#previous {
	position: absolute;
	z-index: 2;
	top: 1606px;
	left: 105px;
	width: 48px;
	padding: 0;
	margin: 0;
	border: solid red 0px;
	clear: both;
	text-align: center;
}
#com_cus{
	display: table-cell;
	vertical-align: middle;
	padding:0 15px;
}

#vacanydata{
	position: absolute;
	top: 650px;
	left: 20px;
	width: 1020px;
	border-radius: 10px;
	height: 920px;
}
#vacanydata img{
	max-width:100%;
	background-color: rgba(255,255,255,1);
	max-height: 100%;
	margin:0 auto;
	display: block;
	border:solid #E2BE2C 3px; 
	border-radius: 15px;
}
#vacanydataall{
	position: absolute;
	top: 1585px;
	left: 0px;
	width: 1020px;
	margin: 0 auto;
}
.vacantImg{
	margin-right:10px;
	width:300px;
	display: table-cell;
	text-align: center;
	color:#fff;
	font-weight:bold;
}
.vacantImg img{
	background-color: #fff;
	max-width: 300px;
	max-height: 120px;
}
.vacantImg a img{
	border:solid #E2BE2C 3px; 
	border-radius:15px;
}
*,*{
	box-sizing:border-box;
}
.nav{ 
width: 1080px;
left:0;
padding:20px 10px;
position: absolute;
top: 1705px;
z-index: 9;
color: #fff;
background-color:rgba(170,170,170,.8);
 }
.nav:after {
	content: '';
	display: block;
	position: absolute;
	width: 290px;
	top: 0px;
	left: 0px;
	border: 1px solid white;
}
.nav:before {
	content: '';
	display: block;
	position: absolute;
	width: 290px;
	top: 0px;
	right: 0px;
	border: 1px solid white;
}
.navlist{
width: 343px;
height: 85px;
display: block;
float: left;
text-align: center;
background-color: #246142;
color: #fff;
font-weight: normal;
line-height: 85px;

}
.navlist:link, .navlist:hover, .navlist:active, .navlist:visited{
	color:#fff;
	margin: 0 5px;
	font-size: 26px;
	border-bottom: solid #6da844 10px;
	white-space: nowrap;
}
.pageTitle{
    position: absolute;
    top: 73px;
    font-size: 80px;
    width: 1080px;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.subnav{ 
width: 1080px;
left:0;
padding:20px 10px;
position: absolute;
top: 695px;
z-index: 9;
color: #fff !important;
/*background-color:rgba(170,170,170,.8);*/
display: inline-grid;
 }

 .subnavlist{
 	width: 800px;
 	    height: 127px;
 	    display: block;
 	    float: left;
 	    text-align: center;
 	    background-color: #246142;
 	    color: #fff !important;
 	    font-weight: normal;
 	    line-height: 85px;
 	    border: 6px solid #6da844 !important;
 	    margin-bottom: 39px !important;
 	        font-size: 42px !important;
    line-height: 3;
    margin-left: 125px !important;
}

.pageBody{
    position: absolute;
    top: 692px;
    left: 16px;
    font-size: 30px;
    width: 1036px;
    text-align: center;
    color: #fff;
    z-index: 9;
    font-weight: bolder;
}

.pagePoints{
position: absolute;
    top: 829px;
    left: 56px;
    font-size: 22px;
    width: 978px;
    text-align: left;
    color: #fff;
    z-index: 9;
    display: list-item;
    list-style: inherit;
}

#pageImg{
	position: absolute;
	z-index: 10;
	left: 132px;
	    top: 809px;
	    border: 10px solid #6da844 !important;
}

#bioImg{
	position: absolute;
	z-index: 10;
	left: 111px;
	top: 1139px;
	    border: 10px solid #6da844 !important;
}

	.navmapTOP {
    width: 1080px;
    left: 184px;;
    padding: 20px 10px;
    position: absolute;
    top: 1352px;
    z-index: 12;
    color: #fff;
    background-color: transparent !important;
}
.navlistmapTOP {
    width: 310px;
    height: 85px;
    display: block;
    float: left;
    text-align: center;
    background-color: #246142;
    color: #fff !important;
    font-weight: normal;
    line-height: 71px;
    border: 6px solid #6da844 !important;
    margin-right: 43px !important;
}
	.navmap {
    width: 1080px;
    left: 15px;
    padding: 20px 10px;
    position: absolute;
    top: 1469px;
    z-index: 9;
    color: #fff;
    background-color: transparent !important;
}
.navlistmap {
    width: 310px;
    height: 85px;
    display: block;
    float: left;
    text-align: center;
    background-color: #246142;
    color: #fff !important;
    font-weight: normal;
    line-height: 71px;
    border: 6px solid #6da844 !important;
    margin-right: 43px !important;
}

#pageImg2{
	position: absolute;
	z-index: 10;
	left: 110px;
	    top: 750px;
	    border: 10px solid #6da844 !important;
}