@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #000000;
	overflow-y: scroll;
}
.clientQuote, .clientName {
	font-family:Arial;
	font-size:12px;
	vertical-align:top;
	text-align:left;
	margin-bottom:10px;
	margin:30px 20px 0px 20px;
}
.clientName {
	font-size:10px;
	font-style:italic;
	margin-top:10px;
}
.corpListing {
	font-family:Arial;
	font-size:12px;
	padding:3px 0 3px 0;
	margin:0 15px 0 20px;
	width:300;
	color:#FFF;
	width:280px;
	line-height:20px;
}
.corpListingHeader {
	font-size:11px;
	padding:5px 0 5px 0;
	margin:0 15px 0 20px;
	width:300;
	color:#FFF;
	width:280px;
}
.indexLeftColText {
	font-family:Arial;
	font-size:13pt;
	vertical-align:top;
	text-align:left;
	margin-bottom:10px;
	margin:30px 20px 0px 20px;
}
.thumbStyle {
	border:1px black solid;
	margin:1px;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

#slider {
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	border:0px white solid;
}
#slider li {
	width:788px;
	height:241px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:100px;
	height:50px;
	position:relative;
	float:left;
}
#nextBtn {
}
#prevBtn a, #nextBtn a {
	display:block;
	width:30px;
	height:36px;
	background:url(../images/siteImages/previous.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/siteImages/next.gif) no-repeat 0 0;
}
.bottomLinks {
	float:left;
	font-size:9px;
	color:#FFF;
	float:left;
}

A:link {text-decoration: none;color:#FFF}
A:visited {text-decoration: none;color:#FFF}
A:active {text-decoration: none;color:#FFF}
A:hover {text-decoration: none;color:#999}

