/* 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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
	color:#6d6d6d;
	min-width:1034px;
	background: #FFF;
	text-align:justify
}
.bg {
	width:100%;
	background:#fff;
}
.main {
	width:1034px;
	padding:10px 0 0 0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.416em;
}
a {
	color:#1799cf;
	outline:none;
}
a:hover {
	text-decoration:none;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.col-1 {
	width:351px;
	margin-right:10px;
}
.col-2 {
	width:310px;
}
.col-3 {
	margin-left:10px;
	width:353px;
}
.bg-1 {
	background:url(../images/tail-col-1.gif) repeat-x left top #eeeeec;
}
.bg-2 {
	background:url(../images/tail-col-2.gif) repeat-x left top #fff;
}
.bg-3 {
	background:url(../images/tail-col-3.gif) repeat-x left top #fff;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.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;
}
.title {
	margin-bottom:18px;
}
.it {
	font-style:italic;
}
.letter {
	letter-spacing:-1px;
}
.color-1 {
	color:#9c9c9c;
}
.color-2 {
	color:#000;
}
.color-3 {
	color:#666;
}
/*********************************boxes**********************************/
.margin-bot {
	margin-bottom:0px;
}
.spacing {
	margin-right:35px;
}
.indent {
	padding:0 0 0px 30px;
}
.indent2 {
	padding-left:50px;
}
.indent-bot {
	margin-bottom:20px;
}
.indent-bot1 {
	margin-bottom:25px;
	width:930px;
	text-align:justify
}
.indent-bot2 {
	margin-bottom:30px;
}
.indent-bot3 {
	margin-bottom:45px;
}
.indent-bot4 {
	margin-bottom:50px;
}
.img-indent-bot {
	margin-bottom:25px;
}
.img-indent {
	float:left;
	margin:0 20px 0px 0;
}
.img-indent1 {
	float:left;
	margin:0 10px 0px 0;
}
.img-indent2 {
	float:left;
	margin:0 13px 0px 0;
}
.img-indent-r {
	float:right;
	margin:0 0px 0px 40px;
}
.video-indent-bot {
	margin-bottom:7px;
}
.prev-indent-bot {
	margin-bottom:10px;
}
.prev-indent-bot1 {
	margin-bottom:11px;
}
.prev-indent-bot2 {
	margin-bottom:20px;
}
.prev-indent-bot3 {
	margin-bottom:17px;
}
.buttons a:hover {
	cursor:pointer;
}
.menu li a, .list-1 li a, .list-2 li a, .link, .button, .logo {
	text-decoration:none;
}
/*********************************header*************************************/
header {
	width:100%;
	position:relative;
	z-index:2;
}
h1 {
	padding:0px 0 0 37px;
	position:relative;
	float:left;
	height:105px;
}
.top{
background:url(../images/bg.jpg) repeat-x #1c96c7;
padding:5px;
margin-top:-30px;
min-width:940px;
}
.logo {
	font-family:Impact;
	font-size:40px;
	line-height:2em;
	display:inline-block;
	color:#1c96c7;
	margin-top:10px;
	text-transform:uppercase
}
.slog {
	font-size:24px;
	line-height:1.25em;
	color:#bababa;
	margin:-37px 0 0 2px;
	display:block;
}
.list-services {
	float:right;
	padding-top:4px;
	padding-right:10px;
}
.list-services li {
	float:left;
	padding-left:7px;
}
.list-services li a {
	display:inline-block;
	width:19px;
	height:18px;
	background-image:url(../images/services-icon.png);
	background-repeat:no-repeat;
}
.list-services li a.icon-1 {
	background-position:0 0;
}
.list-services li a.icon-1:hover {
	background-position:0 -23px;
}
.list-services li a.icon-2 {
	background-position:-26px 0;
}
.list-services li a.icon-2:hover {
	background-position:-26px -23px;
}
.list-services li a.icon-3 {
	background-position:-52px 0;
}
.list-services li a.icon-3:hover {
	background-position:-52px -23px;
}
.list-services li a.icon-4 {
	background-position:-78px 0;
}
.list-services li a.icon-4:hover {
	background-position:-78px -23px;
}
.menu {
	margin:0 0 0 0;
	float:right;
	padding:0px;
	position:relative;
	z-index:2;
	margin-top: 35px;
}
.menu li {
	float:left;
	background:url(../images/menu-li-bg.gif);
	position:relative;
	width:165px;
	margin-left:5px;
	
}
.menu li a {
	font-family:Trebuchet MS;
	font-weight:normal;
	display:block;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

.menu li a:hover{
	background:#01619c;
	color:#fff;
	padding:5px 10px 5px 5px;
	
}
.menu ul {
	position:		absolute;
	padding:		0 5px 0px 5px;
	top:			-999em;
	width:			90px;
	background:		#ff6015;
}
.menu ul ul {
	padding:		0 5px;
	background:		none;
	width:110px;
	background:#f0b532;
}
.menu ul li {
	width:	100%;
}
.menu li:hover {
	visibility:	inherit;
}
.menu li li {
	background:url(../images/menu-li-line.gif) repeat-x bottom left;
	padding:0px;
}
.menu li li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:		0 0 0 10px;
	font-size:		15px;
	line-height:	2.8em;
	text-align:		left;
	display:block;
	text-transform:	none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.menu li li a:hover, .menu li li.sfHover > a {
	color:#000;
}
.menu li li li {
	padding:3px 0;
	background:url(../images/menu-li-line2.gif) repeat-x bottom left;
}
.menu li li li a {
	padding:0 0 0 19px;
	display:block;
	color:#fff !important;
	line-height:36px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.menu li li li a:hover {
	color:#000 !important;
}
.menu li:hover ul, .menu li.sfHover ul {
	left:			16px;
	top:			81px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			-125px;
	top:			0px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
/******************************** slider-style **************************/
.slider-wrapper {
	padding:20px 0 20px 41px;
	background:#fff;
	overflow:hidden;
	position:relative;
	z-index:1;
	width:951px;
}
.slider {
	width:951px;
	height:293px;
}
.items {
	display:none;
}
.banner {
	position:absolute;
	right:-0px;
	top:211px;
	z-index:9 !important;
	background:url(../images/banner-tail.png) 0 0 repeat;
	overflow:hidden;
	padding:16px 0px 4px 32px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:84px;
	min-width:510px;
}
.banner .padding {
	padding:103px 0 0 45px;
}
.banner .button {
	position:absolute;
	left:73px;
	bottom:39px;
}
.banner-text-1 {
	font-size:36px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	display:block;
}
.banner-text-2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
}
.text-1 {
	display:inline-block;
	font-size:48px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:-19px;
}
.text-1 strong {
	display:inline-block;
	margin-top:-13px;
}
.text-1 .b1 {
	font-size:36px;
}
.text-2 {
	display:block;
	font-size:36px;
	line-height:1.2em;
	color:#f5f4da;
}
/*********************************content*************************************/
#content {
	width:100%;
	padding:0;
	position:relative;
	z-index:1;
}
.spacer-1 {
	width:100%;
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 31px 0;
	color:#353535;
	text-transform:uppercase;
}
.col-1 h3 {
	margin-left:2px;
}
.box-1 {
	padding:46px 5px 15px 39px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:26px;
	color:#7c7c7c;
	min-height:260px;
}
.col-2 .box-1 {
	padding:44px 20px 17px 29px;
	color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}
.col-2 h3 {
	color:#626262;
	font-size:36px;
	margin-bottom:26px;
	margin-left:0px
}
.time-text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#ff6116;
	text-transform:uppercase;
	margin-bottom:10px;
}
.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
	background-color:#262626;
	background-image:url(../images/link-marker.gif);
	background-repeat:no-repeat;
	background-position:15px 13px;
	padding:7px 16px 7px 23px;
	display:inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link:hover {
	background-color:#ff6015;
	text-decoration:none;
}
.col-2 .link {
	margin-left:1px;
}
.col-3 .box-1 {
	padding:42px 15px 18px 15px;
	color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}
