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

body {
	padding:0px;
	margin:0px;
	font:15px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#305183;
}
a {
	color:#305183;
	text-decoration:none;
	border:0px solid #fff;
}
a:hover {
	text-decoration:underline;
}
ul, li {
	padding:0px;
	margin:0px;
	list-style:none;
}
:focus {
	outline:0px solid #fff;
}
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
}
img {
	max-width:100%;
	width:100%;
	height:auto;
	vertical-align:top;
	border:0px solid #fff;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl, .clr {
	clear:both;
}

input[type="radio"],
input[type='checkbox']{
	border:none !important;
}

.wrap {
	width:100%;
	float:left;

}
.wrapper {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	clear:both;
	position:relative;
}

.bgOne {
	position:relative;
	z-index:99;
	background:url(../images/bg2.png) 50% 0% no-repeat;
}
.bgTwo {
	background:url(../images/bg1.png) 50% 0% no-repeat;
}
.topNav {
	width:100%;
	float:left;
	text-align:center;
}
.topNav li{
	display:inline;
}
.leftMenu {
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}
.leftMenu ul {
	display:inline;
	position:relative;
	
}
.leftMenu ul li {
	display:inline-block;
	*display:inline;
	height:18px;
	padding:5px 15px;
	background:url(../images/menuSep.png) 0% 8px no-repeat;
	position:relative;
}
.leftMenu ul li:first-child {
	background:none;
}
.leftMenu a {
	 color:#fff;
	 padding-bottom:10px;
}
.leftMenu a:hover,
.leftMenu li.current_page_item a{
	text-decoration:none;
	 color:#fff10b;
}
.leftMenu ul li > ul {
    display: none;
}
.leftMenu ul li:hover > ul {
    display: block;
}

