@charset "utf-8";
body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #59596B;
	background: url(../images/body_bg.jpg) repeat-x #FAFCFF;
	padding-bottom: 15px;
}
p, ul, ol, div, form, table, tr, td{
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	margin-bottom: 0.3em;
	color: #0076E9;
}
h1{
	font-size: 2.5em;
	padding-bottom: 0.2em;
	font-weight: normal;
}
h2{
	font-size: 1.1em;
}
h3{
	font-size: 1em;
}
h4{
	font-size: 1em;
	color: #59596B;
}
p{
  margin-bottom: 1.5em;
}
a{
	color: #0076E9;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.content-right ul{
	list-style: none;
	padding-left: 10px;
	margin-bottom: 1.2em;
	position: relative;
}
.content-right ul li{
	background: url(../images/list_item.gif) no-repeat 0 0.5em;
	padding-left: 12px;
	padding-bottom: 5px;
}
.content-right ul li.no-list, .content-right ul.no-list{
	background: none;
}
ol{
	padding-left: 30px;
	margin-bottom: 1.5em;
}
ol li{
	padding-bottom: 5px;
}
.content-right hr{
	background: #A7CDEC;
	color: #A7CDEC;
	border: 0;
	height: 1px;
	margin: 1.5em auto;
	#margin-top: -0.4em;
	#margin-bottom: 1em;
	width: 100%;
}
table{
	margin-bottom: 1.5em;
	background: #fff;
	border-collapse: collapse;
}
th{
	padding: 6px 18px;
	font-weight: bold;
	border-collapse: collapse;
	border: 1px solid #A7CDEC;
	background: #A7CDEC;
	color: #fff;
}
td{
	padding: 6px 18px;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #A7CDEC;
}
.highlight{
	background: #E4F0FA;
}

.container{
	width: 998px;
	margin: 0 auto;
	position: relative;
}
.full{
	background: url(../images/full_bg.jpg) no-repeat center top;
}

.header{
	height: 134px;
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat #0062C6;
}
.navigation{
	display: none;
}
.header p{
	margin: 0;
}
.home{
	width: 230px;
	height: 85px;
	font-size: 2em;
	color: #fff;
}
.home{
	width: 230px;
	height: 85px;
	position: absolute !important;
	top: 49px;
	left: 35px;
}
.home span{
	width: 230px;
	height: 85px;
	background: url(../images/header_logo.png) no-repeat;
}
.logo-print{
	display: none;
}

.flash{
	background: url(../Images/flash_bg.jpg) no-repeat;
	height: 278px;
	position: relative;
}
.flash .item-1, .flash .item-2, .flash .item-3, .flash .item-4{
	display: block;
	width: 236px;
	height: 68px;
	position: absolute;
	right: 9px;
}
.flash .item-1 span, .flash .item-2 span, .flash .item-3 span, .flash .item-4 span{
	display: none;
}
.flash .item-1{
	top: 13px;
}
.flash .item-2{
	top: 81px;
}
.flash .item-3{
	top: 149px;
}
.flash .item-4{
	top: 217px;
}

.main{
	width: 950px;
	padding: 15px 15px 0 15px;
	margin: 0 auto;
	background: url(../images/main_bg.gif) repeat-x #FBFDFF;
	border: 1px solid #fff;
	position: relative;
}

.box{
	float: left;
	width: 144px;
	padding: 15px 22px 10px 22px;
	background: url(../images/line_white.gif) no-repeat top right;
}
.box.last{
	padding-right: 40px;
}
.box h2{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
}
.box h2 .dark{
	font-size: 1.4em;
}
.box-img{
	padding-top: 5px;
	margin-bottom: 1em;
}
.arrow-left{
	position: absolute;
	top: 100px;
	left: 16px;
}
.arrow-right{
	position: absolute;
	top: 100px;
	left: 564px;
}

