body {
	background-color:#464646;
	font-family: 'Quicksand', sans-serif;
	font-size:18px;
	color:#a1a1a1;
}
* {
	margin:0 auto;
}
.clearall {
	clear:both;
}
.wrapper {
	width:1035px;
}
.mid_wrap {
	width:1035px;
	position:relative;
	min-height: 100%;
}
#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.footer_hold {
	background-color:#2c2c2c;
	width:100%;
	height:113px;
	border-top:1px solid #212121;
	box-shadow: rgba(4,4,4, 0.7) 0px -1px 5px;
}
.footer_left {
	float:left;
	width:350px;
}
.footer_right {
	float:right;
	width:450px;
	text-align:right;
}
.footer_text {
	font-size:14px;
	color:#fff;
}
.copyright_logo {
	float:right;
}
a {
	outline:none;
	border:0px;
	color:#9b1414;
	text-decoration:underline;
}
a:hover {
	outline:none;
	border:0px;
	color:#9b1414;
	text-decoration:none;
}
.top_hold {
	width:100%;
	border-bottom:1px solid #252525;
	height:155px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.top_hold_bg {
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:1150px;
	height:154px;
}
.logo_hold {
	float:left;
	width:329px;
	height:113px;
	background-image:url(../images/jft_logo.png);
	background-repeat:no-repeat;
	margin-left:35px;
}
.nav {
	float:right;
	width:655px;
	font-family: 'Quicksand', sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-top:83px;
}
.nav ul {
	padding:0px;
	margin:0px;
}
.nav ul li {
	display:inline; 
	margin-right:13px;
	margin-left:13px;
}
.nav a {
	color:#fff;
	text-decoration:none;
}
.nav a:hover {
	color:#fff;
	text-decoration:underline;
}
.nav .current {
	color:#fff;
	text-decoration:underline;
}
.content_holder {
	background-color:#171717;
	color:#ffffff;
	padding:20px;
}
.banner_img_left {
	float:left;
	width:339px;
	height:258px;
}
.banner_img_left a {
	display:block;
	width:339px;
	height:258px;
	background-image:url(../images/banner_img01.jpg);
	background-repeat:no-repeat;
}
.banner_img_mid {
	float:left;
	width:338px;
	height:258px;
	margin-left:10px;
}
.banner_img_mid a {
	display:block;
	width:338px;
	height:258px;
	background-image:url(../images/banner_img02.jpg);
	background-repeat:no-repeat;
}
.banner_img_right {
	float:right;
	width:337px;
	height:258px;
}
.banner_img_right a {
	display:block;
	width:337px;
	height:258px;
	background-image:url(../images/banner_img03.jpg);
	background-repeat:no-repeat;
}
h1 {
	font-family: 'Gruppo', cursive;
	font-size:43px;
	font-weight:normal;
	color:#fff;
}
.h1_divider {
	float:left;
	height:3px;
	background-color:#701010;
	box-shadow: rgba(4,4,4, 0.7) 0px 2px 2px;
}
.sub_head {
	font-weight:bold;
	text-decoration:underline;
}
.text_content {
	line-height:18px;
	text-align:justify;
}
.company_left {
	float:left;
	width:620px;
}
.company_right {
	float:right;
	width:360px;
	height:201px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.services_left {
	float:left;
	width:500px;
	line-height:25px;
}
.services_right {
	float:right;
	width:452px;
	height:350px;
	box-shadow: rgba(4,4,4, 0.7) 0px 0px 9px;
}
.contact_left {
	float:left;
	width:350px;
}
.contact_left2 {
	float:left;
	width:300px;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
min-width: 600px;
width: 900px;
min-height: 150px;
margin: 100px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 14px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.cnt223 img {
	text-align: center;
	margin: 0 auto;
}