.leftMenu ul ul{
	background: #2a5ca3; /* Old browsers */
background: -moz-linear-gradient(top,  #2a5ca3 0%, #183d7a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a5ca3), color-stop(100%,#183d7a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2a5ca3 0%,#183d7a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2a5ca3 0%,#183d7a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2a5ca3 0%,#183d7a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2a5ca3 0%,#183d7a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5ca3', endColorstr='#183d7a',GradientType=0 ); /* IE6-9 */
    left: 0;
    padding: 5px 15px;
    position: absolute;
    top: 33px;
    width: 160px;
	border-radius:0px 0px 5px 5px; 
	
}
.leftMenu ul ul li{
	width:auto;
	float:none;
	display:block;
	line-height:20px;
	padding-bottom:8px;
	text-align:left;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
	background:none;
}	

.leftMenu ul ul li a{
	float:none;
	display:block;	
	line-height:20px;
	padding:0;
	background:none;
}
.leftMenu li.current_page_item ul li a{
	color:#FFF !important;
}	
.leftMenu li.current_page_item ul li a:hover,
.leftMenu ul ul li.current_page_item  a{
	color:#FFF10B !important;	
}


.socialMedia {
	display:inline;
}
.Social_Widget {
	display:inline;
}

.socialMedia ul {
	display:inline;
}
.socialMedia li {
	display:inline;
}
.socialMedia li a{
	
}
.socialMedia li a img {
	padding:3px 0 0 3px;
	width:auto;
}

.logo {
	float:left;
	width:54.8%;
	padding:23px 0 0 29px;
}
.phoneNo {
	float:right;
	width:35%;
	padding:33px 0px 0 0;
}

.mainMenu {
	float:left;
	width:100%;
	font-size:19px;
	line-height:25px;
	color:#fff;
	padding:43px 0 0 0;
	text-transform:uppercase;
}
.mainMenu ul {
	text-align:center;
}
.mainMenu ul li {
	display:inline-block;
	*display:inline;
	padding:0 10px;
	position:relative;
	z-index:9999 !important;
}
.mainMenu ul li a {
	color:#fff;
	display:inline-block;
	padding-bottom:15px;
}


.mainMenu ul li a:hover,
.mainMenu ul li.current_page_item a{
	text-decoration:none;
	 color:#fff10b;
}
.mainMenu ul li > ul {
    display: none;
}
.mainMenu ul li:hover > ul {
    display: block;
}

.mainMenu ul ul{
	border-radius:0px 0px 8px 8px; 
	background: #db4b4c; /* Old browsers */
background: -moz-linear-gradient(top,  #db4b4c 0%, #b91516 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db4b4c), color-stop(100%,#b91516)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #db4b4c 0%,#b91516 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #db4b4c 0%,#b91516 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #db4b4c 0%,#b91516 100%); /* IE10+ */
background: linear-gradient(to bottom,  #db4b4c 0%,#b91516 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4b4c', endColorstr='#b91516',GradientType=0 ); /* IE6-9 */
    left: 0;
    padding: 10px 15px 5px;
    position: absolute;
    top: 38px;
    width: 170px;

	
}
.mainMenu ul ul li{
	width:auto;
	float:none;
	display:block;
	line-height:20px;
	padding-bottom:8px;
	text-align:left;
	height:auto;
	margin:0;
	padding:0 0 15px 0;
	background:none;
}	
.mainMenu ul ul li.current_page_item a{
	text-decoration:none;
	 color:#fff10b !important;
}

.mainMenu ul ul li a{
	float:none;
	display:block;	
	line-height:20px;
	padding:0;
	background:none;
	color:#FFFFFF !important;
}

.mainMenu ul ul li a:hover{
	color:#fff10b !important;	
}

.bannerSection {
	position:relative;
	z-index:10;
	height:100%;
}
.bannerImg {
	width:100%;
	float:left;
	height:100%;
	margin:0px 0 0 -32px;
}
.contentSectin {
	position:relative;
	z-index:999;
}
.contentSectininner_pages{
	position:relative;
	z-index:98;
}
.setContent {
	margin:0 -18px -35px 0;
}
.contener {
	float:left;
	width:100%;
	background:url(../images/left-menu-bgpx.png) 100% 0% repeat-y;
}
.content {
	float:left;
	width:100%;
	margin-top:-103px;
	margin-right:-15px;
	background:url(../images/left-menu-bg.png) 100% 0% no-repeat;
}
.content_inner_page{
	float:left;
	width:100%;
	margin-top:-55px;
	margin-right:-15px;
	background:url(../images/left-menu-bg-inner.png) 100% 0% no-repeat;
}

.contentInner {
	padding:75px 26px 35px 0;
}
.leftPart {
	/*margin-right:270px;*/
	padding-bottom:30px;
	float:left;
	width:73%;
}
.partnersLogo{
    overflow: hidden;
	position:relative;
	/* clear:both; */

	float:left;
	width:100%;

}
.RightPart {
	float:right;
	width:244px;
}
.RightPartInner {
	margin-top:-20px;
	padding-bottom:00px;
}
#content {
	padding:0 0 0 20px;
	min-height: 882px;
}

.content h2 {
	font-size:20px;
	line-height:25px;
	color:#ed2224;
}
.content h3 {
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	padding:0 0 5px 0;
}
.fontStyle1 {
	font-size:17px;
	line-height:21px;
	font-style:italic;
	padding-bottom:15px;
}
.fontStyle2 {
	font-size:17px;
	line-height:21px;
	padding-bottom:15px;
	color:#ed2224;
}
.content p {
	font-size:15px;
	line-height:19px;
	font-weight:normal;
	padding:0 0 13px 0;
	margin:0px;
}
.content ul {
	font-size:15px;
	line-height:19px;
	font-weight:normal;
	padding:0 0 10px 10px;
	margin:0;
}
.content ul li {
	padding:0 0 3px 15px;
	margin:0px;
	background:url(../images/listStyle.png) 0% 8px no-repeat;
}

.footerBg {
	position:relative;
	z-index:999;
	background:url(../images/footerBg.png) 50% 0% no-repeat;
	padding-top:35px;

}

.leftFooter{
	float:left;
}
.leftFooterInner {
	padding:0 0 0 10px;
}
.ServTitle {
	font-size:15px;
	color:#fff;
	padding-bottom:8px;
}
.ServicesAreas {
	font-size:9px;
	line-height:12px;
	color:#fff;
	padding:0 0 10px 0;
}
.ServicesAreas ul {
	float:left;
	padding:0 40px 0 0;
}
.ServicesAreas ul li {
color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
}
.ServicesAreas ul li a {
 	color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
}
.ServicesAreas ul li a:hover{
	color:#FFF10B;
}
.ServicesAreas ul li.current_page_item a{ 
	color:#FFF10B;

}

.footerText {
	font-size:9px;
	line-height:12px;
	color:#fff;
}
.rightFooter {
	background: none;
    border-radius: 6px 6px 6px 6px;
    float: right;
    margin-right: 0;
	width: 26%;
    padding: 15px 10px;
	margin-right:15px;
}
.rightFooterInner {
	padding:0px 0px 0 0;
	float:left;
	width:100%;
}
.footerLogo {
	width:182px;
	margin:0 auto;
}


.contactInfo {
	padding:0px 0 0 0;
	font-family:optReg;
	font-size:14px;
	line-height:15px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.contactInfo a {
	color:#fff;
}
.banner-box-bg {
	position:absolute;
	right:34px;
	top:53px;
	background:url(../images/banner-box-bg.png) 0% 0% no-repeat;
	width:195px;
	height:257px;
}
.banner-box-bg-Inner{
	padding:12px;
}
.banner-box-bg-title {
	font-family:DSOR;
	font-size:27px;
	color:#fff10b;
	text-align:center;
	font-weight:bold;
	text-shadow: 2px 3px 2px #000000;
}


.title1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#F9E70A;
	line-height:29px;
	text-align:center;
	font-weight:bold;
	min-height:140px;
	padding:0 18px 15px 18px;
	text-shadow: 0 0 8px #404040;
}

.clickToApply {
	 margin-left: -17px;
    padding: 0 0 20px;
    width: 240px;
}
.clickToApply a {
	background:url(../images/wellsFargo.png) 0% 0% no-repeat;
	display:block;
	text-align:center;
	padding:10px 5px 10px 74px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#F9E70A;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0 0 8px #404040;
}
.clickToApply a span {
	font-size:18px;
	text-transform:uppercase;
}
.clickToApply a em {
	font-size:13px;
	font-style:normal;
}

.creditCards {
	 margin-left: -17px;
    padding: 0 0 20px;
    width: 240px;
}
.creditCards ul {
	text-align:center;
	list-style:none;
	padding-left:0;
}
.creditCards ul li {
	padding:0px 3px;
	margin:0px;
	display:inline;
	width:47px;
	height:34px;
	background:none;
}
.creditCards ul li a {
	display:inline-block;
	width:47px;
	height:34px;
	line-height:34px;
	vertical-align:top;
}
.creditCards ul li a span,
.creditCards ul li a span:hover{
	visibility:hidden;
	display:none;
}
.creditCards ul li a.visa {
	background:url(../images/visa.png) 0% 0% no-repeat;
}
.creditCards ul li a.mastercard {
	background:url(../images/masterCard.png) 0% 0% no-repeat;
}
.creditCards ul li a.discover {
	background:url(../images/Discover.png) 0% 0% no-repeat;
}
.creditCards ul li a.american-express {
	background:url(../images/AmericanExpress.png) 0% 0% no-repeat;
}


.appointForm {
	
}
.appointFormInner {
	padding:0 0px;
}

.inpRow {
	float:left;
	width:100%;
	padding:0 0 13px 0;
}
.appointForm label {
	float:left;
	font-size:13px;
	color:#fff;
	padding:0 0px 0 0;
	width:63px;
}
.appointForm input[type=text]{
	float:left;
	max-width:140px;
	border:0px solid #fff;
	border-radius:6px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:16px;
	width:140px;
	background:#e4eaf2;
	padding:4px 0 4px 5px;
	box-shadow:0px 0px 7px -1px #404040 inset;
}

.proInte label {
	width:110px;
}
.proInte .sbHolder {
	width:92px;
}
body .proInte .sbOptions {
	width:97px;
}
.datTim label {
	width:74px;
}
.inpRow.datTim {
	margin-bottom:-6px;
}
.datTim .sbHolder {
	width:55px;
	margin-left:6px;
	margin-bottom:6px;
}

.subMit .setSubmit{
	margin:0 0 0 -10px;
	padding:0 0 0px 0;
}
.subMit{
	padding-bottom:0;	
}

.subMit .setSubmit img{
	width:auto;
	height:auto;
}	
.subMit input[type=submit]{
	width:242px;
	height:115px;
	border:0px solid #fff;
	padding:0px;
	margin:0px;
	cursor:pointer;
	color:#d22527;
	background:url(../images/sendBUT.png) 0% 0% no-repeat;
	font-size:0;
}

.footerSection{

}

.st_sharethis_large	.stButton .stLarge{
	background:none !important;
	width:26px !important;
	height:25px !important;
	display:inline !important;
}	
.st_sharethis_large	{
	width:26px !important;
	height:25px !important;
}	
.logo_slider{
	width:100%;
	overflow:hidden;
	float:left;
	height:130px;
	margin-top:100px;
}	


.datTim .wpcf7-form-control-wrap{
	*margin-bottom:6px !important;	
}

.appointForm a,
.appointForm a:hover{
	text-decoration:none;	
}

.contact{
	float:left;
	width:100%;	
	clear:both;
}

.contact p{
	float:left;
	width:100%;
	margin-bottom:15px;	
	padding:0;
	clear:both;
}
.contact label{
	float:left;
	width:20%;	
}
.contact label span{
	color:#F00;	
}
.contact input{
	text-indent:15px;
	border:1px solid #999;
		font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
		font-weight:normal;
	float:left;	
}
.contact textarea {
	text-indent:0px;
	border:1px solid #999;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:normal;
	height:100px;
	
}

.contact .wpcf7-form-control-wrap{
	float:left;
	width:60%;		
}
.contact input.wpcf7-submit{
	float:left;
	background: none repeat scroll 0 0 #970708;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
	text-indent:0 !important; 
    height: 31px;
    line-height: 31px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    margin-left: 0;
    padding: 0 20px;
    text-indent: 0;
    text-transform: uppercase;
    width: auto !important;	
	font-weight:normal;
	border-radius:5px;
	margin:0;
}

.contact span.wpcf7-not-valid-tip{
		border-radius:0;
		width:100%;
		padding:0;
		margin:0;
		padding:6px 0px;
		text-indent:15px;
		
}
.contact div.wpcf7-validation-errors{
	color:#F00;	
}

.inner_pages{
	background:none;
}	
.inner_1{
	padding-bottom:28px;
}
.sliderUl{
	width:auto !important;
}

.title-banner{
	padding-bottom:15px;	
	text-align:left;
}
.title-banner a{
	color:#FFF10B;
}
.title-banner a:hover{
	text-decoration:underline;	
}
.banner_text{
	font-size:15px;	
	line-height:22px;
	text-align:left;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	text-shadow:none;
}
.banner_text p{
	text-shadow:none;
}

.blog_pages{
	margin-top:-226px;	
	padding-top:150px;
}
.blog_pages .contentInner{	
}
.blog_pages .RightPartInner{
	margin-top:0;
}

.tagcloud a{
	display:inline-block;
}	
.tagcloud{
	padding-bottom:10px;
}

.jcarousel-direction-rtl{
	width:auto !important;	
	padding:0 !important;
	background:none;
	border:none;
}


.jcarousel-skin-tango1 .jcarousel-container{
background:none !important;	
border:none !important;
}
.jcarousel-prev,
.jcarousel-next{
	display:none !important;	
}
.jcarousel-clip ul li{
	list-style:none !important;	
	background:none !important;
	margin:0;
	padding:0 !important;  
	
}

.contact .wpcf7-form-control-wrap  select{
	border: 1px solid #999999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    height: 33px;
    line-height: 30px;
    padding: 5px;
    width: 100%;	
}

.contact .Product{
	width:28%;
	margin-right:4%;	
}
.contact .Product1{
	width:28%;	
}

.contact p.redio_full label{
	width:60%;	
	margin-right:10px;
}
.contact p.redio_full span{
	width:auto;
}	
.contact p.redio_full input{
	float:none;	
}
.contact p.redio_full1 label{
	width:40%;	
	margin-right:10px;
}
.contact p.redio_full1 span{
	width:auto;
}	
.contact p.redio_full1 input{
	float:none;	
}


.contact p.full_select label{
	width:80%;	
	margin-right:0px;
	margin-bottom:10px;
}
.contact p.full_select span{
	width:80%;
	margin:0 0 10px 0;
}	
.contact p.full_check label{
	width:80%;	
	margin-right:0px;
	margin-bottom:10px;
}
.contact p.full_check span{
	width:40%;
	margin:0 5% 10px 0;
}	

.jcarousel-skin-tango1 a img{
	width:auto;
}
.jcarousel-skin-tango1 .jcarousel-container-horizontal{
	/* height:auto !important; */
}

.jcarousel-skin-tango1 .jcarousel-direction-rtl .jcarousel-item-horizontal{
	   margin-right: 0 !important;
    width: auto !important;
	margin-left:0 !important;	
}

body #featured_slider, #slider, #featured_slider ul li{
	height:100% !important;  	
}
.bannerImg img{
	max-height:100%;	
	max-width:100%;
}

body ul#slider{
	*z-index:10 !important;	
}

