/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}

/* Global properties ======================================================== */
html {width:100%}

body { font-family: 'Open Sans', sans-serif; font-size:12px; color:#333; min-width:960px; background:#f1f1f1}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.3846em;
	background:url(../images/shade.png) left top no-repeat;
}

/*a {color:#39b9d6; outline:none}
a:hover {text-decoration:none}
*/

.wrapper {width:100%; overflow:hidden; position:relative; }
.extra-wrap {overflow:hidden}
 
p {}margin-bottom:18px
.p1 {margin-bottom:8px}
.p2 {margin-bottom:15px}
.p3 {margin-bottom:30px}
.p4 {margin-bottom:40px}
.p5 {margin-bottom:50px}

.reg {text-transform:uppercase}

.fleft {float:left}
.fright {float:right}

.alignright {text-align:right}
.aligncenter {text-align:center}


.color-1 {color:#fff}
.color-2 {color:#333}
.color-3 {color:#39b9d6}

.img-border {border:1px solid #fff}

/*********************************boxes**********************************/
.indent {padding:20px}
.indent-top {padding-top:24px}
.indent-left {padding-left:64px}
.indent-left2 {padding-left:40px}
.indent-left3 {padding-left:20px}
.indent-left4 {padding-left:10px}
.indent-right {padding-right:50px}

.indent-bot {margin-bottom:20px}
.indent-bot2 {margin-bottom:28px}

.prev-indent-bot {margin-bottom:10px}
.img-indent-bot {margin-bottom:25px}
.margin-bot {margin-bottom:35px}

.img-indent {float:left; margin:0 20px 0px 0}	
.img-indent2 {float:left; margin:0 15px 0px 0}	
.img-indent3 {float:left; margin:0 6px 0px 0}	

.buttons a:hover {cursor:pointer}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
h1 a {text-decoration:none; font-family: 'Open Sans', sans-serif;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}
.row-top {
	width:100%;
	height:124px;
	background:#fff;
	overflow:hidden;
}

h1 {
	padding:30px 0 13px 7px; 
	position:relative;
	float:left;
}
	h1 a {
		display:block; 
		width:299px;
		height:76px;
		text-indent:-9999em;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	
/***** search form *****/
#search-form {
	padding:32px 10px 0 0;
	float:right;
}
#search-form fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:hidden;
}
#search-form .search-field {
	float:right;
	width:473px;
	height:62px;
	color:#fff;
	font-size:20px;
	 font-family: 'Open Sans', sans-serif;
	 line-height:22px;
	 text-align:center;
	 background:url(../images/callus.png) left top no-repeat;
	 padding-top: 6px;
	 
}
#search-form input {
	width:245px; 
	font-size:14px;
	line-height:1.25em;
	padding:9px 15px 9px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#646458;
	background:none;
	border:none;
	margin:0;
	outline:none;
}
#search-form .search-button {
	display:block; 
	width:300px;
	height:21px;
	text-indent:-5000px;
	position:absolute;
	right:7px;
	top:7px;
}
	
/***** menu *****/
.menu-row {
	width:100%;
	background:url(../images/menu-row-tail.gif) center top repeat-x #178fbe;
	margin-top: -5px;
}
.menu-bg {
	width:100%;
	background:url(../images/menu-bg.jpg) center top no-repeat;
}
.menu {
	padding:0 0 0 0; 
	background:url(../images/menu-spacer.gif) left top no-repeat;
}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-spacer.gif) right top no-repeat;
	padding-right:2px;
}
.menu li a {
	display:block; 
	font-size:13px; 
	line-height:3em; 
	/*width:189px;*/
	padding:0 16px;
	text-align:center;
	color:#fff; 
	text-transform:uppercase; 
	letter-spacing:0px;
	 font-family: 'Open Sans', sans-serif !important;
}
.menu li.active a,
.menu > li > a:hover {color:#000}

.row-bot {
	width:100%;
	min-height:20px;
	background:url(../images/row-bot-tail2.gif) center top repeat-x;
}
	#page1 .row-bot {background-image:url(../images/row-bot-tail.gif)}
.center-shadow {
	width:100%;
	height:100%;
	min-height:20px;
	background:url(../images/center-shadow2.jpg) center top no-repeat;
	padding-top: 23px;
}
.center-shadow-sub {
	width:100%;
	height:70px;
	background:url(../images/subslidebg.jpg) center top repeat-x;
	padding-top: 0px;
}
.center-shadow-sub2 {
	width:100%;
	height:198px;
	background:url(../images/subslidebg.jpg) center top repeat-x;
	padding-top: 0px;
}

	#page1 .center-shadow {background:url(../images/center-shadow.png) center top no-repeat}

/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:960px;
  margin:0 auto;
}
#carousel {
  height:449px;
  width:960px;
  position:relative;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
}

