/*General reset*/
HTML
{
	height: 100%;
}
BODY
{
	margin: 0;
	font: 13px/20px Arial, Verdana, sans-serif;
	color: #666;
	position: relative;
	height: 100%;
	background: #E7E9EB url(../images/bg-body.gif) repeat-y 50% 0;
	min-width: 1002px;
}
IMG
{
	border: 0;
}
A
{
	color: #009DD7;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
INPUT, TEXTAREA, SELECT
{
	font: 100% arial, sans-serif;
	vertical-align: middle;
}
FORM, FIELDSET
{
	margin: 0;
	padding: 0;
	border-style: none;
}
.accessibility
{
	position: absolute;
	top: 0;
	left: -9999px;
}
/*General settings
wrapper*/
#wrapper
{
	width: 100%;
	height: 100%;
}
#w1
{
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
#w2
{
	width: 100%;
	display: table-row;
}
.w3
{
	border-top: 8px solid #6C9FC7;
	position: relative;
	padding: 237px 0 0;
	width: 100%;
	overflow: hidden;
}
.br
{
	position: absolute;
	top: 0;
	right: 0;
	background: #eff1f2 url(../images/bg-sidebar.gif) repeat-x;
	width: 50%;
	height: 111px;
}
/*header*/
#header
{
	background: #E1FBFF url(../images/bg-header.gif) repeat-x 0 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.header-r
{
	position: absolute;
	right: 0;
	height: 0px;
	width: 50%;
	background: url(../images/bg-header-r.gif) repeat-x;
}
#header .ch
{
	width: 100%;
	position: relative;
	display: table;
	table-layout: fixed;
}
#header .c1
{
	float: left;
	width: 1378px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -689px;
}
#header .c2
{
	float: left;
	width: 960px;
	position: relative;
	background: url(../images/bg-header.jpg) no-repeat 0 100%;
	height: 230px;
	padding: 7px 209px 0;
}
/*logo*/
.logo
{
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 10;
	margin: 0 0 0 -497px;
}
.logo A
{
	display: block;
	width: 491px;
	height: 81px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}
/*navigation*/
#nav
{
	margin: 0px;
	position: relative;
	top: 13px;
	list-style: none;
	width: 100%;
	overflow: hidden;
	padding: 114px 0 0;
	font: 14px/31px Arial, Verdana, sans-serif;
}
#nav LI
{
	float: left;
	margin: 0;
}
#nav LI A
{
	float: left;
	color: #535353;
}
#nav LI A:hover
{
	text-decoration: none;
}
#nav LI A SPAN
{
	float: left;
	padding: 11px 0 18px 5px;
	cursor: pointer;
	background: url(../images/bg-nav-l.png) no-repeat;
}
#nav LI.active A SPAN, #nav LI A:hover SPAN
{
	background: url(../images/bg-nav-lh.png) no-repeat;
}
#nav LI A EM
{
	float: left;
	cursor: pointer;
	width: 19px;
	height: 60px;
	background: url(../images/bg-nav-r.png) no-repeat;
}
#nav LI.active A EM, #nav LI A:hover EM
{
	background: url(../images/bg-nav-rh.png) no-repeat;
}
#nav LI A STRONG
{
	float: left;
	font-weight: normal;
	position: relative;
	margin: 0 -6px 0 0;
}
/*top navigation*/
.top-nav
{
	width: 100%;
	overflow: hidden;
}
.top-nav UL
{
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 3px 0 11px;
	list-style: none;
}
.top-nav UL LI
{
	float: left;
	padding: 0 12px;
	background: url(../images/separator02.gif) no-repeat 0 50%;
	margin: 0 0 0 -1px;
	overflow: hidden;
}
.top-nav UL LI A
{
	color: #000;
}
/*header-intro*/
.header-intro
{
	clear: both;
	width: 100%;
	color: #464646;
	font: 14px/24px Arial, Verdana, sans-serif;
	padding: 0px 0 0;
}
.header-intro:after
{
	display: block;
	clear: both;
	content: "";
}
.header-intro H2
{
	font: 46px/52px Georgia, "Times New Roman", Times, serif;
	color: #858585;
	margin: 0;
	padding: 0 0 10px;
}
.header-intro P
{
	margin: 0;
}
.intro-text
{
	float: left;
	width: 540px;
}
.intro-text .text
{
	height: 1%;
	overflow: hidden;
	padding: 0 50px 0 0;
}
.intro-text .more
{
	background: url(../images/btn-more.png) no-repeat;
	width: 137px;
	height: 53px;
	margin: 4px 0 0;
}


/*feature-news*/
.feature-news{
	margin:0 0 0 -11px;
	font:14px/24px Arial, Verdana, sans-serif;
	padding:0 0 5px;
}
.feature-news img{
	float:left;
	margin:5px 36px 0 0;
}
.feature-news .text{
	height:1%;
	overflow:hidden;
	padding:0 55px 0 0;
}
.feature-news p{
	margin:0 0 6px !important;
}
.feature-news h1{
	color:#0097d0;
	margin:0 0 14px;
	font:30px/31px Georgia, 'Times New Roman', Times, serif;
}
.feature-news h2{
	color:#0097d0;
	margin:0 0 0px;
	font:20px/21px Georgia, 'Times New Roman', Times, serif;
}
.feature-news h3{
	color:#999999;
	margin:0 0 14px 0px;
	font: 14px/15px Georgia, 'Times New Roman', Times, serif;
}
.feature-news ul{
	font:13px/20px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
.feature-news UL LI
{
	padding: 0 0 11px 35px;
	background: url(../images/bullet03.png) no-repeat 0 2px;
	min-height: 32px;
}
.feature-news ul li a{
	color:#666;
}






.control
{
	padding: 4px 8px 0 0;
	margin: 0;
	list-style: none;
	float: right;
	clear: right;
}
.control LI
{
	float: left;
	padding: 0 0 0 3px;
}
.control LI A
{
	display: block;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	overflow: hidden;
}
.control LI A:hover
{
	position: relative;
}
.control LI.active A SPAN, .control LI A:hover SPAN
{
	margin: -14px 0 0;
}
.control LI A SPAN
{
	width: 14px;
	height: 28px;
	cursor: pointer;
	display: block;
	background: url(../images/bg-control.png) no-repeat;
}
.gallery
{
	float: right;
	display: inline;
	margin: -73px -87px -186px 0;
	width: 445px;
}
.gallery DIV
{
	width: 445px;
	height: 451px;
	overflow: hidden;
	position: relative;
}
.gallery DIV UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9999px;
}
.gallery DIV UL LI
{
	width: 445px;
	height: 451px;
	float: left;
}
/*search-form*/
.search-form
{
	float: right;
}
* HTML .search-form FIELDSET
{
	float: left;
}
.search-form .text
{
	float: left;
	background: url(../images/bg-search-text.gif) no-repeat;
	width: 163px;
	margin: 0 4px 0 0;
}
.search-form .text INPUT
{
	float: left;
	margin: 0;
	color: #777;
	font: bold 9px/15px "Trebuchet MS", Arial, sans-serif;
	width: 130px;
	border: 0;
	background: none;
	padding: 4px 12px 3px 21px;
}
.search-form .submit-button
{
	display: block;
	background: url(../images/btn-search.gif) no-repeat;
	width: 55px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}
/*main*/
#main
{
	width: 100%;
	background: url(../images/bg-main.gif) repeat-x;
	position: relative;
}
#main .holder
{
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg-main-h.gif) repeat-y 100% 0;
	overflow: hidden;
	padding: 0 0 22px;
}
/*content*/
#content
{
	float: left;
	width: 669px;
	background: url(../images/bg-main.gif) repeat-x;
	position: relative;
}
#content .mframe
{
	background: url(../images/bg-content.gif) no-repeat 100% 0;
	padding: 66px 9px 0 15px;
	height: 1%;
	overflow: hidden;
}
#content P
{
	margin: 0 0 18px;
}
.nav-label
{
	position: absolute;
	left: 275px;
	bottom: -56px;
	background: url(../images/bg-nav-label.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 394px;
	height: 52px;
}
/*intro*/
.intro
{
	margin: 0 0 0 -11px;
	font: 14px/24px Arial, Verdana, sans-serif;
	padding: 0 0 5px;
}
.intro IMG
{
	float: left;
	margin: 5px 36px 0 0;
}
.intro .text
{
	height: 1%;
	overflow: hidden;
	padding: 0 55px 0 0;
}
.intro P
{
	margin: 0 0 6px !important;
}
.intro H2
{
	color: #0097D0;
	margin: 0 0 14px;
	font: 30px/31px Georgia, "Times New Roman", Times, serif;
}
.intro UL
{
	font: 13px/20px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
.intro UL LI
{
	padding: 0 0 11px 35px;
	background: url(../images/bullet02.png) no-repeat 0 2px;
	min-height: 32px;
}
.intro UL LI A
{
	color: #666;
}
/*services*/
.services
{
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-hline.gif) repeat-x;
	padding: 15px 0 0;
	margin: 20px 0 0;
}
.services .inner
{
	width: 664px;
	margin: 0 0 0 -15px;
	overflow: hidden;
}
.services .frame
{
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-vline.gif) repeat-y 332px 0;
	margin: -40px 0 0;
}
.services .row
{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 20px;
}
.services .item
{
	float: left;
	width: 318px;
	padding: 5px 7px 0;
	font: 12px/24px Arial, Verdana, sans-serif;
}
.services .text
{
	height: 1%;
	overflow: hidden;
	padding: 3px 3px 0 0;
}
.services .image
{
	float: left;
	width: 98px;
}
.services .image IMG
{
	display: block;
}
.services H2
{
	color: #262626;
	font: 24px/24px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}
.services P
{
	margin: 0 0 8px !important;
}
.services .more
{
	margin: 0 10px 0 0;
}
.more
{
	background: url(../images/bg-more.gif) no-repeat;
	width: 71px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	display: inline;
}
.contactbtn{
	background:url(../images/btn-contact-us.png) no-repeat;
	width:75px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
	float:right;
	display:inline;
}
/* Download Info Button */
.downloadbtn{
	background:url(../images/btn-download.png) no-repeat;
	width:98px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
	float:right;
	display:inline;
}
/*sidebar*/
#sidebar
{
	float: right;
	width: 291px;
	overflow: hidden;
	color: #7F7F7F;
	background: url(../images/bg-sidebar.gif) repeat-x;
	padding: 110px 0 0;
}
#sidebar H3
{
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	color: #0097D0;
	margin: 0 0 5px;
}
.sidebox
{
	background: url(../images/bg-hline.gif) repeat-x 0 100%;
	padding: 0 0 0 16px;
}
/*testimonials*/
.testimonials
{
	padding: 0 8px 15px 17px;
}
.testimonials BLOCKQUOTE
{
	margin: 0;
	padding: 0 0 0 34px;
	font-style: italic;
	background: url(../images/bg-testimonials.gif) no-repeat 0 5px;
}
.testimonials .qb
{
	background: url(../images/bg-testimonials-b.gif) no-repeat 50% 50%;
	padding: 10px 15px;
}
.testimonials Q
{
	font: italic 15px/30px Georgia, "Times New Roman", Times, serif;
	quotes: none;
	display: block;
	padding: 0 10px 8px 0;
}
.testimonials Q:before
{
	content: "";
}
.testimonials Q:after
{
	content: "";
}
.testimonials CITE
{
	font: 12px/20px Arial, Verdana, sans-serif;
	text-align: right;
	display: block;
}
.testimonials CITE SPAN
{
	display: block;
}
/*social*/
.social
{
	padding: 11px 0 16px 24px;
}
.social UL
{
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.social UL LI
{
	float: left;
	padding: 0 18px 0 0;
}
.social UL LI A
{
	width: 48px;
	height: 48px;
	display: block;
	background: url(../images/bg-social.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.social UL LI .twitter
{
	background-position: -48px 0;
}
.social UL LI .in
{
	background-position: -96px 0;
}
.social UL LI .rss
{
	background-position: -144px 0;
}
/*news*/
.news
{
	padding: 20px 0 10px 16px;
}
.news UL
{
	padding: 8px 0 0;
	margin: 0 0 0 -3px;
	list-style: none;
}
.news UL LI
{
	padding: 0 0 16px 37px;
	background: url(../images/bullet01.png) no-repeat 0 1px;
	font-size: 0;
	line-height: 0;
}
.news .date
{
	color: #009DD7;
	font: 12px/16px Arial, Verdana, sans-serif;
	display: block;
}
.news UL LI A
{
	color: #7F7F7F;
	font: 13px/16px Arial, Verdana, sans-serif;
}
/*footer*/
#footer
{
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	background: #1F6092 url(../images/bg-footer.gif) repeat-x;
	border-top: 2px solid #FFF;
	border-bottom: 1px solid #1F6092;
}
#footer .holder
{
	height: 1%;
	display: table-row;
}
#footer .frame
{
	display: table-cell;
}
/*footer-main*/
.footer-main
{
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	font: 12px/30px Arial, Verdana, sans-serif;
	padding: 37px 0 20px;
}
.footer-main .row
{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
}
.footer-main H3
{
	float: left;
	width: 150px;
	text-align: right;
	margin: 0 20px 0 0;
	font: 24px/26px Georgia, "Times New Roman", Times, serif;
}
.footer-main UL
{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.footer-main ADDRESS SPAN, .footer-main UL LI
{
	background: url(../images/separator01.gif) no-repeat 0 50%;
	padding: 0 12px;
	margin: 0 0 0 -3px;
	float: left;
}
.footer-main ADDRESS A, .footer-main UL LI A
{
	color: #FFF;
}
.footer-main ADDRESS
{
	margin: 0;
	font-style: normal;
	overflow: hidden;
	float: left;
}
.footer-panel
{
	background: #181818 url(../images/bg-footer-panel.gif) repeat-x;
	color: #A0A0A0;
	font: 11px/14px Arial, Verdana, sans-serif;
	text-align: center;
}
/*footer-panel*/
.footer-panel DIV
{
	margin: 0 auto;
	width: 960px;
	padding: 13px 0;
}
.footer-panel P
{
	margin: 0;
}
.footer-panel A
{
	color: #A0A0A0;
	text-decoration: underline;
}
.footer-panel A:hover
{
	text-decoration: none;
}
