

body {
margin: 0;
padding 0;
background-image:url('../images/bg.png');
font-family: sans-serif;
}
p {
font-size:13px;
color: #3b3b3b;
line-height: 24px;
}

a {
	text-decoration: none;
}

h2 {
font-size: 30px;
color: #3b3b3b;
}
#slider {
width: 1000px;
height: 365px;
float: left;
margin-top:5px;
margin-left:auto;
margin-right:auto;
}
.container {
	width: 940px;
	margin: 0 auto;
}
/**** SLIDER ****/

#slider {
	width: 100%;
	height: 379px;
	background: #FFF;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	float: left;
	margin-top: 8px;
}
#sliderbg {
	width: 100%;
	height: 373px;
	background: url(../images/slidebg2.png) repeat;
	float: left;
	margin-top: 3px;
}
#slides {
	z-index:100;
	float: left;
	margin-top: 11px;
	position: relative;
	-webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
}
.slides_container {
	width:940px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index: -5;
}
.slides_container a {
	width:940px;
	height:350px;
	display:block;
	z-index: -5;
	
}

.slides_container a img {
	display:block;
	z-index: -5;
	
}
#slides .next,#slides .prev {
	position:absolute;
	top:167px;
	left:13px;
	width:24px;
	height:43px;
	display:block;
	z-index: 100;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
  	-moz-transition: opacity .3s ease-in-out;
  	-o-transition: opacity .3s ease-in-out;
 	 transition: opacity .3s ease-in-out;
}
#slides .next {
	left:910px;
}
#slider:hover .next, #slider:hover .prev { 
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
  	-moz-transition: opacity .3s ease-in-out;
  	-o-transition: opacity .3s ease-in-out;
 	 transition: opacity .3s ease-in-out; 
}
.pagination {
	margin: 25px auto;
	display: block;
	width:100px;
	margin-top: -25px;
	z-index: 1;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:13px;
	background-image:url(../images/bullets.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -14px;
}


.maincontent {
width:1000px;
height:auto;
margin-right:auto;
margin-left:auto;
}
header {
padding-bottom:30px;
width:100%;
height:460px;
}
.headersubtitle {
	font-style: italic;
	color: #3b3b3b;
	font-size: 20px;
	font-weight: 700;
	height: 29px;
	border-left: 1px solid #747474;
	padding-left: 17px;
	padding-top: 8px;
	float: left;
	margin-top: 10px;
	margin-left: 21px;
}
.logocontainer {
width:1000px;
height:auto;
margin-right:auto;
margin-left:auto;
}
.logo {
height:90px;
width:900px;
}
.logo1 {
	float: left;
	margin-left: 15px;
}
.divider1 {
border-bottom:1px solid #8D918B;
width:100%;
margin-bottom:3px;
}
.divider2 {
border-bottom:1px solid #8D918B;
width:100%;
margin-top:3px;
}
.divider3 {
border-bottom:1px solid #8D918B;
width:100%;
}
.divider4 {
border-bottom:1px solid #8D918B;
width:150px;
}

/*** .banner {
padding-top: 5px;
width:1000px;
height:auto;
margin-right:auto;
margin-left:auto;
} ***/
#welcome {
width:100%;
min-height:400px;
}

#services {
width:100%;
min-height:480px;
}

#help {
width:100%;
min-height:1400px;
}

#contact {
width:100%;
min-height:200px;
}

.nav {
width:50px;
height:80px;
text-decoration:none;
padding-left:70px;
}

ol, ul {
list-style: none;

}