.main-right{
	width: 330px;
	float: right;
	padding: 15px 15px 10px 15px;
}
.main-right h2{
	font-size: 2.2em;
	font-weight: normal;
}
.partners-bottom{
	clear: both;
	width: 900px;
	height: 98px;
	margin: 0 auto;
	border-top: 3px solid #E9F2FB;
	padding: 15px 0;
	text-align: center;
	position: relative;
	background: url(../Images/partners.jpg) no-repeat 36px 18px;
}
.partners-bottom .item-1, .partners-bottom .item-2, .partners-bottom .item-3, .partners-bottom .item-4,
.partners-bottom .item-5{
	height: 60px;
	top: 18px;
	position: absolute;
}
.partners-bottom .item-1{
	width: 113px;
	left: 36px;
}
.partners-bottom .item-2{
	width: 196px;
	left: 192px;
}
.partners-bottom .item-3{
	width: 125px;
	left: 431px;
}
.partners-bottom .item-4{
	width: 122px;
	left: 600px;
}
.partners-bottom .item-5{
	width: 107px;
	left: 758px;
}

.content-right{
	background: url(../images/content_bg.gif) repeat-x;
	padding: 20px 25px 10px 25px;
	_padding-bottom: 0;
	width: 680px;
	float: right;
	position: relative;
	#margin-bottom: -20px;
}
.content-right h1{
	border-bottom: 1px solid #A7CDEC;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
}
.navigation-block{
	background: url(../images/inner_shadow.jpg) no-repeat center bottom #B6D8F0;
	padding: 12px 20px 27px 20px;
	margin-bottom: 0.6em;
}
.navigation-block select{
	margin-right: 15px;
	float: left;
}
.navigation-block input{
	float: right;
}

.inner-left{
	width: 501px;
	float: left;
}
.inner-right{
	width: 150px;
	float: right;
	text-align: center;
}
.inner-right p{
	margin-bottom: 15px;
}
.block{
	background: #FAFCFF;
	border: 1px solid #A7CDEC;
	padding: 8px 0;
	display: block;
	margin: 8px 0;
}
.caption{
	position: relative;
	_width: 100%;
	border-bottom: 1px solid #D3E5F5;
	margin-bottom: 1.4em;
	min-height: 80px;
    _height: 80px;
}
.caption img{
	position: absolute;
	top: 0;
	left: 0;
}
.caption h2, .caption h3{
	margin-left: 120px;
}
.caption h1{
	margin-left: 120px;
}
.caption p{
	margin-left: 120px;
	margin-bottom: 1.2em;
}
.listing{
	clear: both;
	margin-top: 2.4em;
	margin-bottom: 0.6em;
	padding: 15px 0;
	position: relative;
	_width: 100%;
	font-size: 0.9em;
	border-top: 1px solid #A7CDEC;
}
.listing a{
	color: #2A3A46;
}
.listing p{
	margin-bottom: 0.6em;
}
.previous{
	position: absolute;
	top: 1.4em;
	left: 5px;
	z-index: 2;
}
.next{
	position: absolute;
	top: 1.4em;
	right: 5px;
}
.listing ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: default;
}
.listing ul li{
	padding: 0 1px;
	background: none;
	display: inline;
}
.listing li a{
	border: 1px solid #C0D6E3;
	text-decoration: none;
	padding: 3px 6px;
}
.listing li a:hover{
	border: 1px solid #94BEE0;
}
.listing span{
	border: 1px solid #0076E9;
	background: #0076E9;
	color: #fff;
	padding: 3px 6px;
}

.thumbs{
	clear: both;
}
.gallery .thumb{
	width: 160px;
	background: url(../images/gallery_corner.png) no-repeat right bottom;
	_background: none;
	margin-bottom: 10px;
	_margin-bottom: 0;
	float: left;
	padding: 0 7px 24px 0;
}
.gallery .thumb img{
	border: 1px solid #CDDEE9;
}
.photos a{
	display: block;
	float: left;
	margin: 0 10px 20px 10px;
	_margin: 0 8px 0 8px;
}
.photos a img{
	border: 2px solid #A7CDEC;
}
.thumb-corner{
	border-left: 1px solid #CDDEE9;
	border-right: 1px solid #CDDEE9;
	border-top: 1px solid #CDDEE9;
	_border-bottom: 1px solid #CDDEE9;
	background: #F7FBFD;
}
.gallery .thumb-corner{
	padding: 14px 14px 0 14px;
	_padding: 13px;
}
.thumb p{
	margin-bottom: 0;
	padding-top: 5px;
	font-size: 0.9em;
	line-height: 1.4em;
}
.thumb a{
	text-decoration: none;
}
.thumb a:hover{
	text-decoration: underline;
}