.banner_bottom_main{
	max-width:1018px;	
	margin:0 auto;
	position:relative;
}

.banner_bottom{
	position:relative;
	bottom:0;
	z-index:1000;
	height:86px;
	float:left;
	width:100%;
	background:url(../images/banner-bottom.png) top center no-repeat;
	 margin-top: -53px;
}

.header_phone{
    color: #284F8A;
    font-size: 42px;
    font-style: italic;
    font-weight: bold;
    line-height: 46px;
}
#featured_slider, #slider, #featured_slider ul li{
	z-index:0 !important;	
}
.page-id-492 .wrapper{
	*position:static;	
}
.page-id-492 .ie_solve{
	*position:relative;	
}
.page-id-492 .contentSectin{
	*position:relative;	
}

div#cc_form_1{
	
	
}

#constant_contact_form_widget-2 div#cc_form_1 label{
	float:left;
	font-size:13px;
	color:#fff;
	padding:0 0 5px
}

#constant_contact_form_widget-2 div#cc_form_1 .t{
	float:left;
	border:0px solid #fff;
	border-radius:6px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:16px;
	width:180px;
	background:#e4eaf2;
	padding:4px 0 4px 5px;
	box-shadow:0px 0px 7px -1px #404040 inset;
}

#constant_contact_form_widget-2  .kws_input_container {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

