body{
	margin:0;
	color:#222;
	font:14px arial,sans-serif;
	background:#efefef url(../images/body-bg.jpg) repeat-x;
}
img{border-style:none;}
a{color:#2F63B2;}
a:hover{text-decoration:underline;}
input,
textarea{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.main{
	margin:0 auto;
	width:900px;
}
/*HEADER*/
#header{
	height:307px;
	margin:0 -42px 0 -4px;
	overflow:hidden;
	position:relative;
	background:url(../images/header-bg1.jpg) no-repeat 100% 100%;
}
.header-holder{
	width:902px;
	height:141px;
	overflow:hidden;
}
/*LOGO*/
.logo{
	background:url(../images/logo.gif) no-repeat;
	margin:26px 0 0 4px;
	float:left;
	width:135px;
	height:43px;
	text-indent:-9999px;
}
.logo a{
	display:block;
	overflow:hidden;
	height:100%;
}
/*NAVIGATION*/
.nav{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:right;
}
.nav li{
	float:left;
	height:1%;
	vertical-align:top;
	font-size:15px;
	text-transform:uppercase;
}
.nav a{
	float:left;
	height:1%;
	overflow:hidden;
	cursor:pointer;
	text-decoration:none;
	color:#222;
}
.nav .left, .nav .right{
	width:6px;
	height:69px;
	float:left;
}
.nav a .center{
	height: 17px;
	padding:31px 0 21px;
	float:left;
}
.nav a:hover{background:url(../images/nav-hover.gif) no-repeat 50% 17px;}
.nav a.active .center{background:url(../images/nav-active-center.gif) repeat-x;}
.nav a.active .left{background:url(../images/nav-active-left.gif) repeat-x;}
.nav a.active .right{background:url(../images/nav-active-right.gif) repeat-x;}
#header fieldset{
	float:right;
	height:35px;
	overflow:hidden;
	padding:25px 0 0 13px;
}
.inp-btn{
	float:left;
	width:52px;
	height:27px;
	position:relative;
	letter-spacing:-1px;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	background:url(../images/inp-btn1.gif) no-repeat;
	border:0;
	cursor:pointer;
}
.inp-txt{
	width:146px;
	padding:6px 7px;
	background:url(../images/inp-txt1.gif) no-repeat;
	float:left;
	overflow:hidden;
	margin:1px 9px 0 0;
}
.inp-txt input{
	background:none;
	border:0;
	float:left;
	width:146px;
	padding:0;
	font-size:12px;
}
.slogan-box{
	color:#fff;
	text-transform:uppercase;
	padding-right:350px;
	letter-spacing:1px;
}
.slogan-box strong{
	display:block;
	font-size:22px;
	margin-bottom:28px;
}
.slogan-box p{
	line-height:19px;
	margin:0;
	font-size:15px;

}
/*MIDDLE*/
#middle{
	overflow:hidden;
	width:910px;
	margin:19px 2px 0 -12px;
	padding-bottom:80px;
}
/*MAIN-COLUMN*/
.main-column{
	float:left;
	width:590px;
	font-size:12px;
	padding:0 10px;
	position:relative;
}
.main-column h1{
	margin:10px 0 3px 0;
	font-weight:normal;
	font-style:italic;
	font-size:26px;
}
.main-column p{
	margin:0 0 16px;
	line-height:12px;
}
.main-column .link-see-all{
	text-align:right;
	padding:4px 0 0;
}
.main-column .link-see-all a{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px;
}
.main-column .link-see-all a:hover{text-decoration:underline;}
.main-column h2{
	margin:0;
	font-size:12px;
	display:block;
}
.product-box{
	position:relative;
	width:610px;
	margin:0 -10px 4px;
	background:url(../images/product-bg.jpg) repeat-y;
}
.product-box .top{background:url(../images/product-top.jpg) no-repeat;}
.product-box .bottom{
	background:url(../images/product-bottom.jpg) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:8px 5px;
}
.product-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.product-box li{
	float:left;
	width:149px;
	background: url(../images/border1.gif) no-repeat;
	text-align:center;
	padding:25px 0 23px;
}
.product-box li:first-child{background:none;}
.product-box strong{
	display:block;
	margin-top:-3px;
	color:#efefef;
	text-transform:uppercase;
}
/*SIDEBAR*/
.sidebar{
	float:right;
	width:290px;
}
.sidebar img{display:block;}
/*FOOTER*/
.footer-holder{
	min-width:942px;
	background:#626363 url(../images/footer-bg.jpg) repeat-x;
}
#footer{
	color:#fff;
	width:900px;
	margin:0 auto;
	overflow:hidden;
	font-size:12px;
	padding:12px 0 19px 21px;
}
#footer strong{
	display:block;
	margin-bottom:12px;
	text-transform:uppercase;
}
#footer .copyright{
	float:left;
	width:244px;
}
#footer .address{
	float:left;
	width:150px;
}
#footer .banner-box{
	float:left;
	margin-left:8px;
}
#footer .banner-box strong{margin-left:7px;}
#footer p{
	text-transform:uppercase;
	margin:0;
	line-height:14px;
}
#footer ul{
	margin:0;
	padding:3px 0 0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
