body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #0f3053 url(../images/design/mainbg.jpg) repeat-x;
	color: #333;
	}

a {
	color:#0079c2;
	}

form {
	margin:0;
	padding:0;
	}

a:href {
	color:#0ba3e2;
	}

img {
	border: 0;
	}

#container {
	width: 765px;
	margin: 5px auto 0 auto;
	vertical-align: top;
	background: url(../images/design/white.jpg) repeat-x;
	}

/* === headpart === */

#headpart {
	height: 131px;
	width: auto;
	background: url(../images/design/header_bg.jpg) no-repeat;
	}

#headpart ul {
	margin:0;
	padding:0;
	}

#headpart ul li {
	margin: 45px 0 0 0;
	padding:0;
	float: left;
	display:block;
	}
	
#headpart ul li.logo {
	margin: 0;
	}

#headpart ul li a{
	padding: 0 0 1px 0;
	}

/* === bodypart === */

#bodypart {
	background: url(../images/design/mainpart_home.jpg) no-repeat;
	min-height: 523px;
	_height: 523px;

	margin:0;
	padding:0;
	}

.box1, .box2 {
	width: 375px;
	float: left;
	margin: 20px 0 0 5px !important;
	margin/**/: 20px 0 0 3px;
	background: url(../images/design/whitebox.jpg) no-repeat;

	}

	
.boxcontent1 {
	background: url(../images/design/box_body_top.png) top center no-repeat !important;
	}
	
.boxcontent2 {
	background: url(../images/design/box_body_bot.jpg) bottom center no-repeat !important;
	min-height: 125px;
	_height: 125px;
	padding: 10px 15px;
	}

.box1 .boxname {}

.box2 .boxname {}

/* === footer === */

.footer .fmenu {
	color:#b0c1d8;
	width: 100%;
	text-align: center;
	font-size: 10px;
	float: left;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
	background: url(../images/design/separator.jpg) center bottom no-repeat;
	}
.footer .fmenu a {
	color:#b0c1d8;
	text-decoration: none;
	}

.footer .fmenu a:hover {
	color:#b0c1d8;
	text-decoration: underline;
	}

.footer .rights {
	width: auto;
	text-align: center;
	color:#949ea8;
	font-size: 9px;
	clear:both;
	}
	
.footer .rights a {
	color:#949ea8;
	}

	
/* === INNER === */

.innerheader {
	height: 74px;
	background: url(../images/design/innerpage_header.jpg);
	}

.innerheader .pathway {
	float: right;
	margin: 58px 10px 0 0;
	color: #7483ab;
	}

.innerheader .pathway a{
	color: #7483ab;
	text-decoration: none;
	font-size: 10px;
	}
	
.innerheader .pathway a:hover{
	color: #7483ab;
	text-decoration: underline;
	}


.bothcoll {
	background: #fff;
	float: left;
	padding: 0 0 40px 0;
	}

.leftcoll {
	width: 197px;
	float: left;
	background: url(../images/design/innermenu_bg.jpg) repeat-y;
	}

.leftcoll ul {
	margin: 0;
	padding:0;
	}

.leftcoll ul li{
	list-style: none;
overflow: hidden;
	}


.leftcoll ul li a {
	height: 22px;
	background: url(../images/design/innermenu_item.jpg) no-repeat;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 8px 0 0 30px;
	white-space: nowrap;
	}
.leftcoll ul li span {
	height: 22px;
	background: url(../images/design/innermenu_item.jpg) no-repeat;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 8px 0 0 30px;
	white-space: nowrap;
	color: #0079c2;
	}

.leftcoll ul li a:hover, .leftcoll ul li a.active {
	background: url(../images/design/innermenu_item_h.jpg) no-repeat;
	text-decoration: none;
	color: #FFF;
	}
	
.leftcoll ul li li a {
	height: 22px;
	background: url(../images/design/innermenu_item.jpg) no-repeat;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 8px 0 0 43px;
	}

.leftcoll ul li li a:hover {
	background: url(../images/design/innermenu_item2_h.jpg) no-repeat;
	text-decoration: none;
	color: #FFF;
	}
	
	.leftcoll ul li li li a {
		height: 22px;
		background: url(../images/design/innermenu_item.jpg) no-repeat;
		display: block;
		width: auto;
		text-decoration: none;
		padding: 8px 0 0 60px;
		}

	.leftcoll ul li li li a:hover {
		background: url(../images/design/innermenu_item3_h.jpg) no-repeat;
		text-decoration: none;
		color: #FFF;
		}

.leftcollbox1 {
	padding: 62px 0 0 0 ;
	background: url(../images/design/innermenu_botbox1.jpg) no-repeat top center;
	}

