@charset "UTF-8";

body {
background-image:url(../images/spark_BKGD.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	background-color: #D5D5D5;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
}

#container {
	position: relative;
	height: 100%;
	width: 834px;
	background-image: url(../images/container_BKGD.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#navbar {
	position: relative;
	width: 100%;
	height: 25px;
}

#navbar ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	width: 100%;
	margin: 0;
	padding-left: 0;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	padding: 5px 15px 5px 15px;
	color: #333333;
	text-decoration: none;
	float: left;
	border-right: 1px solid;
	border-right-color: #666666;
}

#navbar ul li a:hover {
	color: #990000;
	background-image: url(../images/button_hover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#navbar ul li a.current {
	color: #990000;
	background-image: url(../images/button_hover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#left_text {
	position:relative;
	text-align: justify;
	width: 96%;
	height: 100%;
	overflow: visible;
	left: 17px;
	margin-top: 15px;
}

#building {
	position:absolute;
	width:500px;
	height:257px;
	left:480px;
	top:190px;
	background-image: url(../images/SWF_Building.png);
	background-repeat: no-repeat;
	background-position: right top;
	visibility: visible;
	overflow: visible;
	clear: right;
	float: right;
	z-index: 5;
}

#footer {
	position: inherit;
	font-size: 8pt;
	width: 100%;
	height: 25px;
	text-align:center;
	bottom: 0px;
	padding-left: 0px;
	visibility: visible;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996633;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.style2 {
	color: #666666;
	font-size: 10pt;
}

.leadingtext {
	line-height:130%;
}

.title {
	color: #666666;
	font-size: 12pt;
}

.H1 {
	color: #666666;
	font-size: 16pt;
}

.floatright {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.floatleft {
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#equipment_text {
	position:relative;
	text-align: justify;
	width: 800px;
	height: 420px;
	left: 17px;
	overflow: visible;
	visibility: visible;
	list-style-position: outside;
	margin-top: 25px;
}

#contact_text {
	position:relative;
	text-align: justify;
	width: 450px;
	height: 325px;
	left: 17px;
	overflow: visible;
	list-style-position: outside;
	margin-top: 50px;
}

#client_text {
	position:relative;
	text-align: justify;
	width: 750px;
	height: 100%;
	overflow: visible;
	list-style-position: outside;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: decimal;
}

#left_column {
	position: relative;
	height: 100%;
	width: 700px;
	left: 0px;
	top: 145px;
	z-index: 2;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
}
#center_column {
	position: relative;
	height: 100%;
	width: 250px;
	left: 280px;
	top: 155px;
	z-index: 3;
	visibility: visible;
	margin-top: -9.5em;
}

#header_text {
	position: relative;
	height: 108px;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#googlemap {
	height: 300px;
	width: 300px;
	float: right;
	margin-right: 17px;
	margin-top: 25px;
	clear: both;
	margin-bottom: 25px;
	overflow: visible;
}

.horzline {
	width: 80%;
	color: #999999;
}
