@charset "utf-8";
.container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial {
	float: left;
	height: 130px;
	width: 130px;
	margin-right: 10px;
	margin-left: 10px;
	border: thin solid #333333;
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	width: 800px;
}


.header {
	padding-top: 20px;
	background-repeat: repeat-y;
	padding-left: 30px;
	background-image: url(../images/headerBck.png);
}
.headerFlash {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}
.headerBtm {
	background-image: url(../images/headerBtm.png);
	background-repeat: no-repeat;
	height: 20px;
}

.graphicContent {
	height: 200px;
	margin-top: 15px;
	z-index: 90;
}


.nav {
	height: 20px;
	padding-left: 0px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: #949494;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	height: 20px;
}
.nav li {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.contentTop {
	background-image: url(../images/contentTop.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
.qQoute {
	position: absolute;
	top: 380px;
	z-index: auto;
	left: 10px;
}
.qQoute  img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.testimonials {
	width: 800px;
	margin-right: auto;
	margin-left: 10px;
}

.quote {
	width: 200px;
	text-align: center;
	margin-left: 33px;
	margin-top: 25px;
	float: left;
	margin-right: 33px;
	height: 140px;
}
.quote p {
	font-size: 12px;
}





.content {
	width: 830px;
	padding-left: 20px;
	background-image: url(../images/contentBack.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
}

.content1 {
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
}
.content2 {
	width: 380px;
	float: right;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.contentBtm {
	background-image: url(../images/contentBtm.png);
	height: 18px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.contentTerms {
	width: 790px;
	margin-left: 10px;
	margin-right: 10px;
}

.flasButton {
	margin: 0px;
	border: 0px;
	padding: 0px;


}


.footer {
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
}
.footer a {
	color: #333333;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.TnC {
	font-size: 10px;
}







body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
}

p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

a:hover {
	text-decoration: underline;
}