#constant_contact_form_widget-2 div#cc_form_1 .b{
	float: left;
    margin-top: 10px; 
	background:#991212;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px;
	border:0px solid #fff;
	border-radius:4px;
	border:none;
}

#footer2 h3{
height: auto;
font-size: 22px;
font-weight: bold;
display:block;
letter-spacing: normal;
color: #FFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: none;
text-align: left;
line-height: 24px;
margin-bottom: 0px;
padding:5px 0 !important;
margin:0 !important;

}

.cc_first_name,
.cc_email_address{
	margin-bottom:12px;
	text-align:left;	
	float:left;
	width:100%;
}
.cc_first_name input,
.cc_email_address input{
	float: left;
width: 59%;
border: 0px solid #fff;
border-radius: 6px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
height: 20px;
background: #e4eaf2;
padding: 4px 0 4px 0px;
text-indent:10px;
box-shadow: 0px 0px 7px -1px #404040 inset;
}

.cc_first_name label,
.cc_email_address label{
	margin-bottom:8px !important;	
	font-weight:normal!important;	
	float:left;
	width:40%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	text-transform:none !important; 
}
.kws_input_container input{
		
}

.cc_Go  input{
	
float: left;
background:url(../images/button-link.png) left top no-repeat;
border: medium none;
color: #FFFFFF;
cursor: pointer;
font-size: 14px;
font-weight: normal;
text-indent: 0 !important;
height: 36px;
line-height: 36px;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
margin-left: 0;
padding: 0 0px;
text-indent: 0;
text-transform: uppercase;
width: 83px !important;
font-weight: normal;
border-radius: 5px;
text-align: center;
margin: 0;
}
.cc_Go  input:hover{
	background:url(../images/button-link.png) left bottom no-repeat;	
}


