@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Calibri;
	font-size: 14px;
	color: #303030;
}
h1 {
	font-family: 'TrajanPro-Regular';
	font-size: 31px;
	font-weight: normal;
	color: #001020;
	line-height: 21px;
	padding: 30px 0 0;
	margin: 0;
}

img {
	border: none;
}
/**************header css starts here *************/
.wrapper {
	margin: 0 auto;
	width: 968px;
}

#header {
	float: left;
	width: 100%;
	background: url(../images/head_backbg.jpg) left top repeat-x;
	color: #fff;
	position: relative;
	z-index: 10
}
#header .inner {
	float: left;
	width: 100%;
	background: url(../images/head_bg.jpg) center top no-repeat;
}
.logo {
	float: left;
	width:700px;
	padding: 10px 0 30px;
*padding:65px 0 30px;
}
.logo span {
	display: block;
	font-family: Calibri;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 0.2px;
	line-height: normal;
	color:#66ffff;
*line-height:17px;
}
.logo h1 {
	color: #FFFFFF;
	padding-top:20px;
	padding-bottom:5px;
	font-size:50px;
	font-family: 'TrajanPro-Regular';
	letter-spacing:-3px;
}

.phone {
	width:220px;
	float: right;
	padding: 28px 0 31px;
	font-size: 23px;
	font-family: Calibri;
	line-height: 23px;
}
.phone span {
	font-size: 15px;
	display: block;
	line-height: 15px;
	padding-bottom:5px;
}
.banner {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	line-height: 0;
}
.banner .wrapper {
	position: relative;
	width: 993px;
	line-height: 0;
}
.banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	line-height: 0;
}
.banner li {
	float: left;
	position: relative;
	box-shadow: -3px 3px 4px #9e9e9e, 3px 3px 4px #9e9e9e;
	line-height: 0;
*height:309px;
}
.banner li img {
	line-height: 0;
}
.banner .text {
	position: absolute;
	width: 405px;
	left: 60px;
	top: 12px;
	background: url(../images/banner_textbg.png) left top repeat-x;
	min-height: 246px;
	padding: 16px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	font-family: Calibri;
}
.banner .text h2 {
	font-size: 18.5px;
	color: #1b79d3;
	text-transform: capitalize;
	font-weight: bold;
	font-family: 'TrajanPro-Regular';
	line-height: 18px;
	margin: 2px 0 0;
}
.banner .text p {
	margin-top: 10px;
}
.banner .left_arrow {
	position: absolute;
	top: 139px;
	left: 8px;
	z-index: 99;
}
.banner .right_arrow {
	position: absolute;
	top: 139px;
	right: 8px;
	z-index: 99;
}
#header .nav {
	float: left;
	width: 100%;
	background: url(../images/nav.jpg) left top repeat-x;
}
#header .nav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .nav li {
	float: left;
	font-family: timesnormal;
	font-size: 15px;
	line-height: 37px;
	padding: 0 28px;
	background: url(../images/nav_sep.jpg) left center no-repeat;
	letter-spacing: 1.5px;
	position: relative;
}
#header .nav li.first {
	background: none;
	padding-left: 5px;
}
#header .nav a {
	color: #fefefe;
	text-decoration: none;
	text-transform: none;
	display: block;
}
#header .nav li:hover a, #header .nav li.active a {
	background: url(../images/nav_harrow.jpg) center bottom no-repeat;
}
{
background:url(../images/nav_harrow.jpg) center bottom no-repeat;
}
#header .nav .submenu {
	background: #021e3a;
	position: absolute;
	top: 100%;
	width: 113px;
	left: 10%;
	display: none;
}
#header .submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 5px 5px;
	width: 103px;
	float: left;
}
#header .submenu li {
	background: url(../images/submenu_lisep.jpg) left bottom repeat-x;
	display: block;
	padding: 0 0 2px;
	line-height: 21px;
	font-family: Calibri;
	letter-spacing: normal;
	float: left;
	width: 103px;
}
#header .submenu li.last, #header li:hover .submenu li.last {
	background: none;
}
#header .submenu a {
	font-size: 12px;
	background: url(../images/submenu_li.jpg) 5px center no-repeat;
	display: block;
	padding: 0 0 0 15px;
}
#header .submenu li.last a {
	background: none;
}
#header .nav li:hover .submenu {
	display: block;
}
#header li:hover .submenu a {
	background: url(../images/submenu_li.jpg) 5px center no-repeat;
}
#header li .submenu li a:hover {
	text-decoration: underline;
}
/**************body css starts here *************/
#body_container {
	float: left;
	width: 100%;
	background: url(../images/body_bg.jpg) left top repeat-x #aeaeae;
	padding-bottom: 10px;
}
#body_container p {
	font-size: 18px;
	margin: 10px 0 20px;
	line-height: 24px;
}
.home #body_container {
	padding: 0;
}
.box_row {
	float: left;
	width: 100%;
	background: url(../images/housebg.png) center bottom no-repeat;
	line-height: 18px;
}
.box_row ul {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	float: left;
	width: 100%;
}
.box_row li {
	float: left;
	background: #fff;
	border: 2px solid #828282;
	width: 269px;
	height:210px;
	margin: 0 14px;
	font-size: 12px ;
	color: #4c4c4c;
	padding: 0 10px 9px;
	font-family: Calibri;
}