.leftcollbox2 {
	background: url(../images/design/innermenu_botbox2.jpg) no-repeat bottom center;
	min-height: 150px;
	_height: 150px;
	}

.leftcollbox1 h5 {
	font-size: 16px;
	color: #c19b00;
	padding: 0 0 0 25px;
	margin: 0;
	}


.leftcollbox2 ul {
	padding: 0 0 10px 0;
	}

.leftcollbox2 ul li {
	list-style: none;
	background: url(../images/design/bull_all.jpg) no-repeat 0 center;
	margin: 0 0 0 30px;
	padding: 5px 0 5px 20px;
	color: #1b5492;
	font-size: 12px;
	}
	
	.leftcollbox2 ul li.firstli {
		background: url(../images/design/bull_first.jpg) no-repeat 0 center;
		}

	.leftcollbox2 ul li.lastli {
		background: url(../images/design/bull_last.jpg) no-repeat 0 center;
		}
		



.sitemap ul li a {
	text-decoration: none;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}

.sitemap ul li{
	text-transform: uppercase;
	padding: 15px 0 5px 0;
	margin: 0;
	font-weight: bold;
}

.sitemap ul li li, .markedlist li{
	list-style: none;
	background: url(../images/design/bull_all.jpg) no-repeat 0 center;
	margin: 0;
	padding: 5px 0 5px 20px;
	color: #1b5492;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	}
	

.markedlist li{
	list-style: none;
	background: url(../images/design/bull_all.jpg) no-repeat 0 center;
	margin: 0;
	padding: 0 0 0 20px;
	color: #1b5492;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	}	


	.sitemap ul li li.firstli, .markedlist li.firstli {
		background: url(../images/design/bull_first.jpg) no-repeat 0 center;
		}

	.sitemap ul li li.lastli, .markedlist li.lastli {
		background: url(../images/design/bull_last.jpg) no-repeat 0 center;
		}

	.sitemap ul li.lastopenli, .markedlist .lastopenli {
		background: url(../images/design/bull_last.jpg) no-repeat 0 0;
		}
		
		.markedlist .lastopenli {
			background: url(../images/design/bull_last.jpg) no-repeat 0 -6px;
			}

		.markedlist .singleli {
			background: url(../images/design/bull_single.jpg) no-repeat 0 -6px;
			}
			
.rightcoll {
	width: 568px;
	float: left;
	line-height: 160%;
	}
	
.rightcollcontent {
		padding: 0 15px;
		}

.rightcoll .contantheader {
	background: url(../images/design/inner_title_bg.jpg) no-repeat;
	height: 43px;
	}

.rightcoll .contantheader img {
	margin: 1px 0 0 12px;
	}

.rightcoll h3 {
	background: url(../images/design/contenthead_bull.jpg) no-repeat 0 6px;
	font-size: 12px;
	color: #7483ab;
	}

.rightcoll h3 span {
	display: block;
	width: auto;
	background: url(../images/design/contenthead_line.jpg) repeat-x bottom;
	padding: 0 0 4px 12px;
	}

h2 {
	line-height: 140%;
	font-size: 18px;
	color:#4c86ae;
	font-weight: normal;
	border-bottom: 1px double #e4edf4;
	border-top: 1px double #e4edf4;
	padding: 6px 0;
	}

h4 {
	margin: 30px 0 0 0;
	font-size: 16px;
	padding: 0;
	line-height: 12px;
	color:#4c86ae;
	font-family: Arial, Helvetica, sans-serif;
	}

strong, b {
	color:#1d3d5f;
	}

.location {}

.location tr td{
	border-top: 1px dotted #d8dce7;
	}

.location  .firsttr td{
	border: none;
	}
	
.rightcoll .imgleft {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
.rightcoll .infobox {
	width: 284px;
	text-align: center;
	}
	
.rightcoll table {
	width: 100%;
	padding-bottom: 5px;
	background: #f0f2f7;
	border: 1px solid #d8dce7;
	text-align: left;
	}

.rightcoll table td{
	vertical-align: top;
	padding: 5px 0 0 10px;
	}

table .name{
	color: #7483ab;
	font-size: 12px;
	font-weight: bold;
	padding-right: 12px;
	}

.bigbtn {
	background: none;
	border: none;
	background: url(../images/design/button_big.jpg) no-repeat;
	width: 142px;
	height: 22px;
	color: #fff;
	margin: 6px 0 0 0;
	display: block;
	text-decoration: none;
	padding: 4px 0 0 0;
	float:left;
	}

.staff-list {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7483ab;
}

.staff-list img {
	float: left;
	margin-right: 10px;
}

.staff-list h5 {
	font-size: 12px;
	color: #7483AB;
	font-weight: bold;
	margin:0;
	padding: 0;
}

.staff-list p {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

br.clearfix {clear: both; line-height: 1px;}