/****************************************/
/*										*/
/*		Common document properties		*/
/*										*/
/****************************************/

*{
	margin: 0px;
	padding: 0px;
}

body, html{
	width: 100%;
	height: 100%;
}

h1{
	font-family: times new roman;
	font-weight: normal;
	font-size: 16pt;
	color: #00346F;
}

.screenHolder{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 990px;
	background: transparent;
	height: 1px;
	overflow: hidden;
	z-index: 1;
}

.darkBG{
	background: #00346F;
}

.lightBG{
	background: #FFFFFF;
}

.horizontal{
	width: 765px;
	margin-left: 125px;
}

.archives{
	position: absolute;
	right: 7px;
	top: 5px;
	font-size: 9pt;
	font-family: tahoma;
	font-style: italic;
}

.archives a{
	color: #00346F;
	text-decoration: none;
}

.archives a:hover{
	text-decoration: underline;
}

/****************************************/
/*										*/
/*				Center					*/
/*										*/
/****************************************/

.center{
	margin-top: -92px;
	margin-bottom: -101px;
	min-height: 100%;
}

.centerHolder{
	min-height: 468px;
	padding-left: 113px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 20px;
}

/****************************************/
/*										*/
/*				Header					*/
/*										*/
/****************************************/

.header{
	height: 92px;
	position: relative;
	z-index: 5;
}

.headerClear{
	height: 92px;
}

.header .homeLink{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 385px;
	height: 82px;
	background: url(/images/header/bg.gif) no-repeat;
}

.header .contactUsLink{
	display: block;
	position: absolute;
	left: 125px;
	top: 55px;
	width: 73px;
	height: 23px;
	line-height: 23px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
}

.header .contactUsLink a{
	color: #BFCCDB;
	text-decoration: none;
}

.header .contactUsLink a:hover{
	text-decoration: underline;
}

/* Search Form */
.header .searchForm fieldset{
	border: 0px;
}

.header .searchForm .label{
	position: absolute;
	top: 32px;
	left: 30px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #BFCCDB;
}

.header .searchForm input{
	position: absolute;
	top: 30px;
	left: 85px;
	width: 150px;
	height: 14px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 0px;
	border-bottom: 1px solid #7C7C7C;
	background: #DADAD9;
	padding-left:2px;
	font-family: tahoma;
	font-size: 8pt;
	color: #00346F;
}

.header .searchForm img{
	position: absolute;
	top: 30px;
	left: 230px;
	cursor: pointer;
}

/****************************************/
/*										*/
/*				Footer					*/
/*										*/
/****************************************/

.footer{
	height: 101px;
	position: relative;
	z-index: 5;
}

.footerClear{
	height: 101px;
}

.footer ul{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	bottom: 0px;
	width: 600px;
}

.footer ul li{
	display: block;
	list-style: none;
	float: left;
	color: #BFCCDB;
	font-family: tahoma;
	font-size: 8pt;
	padding-left: 25px;
	padding-right: 25px;
	height: 28px;
	line-height: 28px;
}

.footer .innerList li{
	color: #616360;
}

/****************************************/
/*										*/
/*				Menu					*/
/*										*/
/****************************************/

.menu{
	display: block;
	position: absolute;
	left: 0px;
	top: 92px;
	width: 125px;
}

.menu .item{
	position: relative;
	display: block;
	list-style: none;
	padding-left: 35px;
	padding-right: 6px;
	width: 84px;
	font-family: tahoma;
	font-size: 10.5pt;
	color: #BFCCDB;
	font-weight: 600;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
}

.menu .on{
	background: #00244D;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.menu .off{
	border-top: 2px solid #00346F;
	border-bottom: 2px solid #00346F;
}

.menu .item .submenu{
	display: none;
}

.menu .item:hover .submenu{
	display: block;
}