.box_row li.last {
	margin-top: 15px;
}
#body_container .box_row li p {
	line-height: 18px;
	padding: 0;
	margin: 10px 0 0;
}

#body_container ul li {
	font-size:18px;
}

.box_row li img {
	border: 2px solid #a8a7a7;
	float: left;
	margin-right: 10px;
}
.box_row li h3 {
	font-size: 15px;
	text-transform: capitalize;
	font-family: 'TrajanPro-Regular';
	font-weight: normal;
	margin: 13px 0 10px;
	line-height: 14px;
}
.btn_moreinfo {
	float: left;
	width: 263px;
	background: url(../images/btn_bg.jpg) left top repeat-x;
	line-height: 26px;
	border: 2px solid #a8a7a7;
	font-size: 15px;
	text-transform: uppercase;
	clear: both;
	text-align: center;
	margin-top: 7px;
	font-weight: normal;
	height: 27px;
}
.btn_moreinfo {
	color: #fff;
	text-decoration: none;
}
/**************footer css starts here *************/
#footer {
	float: left;
	width: 100%;
	background: url(../images/footer_bluebg.jpg) center top no-repeat #001020;
	font-family: Calibri;
	font-size: 12px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .detail_footer {
	float: left;
	width: 100%;
	color: #fff;
	padding: 25px 0 7px;
}
.detail_footer .section {
	float: left;
	padding: 0 40px;
	font-size: 12px;
	font-family: Calibri;
	border-right: 1px solid #fff;
	min-height: 177px;
	letter-spacing: 0.8px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Webkit-specific CSS here */
.detail_footer .section {
	padding: 0 35px;
}
}
@media \0screen {
.detail_footer .section {
	letter-spacing: 0.4px;
}  /* IE 8 only */
}
.detail_footer h3 {
	font-size: 17px;
	color: #dda654;
	margin: 7px 0 5px;
	text-transform: uppercase;
	line-height: 17px;
}
.detail_footer .contact {
	width: 229px;
	text-transform: uppercase;
	padding: 0 35px 0 15px;
}
.detail_footer .contact span {
	padding-bottom: 10px;
	display: block;
}
.detail_footer .contact span span {
	display: inline;
}
.detail_footer .contact .locality {
	display: block;
}
.detail_footer address {
	font-style: normal;
}
.detail_footer .services ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.detail_footer .services ul.first {
	padding-right: 47px;
}
.detail_footer .services li {
	background: url(../images/footer_bullet.png) left center no-repeat;
	padding-left: 10px;
	line-height: 20px;
}
.detail_footer .testimonial {
	width: 218px;
	line-height: 20px;
	position: relative;
	border: none;
}
.detail_footer .testimonial p {
	font-style: italic;
}
.detail_footer .testimonial ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.detail_footer .testimonial .user {
	display: block;
	text-align: right;
	color: #dda654;
	font-style: normal;
}
.detail_footer .testimonial .left_arrow {
	position: absolute;
	left: 18px;
	width: 11px;
	height: 19px;
	top: 67px;
}
.detail_footer .testimonial .right_arrow {
	position: absolute;
	right: 18px;
	width: 11px;
	height: 19px;
	top: 67px;
}
#footer .nav {
	float: left;
	width: 100%;
	text-align: center;
	background: #000811;
}
#footer .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .nav li {
	display: inline;
	zoom: 1;
	background: url(../images/fnav_sep.png) right center no-repeat;
	padding: 0 10px 0 5px;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
}
#footer .nav li.last {
	background: none;
}
#footer .nav a, #footer .bottom_strip a {
	color: #fff;
	text-decoration: none;
}
#footer .nav a:hover, #footer .bottom_strip a:hover {
	text-decoration: underline;
}
#footer .bottom_strip {
	background: #3d3d3d;
	float: left;
	width: 100%;
	border-top: 1px solid #717171;
	border-bottom: 1px solid #717171;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 40px;
}
#footer .bottom_strip .copy {
	float: left;
}
#footer .bottom_strip .hosting {
	float: right;
}

.contact_information {
	width:250px;
	float:left;
	padding-top:200px;
}
.contact_form_box {
	width:700px;
	float:left;
	margin-left:10px;
}

.text h2 {
	font-size:24px !important;
}
.text p {
	font-size:22px;
}