#footer li{
	padding-right:2px;
	float:left;
}
#footer li img{display:block;}
#footer address{
	font-style:normal;
	line-height:14px;
}
#footer address span{display:block;}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{text-decoration:underline;}
/*CONTENT PAGE*/
.inner{background:#efefef url(../images/body-bg2.jpg) repeat-x;}
.inner #header{
	background:url(../images/header-bg2.jpg) no-repeat 728px 100%;
	height:134px;
}
.inner .header-holder{height:90px;}
.inner .slogan-box{padding-left:1px;}
.inner .slogan-box strong{
	font-weight:normal;
	font-style:italic;
	font-size:19px;
	letter-spacing:0;
	margin:0;
}
.inner .main-column{
	width:540px;
	padding:0;
	float:right;
	margin:-7px 42px 0 0;
	display:inline;
	font-size:14px;
}
.image-holder{
	margin:8px 27px 0 0;
	display:inline;
	float:right;
	text-align:center;
	font-size:12px;
}
.image-holder img{
	display:block;
	margin-bottom:3px;
}
.inner .main-column h1{
	font-style:normal;
	margin:0 0 -3px;
	font-size:41px;
}
.inner .main-column h2{
	margin:10px 0px 10px 0px;
	font-size:30px;
	font-weight:normal;
}
.inner .main-column h3{
	margin:10px 0 10px;
	font-weight:normal;
	font-size:25px;
}
.inner .main-column h4{
	margin:10px 0 10px;
	font-size:20px;
	font-weight:normal;
}
.inner .main-column h5{
	margin:0;
	font-weight:normal;
	font-size:16px;
}
.inner .main-column h6{
	margin:0;
	font-weight:normal;
	font-size:14px;
}
.inner .main-column p{
	margin:16px 0 0;
	line-height:17px;
}
.inner .main-column p a{
	font-weight:bold;
	text-decoration:underline;
	color:#2F63B2;
	
}
.inner .main-column p a:hover{text-decoration:underline;}
.acronym-txt{text-decoration:underline;}
.deleted-txt{text-decoration:line-through;}
.table-date{
	margin:10px 0 10px;
	padding:0;
	border-collapse:collapse;
	vertical-align:middle;
	text-align:left;
	width:100%;
	font-size:15px;
}
.table-date td{
	margin:0;
	height:40px;
	padding:0 10px;
	border:3px solid #efefef;
	text-align: left;
}
.table-date thead{
	color:#fff;
	background:#a8a8a0;
	font-weight:bold;
	letter-spacing:-1px;
}
.table-date tfoot{
	color:#1d1d1d;
	background:#f9f9f9;
	font-style:italic;
}
.table-date tfoot td.main-cell{
	font-weight:bold;
	background:#a8a8a0;
	color:#fff;
}
.table-date tbody{background:#d7e0e7;}
.table-date tbody tr:hover td, .table-date tbody tr.hover td{
	background:#285b92;
	color:#fff;
	/*cursor:pointer;*/
}
.form-holder ul{
	margin:0;
	padding:3px 0 0;
	list-style:none;
}
.form-holder .inp-txt{margin-right:20px;}
.form-holder li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	padding-bottom:9px;
}
.form-holder label{
	letter-spacing:-1px;
	font-weight:bold;
	width:104px;
	text-align:right;
	float:left;
	padding:5px 11px 0 0;
}
.textarea{
	background:url(../images/textarea-bg.gif) no-repeat;
	width:154px;
	height:75px;
	padding:0 0 3px 7px;
	float:left;
	overflow:hidden;
}
.textarea textarea{
	float:left;
	padding:0;
	background:none;
	border:0;
	font-size:12px;
	overflow:auto;
	width:154px;
	height:75px;
}
/*SIDEBAR*/
.inner .sidebar{
	float:left;
	width:309px;
	position:relative;
}
.inner #middle{margin:18px 0 0 -2px;}
.sidebar .top{
	background:#dedede url(../images/sidebar-top.gif) no-repeat;
	margin-bottom:20px;
}
.sidebar .bottom{
	background:url(../images/sidebar-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
}
.sidenav{
	margin:16px 10px;
	padding:0;
	list-style:none;
	font-size:16px;
}
.sidenav li{
	height:1%;
	vertical-align:top;
	line-height:24px;
}
.sidenav ul{
	margin:1px 0 -1px 35px;
	padding:0;
	list-style:none;
	font-size:14px;
}
.sidenav li a{
	padding-left:12px;
	text-decoration:none;
	color:#222;
}
.sidenav li a.active{color:#2f63b2;}
.sidenav li a:hover{
	text-decoration:underline;
	background: url(../images/bullet1.gif) no-repeat 0 3px;
}
.sidenav li li a:hover{background:none;}
.more-info{
	padding:12px 10px;
}
.heading{
	margin-bottom:7px;
	display:block;
	font-size:20px;
	font-weight:normal;
}
.more-info-list{
	font-size:16px;
	border-top:1px solid #b8b8b8;
	margin:0 9px 11px 8px;
	padding:0;
	list-style:none;
}
.more-info-list li{
	padding:7px 0 7px 3px;
	border-bottom:1px solid #b8b8b8;
	overflow:hidden;
	height:1%;
	vertical-align:top;
}
.more-info-list li a{
	float:left;
	text-decoration:none;
}
.more-info-list li a:hover{text-decoration:underline;}
.more-info-list li img{
	float:left;
	margin:-1px 7px 0 0;
}
.visual-box{
	width:263px;
	position:relative;
	margin-left:7px;
}
.visual-box ol{
	margin:0;
	padding:0;
	font-size:10px;
	color:#efefef;
	position:absolute;
	right:34px;
	top:22px;
	line-height:17px;
	list-style-position:inside;
}
.visual-box li span{margin-left:-5px;}
.visual-box img{display:block;}
/*CONTACT PAGE*/
.contact-page #middle{margin:11px 0 0 -6px;}
.contact-page .main-column{
	margin:0;
	padding:0;
	width:890px;
	float:none;
}
.text-info{
	margin:-7px 0 20px;
	padding-right:110px;
}
.google-map{
	display:block;
	border:2px solid #222;
	margin:0 0 18px 4px;
}
.address-list{
	overflow:hidden;
	height:1%;
	border-bottom:2px solid #022222;
	width:928px;
	margin:0 -32px 18px 3px;
	padding:0 0 16px;
	list-style:none;
	line-height:17px;
	font-size: 90% !important;
}
.address-list h2
{
	font-size: 140% !important;
	font-weight: bold !important;
}
.address-list li{
	float:left;
	width:300px;
	margin-right:6px;
}
.main-column .address-list 
{
	margin:0 0 -1px;
	font-size:16px;
	font-weight:bold;
}
.address-list address{
	font-style:normal;
	margin-bottom:16px;
}
.address-list li span{display:block;}
.address-list a{text-decoration:none;}
.address-list a:hover{text-decoration:underline;}
.address-list strong{
	display:block;
	font-weight:normal;
	margin-top:17px;
}