/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper {
	min-height:100%;
	position:relative;
}
header {
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
	height:200px;
}
.logo {
	position:relative;
	top:25px;
	text-align:center;
}
nav {
	background-image:url(images/nav_red.png);
	background-repeat:repeat-x;
	height:35px;
}
.menu {
	width:700px;
	margin:auto;
}
li {
	text-align:center;
	padding-top:9px;
	width:220px;
	margin:auto;
	color:#fff;
}
li a {
	text-decoration:none;
	color:#fff;
	font-size:17px;
	font-weight:bolder;
}
.active {
	background-image:url(images/nav_blk_.png);
	height:26px;
}
.blackbar {
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:3px 0;
}
article {
	margin:auto;
	width:954px;
	min-height:100%;
	background-color:#FFF;
}
.slider {
	float:left;
	width:683px;
	height:408px;
	background-image:url(images/slider_1.jpg);
}
aside {
	font-size:18px;
	float:left;
	width:271px;
	height:408px;
}
.info1_header {
	color:#000;
	font-weight:bold;
	background-image:url(images/info_hdr_1.png);
	background-repeat:repeat-x;
	height:52px;
	width:100%;
	padding-top:18px;
}
.info1 {
	padding-top:30px;
	color:#000;
	font-weight:normal;
}
.info2_header {
	position:relative;
	top:60px;
	color:#000;
	font-weight:bold;
	background-image:url(images/info_hdr_2.png);
	background-repeat:repeat-x;
	height:50px;
	width:100%;
	padding-top:16px;
}
.info2 {
	padding-top:30px;
	color:#000;
	font-weight:normal;
}
.info3_header {
	position:relative;
	top:223px;
	color:#000;
	background-image:url(images/info_hdr_2.png);
	background-repeat:repeat-x;
	height:50px;
	width:100%;
	padding-top:6px;
}
.content {
	text-align: center;
	padding: 20px 0;
}
h1 {
	color:#b51011;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}
h2 {
	padding-bottom:3px;
}
p {
	font-size:12px;
	padding-bottom:10px;
}
em {
	font-weight:bold;
}
.mini_logos {
	width:200px;
	position:relative;
	top:-40px;
	left:720px;
	
}
footer {
	background:url(images/footer.png) bottom;
	background-repeat:repeat-x;
	height:62px;
	width:100%;
	bottom:0;
	left:0;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}
footer a {
	color:#fff;
}

/* START SERVICES PAGE STYLES */

.serv_text {
	float:left;
	width:494px;
	padding:20px 0 20px 18px;
}
.serv_image {
	float:left;
	width:400px;
	height:410px;
	background-image:url(images/serv_image.jpg);
	margin:18px;
	border:#000 solid 3px;
}
.serv_bottom {
	clear:both;
}

/* START FAQS PAGE STYLES */

.faq_text {
	padding:20px;
}
.faq_bottom {
}
.faq_ul {
	color:#000;
	font-size:12px;
	text-align:left;
	margin-left:20px;
	list-style:disc;
	width:100%;
}