@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bkgd-page-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
p {
	line-height: 1.4em;
	font-size: 85%;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D0B0C;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 5px;
	font-size: 18px;
	letter-spacing: .4em;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D0B0C;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 5px;
	font-size: 18px;
	letter-spacing: .2em;
}
#top {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slideshow {
	float: right;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#middle {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.padding {
	padding-right: 35px;
	padding-left: 35px;
}
.blackText {
	color: #000000;
}
.footer {
	font-size: 75%;
	line-height: 1.2em;
	letter-spacing: .2em;
}
.greyText {
	color: #ffffff;
	font-size: 80%;
}
#metalbeach {
	color: #777777;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
a:link {
	color:#ffffff;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#ffffff;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#ffffff;
	text-decoration: underline;
}  /* mouse over link */
a:active {
	color:#ffffff;
	text-decoration: none;
}  /* selected link */
.whiteText {
	color: #FFFFFF;
	font-size: 80%;
}
.borderBlack {
	border: 5px solid #000000;
}
#tri {
	float: left;
	width: 323px;
}
.lineSpacing {
	line-height: 1.8em;
}
#tanBkgd {
	background-image: url(images/bkgd-services.png);
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slideshow {
	position:relative;
	height:300px;
}

#slideshow IMG {
	position:absolute;
	top:-1px;
	left:-379px;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.padTop10 {
	padding-top: 10px;
}
