@charset "utf-8";
/* CSS Document */
/* Page Set Up */
/* hide from ie on mac \*/
	/* hide from ie on mac \*/
	html, body {
		background:#000;
		margin:0; 
		padding:0; 
		width:100%; 
		height:100%; 
		overflow:hidden
		}
		

	
	/* end hide */

body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#FFF
}
	
#background {
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%
}

#scrollDiv {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:2px;
	overflow:auto;
	z-index:2
} 

#logoDiv {
	position:relative;
	top:10px;
	width:100%;
	z-index:3
}

#messageDiv {
	position:relative;
	top:40px;
	width:950px;
	z-index:4
}
#semSqLogoDiv {
	position:relative;
	top:-30px;
	width:200px;
	z-index:5;
	left:50%
}

#footerDiv
{
	position:absolute;
	bottom:20px;
	width:100%;
	height:100px;
	z-index:6
}

/* map */
#locationDiv {
	position:absolute;
	visibility:hidden;
	width:250px;
	height:250px;
	background-color:#000000;
	z-index:1;
	left:15px;
	top:35%
}
#hideDiv {
	position:absolute;
	visibility:hidden;
	width:33px;
	height:18px;
	background-color:#ffffff;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	z-index:1;
	left:5px;
	bottom:30px

}
#mapViewDiv {
	position:absolute;
	visibility:hidden;
	width:70px;
	height:18px;
	background-color:#ffffff;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	z-index:7;
	left:5px;
    bottom:10px
	
}	
	
a.map{
    font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000
}
a.map:hover {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000
}
/* contact */
#contactDiv {
	position:absolute;
	visibility:hidden;
	width:250px;
	height:250px;
	background-color:#000000;
	z-index:2;
	right:15px;
	top:35%

}

a {
    font-family: Arial, Helvetica, sans-serif;
   	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	border-width: 0px;
	color:#000000
}
a:hover {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
	border-width: 0px;
	color:#000000
}

a img {
    border-width: 0px;
	}

/* Miscellaneous classes for reuse */
.fltrt { /* this class floats an element to the right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element*/
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