.content-left{
	background: url(../images/content_bg.gif) repeat-x;
	padding: 20px 18px 10px 18px;
	width: 174px;
	float: left;
	position: relative;
}
.left-heading{
	background: url(../images/content_left_heading.gif) no-repeat;
	color: #D6E9F7;
	font-size: 1.3em;
	font-weight: normal;
	padding: 6px 20px 8px 20px;
}
.menu-left{
	padding-bottom: 30px;
}
.menu-left li{
	list-style: none;
	border-bottom: 1px solid #B6D6EF;
	padding: 8px 10px 8px 20px;
	background: url(../images/menu_left_arrow.gif) no-repeat 7px 1.1em;
	font-weight: bold;
}
.menu-left a{
	color: #192E69;
	text-decoration: none;
}
.menu-left span{
	color: #0076E9;
}

.btn-more{
	width: 70px;
	height: 23px;
}
.btn-more span{
	width: 70px;
	height: 23px;
	background: url(../images/btn_more.gif) no-repeat;
}
.btn-more-company{
	width: 150px;
	height: 23px;
}
.btn-more-company span{
	width: 150px;
	height: 23px;
	background: url(../images/btn_more_company.gif) no-repeat;
}
.btn-previous-page{
	width: 150px;
	height: 23px;
	margin-top: 30px;
}
.btn-previous-page span{
	width: 150px;
	height: 23px;
	background: url(../images/btn_previous_page.gif) no-repeat;
}
.btn-logout{
	width: 106px;
	height: 23px;
}
.btn-logout span{
	width: 106px;
	height: 23px;
	background: url(../images/btn_logout.gif) no-repeat;
}
.btn-print{
	width: 85px;
	height: 13px;
	position: absolute !important;
	right: 27px;
	top: 39px;
}
.btn-print span{
	width: 85px;
	height: 13px;
	background: url(../images/btn_print.gif) no-repeat;
}

.menu-top{
	position: absolute;
	top: 35px;
	right: 40px;
}
.menu-top li{
	list-style: none;
	float: left;
	padding: 0 12px;
	border-right: 1px solid #5396EE;
	line-height: 1em;
}
.menu-top a{
	color: #B2D3FF;
	text-decoration: none;
}
.menu-top a:hover{
	text-decoration: underline;
}
.key{
	padding-left: 12px;
	background: url(../images/ico_key.gif) no-repeat 0 0.2em;
}

.menu{
	position: absolute;
	top: 80px;
	right: 35px;
	margin-left: 260px;
}
.menu li{
	list-style: none;
	float: left;
	font-size: 16px;
	background: url(../images/menu_line.gif) no-repeat right center;
	padding-right: 2px;
	margin-left: -1px;
}
.menu a, .menu span{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 17px 12px 17px;
	float: left;
}
.menu a:hover{
	color: #F9DF5E;
}
.menu .active a:hover{
	color: #fff;
}
.active a, .active span{
	background: url(../images/active_bg.gif) repeat-x #0093EB;
	min-height: 17px;
	_height: 17px;
}

.footer{
	width: 910px;
	padding: 25px 40px 20px 30px;
	margin: 0 auto;
	background: url(../images/footer_shadow.jpg) no-repeat #E0EFF9;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #647D91;
	font-size: 0.9em;
}
.footer a{
	color: #647D91;
}
.footer li{
	list-style: none;
	float: left;
	font-weight: bold;
	padding: 0 10px;
	border-right: 1px solid #ACBFCE;
}
.copy{
	float: right;
	margin-bottom: 0;
	text-align: right;
	background: url(../images/footer_logo.png) no-repeat right top;
	padding-right: 120px;
}