/*********************************content*************************************/
#content {
	width:100%; 
	border-top:1px solid #fff;
	background:url(../images/content-tail.gif) center top repeat-x #f1f1f1;
	padding:0;
	position:relative;
	z-index:1;
}
	#page1 #content {border-top:none; background:#F1F1F1; padding:5px 0 5px 0}

.content-bg {
	width:100%;
	padding:24px 0 49px;
	background:url(../images/content-bg.jpg) center top no-repeat;
}

h3 {
	font-size:18px; 
	line-height:2em; 
	color:#333;
	margin-bottom:3px;
}
h4 {
	font-size:17px; 
	line-height:1.2em; 
	color:#39b9d6;
	text-transform:uppercase;
}
	h4 em {
		display:block;
		color:#333;
		text-transform:none;
	}
	h4 strong {
		display:block;
		margin-top:-3px;
	}
h6 {color:#000}

.text-1 {
	display:block;
	font-size:15px;
	line-height:24px;
	color:#999;
	font-family: 'Open Sans', sans-serif !important;
	font-style:normal !important;
}
.text-2 {
	display:block;
	color:#929292;
}

.title {
	display:block;
	font-size:18px;
	line-height:24px;
	color:#39b9d6;
}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	width:278px; 
	background:url(../images/box-tail.gif) 0 0 repeat-x #1896c1;
}
	.box .padding {padding:15px 10px 15px 20px}
	.box a {
		display:inline-block;
		padding-right:18px;
		font-size:18px;
		line-height:1.222em;
		color:#fff;
		background:url(../images/marker-3.gif) right 8px no-repeat;
		text-transform:uppercase;
		text-decoration:none;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.box a:hover {padding-right:25px}

.list-1 li {
	line-height:18px; 
	padding:6px 0 6px 24px; 
	background:url(../images/marker-2.png) 0 8px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#333;
	}
	.list-1 li a:hover {text-decoration:underline}

.link:hover {text-decoration:underline} 

.link-1 {
	display:inline-block; 
	padding-right:15px; 
	background:url(../images/marker-1.gif) right 8px no-repeat;
}

dl span {float:left; width:88px}

/***** contact form *****/
#contact-form {width:580px}
#contact-form label {
	display:block; 
	height:44px;
}
#contact-form input {
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:8px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../images/input-tail.gif) 0 0 repeat-x #e6e6e6;
	outline:none;
}
#contact-form textarea {
	height:158px; 
	overflow:auto; 
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:7px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../images/text-area-tail.gif) 0 0 repeat-x #e5e5e5;
	outline:none;
}
.buttons {padding-top:17px; text-align:right}
.buttons a {margin-left:30px}

#contact-form2 {
	display:block;
	width:580px;
}
	#contact-form2 label {
		display:block; 
		height:30px; 
		overflow:hidden;
	}
	#contact-form2 input {
		float:left; 
		width:485px; 
		font-size:12px; 
		line-height:1.25em;
		color:#333;
		padding:3px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		outline:none;
	}
	#contact-form2 textarea {
		float:left;
		height:240px; 
		width:485px; 
		font-size:12px; 
		line-height:1.25em;
		color:#333;
		padding:3px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:13px;
	line-height:24px;
	width:74px; 
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

.buttons2 {padding:10px 10px 0 0; text-align:right}
.buttons2 a {margin-left:35px}
		
