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

body {
	background-color: #010101; 
	background-image:url(../images/bg.gif);
	background-repeat: no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 1.5em;
}

h1 {
	color: #a02013;
	font-size: 18px;
	line-height: 1.2em
}

h2 {
	color: #a02013;
	font-size: 14px;
}

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

a:hover {
	color: #999;
	text-decoration: none;
}

a:visted {
	color: #a02013;
	text-decoration: none;
}

a img {
	border: none;
}

#wrapper {
	width: 944px;
	height: 100%;
	margin: auto;
}

#logo {
	width: 356px;
	height: 148px;
	float: left;
}

#contactInfo {
	width: 328px;
	height: 102px;
	float: right;
}

#nav {
	width:458px;
	height: 46px;
	float: right;
	margin-top: -12px;
}

#nav ul li {
	display: inline;
	height:61px;
	width: 100%;
	list-style: none;
	padding-left: 20px;
}

#nav ul li a img{
	border: none;
}

#nuggets {
	color:#999;
	font-size:16px;
	float: right;
	clear: both;
	width: 944px;
	height: 40px;
	text-align: right;
}

#nuggets ul li {
	display:inline;
	list-style: none;
	padding-left: 35px;
}

#content {
	width: 944px;
	height: 100%;
	float: left;
	clear: both;
	margin-top: 15px;
	background-image:url(../images/bg-repeat.png);
	background-repeat:repeat;
}

#col1 {
	width: 330px;
	height: 100%;
	margin-left: 15px;
	float: left;
}

#col2 {
	width: 576px;
	height: 383px;
	float: right;
	clear: none;
}

#col3 {
	width: 600px;
	height: 100%;
	margin-left: 15px;
	float: left;
	clear: none;
}

#col4 {
	width: 250px;
	height: 100%;
	float: right;
	clear: none;
	margin-right: 15px;
}

#col5 {
	width: 250px;
	height: 100%;
	float: right;
	clear: none;
}

#faqCont {
	width: 914px;
	height: 100%;
	float: left;
	margin-left: 15px;
}

#faqCont ul li {
	list-style: none;
	margin-left: -38px;
}

#faqCont h3 {
	margin-bottom: -10px;
}

#footer {
	width: 944px;
	height:100%;
	float: left;
}

#footerLinks {
	width:  300px;
	height: 100%;
	float: left;
	margin-left: -40px;
	text-align: left;
}

#footerLinks ul li {
	display: inline;
	float: left;
	padding-right: 30px;
}

#foottext{
	color: #FFF;
	font-size: 10px;
	float: right;
	text-align: right;
	margin-top: 15px;
}

#trustlogo {
	text-align: center;
	width: 944px;
	height: 100%;
	float: left;
	margin-top: 30px;
}

#Erich {
	margin-top: 5px;
}

#contactPic {
	float: right;
}