.r-image{
	display: block;
	position: relative;
	overflow: hidden;
}
.r-image span{
	display: block;
	position: absolute;
	top: 0;

	left: 0;
}
a.r-image span{
	cursor: pointer;
}

.no-display{ display: none; }
.clear{ clear: both; }
.clear-hidden{
	clear: both;
	height: 0px;
	overflow: hidden;
}
.float-left{ float: left; }
.float-right{ float: right; }
.no-border{ border: none !important; }
.no-margin{ margin: 0 !important; }
.no-background{ background: none !important; }
.small, small{ font-size: 0.9em; }
.dark{ color: #012246; }
.orange{ color: #FF4200; }
.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }
.vertical-middle, table td.vertical-middle{ vertical-align: middle; }
.vertical-top, table td.vertical-top{ vertical-align: top; }

.pdf{
	padding-left: 22px;
	padding-bottom: 1px;
	background: url(../images/ico_pdf.gif) no-repeat;
}
.ppt{
	padding-left: 22px;
	padding-bottom: 1px;
	background: url(../images/ico_ppt.gif) no-repeat;
}
.doc{
	padding-left: 22px;
	padding-bottom: 1px;
	background: url(../images/ico_doc.gif) no-repeat;
}
.xls{
	padding-left: 22px;
	padding-bottom: 1px;
	background: url(../images/ico_xls.gif) no-repeat;
}
.zip{
	padding-left: 22px;
	padding-bottom: 1px;
	background: url(../images/ico_zip.gif) no-repeat;
}

input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #59596B;
}

.image-right{
	float: right;
	margin: 3px 0 7px 22px;
	border: 2px solid #A7CDEC;
}
.image-left{
	float: left;
	margin: 3px 22px 7px 0;
	border: 2px solid #A7CDEC;
}

.message-info, .message-done, .message-failure{
	padding: 0 10px 0 36px;
	margin-bottom: 1.5em;
}
.message-info p, .message-done p, .message-failure p{
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
}
.message-info{
	background: url(../images/ico_info.gif) no-repeat 6px 6px #E5F4FF;
	border-top: 3px solid #A7CDEC;
}
.message-done{
	background: url(../images/ico_yes.gif) no-repeat 6px 6px #E8FFE5;
	border-top: 3px solid #ABEDA8;
	color: #2A6906;
}
.message-failure{
	background: url(../images/ico_no.gif) no-repeat 6px 6px #FFE5E5;
	border-top: 3px solid #EDA8A8;
	color: #B40F00;
}

.w20{ width: 20px; }
.w30{ width: 30px; }
.w40{ width: 40px; }
.w50{ width: 50px; }
.w60{ width: 60px; }
.w70{ width: 70px; }
.w80{ width: 80px; }
.w90{ width: 90px; }
.w100{ width: 100px; }
.w120{ width: 120px; }
.w150{ width: 150px; }
.w160{ width: 160px; }
.w170{ width: 170px; }
.w180{ width: 180px; }
.w200{ width: 200px; }
.w250{ width: 250px; }
.w280{ width: 280px; }
.w300{ width: 300px; }
.w350{ width: 350px; }
.w400{ width: 400px; }
.w420{ width: 420px; }
.w440{ width: 440px; }
.w450{ width: 450px; }
.w500{ width: 500px; }
.w520{ width: 520px; }

.w10p{ width: 10%; }
.w15p{ width: 15%; }
.w20p{ width: 20%; }
.w25p{ width: 25%; }
.w30p{ width: 30%; }
.w33p{ width: 33%; }
.w34p{ width: 34%; }
.w35p{ width: 35%; }
.w40p{ width: 40%; }
.w42p{ width: 42%; }
.w45p{ width: 45%; }
.w48p{ width: 48%; }
.w50p{ width: 50%; }
.w55p{ width: 55%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w95p{ width: 95%; }
.w96p{ width: 96%; }
.w100p{ width: 100%; }