.navs li a {
	color: #5c5c5c;
	font-size: 13px;
	-webkit-transition: 350ms;   
	-moz-transition: 350ms;
	float: right;
	padding-bottom: 5px;
     text-decoration:none;
}
.navs li a:hover {
	color: #0c98d2;
	-webkit-transition: 350ms;   
	-moz-transition: 350ms;
}
.navs li a.active {
	color: #0c98d2;
}
.upclicks {
	font-size: 13px;
	color: #c8c8c8;
	float: left;
	position: relative;
	clear: left;
	-webkit-transition: 350ms;   
	-moz-transition: 350ms;
}
.upclicks:hover {
	color: #0c98d2;
	-webkit-transition: 350ms;   
	-moz-transition: 350ms;
}
footer {
width: 100%;
height: 40px;
float: left;
margin-top: 120px;
}
#footerbg {
width: 100%;
height: 37px;
float: left;
margin-top: 2px;
background-image:url('../images/slidebg2.png');
}
.copyright {
	font-size: 11px;
	color: #fff;
	float: left;
	margin-top: 16px;
	margin-left: 65px;
	font-family: 'Droid Serif';
	font-style: italic;
}
.copyright a {
	color: #fff;
	-webkit-transition: 400ms;   
	-moz-transition: 400ms;
	font-weight: bold;
}
.copyright a:hover {
	color: #0c98d2;
	-webkit-transition: 400ms;   
	-moz-transition: 400ms;
}
.footertext {
	font-size: 11px;
	color: #fff;
	float: right;
	margin-top: 16px;
	margin-right: 70px;
	font-family: 'Droid Serif';
	font-style: italic;
}
.footertext a {
	color: #fff;
	-webkit-transition: 400ms;   
	-moz-transition: 400ms;
	font-weight: bold;
}
.footertext a:hover {
	color: #0c98d2;
	-webkit-transition: 400ms;   
	-moz-transition: 400ms;
}
#welcomebox {
width:770px;
height:300px;
float:right;
margin-right:80px;
}
#servicesbox {
width:770px;
height:460px;
float:right;
margin-right:80px;
}
#helpbox {
width:770px;
height:550px;
float:right;
margin-right:80px;
}
#contactbox {
width:770px;
height:300px;
float:right;
margin-right:80px;
}
.columntitle1 {
width:160px;
padding-left:10px;
}
.columnpara1 {
width:160px;
height:auto;
padding-left:10px;
}
.columntitle2 {

clear:both;
width:160px;
padding-left:10px;
}
.columnpara2 {
width:160px;
height:auto;
padding-left:10px;
}
.column {
float:left;
width:170px;
height:330px;
padding-left:15px;
}
.column2 {
float:left;
width:235px;
height:480px;
padding-left:10px;
padding-right:10px;
;
}
.column3 {
float:left;
width:365px;
height:340px;
padding-left:10px;
padding-right:10px;
;
}
.offer1 {
padding-top:20px;
padding-left:40px;
}
.padding {
padding-left:10px;
}
#contactitle {
width:770px;
height:40px;
}
#contactmessage {
width:290px;
height:80px;
}

