﻿* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:968px;
}
body { 
	background:#f2f2f2; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#393939;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
	margin-top: 6PX;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:968px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	width:968px;
	height:468px;
}




/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:4px 20px 0 2px; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color: #FFFFFF;
	outline: none;
	font-size: 15px;
}
a:hover{
	text-decoration:none;
}

.norpad{
	padding-right:0;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .top{
		width:100%;
		float:left;
		background-position:top;
		background-repeat:no-repeat;
	}
	.box .bot{
		width:100%;
		float:left;
		background-position:bottom;
		background-repeat:no-repeat;
	}
	.box .inner { 
		padding:0 0 0 0;
	}

.address { 
	float:left;
	width:225px;
	padding-right:0px;
}
	.address dt {
		margin-bottom:16px;
		font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#666;
	}
	.address dd { 
		clear:both;
		text-align:right;
		font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#666;
	}
		.address dd span { 
			float:left;
			text-align:left;
			padding-right:0px;
		}
		.address dd a{
			color:#163486;
			text-decoration:none;
		}
		.address dd a:hover{
			text-decoration:underline;
		}


/*===== header =====*/
#header .logo{
	position:absolute;
	left:0px;
	top:52px;
}

#header .header_img{
	position:absolute;
	left:204px;
	top:52px;	
}

#header .menu{
	width:200px;
	position:absolute;
	left:0px;
	top:193px;
	background:#fff;
}

#header .menu .top{
	width:100%;
	float:left;
	background:url(images/menu_t.gif) left top no-repeat;
}

#header .menu .bot{
	width:100%;
	float:left;
	background:url(images/menu_b.gif) left bottom no-repeat;
	padding-bottom:18px;
}

#header .menu h4{
	color:#fff;
	font-size:15px;
	padding:15px 0px 0px 26px;
	float:left;
	font:15px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header .menu ul{
	width:181px;
	padding:12px 0px 0px 8px;
	float:left;
}

#header .menu ul li{
	border-bottom:1px solid #e3e3e3;
	float:left;
}
#header .menu ul li.last{
	border:none;
}

#header .menu ul li a{
	color: #666;
	font-size: small;
	text-decoration: none;
	padding: 14px 0px 12px 18px;
	float: left;
	width: 163px;
}

#header .menu ul li a:hover,#header .menu ul li.active a{
	font-weight:bold;
}

#header form.login{
	width:612px;
	position:absolute;
	left:357px;
	top:13px;
}
#header form.login fieldset{
	border:none;
}
#header form.login .input{
	width:125px;
	border:none;
	background:url(images/input_bg.jpg);
	padding:3px 0px 3px 8px;
	margin-right:2px;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
#header form.login .submit{
	width:57px;
	height:24px;
	background:url(images/login.gif) no-repeat;
	border:none;
	cursor:pointer;
	margin:-1px 0px 0px 2px;
	color:#fff;
}
#header form.login .passrecovery a{
	font-size:13px;
	color:#000;
	text-decoration:none;
	padding:0px 13px 0px 0px;
	position:relative;
	top:2px;
}
#header form.login .passrecovery a:hover{
	text-decoration:underline;
}
#header form.login .registration a{
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:0px 19px 0px 0px;
	position:relative;
	top:2px;
}
#header form.login .registration a:hover{
	text-decoration:underline;
}

/*===== content =====*/
#content{
	padding:14px 0px 0px 0px;
}

#content .col-1 .box{
	float:left;
	background:#fff;
	margin-bottom:15px;
}
#content .col-1 .box .top{
	background-image:url(images/menu_t.gif);
}
#content .col-1 .box .bot{
	background-image:url(images/menu_b.gif);
	padding-bottom:6px;
}

#content .col-1 .box h4{
	color:#fff;
	padding:15px 0px 0px 26px;
	float:left;
	font:15px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .col-1 .box ul{
	width:181px;
	padding:12px 0px 0px 8px;
	float:left;
}

#content .col-1 .box ul li{
	border-bottom:1px solid #e3e3e3;
	float:left;
}

#content .col-1 .box ul li.last{
	border:none;
}

#content .col-1 .box ul li a{
	color:#666;
	font-size:13px;
	text-decoration:none;
	padding:14px 0px 12px 18px;
	float:left;
	width:163px;
}