.extra-padding {
	padding-left:12px;
}
.col-3 .box-1 span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:29px;
	line-height:34px;
	text-transform:uppercase;
	color:#9c9c9c;
	margin-top:-2px;
	display:inline-block;
	margin-bottom:20px;
}
.col-3 h3 {
	color:#626262;
	font-size:36px;
	margin-bottom:0px;
	margin-left:0px
}
.bg-img {
	display: block;
			padding:8px;
			border:solid;
			border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
			border-width: 1px 2px 2px 1px;
			background-color:#EEEEEE;
			-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.text-3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	text-transform:uppercase;
	color:#535353;
	padding-top:7px;
	display:inline-block;
}
.box-2 {
	padding:0px 0 0px 0
}
h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.2em;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#2a2a2a;
	display:inline-block;
	margin-bottom:25px;
}
.list-1 li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:2em;
	background:url(../images/line-list-1.gif) repeat-x left bottom;
	padding:1px 0;
}
.list-1 li a {
	display:inline-block;
	color:#262626;
	background:url(../images/marker-list-1.gif) 1px 12px no-repeat;
	padding-left:20px;
}
.list-1 li a:hover {
	color:#FF6116;
}
.list-1 li.last {
	background:none;
}
#page1 .grid_6 h5 {
	margin-bottom:22px;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:1.2em;
	font-weight:normal;
	display:inline-block;
	color:#484848;
	margin-top:-3px;
}
.padding-grid {
	padding-left:5px;
}
.slog-text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	line-height:23px;
	color:#525252;
	display:block;
}
.border-bot {
	width:100%;
	padding-bottom:34px;
	background:url(../images/border-bot.gif) 0 bottom repeat-x;
}
.box-namber {
	background:url(../images/page2-img1.gif) no-repeat left 6px;
	width:41px;
	height:41px;
	float:left;
	margin-right:10px;
	padding:5px 0 6px 0;
}
.box-namber-text {
	font-size:30px;
	line-height:36px;
	color:#fff;
	padding:4px 2px 0 12px;
	display:inline-block;
}
.link-2 {
	font-size:12px;
	font-weight:bold;
	color:#6d6d6d;
	text-decoration:none;
}
.link-2:hover {
	color:#FF6116;
}
.box-bg-hover {
	background:#4d4d4d;
	padding:15px 10px 20px 18px;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-bg-hover .link-2 {
	color:#fff;
}
.box-bg-hover .link-2:hover {
	color:#000;
}
.hover-image:hover .box-bg-hover {
	background:#f74000;
}
.contact-list dt {
	padding-bottom:17px;
}
.link-1 {
	display:inline-block;
	font-size:14px;
	padding-right:8px;
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {
	color:#fff;
}
.text-1 {
	font-size:14px;
}
.text-2 {
	font-size:14px;
	line-height:1.285em;
}
dl span {
	float:left;
	width:80px;
}
.lightbox-image {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
}
.lightbox-image img {
	position:relative;
	z-index:1;
}
.lightbox-image span {
	display:inline-block;
	position:absolute;
	left:0px;
	top:-120px;
	width:100%;
	height:100%;
	background:url(../images/magnify.png) no-repeat 50% 0;
	z-index:2;
	padding:0;
}
.video-play {
	background:#4d4d4d;
	width:210px;
	text-align:right;
	padding:15px 0 15px 0;
}
.video-play a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.6em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	padding:1px 0px 0 30px;
	background:url(../images/page1-img4.png) no-repeat 0px 0px;
	margin-right:23px;
}
.video-play a:hover {
	color:#FF6116;
}
/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
}
#contact-form fieldset {
	border:none;
	padding:0;
}
#contact-form label {
	display:block;
}
#contact-form .field {
	overflow:hidden;
	padding:0 0 15px 0;
}
#contact-form input {
	width:367px;
	padding:9px 10px;
	margin:0;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2em;
	border:1px solid #e3e2e2;
	color:#6d6d6d;
	background:#fdfdfd;
	outline:none;
}
#contact-form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	width:467px;
	height:186px;
	padding:9px 10px;
	margin:0 0 5px 0px;
	border:1px solid #e3e2e2;
	color:#6d6d6d;
	background:#fdfdfd;
	overflow:auto;
	outline:none;
}
#contact-form label.message {
	padding-bottom:20px;
}
#contact-form label {
	padding:0px;
	color:#F00;
	padding-bottom:15px;
}
.link-form {
	text-align:right;
	padding-right:21px;
}
.link-3-margin {
	margin-right:27px;
}
.link-form .link {
	padding:8px 17px 6px 23px;
	background-position:15px 14px;
}
#contact-form a {
	cursor:pointer;
}
#contact-form .success {
	display:none;
	margin-bottom:20px;
}
#contact-form .error, #contact-form .empty {
	color:#f00;
	font-size:11px;
	line-height:1.23em;
	display:none;
	overflow:hidden;
}
/****************************footer************************/
footer {
	width:100%;
	padding:19px 0 20px;
	background:#fff;
}
.footer-text {
	font-size:12px;
	line-height:24px;
	color:#252525;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	float:left;
}
.footer-text a {
	color:#252525;
	margin-left:2px;
}
.footer-link {
	float:right;
	padding:3px 3px 0 0;
}
.footer-link li {
	float:left;
	font-size:11px;
	line-height:1.2em;
	padding:0 20px 0 20px;
	background:url(../images/marker-2.gif) no-repeat left 5px;
}
.footer-link li a {
	color:#959595;
	text-decoration:none;
}
.footer-link li.last {
	background:none;
	padding-left:0px;
	padding-right:18px;
}
.footer-link li a:hover, .footer-link li a.active {
	text-decoration:none;
	color:#da3900;
}
.footer-text-1 {
	display:inline-block;
}
#easyTooltip {
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 11px;
	border:1px solid #0a0a0a;
	background:#252525;
	color:#fff;
	font-size:12px;
}
/****************************page2 index-1 ************************/
#page2 .box-1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#6d6d6d;
	padding:0 20px 0 0;
}
#page2 h5 {
	margin-left:-1px;
}
#page2 .grid_6 .border-bot {
	padding-bottom:12px;
	margin-bottom:10px;
	background:url(../images/border-bot2.gif) 0 bottom repeat-x;
}
#page2 .grid_17 h5 {
	margin-bottom:22px;
}
#page2 .grid_17 h5.prev-indent-bot3 {
	margin-bottom:17px;
}
.text-4 {
	display:block;
}
/****************************page3 index-2 ************************/
#page3 h5 {
	margin-bottom:20px;
}
#page3 .indent-bot4 {
	margin-bottom:53px;
}
#page3 .grid_11 h5 {
	margin-bottom:21px;
}
#page3 .list-1 {
	margin-top:-5px;
}
#page3 .grid_12 h5 {
	margin-bottom:17px;
}
#page3 .border-bot {
	min-height:604px;
}
/****************************page4 index-3 ************************/
#page4 h5 {
	margin-bottom:21px;
}
#page4 .prev-indent-bot {
	margin-bottom:7px;
}
/****************************page5 index-4 ************************/
#page5 h5 {
	margin-bottom:21px;
}
#page5 .link-2 {
	font-weight:normal;
}
#page5 .border-bot {
	min-height:472px;
}
/****************************page6 index-5 ************************/
#page6 .grid_24 {
	margin-left:3px;
}
#page6 h5 {
	margin-bottom:17px;
}
#page6 p {
	margin-bottom:17px;
}
#page6 .link-2 {
	font-weight:normal;
}
