body {
	background-color: #FEFEFE;
	background: -ms-linear-gradient(top, #FFFFFF 0%, #DDDBDB 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #DDDBDB 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #DDDBDB 100%);
	background: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDBDB));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #DDDBDB 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #DDDBDB 100%);
	margin: 0px;
	padding: 0px;
	/* background-attachment: scroll;
	background-image: url(../images/background.png);
	background-repeat: repeat-x; */
}
#heading {
	width: 100%;
	overflow: hidden;
	padding-bottom: 9px;
	border-bottom: solid 1px #cccccc;
}
#headContent {
	width: 1000px;
	margin: auto;
}
#logo {
	position: relative;
	float: left;
	z-index: 1;
}
#contact {
	float:right;
	width: 300px;
	margin-top: 0px;
}
.largeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #B80000;
	text-decoration: none;
	letter-spacing: -.01em;	
}
#navBar {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 112px;
	z-index: 99;
	
}
#navContainer {
	width: 1000px;
	margin: auto;
	z-index: 100;
	white-space: nowrap;
}
#navContainer ul {
	margin: 24px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
	white-space: nowrap;
}
#navContainer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
#navContainer ul li a {
	color: #B80000;
	text-decoration: none;
	margin-left: 48px;
	display: block;
}
#navContainer ul li a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: solid 10px #D46666;
}
#navContainer ul li:last-child > a {
	margin-right: 0px;
}
#topNavContainer {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-bottom: 6px;
	border-bottom: solid 1px #CCCCCC;	
}
#topNav {
	width:1000px;
	margin: auto;
}
#topNav ul {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#topNav ul li {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#topNav ul li a {
	color: #000000;
	text-decoration: none;
	margin-left: 28px;
}
#topNav ul li a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: solid 10px #D46666;
}
#mainContainer {
	width: 100%;
	margin:auto;
	overflow: hidden;
	background-image: url(../images/black-bar.gif);
	background-repeat: repeat-x;
	background-position: 0px 9px;
}
#mainContent {
	width: 1000px;
	margin:auto;
	overflow: hidden;
	background-image: url(../images/gray-line.gif);
	background-position: 275px 65px;
	background-repeat: no-repeat;
}
#mainContentFront {
	width: 1000px;
	margin:auto;
	overflow: hidden;
	background-image: url(../images/gray-dot.gif);
	background-repeat: repeat-y;
	background-position: 275px 0px;
}
#leftCol {
	width: 230px;
	padding: 20px;
	float: left;
	margin-left: 5px;
	
}
#rightCol {
	width: 670px;
	padding: 20px 25px;
	float: right;
}
#rightCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 38px;	
}
#rightCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #B80000;
	text-decoration: none;
	margin-top: 2px;	
}
#rightCol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B80000;
	text-decoration: none;
	margin-bottom: 2px;	
}
#rightCol h3 a {
	color: #B80000;
	text-decoration: none;
}
#rightCol h3 a:hover {
	color: #666666;
	text-decoration: underline;
}
#servicesBox {
	width: 220px;
		background-color: #B80000;
	background: -ms-linear-gradient(top, #FFFFFF 0%, #DDDBDB 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #DDDBDB 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #DDDBDB 100%);
	background: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDBDB));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #DDDBDB 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #DDDBDB 100%);
		border: 1px solid #B80000;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		box-shadow: 6px 6px 5px rgba(100,100,100,0.3);
}
#servicesBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 8px;
	margin-bottom: 0px;
}
#servicesBox ul {
	margin: 5px 8px 30px 8px;
	padding: 0px;
	list-style-type: none;
}
#servicesBox li {
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 10px 10px;
	border-bottom: solid 1px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#servicesBox li a {
	color: #CC0000;
	text-decoration: none;
}
#servicesBox li a:hover {
	color: #999999;
	text-decoration: none;
}
.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.basicTxt a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.basicTxt a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#footerContainer {
	width: 100%;
	background-color: #000000;
	overflow: hidden;	
}
#footer {
	width: 1000px;
	margin: auto;
	padding: 10px 0px;
	overflow: hidden;	
}
#footerLeft {
	float: left;
	margin-left: 10px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footerLeft a {
	color: #FFFFFF;
	text-decoration:none;
}
#footerLeft a:hover {
	color: #FFFF99;
	text-decoration:underline;
}
#footerRight {
	float: right;
	margin-right: 10px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#slideShow {
	width: 100%;
	height: 385px;
	background-color: #000000;
	/* background: -webkit-linear-gradient(178deg, #333333 5%, #000000 20%); /* For Safari 5.1 to 6.0 */
  /* background: -o-linear-gradient(178deg, #333333 5%, #000000 20%); /* For Opera 11.1 to 12.0 */
  /* background: -moz-linear-gradient(178deg, #333333 5%, #000000 20%); /* For Firefox 3.6 to 15 */
  /* background: linear-gradient(178deg, #333333 5%, #000000 20%); /* Standard syntax */
	margin-top: 6px;

}
#slideShowContainer {
	position: relative;
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
#slideCaption {
	float: right;
	width: 340px;

}
#slideCaption h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#slideCaption p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#headLine {
	width: 100%;
	height: 45px;
	background-color: #000000;
	margin-top: 6px;
}
#headLineContainer {
	position: relative;
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
#headLineContainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 308px;
	margin-top: 4px;
}
.testimony {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.picBorder {
	border: solid 1px #000000;
	margin: 2px 10px;
	box-shadow: 6px 6px 5px rgba(100,100,100,0.3);
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	height: 35px;
	clear: both;
}