
/* Body Style */
body {
	font-size: 11px;
	color: #484848;
	margin: 0px 0px 5px 0px;
	background: url(../images/bg.gif) top left repeat-x #0c121a;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, Sans-serif;
}

/* standard Hyperlink */
a {
	color: #374b90;
	text-decoration: none;
}

a:hover {
	color: #445388;
	text-decoration: underline;
}

/* standard Form */
form {
	margin: 0px;
}
select{
}
textarea {
	overflow: auto;
	font-size: 12px;
	font-family: arial;
}


/* standard cell */
td, th {
}

img, object {
	border: 0px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 0px 0px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- main element -------- */
.body {
	text-align: center;	
	margin: 0px;
	padding: 0px;
	background: url(../images/bgBody.png) top right no-repeat;
}
.container {
	width: 880px;
	margin: 0px auto !important;
	padding: 0px;
	text-align: left;
}
.mainPage {
	padding: 0px;
}

/* ----------------------------------- header ----------------------------------- */
.header {
	height: 146px;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}
.headerCell {
	height: 110px;
	padding: 0px 0px 1px 0px;
	overflow: hidden;
}
.headerBot {
	height: 35px;
	padding: 0px;
	background: url(../images/headerBot.gif) top left no-repeat #ececec;
}
a.siteLogo {
	float: left;
	display: block;
	width: 300px;
	height: 110px;
	padding: 0px;
	overflow: hidden;
}
ul.topMenu {
	text-align: left;
	margin: 0px !important;
	padding: 10px !important;
	list-style: none;
}
ul.topMenu li {
	display: inline;
	font-size: 14px;
	padding: 0px 19px 0px 20px;
	border-left: 1px solid #fff;
}
ul.topMenu li.first {
	border: none;
}
ul.topMenu li a {
	color: #2a3748;
	text-decoration: none;
}
ul.topMenu li a:hover {
	color: #003195;
	text-decoration: none;
}

.lang {
	float: right;
	height: 26px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	overflow: hidden;
	background: url(../images/bgLang-base.gif) top right no-repeat;
}
.lang ul {
	margin: 0px;
	padding: 4px 20px;
	list-style: none;
	float: right;
	height: 18px;
	background: url(../images/bgLang.gif) top left no-repeat;
}
.lang ul li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}
.lang ul li.first {
	padding-left: 25px;
}
.lang ul li a {
	color: #7d9fce;
	text-decoration: none;
}
.lang ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/* ----------------------------------- wrapper ----------------------------------- */

.preWrap {
	height: 280px;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	background-color: #fff;
}
.search {
	float: right;
	width: 269px;
	height: 186px;
	padding: 27px;
	overflow: hidden;
	background: url(../images/bgSearch.jpg) top left no-repeat;
}
.search h2 {
	float: left;
	width: 269px;
	height: 46px;
	margin: 0px 0px 20px 0px !important;
	padding: 0px !important;
	overflow: hidden;
	text-align: center;
}
.search form {
	float: left;
	width: 268px;
}
.search p {
	float: left;
	margin: 0px !important;
	padding: 5px 1px !important;	
	font-size: 12px;
	color: #333;
}
.search p a {
	color: #0b2d5a;
	text-decoration: underline;
}
.search p a:hover {
	color: #515e86;
	text-decoration: underline;
}

.search form select {
	float: left;
	width: 160px;
	padding: 2px;
	font-size: 12px;
	color: #133950;
	border: 1px solid #ababab;
	margin-bottom: 10px;
}
html:first-child .search form select {
	height: 21px;
}
.search form select.searchSlc {
	float: none;
	width: 268px;
	padding: 2px;
	font-size: 12px;
	color: #133950;
	border: 1px solid #ababab;
	margin-top: 5px;
	margin-bottom: 5px;
}
input.searchTxt {
	float: right;
	width: 90px;
	padding: 3px 4px;
	font-size: 12px;
	color: #133950;
	border: 1px solid #ababab;
	margin-bottom: 10px;
}
*html input.searchTxt {
	padding: 2px 4px 3px 4px;
}
*:first-child+html input.searchTxt {
	padding: 2px 4px 3px 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input.searchTxt { padding: 2px 4px 3px 4px;}
}
input.searchTxt:focus {
	color: #111;
}

input.searchBtn {
	clear: both;
	float: right;
	margin: 0px 0px 0px 10px;
	width: 68px;
	height: 21px;
	padding-bottom: 1px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/searchButton.gif) no-repeat;
	border: none;
	cursor: pointer;
}

.flashImage {
	float: left;
	width: 527px;
	height: 280px;
	padding: 0px;
	overflow: hidden;
}