#content .col-1 .box ul li a:hover{
	color:#163486;
}

#content .col-1 .box .more{
	color:#163486;
}
#content .col-1 .box .more:hover{
	text-decoration:underline;
}

#content .col-2{
	float:left;
	background:#fff;
	margin:0px 0px 0px 4px;
}

#content .col-2 .top{
	width:100%;
	float:left;
	background:url(images/content_t.gif) no-repeat top;
}

#content .col-2 .bot{
	width:100%;
	float:left;
	background:url(images/content_b.gif) no-repeat bottom;
}

#content .boxset{
	background:#f2f2f2;
	float:left;
	width:768px;
	margin:0px 0px 4px 0px;
}

#content .boxset .box{
	width:252px;
	float:left;
	background:#6b7eb2;
	position:relative;
	margin-left:4px;
}

#content .boxset .box .top{
	width:252px;
	float:left;
	background:url(images/box-top.gif) no-repeat top;
}

#content .boxset .box .bot{
	width:217px;
	float:left;
	background:url(images/box-bot.gif) no-repeat bottom;
	padding:0px 10px 0px 25px;
}

#content .boxset .box p{
	font:15px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	padding:12px 8px 0px 0px;
}

#content .boxset .box h3{
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #091C4F;
	margin-top: 20px;
}

#content .boxset .box h3 img{
	margin-right:8px;
}

#content .boxset .box ul{
	float:left;
	margin:12px 0px 0px 0px;
}

#content .boxset .box ul li{
	margin-bottom:4px;
}

#content .boxset .box ul li a{
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #091C4F;
	text-decoration: none;
}

#content .boxset .box ul li a:hover{
	text-decoration:underline;
}

#content .boxset .box .line{
	position:absolute;
	left:2px;
	top:4px;
}

#content .boxset .box span{
	width:100%;
	height:35px;
	float:left;
	position:relative;
	margin:20px 0px 6px 0px;
}

#content .boxset .box .more{
	width:auto;
	height:24px;
	position:absolute;
	right:0px;
	top:-4px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	text-align:left;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/button-left.gif) left no-repeat #6b7eb2;
}

#content .boxset .box .more span{
	margin: 0;
	background: url(images/button-right.gif) right no-repeat;
	float: left;
	height: 20px;
	padding: 4px 10px 0px 10px;
	width: auto;
	color: #091C4F;
}

#content .boxset .box .more:hover{
	text-decoration:underline;
}

* html #content.page1 .col-2{
	margin-top:-2px;
}

*+html #content.page1 .col-2,*+html #content.page2 .col-2,*+html #content.page3 .col-2{
	margin-top:-14px;
}

#content.page2 .boxset .box span,#content.page3 .boxset .box span{
	margin-top:0;
}

* html #content.page2 .boxset .box span,* html #content.page3 .boxset .box span{
	height:17px;
}

*+html #content.page2 .boxset .box span,*+html #content.page3 .boxset .box span{
	height:17px;
}

* html #content.page2 .row-2{
	padding-bottom:58px;
}

*+html #content.page2 .row-2{
	padding-bottom:60px;

}

#content.page4 .row-2{
	margin-bottom:-14px;
}

* html #content.page4 .row-2{
	margin-bottom:20px;
}

*+html #content.page4 .row-2{
	margin-bottom:0px;
}

*+html #content.page4 .row-2 .more{
	margin-bottom:12px;
}

#content .col-2 .inner,#content .col-long .inner{
	float:left;
	padding:26px 0px 0px 28px;
}

#content .col-2 h2,#content .col-long h2{
	font:28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding-bottom:16px;
}

#content .col-2 p,#content .col-long p{
	font:15px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

#content .col-2 p strong{
	font: 17px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #163486;
}

#content .col-2 p a{
	color: #163486;
	text-decoration: underline;
}

#content .col-2 p a.undrlnd{
	text-decoration: none;
}
#content .col-2 p a.undrlnd:hover{
	text-decoration:none;
}

#content .col-2 p a:hover{
	text-decoration:underline;
}

#content .col-2 .row-1{
	width:703px;
	float:left;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:16px;
	margin-bottom:22px;
}

