@charset "utf-8";
body {
	background: #161817;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	height: 1200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}




.oneColFixCtr #container {
	width: 705px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-image: url(images/background_grey_spotlight.jpg);
	background-repeat: repeat;
	height: 1200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#top {
	background-image: url(images/back_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 94px;
	width: 700px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#logo {
	float: left;
	top: 32px;
	left: 0px;
	padding-left: 20px;
	position: absolute;
}
#title {
	float: none;
	padding-left: 160px;
	position: absolute;
	top: 35px;
}

#av4b {
	top: 28px;
	position: absolute;
	right: 20px;
}
#topcontact {
	position: absolute;
	left: 190px;
	top: 90px;
}
#menu_left {
	float: left;
}

.oneColFixCtr #container #mainContent #menu_left ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	line-height: 25px;
	text-transform: uppercase;
	padding: 0px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color:#039;
}

.list1 {
	background-image: url(images/back_list1.jpg);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
}

.list2 {
	padding-left: 10px;
	padding-right: 10px;
}
.list3 {
	background-image: url(images/back_list3.jpg);
	padding-left: 10px;
	padding-right: 10px;
}
.list4 {
	background-image: url(images/back_list4.jpg);
	padding-left: 10px;
	padding-right: 10px;
}
#right_main_picture {
	border: 2px solid #999;
	margin-right: 7px;
	float: right;
}


#body_text {
	font-size: 120%;
	margin-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	float: right;
	width: 400px;
}
.topline_text {
	font-size: 125%;
}

#testimonials {
	height: 300px;
	width: 200px;
	background-image: url(images/back_blue.jpg);
	background-repeat: repeat;
	margin-left: 25px;
	position: absolute;
	top: 750px;
	float: left;
	border: 2px solid #161817;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#equipment {
	height: 300px;
	width: 200px;
	background-image: url(images/back_grey.jpg);
	background-repeat: repeat;
	margin-left: 250px;
	position: absolute;
	top: 750px;
	border: 2px solid #161817;
	padding: 0px;
	text-align: center;
}
#location {
	height: 300px;
	width: 200px;
	background-image: url(images/back_blue.jpg);
	background-repeat: repeat;
	margin-left: 475px;
	position: absolute;
	top: 750px;
	border: 2px solid #161817;
	padding: 0px;
	text-align: center;
}
