/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
    }
a {
	color:#035D88;
	text-decoration:underline;
	}
a:hover {
	color:#035D88;
	text-decoration:none;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
}
* html img{
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
	border-collapse:collapse;
    }
hr {
	height:1px;
	color:#E4E4E4;
	background-color: #E4E4E4;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:980px;
	width:100%;
	margin:0 auto;
}
* html #wrapper {
	height:100%;
}
#top {
	height:26px;
	margin:auto;
	background-color:#000000;
}
#top div.top_cont{
	height:26px;
	margin:auto;
	width:980px;
}
#top div.navigation {
	width:334px;
	text-align:center;
	float:left;
}
#top div.navigation img{
	padding-right:25px;
	padding-top:7px;
	cursor:pointer;
}
#top div.client {
	float:right;
	padding-top:5px;
	padding-right:47px;
	width:598px;
}
#top div.client a{
	color:#C8C8C8;
	background-image:url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left:10px;
	margin-left:12px;
	float:left;
}
#top div.client a:hover{
	color:#FFC000;
}
#top div.client a.lang{
	float:right;
}
#header {
	height:146px;
	margin:auto;
	width:925px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}
#header img.logo{
	position:absolute;
	top:40px;
	left:40px;
}
#header img.left_bg{
	position:absolute;
	top:36px;
	left:303px;
}
#header img.right_bg{
	position:absolute;
	top:36px;
	right:0px;
}
* html #header img.right_bg{
	position:absolute;
	top:36px;
	right:-1px;
}
#header table.menul0{
	float:right;
	font-size:13px;
	width:622px;
	height:110px;
	margin-top:1px;
}
#header table.menul0 td{
	text-align:center;
	text-transform:uppercase;
}
#header table.menul0 td a{
	position:relative;	
	color:#4A4A4A;
	text-decoration:none;
	display:block;
	background-image: url(images/menul0_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:42px;
	margin-top:20px;
	padding-top:48px;
	padding-left:20px;
	padding-right:20px;
}
#header table.menul0 td a:hover, #header table.menul0 td a.active{
	color:#000000;
	text-decoration:none;
	background-image: url(images/menul0_bg_hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header table.menul0 td a div.border{
	background-image: url(images/menul0_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position:absolute;
	left:0px;
	bottom:0px;
	width:1px;
	height:75px;
}

#content {
	margin:auto;
	width:925px;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
#side_menu {
	float:left;
	width:281px;
	}

div.menu {
	background-image:url(images/contacts_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:281px;
	margin-bottom:8px;
}
div.menu div.menu_cont{
	background-image:url(images/contacts_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:235px;
	padding:18px 23px 17px 23px;
	min-height:117px;
}
div.menu div.title{
	color:#E6B101;
	font-size:16px;
	border-bottom:#E3E3E3 solid 1px;
	padding:0px 8px 9px 8px;
	margin-bottom:9px;
}
div.menu div.title a{
	text-decoration:none;
	color:#E6B101;
}
div.menu div.contacts_text {
	padding:0px 8px;
	line-height:14px;
}	
div.menu ul.group{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px;
}
div.menu ul.group li{
	border-bottom:#E3E3E3 solid 1px;
	padding-bottom:12px;
	padding-top:3px;
	margin-bottom:9px;
}
div.menu ul.group li a{
	padding-left:23px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	display:block;
}
div.menu ul.group li a:hover{
	text-decoration:underline;
	color:#035D88;
}
div.menu ul.menu{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px;
}
div.menu ul.menu li{
	border-bottom:#E3E3E3 solid 1px;
	padding-bottom:8px;
	padding-top:0px;
	margin-bottom:8px;
}
div.menu ul.menu li a{
	padding-left:23px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	display:block;
}
div.menu ul.menu li a:hover{
	text-decoration:underline;
	color:#035D88;
}

	
#text {
	padding-left:306px;
	}
* html #text {
	padding-left:303px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow:auto;}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}