.wrapper {
	padding: 10px;
	background-color: #fff;
}
.sidebar {
	float: right;
	width: 302px;
	padding: 10px 10px 10px 11px;
	overflow: hidden;
	background: url(../images/bgGrad.gif) top left repeat-x;
	border-top: 1px solid #cfcfcf;
}
.page {
	float: left;
	width: 507px;
	padding: 10px;
	overflow: hidden;
	background: url(../images/bgGrad.gif) top left repeat-x;
	border-top: 1px solid #cfcfcf;
}

.main {
	min-height: 300px;
	padding: 0px 0px 20px 0px;
}
*html .main {
	height: 300px;
	overflow: visible;
}

.flowNav {
	height: 15px;
	padding: 10px 10px 9px 10px;
	overflow: hidden;
	background-color: #bec1cb;
	border-bottom: 1px solid #8188a0;
}
.flowNav p {
	margin: 0px !important;
	padding: 0px !important;
	color: #444d6c;
}
.flowNav p a {
	color: #2a3457;
	text-decoration: none;
}
.flowNav p a:hover {
	color: #2a3457;
	text-decoration: underline;
}

.content {
	padding: 10px 0px;
}
.content p {
	margin: 10px 0px !important;
	line-height: 130%;
}
h1.pageTitle {
	margin: 5px 0px 15px 0px !important;
	padding: 3px 0px 5px 28px !important;
	font-size: 20px;
	font-weight: lighter;
	color: #0c2545;
	background: url(../images/icon-file.gif) no-repeat;
	background-position: 0px 3px;
	border-bottom: 1px solid #c2c9cd;
}
.content h2 {
	margin: 10px 0px !important;
	padding: 5px 0px !important;
	font-size: 14px;
	color: #314073;
}
.content h2.headTitle {
	margin: 20px 0px 15px 0px !important;
	padding: 6px 0px 5px 33px !important;
	font-size: 12px;
	color: #8094b1;
	background: url(../images/icon-news.gif) no-repeat #27334e;
	background-position: 8px 5px;
	border-bottom: 1px solid #0e182d;
}
.content h3 {
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	font-size: 12px;
	color: #314073;
}

ul.links {
	margin: 10px 10px 15px 10px !important;
	padding: 0px !important;
	list-style: none;
}
ul.links li {
	margin: 3px 0px 5px 0px;
	padding: 2px 10px 3px 24px;
	background: url(../images/icon-arrow.gif) no-repeat;
	background-position: 4px 4px;
	border-bottom: 1px solid #efefef;
}
ul.links li span {
	display: block;
	font-size: 11px;
}

.welcome {
	margin-bottom: 10px;
	padding: 5px;
	color: #2a3457;
}
.welcome h2 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 20px;
	font-weight: lighter;
	color: #0c2545;
}
.welcome p {
	margin: 10px 0px !important;
	font-size: 13px;
	line-height: 130%;
}

.banner {
	padding: 10px 0px;
}
.banner p {
	margin: 0px 0px 10px !important;
	padding: 0px !important;
	text-align: center;
}

.newsletter {
	margin: 5px 0px 10px 0px;
	height: 86px;
	padding: 0px 15px 0px 80px;
	overflow: hidden;
	background: url(../images/bgNewsletter.gif) top left no-repeat;
}
.newsletter h2 {
	margin: 0px !important;
	padding: 17px 0px 10px 2px !important;
	font-size: 12px;
	color: #0c2545;
	text-transform: uppercase;
}
input.newsletterTxt {
	float: left;
	width: 147px;
	padding: 2px 4px;
	font-size: 12px;
	color: #4b5b6c;
	border: 1px solid #ddd;
}
body:nth-of-type(1) .newsletter input.newsletterTxt {
	height: 15px;
}
input.newsletterTxt:focus {
	color: #111;
}
input.newsletterBtn {
	float: left;
	text-align: center;
	margin-top: 1px;
	font-size: 9px;
	width: 50px;
	padding-left: 0px;
	padding-right: 0px;
	height: 19px;
	color: #fff;
	background: url(../images/newsletterBtn.gif) top left repeat-x #404d6c;
	border: none;
	cursor: pointer;
}
body:nth-of-type(1) .newsletter input.newsletterBtn {
	width: 50px;
	padding-right: 0px;
	padding-left: 1px;
}

.cs {
	margin: 5px 0px 10px 0px;
	padding: 7px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/bgCs.gif) top left no-repeat;
}
.cs h2 {
	margin: 0px !important;
	padding: 10px 0px 10px 80px !important;
	font-size: 12px;
	color: #0c2545;
	text-transform: uppercase;
}
.csCell {
	padding: 5px 20px 25px 76px;
	background: url(../images/csBot.gif) bottom left no-repeat;
}
.csCell table {
	width: 100%;
	border: none;
}
.csCell td.borderCC {
	padding: 6px 4px;
	background-color :#ededed;
	border-bottom: 1px solid #dbdbdb;
}