#text-7 {
	padding:13px 0 0 0;
	font-family:optReg;
	font-size:14px;
	line-height:15px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	
}
#text-7 a {
	color:#fff;
}

#text-9 {
	padding-bottom: 24px;
	}
	
#text-8 {
	padding-bottom: 24px;
	}

.side-address {
	margin: 8px 0px 26px 0px;	
}
#constant-contact-signup-errors{
	padding:10px;
	margin-bottom:10px;
	border:2px solid #FC0;
	border-radius: 5px;
		
}

p.cc_success{
	padding:10px;
	margin-bottom:10px;
	border:2px solid #FC0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-align:left;
	font-weight:normal !important;
	text-transform:none !important;
	color:#060 !important;
	border-radius: 5px;
}
#constant-contact-signup-errors label{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-align:left;
	padding:0 !important;
	margin:0 !important;
	font-weight:normal !important;
	text-transform:none !important;
	
}


.textwidget{
	 font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
	color:#FFF;	
}
.textwidget p{
	 font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
	color:#FFF;	
	 padding: 0 0 13px;
}

body .jcarousel-skin-ie71 .jcarousel-container{
	background:none;
	border:none;
	padding:0;
	margin:0;
	height:auto;
	width:auto;	
}
body .jcarousel-skin-ie71 .jcarousel-container img{ 
width:auto;
height:auto;
}	
body .jcarousel-skin-ie71 .jcarousel-direction-rtl .jcarousel-item-horizontal{
	margin-left: 0;
    margin-right: 0;

  
}
body .jcarousel-skin-ie71 .jcarousel-direction-rtl .jcarousel-item-horizontal{
	margin-left: 0;
    margin-right: 0;
  
}


.ServiceAreas{
	width:100%;
	float:left;	
}
.ServiceAreas ul{
		width:100%;
	float:left;		
	border-bottom:1px solid #DDDDDD;
	padding:10px 0;
}
.ServiceAreas ul li{
	width:30%;
	padding:0 2% 0 0;
	float:left;
	margin:0;
	list-style:none;
	background:none;
}	
.ServiceAreas ul.four li{
	width:23%;
	padding:0 2% 0 0;
	list-style:none;
		background:none;
}
.ServiceAreas ul.full li{
	width:100%;
	padding:0;	
	list-style:none;
		background:none;
}

.ServiceAreas ul li p{
	
	padding:8px 0;
}

/* Smaller version */

li.fullsite { display:none;}

.res-banner { display:none;}

.res-footer { display:none;}

.homeres-main {
	display:none;
	}	
.rtitle {
    color: #ff0000;
    font-weight: bold;
}