/****************************footer************************/
footer {
	width:100%; 
	height:200px;
	color:#999;
	background:url(../images/footerbg.gif) center top repeat;
	position:relative;
	z-index:9;
	overflow:hidden;
}
footer .padding {padding:35px 0 0}
footer h4 {color:#fff; margin-bottom:18px}

	footer ul { text-align: center; padding:24px 24px 12px; }
	footer li { display: inline-block; padding:0px 10px; font-size:14px; color:#f1f1f1; }
	footer li a { color:#fff !important; text-decoration:none !important;} footer li a:hover { color:#F60 !important;}
	.socialbg { background:url(../images/footerline.gif) center repeat-x; height:28px; text-align:center;}
	
	footer .socialbg ul { text-align: center; padding:0px;}
	footer .socialbg li { width:15px; height:28px; display: inline-block; font-size:14px; color:#f1f1f1; background: url(../images/allicons.png)   no-repeat; }
	footer .socialbg li a { width:15px; height:28px; display:block;}
	footer .socialbg .fb { background-position:4px -363px;} footer .socialbg .fb:hover { background-position:4px -393px;}
	footer .socialbg .twt { background-position:-35px -363px;} footer .socialbg .twt:hover { background-position:-35px -393px;}
	footer .socialbg .yt { background-position:-74px -363px;} footer .socialbg .yt:hover { background-position:-74px -393px;}
	footer .socialbg .gp { background-position:-111px -363px;} footer .socialbg .gp:hover { background-position:-111px -393px;}

.block {height:0px}
.extra {
	min-height:100%; 
	height:auto !important; 
	height:100%; 
	margin: 0 auto 0px; 
	position:relative;
	overflow:hidden;
}  
.extra1 {
	min-height:800px; 
	height:auto !important; 
	height:100%; 
	margin: 0 auto 0px; 
	position:relative;
	overflow:hidden;
}  
html, body {height:100%}


.contenthome {width:886px; margin:0 auto;}


.button {
    padding: 10px; 
    margin-right: 2px;
    margin-bottom:10px;
    font-family: Arial, Tahoma, Verdana, FreeSans, sans-serif;
    text-shadow:0 1px 1px #fff;
    display: inline-block;
    white-space: nowrap;
    line-height:25px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px; 
    -webkit-border-radius:4px; 
    box-shadow:1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
	width:186px;
	height:26px;
	font-size: 20px;
	float:left;
	color:#333 !important;
	
}
.button a { color:#333;}

.button_one {
    background: url(../images/allicons.png) 0 0px no-repeat;
    padding-left: 92px;
    padding-right: 15px;
	text-decoration:none;
	
}

.button_one:hover {background: url(../images/allicons.png) -294px 0 no-repeat; color:#F60; text-decoration:none;}

.button_two {
    background: url(../images/allicons.png) 0 -47px no-repeat;
    padding-left: 92px;
    padding-right: 15px;
	text-decoration:none;
}
.button_two:hover {background: url(../images/allicons.png) -294px -47px no-repeat; color:#F60; text-decoration:none;}

.button_three {
    background: url(../images/allicons.png) 0 -94px no-repeat;
    padding-left: 92px;
    padding-right: 15px;
	text-decoration:none;
}
.button_three:hover {background: url(../images/allicons.png) -294px -94px no-repeat; color:#F60; text-decoration:none;}

.button2 {
    padding: 10px; 
    margin-right: 2px;
    margin-bottom:10px;
    font-family: 'Open Sans', sans-serif !important;
    display: inline-block;
    white-space: nowrap;
    line-height:14px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px; 
    -webkit-border-radius:4px; 
	width:186px;
	height:22px;
	font-size: 17px;
	float:left;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	
}
.button2 a { color:#333;}
.pro_one {
    background: url(../images/allicons.png) 0 -433px no-repeat;
    padding-left: 38px;
    padding-right: 15px;
	text-decoration:none;
}
.pro_one:hover {background: url(../images/allicons.png) 0 -475px no-repeat; color:#006; text-decoration:none;}


.button3 {
    padding: 10px; 
    margin-right: 2px;
    margin-bottom:10px;
    font-family: 'Open Sans', sans-serif !important;
    display: inline-block;
    white-space: nowrap;
    line-height:15px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px; 
    -webkit-border-radius:4px; 
	width:186px;
	height:18px;
	font-size: 15px;
	float:left;
	color:#333;
	
}
.button3 a { color:#333;}
.sub_button_one {
    background: url(../images/allicons.png) -240px -433px no-repeat;
    padding-left: 76px;
    padding-right: 15px;
	width:131px;
	 text-decoration:none;
}
.sub_button_one:hover {background: url(../images/allicons.png) -463px -433px no-repeat; color:#C00; text-decoration:none;}

.sub_button_two {
    background: url(../images/allicons.png) -240px -471px no-repeat;
    padding-left: 76px;
    padding-right: 15px;
	width:97px;
	 text-decoration:none;
}
.sub_button_two:hover {background: url(../images/allicons.png) -429px -471px no-repeat; color:#C00; text-decoration:none;}

.sub_button_three {
    background: url(../images/allicons.png) -240px -509px no-repeat;
    padding-left: 76px;
    padding-right: 15px;
	width:83px;
	 text-decoration:none;
}
.sub_button_three:hover {background: url(../images/allicons.png) -415px -509px no-repeat; color:#C00; text-decoration:none;}

.home-pro {text-align:center; width:372px; height:63px; margin:0 auto; background: url(../images/allicons.png) 0px -140px  no-repeat; display:block;}
.subcontent2 {background:url(../images/subhead_bg.jpg) top repeat-x; width:auto; border:2px #c0c0c0 solid; border-radius:4px; font-size:18px; font-weight:bold; line-height: 38px; margin:10px 10px 10px 0px;display: inline-block; padding-right: 15px;}
.subcontent1 {margin-top:75px; margin-bottom:20px; text-align:justify;}

.box1 {width:239px; overflow:hidden; float:left;margin-right: 66px;} .icon3 {width:239px; height:153px; background: url(../images/allicons.png) -480px -203px  no-repeat;}
.box2 {width:239px;  float:left;margin-right: 66px;} .icon2 {width:239px; height:153px; background: url(../images/allicons.png) -239px -203px  no-repeat;}
.box3 {width:239px;  float:left;} .icon1 {width:239px; height:153px; background: url(../images/allicons.png) 0px -203px  no-repeat;}
.more {font-size:16px; font-style:italic; text-align:right; height:18px; background: url(../images/allicons.png) 0px -346px  no-repeat; margin-bottom:50px; color:#333;}
.more a { color:#333;}
#qcontact{
	width:300px;
	height:350px;
	background-color: #000000;
	background:url(../images/callme.png) no-repeat;
}
#qform{
	padding-top:100px;
	color:#FFF;
	padding-left:20px;
	text-align: left;
}
#qfrmlbl{
	width:35px;
	display:inline-block;
	margin-bottom:25px;
}
#qfrm{
	width:110px;
	display:inline-block;
}
#qclose{
	font-size: 10px;
	margin-left: 230px;
	margin-top: 40px;
}



#nform{
	padding-top:100px;
	color:#FFF;
	padding-left:500px;
	font-size: 12px;
	color: #666666;
	display: none;

}
#nfrmlbl{
	width:35px;
	display:inline-block;
	margin-bottom:25px;
}
#nfrm{
	width:110px;
	display:inline-block;
}
#lcontainer{
	width:1002px;
	text-align: center;
	margin: 0px auto;
}
#lc-l1{
	float: left;
	width:200px;
	font-size: 12px;
	v-align: middle;
	padding:10px;
	line-height: 15px;
	text-align: left;
	background-color: #242166;
	color: #f3f3f3;
	height: 330px;
}
#lc-l{
	float: left;
	width:400px;
}
#lc-r{
	float: left;
	width:300px;
	margin-left: 5px;
}
#mform{
	margin: 0px auto;
	font-size: 28px;
	text-align: center;
	padding-top:20px;
}
.linksmar{
	color:#666;
}
.linksmar:hover{
	color:orange;
	font-weight:bold;
}