@charset "utf-8";

/* BASE DIV STYLE */
#listdata {
/*	width: 950px;
height: 1110px;
position: absolute;
top: 350px;
left: 55px;
font-size: 2em;
color: #fff;
background-color: rgba(0,0,0,.6);
border:1px solid #fff;*/
width: 1080px;
height: 1200px;
top:340px;
position: absolute;
font-size: 2em;
color: #fff;
/*padding-top: 340px;*/
z-index: 1
} 
#listdata *{
}
#companyData{
	width: inherit;
	height: inherit;
}
#individualData{
	position:absolute;
	margin:0;
	top:0;
	left:0px;
	width:1442px;
	height: 945px;
	display:none;
}
/* TABLE STYLING */
.innerCol{
	
	width: 33.33%;
	padding:0 10px;
	max-width: 33.33%;
}
.innerCol:first-child{
}
.compColumnWidth {
	width: 100%;
	margin: 9px 0px;
height: 42px;
	/*margin-top: 1em;*/
	/*margin-bottom: 10px;*/
}
.compColumnWidth:first-child{
	margin-top:0;
}
.indColumnWidth {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 10px;
	font-size: 14px;	
}
.indColumnWidth:first-child{
	margin-top:1em;
}
.innerTbl{
	width:inherit;
	height:100%;
}
.compColumnWidth td{
	/*padding-top:1em;*/
}
td.compName {
	width: 85%;
	/*padding-left:15px;*/
	vertical-align: top;

}
td.compSuite {
	width: 30%;
	vertical-align: top;
}
td.compFloor {
	vertical-align: top;
	width: 15%;
}
td.indName {
	width: 15%;
	/*vertical-align: top;*/
}
td.indSuite {
	width: 30%;
	vertical-align: top;
	/*display:none;*/
}
td.indSpecialty {
	width: 55%;
	padding:0px 0px 0px 0px;
}
td.indFloor {
	width: 15%;
	text-align: right;
	vertical-align: top;
}

/* TEXT STYLING */
.companyHeader{
	font-size: 2em;
	margin: 0px 0px 0px 15px;
	text-transform:capitalize;
	text-align: left;
	font-family: 'Century Gothic';
	color: #fff;
	font-weight: normal;
}
.companyName {
	font-size: 1.5em;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	text-transform:capitalize;
	text-align: center;
	line-height: 1.3;
	font-family: 'Century Gothic';
	color: inherit;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px #000;
	
}
.companySuite {
	font-size: 1em;
	text-align: right;
	margin: 0px 0 0 0;
	font-family: 'Century Gothic';
	line-height: 1.1;
	text-indent: 0px;
	padding-left: 0px;
	white-space: nowrap;
	color: inherit;
	font-weight: bold;
	color: #fff;
	
}
.companyAbout {
	font-size: .75em;
	margin: 0px 0 0px 40px;
	text-align: left;
	font-family: 'Century Gothic';
	font-style: normal;
	color: inherit;
	font-weight: 300;
}
.companyFloor {
	font-size: 1.5em;
	text-align: right;
	margin: 0px 0px 0 0;
	font-family: 'Century Gothic';
	text-indent: 0px;
	line-height: 1.3;
	padding-left: 0px;
	white-space: nowrap;
	color: inherit;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
}
.individualHeader{
	font-size: 2em;
	/*margin: 0px 0px 0px 15px;*/
	text-transform:capitalize;
	
	font-family: 'Century Gothic';
	color: #fff;
	font-weight: normal;
	font-weight: bold;
	margin-top: -5px;
text-shadow: 1px 1px #000;
}
.individualName {
	font-size: 1.25em;
	/*margin: 0px 0px 0px 15px;*/
	text-align: left;
	font-family: 'Century Gothic';
	color: inherit;
	font-weight: normal;
}
.individualSuite {
	font-size: 1.25em;
	text-align: left;
	margin: 0px 0 0 0;
	font-family: 'Century Gothic';
	text-indent: 0px;
	padding-left: 0px;
	white-space: nowrap;
	color: inherit;
	font-weight: normal;
}
.individualSpecialty {
	font-size: 1.25em;
	text-align: left;
	margin: 0px 0 0 0;
	font-family: 'Century Gothic';
	text-indent: 0px;
	padding-left: 0px;
	white-space: nowrap;
	color: inherit;
	font-weight: normal;
}
.individualFloor {
	font-size: 2em;
	font-family: 'Century Gothic';
	text-indent: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: inherit;
	white-space: nowrap;
}