#text div.text_cont div.main_photo {
	height:342px;
	padding-bottom:33px;
}
#text div.text_cont div.content_photo {
	height:152px;
	padding-bottom:17px;
}
#text div.text_cont div.title {
	color:#03608C;
	font-size:22px;
	border-bottom:#E4E4E4 solid 1px;
	padding-bottom:7px;
	margin-bottom:15px;
}
#text div.text_cont div.navigation_bottom {
	color:#E4E4E4;
	border-top:#E4E4E4 solid 1px;
	padding-bottom:18px;
	padding-top:15px;
	margin-top:10px;
}
#text div.text_cont div.navigation_bottom a{
	padding:0px 8px;
}
#text div.text_cont div.text_place{
	line-height:145%;
	text-align:justify;
}
#text div.text_cont div.text_place p{
	padding-bottom:10px;}


#footer {
	margin:auto;
	width:100%;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	height:68px;
}
#footer div.footer_cont {
	width:925px;
	margin:auto;
	color:#949494;
	text-align:right;
}
#footer div.footer_cont span{
	padding-top:18px;
	float:left;
}
#footer div.footer_cont img{
	vertical-align:middle;
}
/* --- sitemap --- */

div.sitemap_content {
margin-bottom:15px;}

table.sitemap img{
	border:none;
	margin:0px;
	padding:0px;
}
table.sitemap img:hover{
	border:none;
	margin:0px;
	padding:0px;
}

/*--news--*/

div.news_title {
	margin-bottom:7px;
	font-weight:bold;
}
div.news_title span{
	margin-left:10px;
	font-weight:normal;	
}
div.news_images {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:solid 1px #E3E3E3;
	padding:1px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging span{
	font-weight:bold;}

/*--forms--*/

input {
	width: 200px;
	}
select {
	width: 206px;
	}
textarea {
	width: 202px;
	}
input.checkbox {
	width:18px;
	}
table.form {
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:170px;
	padding-top:5px;
	padding-right:10px;
	text-align:left;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;
	border:#EBCCCC solid 1px;
	background-color:#FFD8D8;
	padding:3px;}
div.form_before {
	margin-bottom:15px;}
div.form_after {
	margin-top:15px;}
input.form_btn {
	background-color:#1C6DA5;
	color:#FFFFFF;
	width:auto;
	font-size:12px;
	padding: 1px 7px;
	border:none;
}

/*--gallery--*/

div.gallery_content {
	margin-bottom:15px;}
table.gallery {
	width:100%;
	margin-bottom:15px;}
table.gallery td {
	width:20%;
	text-align:center;
	vertical-align:top;
	padding-bottom:10px;}
table.gallery img {
	border:solid 1px #E3E3E3;
	padding:1px;}
table.gallery img:hover {
	border:solid 1px #C8C8C8;
	padding:1px;}
	
/*--gallery lightbox--*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;}
#imageContainer{
	padding: 10px;}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }
#imageDataContainer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%}
#imageData{padding:0 10px; color: #000;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;}	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em;}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #E3E3E3;}	

/*--search--*/

div.search_content {
	margin-bottom:10px;}
div.search_results {
	margin-top:10px;
	margin-bottom:10px;}
input.search_input {
	width: 200px;}
input.search_submit {
	width: auto;}
a.search_link {
	color:#545454;
	text-decoration:none;}
	
/*--career--*/

div.careerlist_content {
	margin-bottom:5px;}

table.career_table {
	width:100%;
	}
table.career_table th{
	vertical-align:top;
	padding-right:10px;
	padding-bottom:3px;
	width:100px;
	text-align:left;
	}
table.career_table td{
	padding-bottom:3px;
	text-align:left;
	}
table.career_table td.label{
	font-weight:bold;
	}

/*--gallery of gals--*/

div.gallery_title {
	font-size:15px;
	border-bottom:#E4E4E4 solid 1px;
	padding-bottom:7px;
	margin-bottom:15px;
	}
	
/*--components--*/
 
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}