/* menu */
.menu {
	height: 32px;
	background-image: url(../img/menu_bg.gif);
	background-color: #d5d5d4;
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	display: block;
}
.menu span {
	text-align: center;
	display: block;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
}
.menu ul li {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 12px 0 19px;
	background-image: url(../img/menu_li.gif);
	background-repeat: no-repeat;
	background-position: 0% 12px;
	float: left;
}
.menu ul li a {
	color: #2d4c68;
	text-decoration: none;
	padding: 9px 0 10px 0;
	display: block;
}
.menu ul li a:hover, .menu ul li a:active {
	color: #797979;
	text-decoration: none;
	display: block;
}

/* blocks */
.block {
	display: block;
	margin-bottom: 30px;
}
.block .title {
	height: 40px;
	color: #007cc3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-transform: uppercase;
	padding: 7px 0 0 35px;
	margin-bottom: 15px;
	display: block;
}
.block .text {
	padding: 0px 20px 0px 20px;
	display: block;
}
.block .more {
	text-align: right;
	margin-top: 4px;
}
.block .more a {
	color: #005ecd;
	text-decoration: underline;
}
.block a {
	color: #2b90ae;
	text-decoration: underline;
}
.block a:hover {
	color: #0095f3;
}

/* search */
.block .search {
	width: 200px;
	height: 57px;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	top: -30px;
	margin-bottom: -20px;
}
.block .search .searchForm {
	border: 0px;
	background-color: transparent;
	position: relative;
	top: 33px;	
	left: 4px;
}
.blockEmpty {
	margin: 0px 20px 10px 20px;
}

/* news */
.news {
	width: 100%;
	border-bottom: solid #2f88db 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
}
.news .row {
	display: table-row;
	float: none;
}
.news .newsIcon {
	width: 70px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px; 
	display: table-cell;
	float: left;
}
.news .newsIcon img {
	border: solid #d9f1ff 1px;
}
.news .newsText {
	vertical-align: top;
	display: table-cell;
}
.news .newsDate {
	color: #94d6fd;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	float: none;
}
/*.news .newsTitle {
	display: table-row;
}
.news .newsTitle a {
	color: #005f9f;
	text-decoration: underline;
}*/
.news .newsLink {
	text-align: right;
	margin-top: 4px;
	display: block;
}
.news .newsLink a {
	color: #94d6fd;
	text-decoration: underline;
}
.news a {
	color: #94d6fd;
	text-decoration: underline;
}
.news a:hover {
	color: #d9f1ff;
}

/* partners */
.partners {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
.partners .tr1 td {
	background-color: #ffffff;
	padding: 10px 4px 10px 4px;
}
.partners .tr2 td {
	background-color: #fdf2d6;
	padding: 4px;
}
.partners td.logo {
	width: 1px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	vertical-align: middle;
}

/* top navigate */
.navigate {
	color: #b8b8b8;
	font-size: 10px;
	background-image: url(../img/ico_home.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 15px; 
	margin: 0px 15px 15px 15px
}
.navigate a {
	color: #888888;
	text-decoration: none;
}
.navigate a:hover {
	text-decoration: underline;
}

/* banners */
.banner {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}