.vacancy {
	margin: 5px 0px 15px 0px;
}
.vacancy h2 {
	margin: 0px 0px 5px 0px !important;
	padding: 6px 0px 6px 35px !important;
	font-size: 16px;
	color: #324052;
	background: url(../images/icon-file.gif) no-repeat #fff;
	background-position: 7px 3px;
	border-bottom: 1px solid #e5e5e5;
}
.vacancy p {
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	text-align: right;
	font-weight: bold;
}
.vacancy p a {
	color: #1f375a;
	text-decoration: none;
}
.vacancy p a:hover {
	color: #8188a0;
	text-decoration: none;
}
.vacancy ul {
	margin: 0px !important;
	padding: 5px 5px 10px 10px !important;
	list-style: none;
}
.vacancy ul li {
	clear: both;
	margin: 1px 0px
}
.vacancy ul li span {
	float: right;
	width: 75px;
	margin: 5px 0px 0px 0px !important;
	color: #1f375a;
	text-align: right;
}
.vacancy ul li h3 {
	float: left;
	width: 200px;
	margin: 5px 0px 0px 5px !important;
	padding: 0px !important;
	font-size: 11px;
	font-weight: lighter;
	color: #333;
}
*html .vacancy ul li h3 {
	margin: 3px 0px 0px 3px !important;
}
.vacancy ul li h3 a {
	color: #333;
	text-decoration: none;
}
.vacancy ul li h3 a:hover {
	color: #111;
	text-decoration: underline;
}
.vacancy ul li p {
	float: left;
	width: 200px;
	margin: 0px 0px 5px 5px !important;
	padding: 0px !important;
	line-height: 130%;
	text-align: left;
	color: #888;
	font-weight: lighter;
}
*html .vacancy ul li p {
	margin: 0px 0px 2px 3px !important;
}