.menu .off:hover{
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.menu .item a{
	color: #BFCCDB;
	text-decoration: none;
}

/* Submenu */

.submenu{
	position: absolute;
	left: 125px;
	top: 10px;
	text-align: left;
	height: auto;
	padding: 0px;
	font-weight: bold;
}

.submenu .subitem{
	background: #FFFFFF;
	padding-left: 7px;
	width: 99px;
	font-family: tahoma;
	font-size: 8pt;
	color: #00346F;
	padding-bottom: 3px;
	padding-top: 3px;
}

.submenu .on{
	background: url(/images/menu/subbg.gif) no-repeat 3px 10px;
}

.submenu .off{
	border: 0px;
}

.submenu .off:hover{
	border: 0px;
}

.submenu a{
	color: #00346F !important;
	text-decoration: none;
}

.submenu a:hover{
	text-decoration: underline;
}

/****************************************/
/*										*/
/*				Content					*/
/*										*/
/****************************************/

.imgBlock{
	position: relative;
	height: 202px;
}

.imgBlock .imgLeft{
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgBlock .imgRight{
	position: absolute;
	left: 271px;
	top: 0px;
}

.textBlock{
	padding-top: 12px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.textBlock p{
	font-style: italic;
	color: #00346F;
	font-size: 9pt;
	font-family: verdana, gill sans, comic sans ms;
	padding-top: 3px;
	padding-bottom: 3px;
}

.newsBlock{
	border-top: 1px solid #16363E;
	position: relative;
	min-height: 30px;
	padding-left: 125px;
}

.newsBlock .head{
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px solid #16363E;
	width: 110px;
	height: 23px;
	line-height: 23px;
	padding-top: 5px;
}

.newsItem{
	font-family: tahoma;
	font-size: 8pt;
	padding-bottom: 10px;
	font-style: normal;
}

.newsItem .newsDate{
	float: left;
	width: 54px;
	font-size: 9pt;
	font-weight: bold;
	color: #616360;
	height: 23px;
	line-height: 23px;
}

.newsItem .newsLink{
	display: block;
	margin-left: 65px;
	width:350px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
	font-weight: bold;
}

.newsItem .newsSummary{
	padding-top: 5px;
	margin-left: 65px;
	width:350px;
}

.newsLink a{
	color: #616360;
}

.newsLink a:hover{
	color: #00346F;
}

.reportBlock{
	border-top: 1px solid #16363E;
	position: relative;
	min-height: 30px;
	padding-left: 125px;
}

.reportBlock .head{
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px solid #16363E;
	width: 110px;
	height: 23px;
	line-height: 23px;
	padding-top: 5px;
}

.reportItem{
	font-family: tahoma;
	font-size: 8pt;
	padding-bottom: 10px;
	font-style: normal;
}

.reportItem .reportDate{
	width: 54px;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	color: #616360;
	height: 23px;
	line-height: 23px;
}

.reportItem .reportLink{
	display: block;
	padding-top: 5px;
	height: 15px;
	font-weight: bold;
}

.reportLink a{
	color: #616360;
}

.reportLink a:hover{
	color: #00346F;
}

/* Inner blocks */

.imgSummaryBlock{
	position: relative;
	padding-top: 180px;
	padding-left: 0px;
	padding-right: 174px;
	padding-bottom: 20px;
	color: #00346F;
	font-size: 9pt;
	font-family: verdana, gill sans, comic sans ms;
}

.imgSummaryBlock h1{
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 20px;
	font-size: 18pt;
	margin-left: -2px;
}

.imgSummaryBlock .imgLeft{
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgSummaryBlock .imgRight{
	position: absolute;
	left: 271px;
	top: 0px;
}

.imgSummaryBlock p{
	color: #00346F;
	font-size: 9pt;
	font-family: verdana, gill sans, comic sans ms, arial;
	padding-top: 3px;
	padding-bottom: 3px;
}

.imgSummaryBlock ul{
	padding-left: 40px;
}

.imgSummaryBlock li{
	list-style: square;
}

.imgSummaryBlock li a{
	color: #00346F;
}

.imgSummaryBlock li a:hover{
	color: #616360;
}

.innerTextBlock{
	margin-left: -1px;
	padding-left: 120px;
	padding-top: 5px;
	position: relative;
	border-top: 1px solid #16363E;
	color: #616360;
	font-size: 9pt;
	font-family: verdana, gill sans, comic sans ms, arial;
}

.innerTextBlock .palka{
	position: absolute;
	height: 23px;
	width: 1px;
	background: #16363E;
	left: 101px;
	top: 0px;
}

.innerTextBlock p{
	color: #616360;
	font-size: 9pt;
	font-family: verdana, gill sans, comic sans ms, arial;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 460px;
}

.innerTextBlock h1{
	color: #616360;
	font-size: 9pt;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 3px;
	font-style: normal;
	padding-top: 20px;
}

.innerTextBlock h1.upper{
	text-transform: uppercase;
}

.innerTextBlock ul{
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: square;
}

.innerTextBlock li{
	list-style: square;
	color: #616360;
	font-size: 9pt;
	font-family: verdana,gill sans, comic sans ms, arial;
}

.innerTextBlock a{
	color: #616360;
}

.innerTextBlock a:hover{
	color: #00346F;
}

/* Photo list */
.photoImg{
	width: 80px;
	text-align: center;
	float: left;
}

.photoImg img{
	border: 0px;
	margin-top: 15px;
}

.photoDesc{
	margin-left: 80px;
}

.photoDesc p{
	width: 300px;
}

.photoClear{
	clear: both;
}

/* Client list */
.clientList{
	width: 100%;
}

.clientList .img{
	width: 130px;
	text-align: center;
	padding: 5px;
}

.clientList .img img{
	width: 120px;
}

.clientList .desc{
	padding: 5px;
}

.contactList{
	width: 100%;
}

.contactList td{
	width: 50%;
	padding: 5px;
	vertical-align: top;
}

.contactList .name{
	font-weight: bold;
	font-style: normal;
	font-family: tahoma;
}