body {
	background: #fff url(../img/bg.png) repeat-x left top;
}

/* container */
#mainContainer {
	margin: 0 auto -44px;
	min-height: 100%;
	height: auto;
	height: 100%;
	position: relative;
}
#header {
	margin-bottom: 10px;
}
#footer {
	position: relative;
}
#container2 {
	width: auto;
}

#leftBar {
	padding-top: 10px;
}
#container2 #leftBar {
	padding: 0;
}
#rightBar {
}
#centerBar {
}
.push {
	height: 40px;
}
#footer {
	height: 40px;
	margin: 0 auto;
}
#container2 #body {
	padding: 0;
}

/* top */
.top_image {
	height: 120px;
	overflow: hidden;
	text-align: center;
}
.top_panel {
	display: block;
	height: 35px;
	position: relative;
}
.top_panel .topButtons {
	background: #56a2c5 url(../img/top_buttons_bg.png) no-repeat left top;
	color: #b9e6fb;
	height: 35px;
	line-height: 35px;
	right: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 115px;
}
.topButtons a {
	color: #fff;
	text-decoration: none;
}
.topButtons a.active, .topButtons a:hover {
	color: #164e68;
	text-decoration: underline;
}

/* menu */
.menuTop {
	width: 100%;
}
.menuTop ul {
	margin: 0 120px 0 0;
	padding: 0;
	text-align: right;
}
.menuTop ul li {
	border-left: 1px solid #d1d1d1;
	display: inline;
}
.menuTop ul li ul {
	background: #6395c1;
	border: 1px #165493 solid;
	left: 15px !important;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.menuTop ul li ul li {
	height: auto;
	margin: 0;
	white-space: nowrap;
}
.menuTop ul li a {
	background: url(../img/menu_top_bg.png) no-repeat left top;
	color: #868686;
	display: inline-block;
	font-size: 12px;
	margin: 0 20px 0 10px;
	padding-top: 10px;
	text-decoration: none;
}
.menuTop ul li a.active, .menuTop ul li a:hover {
	color: #007fc1;
	text-decoration: none;
}
.menuTop ul ul li a {
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	height: auto;
	padding: 4px;
	text-transform: none;
}
.menuTop ul ul li a.active, .menuTop ul ul li a:hover {
	background: none;
}

.menuLeft {
	background: #c7c7c7 url(../img/menu_left_bg.png) repeat-y left top;
}
.menuLeft .top {
	background: url(../img/menu_left_top.png) no-repeat right top;
	height: 4px;
	margin-bottom: 5px;
}
.menuLeft .bottom {
	background: url(../img/menu_left_bottom.png) no-repeat right top;
	height: 4px;
	margin-top: 5px;
}
.menuLeft ul li {
	background: url(../img/menu_left_li.png) no-repeat 0 9px;
	font-weight: bold;
	margin-left: 10px;
	padding: 5px 10px;
}
.menuLeft ul li a {
	color: #fff;
	text-decoration: none;
}
.menuLeft ul li a.active, .menuLeft ul li a:hover {
	color: #6c6c6c;
	text-decoration: none;
}
.menuLeftShadow {
	background: url(../img/menu_left_shadow.png) no-repeat right top;
	height: 7px;
}

.menuBottom {
	border-top: 3px solid #868686;
	margin-left: 260px;
	position: relative;
	width: auto;
}
.menuBottom ul {
	margin: 12px 0 0 0;
	padding: 0;
	text-align: center;
}
.menuBottom ul li {
	display: inline;
}
.menuBottom ul li a {
	color: #868686;
	display: inline-block;
	font-size: 11px;
	padding: 0 12px;
	text-decoration: none;
}
.menuBottom ul li a.active, .menuBottom ul li a:hover {
	text-decoration: underline;
}

/* blocks */
.blocks .title {
	background: url(../img/title.png) no-repeat 0 8px;
	padding-left: 12px;
}
.blocks .title h1,
.blocks .title h2,
.blocks .title h3,
.blocks .title h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

/* list */
.list .row {
	margin-bottom: 10px;
}
.list .row .text {
	padding: 0;
}
.list .row .date {
	background: #64a300;
	color: #fff;
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 10px;
}
.list .row .intro {
	text-align: justify;
}
.list .row .title {
	background: none;
	padding: 0;
	margin-bottom: 2px;
}
.list .row .title h4 {
	font-size: 11px;
	margin: 0;
}
.list .row .title h4 a {
	text-decoration: underline;
}
.list .row .title h4 a:hover {
	color: #64a300;
}

/* poll */
.poll .title {
	border: none;
	margin-bottom: 4px;
	padding: 0;
}
.poll .title h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.poll .count {
	color: #0460a7;
}
.poll .count .percent {
	color: #13a017;
}
.poll .result {
	background: #ccc;
}
.poll .result .vote {
	background: #990000;
}

/* search */
.search .form {
	background: #fff;
	border: solid #ccc 1px;
	margin-right: 5px;
	width: 150px;
}
.search .button {
	background: #ededed;
	border: solid #ccc 1px;
	color: #000;
}
.search .button:hover {
	color: #990000;
}

/* other */
#footer .copyright {
	color: #868686;
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 250px;
}
.copyright a {
	color:#7b7b7b;
	text-decoration: none;
}
.copyright a:hover {
	color: #7b7b7b;
	text-decoration: underline;
}