* html #content .col-2 .row-1{padding-bottom:32px;}
*+html #content .col-2 .row-1{padding-bottom:32px;}

*+html #content.page2 .col-2 .row-1{padding-bottom:16px;}
* html #content.page2 .col-2 .row-1{padding-bottom:16px;}
*+html #content.page2 .col-2 .row-2{padding-bottom:56px;}
*+html #content.page4 .col-2 .row-1{padding-bottom:16px;}
* html #content.page4 .col-2 .row-1{padding-bottom:16px;}
*+html #content.page5 .col-2 .row-1-2{padding-bottom:18px;}
*+html #content.page5 .col-2 .row-2{padding-bottom:58px;}
* html #content.page5 .col-2 .row-1-2{padding-bottom:18px;}
* html #content.page5 .col-2 .row-2{padding-bottom:58px;}



#content .col-2 .row-1 .address.norpad{
	position:relative;
	left:30px;
}

#content .col-2 .row-2{
	width:703px;
	float:left;
	padding-bottom:40px;
}

#content .col-2 ul.list{
	width:260px;
	float:left;
	margin-right:70px;
}

#content .col-2 ul.list li{
	background:url(images/marker_1.gif) left center no-repeat;
	padding-left:12px;
}

#content .col-2 ul.list li a{
	font:15px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#163486;
	text-decoration:none;
}

#content .col-2 ul.list li a:hover{
	text-decoration:underline;
}

#content .col-2 ul.list2{
	width:181px;
	float:left;
	padding-right:80px;
}

#content .col-2 ul.norpad{
	padding-right:0;
}

#content .col-2 ul.list2 li{
	width:163px;
	border-bottom:1px #e3e3e3 solid;
	float:left;
	padding:4px 0px 0px 18px;
}

#content .col-2 ul.list2 li.last{
	border:none;
}

#content .col-2 ul.list2 li a{
	font:13px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}

#content .col-2 ul.list2 li a:hover{
	text-decoration:underline;
}

#content .col-2 .more{
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#163486;
	text-decoration:none;
	margin:6px 0px 16px 0px;
	float:left;
}
#content .col-2 .more:hover{
	text-decoration:underline;
}

#content .col-2 p.short{
	width:320px;
	float:left;
	padding-right:60px;
}

#content .col-2 p.norpad{
	padding-right:0;
}

#content .col-long{
	width:968px;
	float:left;
	background:#fff;
}
#content .col-long .top{
	width:100%;
	float:left;
	background:url(images/privacy_t.gif) top no-repeat;
}

#content .col-long .bot{
	width:100%;
	float:left;
	background:url(images/privacy_b.gif) bottom no-repeat;
}

#content .col-long .inner{
	padding:26px 20px 0px 28px;
}

#content .col-long a{
	color:#666;
}

/*===== footer =====*/
#footer {
	width:100%;
	height:117px;
	float:left;
	position:relative;
}

#footer .privacy{
	position:absolute;
	left:445px;
	top:50px;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}

#footer .privacy a{
	color:#163486;
	text-decoration:none;
}

#footer .privacy a:hover{
	text-decoration:underline;
}


/*----- forms -----*/

#content .col-2 form.contact{
	width:692px;
	float:left;
}

#content .col-2 form.contact fieldset{
	width:340px;
	float:left;
	border:none;
}

#content .col-2 form.contact fieldset label{
	width:100%;
	float:left;
	padding:0 0 2px 0;
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

#content .col-2 form.contact fieldset label span{
	float:left;
	width:55px;
	padding-left:6px;
}

#content .col-2 form.contact span.snd{
	width:70px;
	padding-left:0px;
}

#content .col-2 form.contact fieldset label input{
	width:246px;
	border:1px #a4a4a4 solid;
	margin-top:1px;
	padding:1px 0px 1px 4px;
}

#content .col-2 form.contact fieldset label textarea{
	width:248px;
	height:65px;
	overflow:auto;
	padding:2px 0px 0px 4px;
	border:1px #a4a4a4 solid;
	float:left;
}

#content .col-2 form.contact fieldset .reset{
	margin-left:200px;
}
#content .col-2 form.contact fieldset .submit{
	margin-left:28px;
}

/*==========================================*/