/**** CONTACT ****/
.form {
float:right;
width:470px;
margin-top:-90px;
}
input {
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
input:focus {
	outline: none;
	border: 1px solid #1cb8ca;
	-webkit-box-shadow:  0px 0px 4px 0px #008aff;
	-moz-box-shadow: 0px 0px 4px 0px #008aff;
	box-shadow: 0px 0px 4px 0px #008aff;
}
.input1, .input2 {
	width: 317px;
	height: 34px;
	background: white;
	border: 1px solid #cdcdcd;
	text-indent: 9px;
	float: left;
	margin-left: 140px;
	color: #9f9f9f;
	font-size: 13px;
}
input::-webkit-input-placeholder {
	text-indent: 9px;
	font-size: 13px;
	color: #9f9f9f;
}
input:-moz-placeholder {
	text-indent: 9px;
	font-size: 13px;
	color: #9f9f9f;
}
.input1 {
	margin-top: 0;
}
.input2 {
	margin-top: 20px;
}
textarea {
	width: 317px;
	height: 159px;
	background: white;
	border: 1px solid #cdcdcd;
	text-indent: 9px;
	font-size: 14px;
	float: left;
	margin-left: 140px;
	margin-top: 20px;
	padding-top: 11px;;
	color: #9f9f9f;
	resize: none;
	font-family: sans-serif;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
textarea:focus {
	outline: none;
	border: 1px solid #1cb8ca;
	-webkit-box-shadow:  0px 0px 4px 0px #008aff;
	-moz-box-shadow: 0px 0px 4px 0px #008aff;
	box-shadow: 0px 0px 4px 0px #008aff;
}
.input4 {
	background-color: rgba(242,242,242,1.00);
	background-image: -webkit-gradient(linear, left top, left bottom, to(rgba(242,242,242,1.00)), from(rgba(224,224,224,1.00)));
	background-image: -webkit-linear-gradient(top, rgba(242,242,242,1.00), rgba(224,224,224,1.00));
	background-image: -moz-linear-gradient(top, rgba(242,242,242,1.00), rgba(224,224,224,1.00));
	background-image: -o-linear-gradient(top, rgba(242,242,242,1.00), rgba(224,224,224,1.00));
	background-image: -ms-linear-gradient(top, rgba(242,242,242,1.00), rgba(224,224,224,1.00));
	background-image: linear-gradient(top, rgba(242,242,242,1.00), rgba(224,224,224,1.00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(242,242,242,1.00)', EndColorStr='rgba(224,224,224,1.00)');
	border: 1px solid #bebebe;
	padding: 10px 27px 10px 25px;
	color: #434343;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px #FFFFFF;
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px #FFFFFF;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px #FFFFFF;
	float: right;
	color: #3b3b3b;
	margin-top: 10px;
	cursor: pointer;
	margin-right: 234px;
}
.input4:hover {
	background-color: rgba(243,243,243,1.00);
	background-image: -webkit-gradient(radial, 50% 50%,200,50% 50%,20, to(rgba(243,243,243,1.00)), from(rgba(238,238,238,1.00)));
	background-image: -webkit-radial-gradient(50% 50%, rgba(243,243,243,1.00), rgba(238,238,238,1.00));
	background-image: -moz-radial-gradient(50% 50%, rgba(243,243,243,1.00), rgba(238,238,238,1.00));
	background-image: -o-radial-gradient(50% 50%, rgba(243,243,243,1.00), rgba(238,238,238,1.00));
	background-image: -ms-radial-gradient(50% 50%, rgba(243,243,243,1.00), rgba(238,238,238,1.00));
	background-image: radial-gradient(50% 50%, rgba(243,243,243,1.00), rgba(238,238,238,1.00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(243,243,243,1.00)', EndColorStr='rgba(238,238,238,1.00)');
}
.input4:active {
	background: rgb(204,204,204);
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(232,232,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e8e8e8',GradientType=0 );
	background: linear-gradient(top, rgba(204,204,204,1) 0%,rgba(232,232,232,1) 100%);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px rgba(255,255,255,.5);
}
.contactbtn img {
	opacity: 0.4;
	-webkit-transition: opacity .3s ease-in-out;
  	-moz-transition: opacity .3s ease-in-out;
  	-o-transition: opacity .3s ease-in-out;
 	 transition: opacity .3s ease-in-out;
 	 margin-top: 6px;
	 margin-left: 26px;
}
.contactbtn img:hover {
	opacity: 1;
}



/**** THANKS CONTACT PAGE ****/

.thankslogo {
	color: #0fa5e3;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 30px;
	font-family: 'NovecentowideBold';
	font-size: 55px;
	text-transform: uppercase;
	margin-top: 75px;
}
.received {
	color: #3b3b3b;
	font-size: 27px;
	width: 500px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
}
.thanksa {
	color: #3b3b3b;
	-webkit-transition: 400ms;   
	-moz-transition: 400ms;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}
.thanksa:hover {
	color: #0fa5e3;
	-webkit-transition: 400ms;   
	-moz-transition: 400ms;
}
.oopsmessage {
	color: #3b3b3b;
	font-size: 27px;
	width: 500px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
}
.oopsmessage span {
	color: #0fa5e3;
}