.popular {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.popular h2 {
	margin: 0px 0px 5px 0px !important;
	padding: 6px 0px 5px 33px !important;
	font-size: 16px;
	color: #2a3457;
	background: url(../images/icon-star.gif) no-repeat #bec1cb;
	background-position: 8px 7px;
	border-bottom: 1px solid #8188a0;
}
.popular ul {
	margin: 10px 0px !important;
	padding: 5px 10px !important;
	list-style: none;
}
.popular ul li {
	float: left;
	width: 200px;
	padding: 3px 30px 3px 5px;
}
.popular ul li a {
	color: #555;
	text-decoration: none;
}
.popular ul li a:hover {
	color: #1f375a;
	text-decoration: underline;
}
.popular ul li span {
	float: right;
	color: #1f375a;
	white-space: nowrap;
}
.popular p {
	margin: 0px !important;
	padding: 5px 15px !important;
}
.popular p a {
	font-weight: bold;
	color: #304c72;
	text-decoration: none;
}
.popular p a:hover {
	color: #1f375a;
	text-decoration: underline;
}

.news {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}
.content .news {
	padding: 0px;
	background: none;
}
.news h2 {
	margin: 0px 0px 5px 0px !important;
	padding: 6px 0px 5px 33px !important;
	font-size: 16px;
	color: #8094b1;
	background: url(../images/icon-news.gif) no-repeat #27334e;
	background-position: 8px 7px;
	border-bottom: 1px solid #0e182d;
}
.news p {
	margin: 0px !important;
	padding: 0px 5px !important;
	text-align: right;
	font-weight: bold;
}
.news p a {
	color: #1f375a;
	text-decoration: none;
}
.news p a:hover {
	color: #8188a0;
	text-decoration: none;
}
.newsItem {
	display: block;
	padding: 10px 10px 10px 33px;
	background: url(../images/icon-arrow.gif) no-repeat;
	background-position: 12px 12px;
}
.newsItem h3 {
	margin: 0px 0px 2px 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.newsItem h3 a {
	color: #304c72;
	text-decoration: none;
}
.newsItem h3 a:hover {
	color: #232323;
	text-decoration: underline;
}
.newsItem p {
	margin: 0px !important;
	padding: 0px !important;
	text-align: left;
	font-size: 12px;
	font-weight: lighter;
}

.adsenseArea {
	margin: 5px 0px 10px 0px;
}

.login {
	float: right;
	width: 323px;
	height: 40px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgLogin.gif) top left no-repeat;
	text-align: center;
}
.login p {
	margin: 0px !important;
	padding: 0px 2px !important;
	display: inline;
}

ul.listed {
	margin: 10px 0px !important;
	padding: 10px 0px 10px 10px !important;
	list-style: none;
	background-color: #fff;
}
*html .listed {
	height: 40px;
	overflow: visible;
}
*:first-child+html .listed {
	min-height: 40px;
	overflow: visible;
}
ul.listed li {
	float: left;
	width: 210px;
	padding: 4px 20px 4px 10px;
}
ul.listed li:hover {
	background-color: #fff;
}
ul.listed li a {
	color: #666;
	text-decoration: none;
}
ul.listed li a:hover {
	color: #333;
	text-decoration: underline;
}
ul.listed li span {
	float: right;
	color: #1f375a;
	white-space: nowrap;
}


ul.listed3 {
	margin: 5px 0px 10px 0px !important;
	padding: 10px 0px 14px 10px !important;
	list-style: none;
	background-color: #f4f4f4;
	border: 1px solid #cad2e5;
}
*html .listed3 {
	height: 40px;
	overflow: visible;
}
*:first-child+html .listed3 {
	min-height: 40px;
	overflow: visible;
}
ul.listed3 li {
	float: left;
	width: 118px;
	margin-right: 5px;
	padding: 4px 20px 6px 20px;
	background: url(../images/arrowList.gif) no-repeat;
	background-position: 10px 7px;
}
ul.listed3 li:hover {
	background-color: #fff;
}
ul.listed3 li a {
	text-decoration: underline;
}
ul.listed3 li a:hover {
	color: #232323;
	text-decoration: underline;
}
ul.listed3 li span {
	float: right;
	color: #34795b;
	white-space: nowrap;
}


.highlighted {
	margin: 10px 0px;
	padding: 10px 15px 15px 15px;
	background-color: #f8f8f8;
	border: 1px solid #cad2e5;
}

.toolNav {
	margin: 20px 0px 10px 0px;
	padding: 5px;
	height: 18px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.toolNav p {
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}
.toolNav p a {
	font-weight: bold;
	color: #505978;
	text-decoration: none;
}
.toolNav p a:hover {
	color: #2a3457;
	text-decoration: none;
}
.toolNav p img {
	float: left;
	margin: 2px;
}
.toolNav span a {
	float: right;
	padding-top: 2px;
	margin: 0px 3px;
}
.toolNav span img {
	float: left;
	margin: 0px 5px;
	margin-top: -2px;
}

/* --------------- table -------------- */
table.contactTbl {
	width: 100%;
	border: 0px;
	margin-bottom: 10px;
}
table.contactTbl th {
	padding: 8px 4px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
table.contactTbl td {
	padding: 6px 4px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}
input.text {
	font-size: 12px;
	color: #333;
	padding: 2px;
	border: 1px solid #b3b9c3;
}
select.text {
	font-size: 12px;
	color: #333;
	border: 1px solid #b3b9c3;
}
input.button {
	font-size: 12px;
	color: #111;
	padding: 1px 8px;
	background: url(../images/bgButton.gif) bottom left repeat-x #e0dfe3;
	border-top: 1px solid #f6f6f7;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #919194;
	cursor: pointer;
}
.content textarea {
	border: 1px solid #b3b9c3;
	overflow: auto;
}
table.contactTable td textarea {
	width: 300px;
}

.pageNav {
	border-top: 1px solid #eeeeee;
	margin: 5px 0px 15px 0px;
	padding: 15px 0px 10px 0px;
	text-align: center;
}
.pageNav p {
	display: inline;
	padding: 0px 5px;
}
.pageNav p a {
	margin: 0px -5px;
	padding: 2px 5px;
	background-color: #fff;
	border: 1px solid #dddfe4;
}
*html .pageNav p a {
	margin: 0px -3px;
}
*:first-child+html .pageNav p a {
	margin: 0px -3px;
}
.pageNav p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #27334e;
	border: 1px solid #1f2941;
}

/* ----------------------------------- footer ----------------------------------- */
.footer {
	text-align: center;
	background-color: #0c121a;
}
ul.bottomMenu {
	margin: 0px !important;
	padding: 10px 10px 11px 10px !important;
	list-style: none;
	background: url(../images/bgFooter.gif) bottom left repeat-x #fff;
	border-top: 1px solid #fff;
}
ul.bottomMenu li {
	display: inline;
	padding: 0px 8px 0px 9px;
	border-left: 1px solid #fff;
}
ul.bottomMenu li.first {
	border: none;
}
ul.bottomMenu li a {
	color: #666;
	text-decoration: none;
}
ul.bottomMenu li a:hover {
	color: #2a3457;
	text-decoration: underline;
}

.footerCell {
	font-size: 11px;
	color: #575f73;
	padding: 10px;
}
.footerCell a, .footerCell a:hover {
	color: #9699a2;
}