@CHARSET "UTF-8";

body,table,div,ul,li,form {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #767676;
}

body {
	background: #fff url(../images/page_bg.png) repeat-y top center;
}

img {
	border: none;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #3660B2;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #fff;
}

.clear {
	clear: both;
}

/********************** Structure */
.wrapper {
	width: 100%;
	position: relative;
	text-align: center;
}

.wrapper .page {
	width: 961px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color: #EBEBEB;
	overflow: hidden;
}

.wrapper .page .width {
	margin: 0 auto;
	width: 954px;
	background-color: #fff;
}

/* Header */
.header {
	position: relative;
	height: 165px;
	margin: 0 auto;
	background: transparent url(../images/header_bg.png) no-repeat left center;
}

.header h1 {
	font-family: Arial;
	position: absolute;
	top: 55px;
	left: 760px;
	font-size: 21px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.header h1 a {
	text-decoration: none;
	color: #fff;
}

.header a.link {
	position: absolute;
	display: block;
	top: 35px;
	right: 0px;
	width: 225px;
	height: 113px;
	cursor: pointer;
	z-index: 1000;
}

.header span {
	font-size: 0.8em;
}

.header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	top: 5px;
	right: 5px;
}

.header ul li {
	float: left;
}

.header ul li a {
	display: block;
	width: 25px;
	height: 20px;
}

.header ul li a.map {
	background: transparent url(../images/icon_map.gif) no-repeat center center;
}

.header ul li a.contact {
	background: transparent url(../images/icon_contact.gif) no-repeat center center;
}

/* Menu top */
.menu-top {
	position: relative;
	height: 37px;
	margin: 0 auto;
	background: transparent url(../images/menu_top_bg.png) no-repeat left center;
}

.menu-top ul {
	font-family: Arial;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-top ul li {
	float: left;
	background: transparent url(../images/menu_top_separator.png) no-repeat right center;
	margin: 0;
	padding: 0;
}

.menu-top ul li a {
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 37px;
	margin: 0 8px 0 3px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.menu-top ul li a span.left-anchor {
	display: block;
	height: 37px;
	width: 7px;
	float: left;
	background: transparent;
}

.menu-top ul li a span.center-anchor {
	display: block;
	line-height: 37px;
	padding: 0;
	float: left;
	background: transparent;
}

.menu-top ul li a span.right-anchor {
	display: block;
	height: 37px;
	width: 7px;
	float: left;
	background: transparent;
}

.menu-top ul li a:hover {
	text-decoration: none;
}

.menu-top ul li a:hover span.left-anchor {
	background: transparent url(../images/menu_top_hover_left.png) no-repeat left center;
}

.menu-top ul li a:hover span.center-anchor {
	background: transparent url(../images/menu_top_hover_center.png) repeat-x left center;
}

.menu-top ul li a:hover span.right-anchor {
	background: transparent url(../images/menu_top_hover_right.png) no-repeat left center;
}

.menu-top div {
	position: absolute;
	top: 7px;
	right: 30px;
}

.menu-top div input.text {
	background: transparent url(../images/search_box_bg.png) no-repeat center center;
	width: 153px;
	height: 16px;
	border: none;
	padding: 3px 2px;
	font-size: 11px;
	color: #6E6E6E;
	text-align: center;
}

.menu-top div input.submit {
	border: none;
	background: transparent url(../images/search_box_submit.png) no-repeat top right;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	width: 42px;
	padding: 0 6px 0 0;
	margin: 0;
	line-height: 20px;
	height: 20px;
}

/* Info */
.info {
	position: relative;
	height: 30px;
	font-family: Verdana;
	font-size: 9px;
}

.info ul,
.info div {
	top: 8px;
}

.info ul {
	position: absolute;
	left: 10px;
	list-style: none;
	background: transparent url(../images/info_home.png) no-repeat center left;
	padding: 0 0 0 10px;
	margin: 0;
	overflow: hidden;
}

.info ul li {
	float: left;
	background: transparent url(../images/breadcrump_separator.png) no-repeat center right;
	margin: 0;
	padding: 0 10px 0 5px;
	text-transform: lowercase;
}

.info ul li.last {
	background: none;
}

.info ul li.active {
	font-weight: bold;
}

.info ul li a {
	color: #838383;
}

.info ul li.first {
	background: none;
}

.info div {
	position: absolute;
	right: 15px;
	color: #767676;
}

/* Content structure */
.middle {
	overflow: hidden;
}

.middle .left {
	float: left;
	width: 215px;
}

.middle .center {
	float: left;
	width: 522px;
}

.middle .right {
	float: left;
	width: 212px;
	padding-left: 4px;
}

a#pool-result,
input#pool-vote,
a.more-absolute {
	position: absolute;
	display: block;
	bottom: 0px;
	color: #fff;
	font-size: 10px;
}

div.more-absolute-container {
	position: relative;
	height: 19px;
	background: transparent url(../images/bg_dot.png) repeat-x left top;
	margin: 10px 0;
}

a.more-absolute { 
	right: 0;
	background: transparent url(../images/box_a.png) no-repeat left bottom;
	width: 51px; /* 57px */
	height: 16px; /* 18px */
	padding: 2px 0 0 9px;
}

a#pool-result {
	left: 0;
	background: transparent url(../images/pool_result.png) no-repeat left bottom;
	width: 51px; /* 57px */
	height: 16px; /* 18px */
	padding: 2px 0 0 6px;
}

input#pool-vote {
	right: 0;
	color: #fff;
	font-size: 10px;
	width: 57px; /* 57px */
	height: 18px; /* 18px */
	padding: 0 10px 6px 0;
	line-height: 18px;
	background: transparent url(../images/pool_vote.png) no-repeat left bottom;
	border: none;
	line-height: 18px;
}

/* Box */
.middle .box {
	margin-bottom: 5px;
}

.middle .box p {
	padding: 0;
	margin: 0;
	line-height: 1.7em;
}

.middle .box h1 {
	background: transparent url(../images/box_h1_bg.png) no-repeat left top;
	width: 201px; /* 213px */
	height: 28px;
	padding: 0 0 0 12px;
	margin: 0;
	line-height: 28px;
	font-size: 12px;
}

.middle .box .box-middle {
	width: 213px;
	background: transparent url(../images/box_middle_top_bg.png) no-repeat left top;
}

.middle .box .box-middle .box-middle-inner {
	position: relative;
	margin: 0;
	padding: 10px 10px 25px 10px;
	background: transparent url(../images/box_middle_bottom_bg.png) no-repeat left bottom;
}

/* Round image */
.round-image {
	display: block;
	position: relative;
	padding: 8px;
	margin: 0 auto;
	width: 142px;
	background-color: #E2E2E2;
}

.round-image .corner1,
.round-image .corner2,
.round-image .corner3,
.round-image .corner4 {
	position: absolute;
	width: 8px;
	height: 8px;
}

.round-image .corner1 {
	background-image: url(../images/img_corner1.png);
	top: 0;
	left: 0;
}

.round-image .corner2 {
	background-image: url(../images/img_corner2.png);
	top: 0;
	right: 0;
}

.round-image .corner3 {
	background-image: url(../images/img_corner3.png);
	bottom: 0;
	right: 0;
}

.round-image .corner4 {
	background-image: url(../images/img_corner4.png);
	left: 0;
	bottom: 0;
}

/* Buttons */
.buttons {
	margin: 20px 0;
}

.buttons img {
	display: block;
	margin: 20px auto;
}

/* Menu */
div.menu-page ul {
	margin: 5px 0 0 10px;
	padding: 0;
	width: 200px;
	overflow: hidden;
	list-style: none;
}

div.menu-page ul li {
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	background: transparent url(../images/menu_page_bg.png) top left repeat-x;
}

div.menu-page ul li.first {
	background: none;
}

div.menu-page ul li ul {
	margin: 0;
	padding: 0;
}

div.menu-page ul li ul li {
	padding: 10px 0 0 30px;
	margin: 0 -11px 0 -11px;
}

div.menu-page ul li ul li.first {
	background: transparent url(../images/menu_page_bg.png) top left repeat-x !important;
}

div.menu-page ul li a {
	display: block;
	background: transparent url(../images/menu_page_box.png) top left no-repeat;
	padding: 0 0 10px 11px;
	font-weight: bold;
	color: #838383;
}

div.menu-page ul li ul li a {
	background: transparent url(../images/menu_page_arrow.png) top left no-repeat;
	font-weight: normal;
}

div.menu-page ul li a.selected {
	color: #ff0000;
}

div.menu-page ul li ul li a.selected {
	background: transparent url(../images/menu_page_arrow_active.png) top left no-repeat;
}

/* Center */
.middle .center h1 {
	background: transparent url(../images/center_h1_bg.png) no-repeat left top;
	width: 509px; /* 511px */
	height: 28px;
	padding: 0 0 0 12px;
	margin: 0;
	line-height: 28px;
	font-size: 12px;
	position: relative;
}

.middle .center h1 span {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 8px;
}

/* News list and news grid */
ul.news-list {
	margin: 0 0 9px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div.news-grid {
	padding: 3px 1px;
	background: transparent url(../images/news_grid_bg.png) no-repeat left top;
}

table.gradient {
	padding: 3px 1px;
	background: transparent url(../images/table_list_top_bg.png) no-repeat center top;
}

div.news-grid table {
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
}

ul.news-list li {
	overflow: hidden;
	margin: 0 0 6px 0;
	padding: 0;
}

div.news-grid table td {
	padding: 0 0 5px 0;
	margin: 10px 0;
	width: 256px;
	background: transparent url(../images/news_grid_top_bg.png) no-repeat left top;
	vertical-align: top;
}

ul.news-list li p:first-child,
div.news-grid table td p:first-child {
	display:inline;
	padding:0px;
	margin:0px;
}

div.news-grid table td.odd {
	margin-right: 2px;
}

div.news-grid table td div.news-inner {
	width: 226px;
}

ul.news-list li {
	background: transparent url(../images/news_list_top_bg.png) no-repeat left top;
}

div.news-grid table td div.news-inner,
ul.news-list li div.news-inner {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 10px 15px 25px 15px;
}

div.news-grid table td div.news-inner {
	padding: 10px 15px 25px 15px;
}

ul.news-list li div.news-inner {
	padding: 15px 15px 25px 15px;
}

div.news-grid table td div.news-inner {
	background: transparent url(../images/news_grid_bottom_bg.png) no-repeat center bottom;
}

ul.news-list li div.news-inner {
	background: transparent url(../images/news_list_bottom_bg.png) no-repeat center bottom;
}

ul.news-list li img {
	float: left;
	padding: 5px 15px 10px 0;
	zoom: 1;
	z-index: 10000;
}

div.news-grid table td img {
	float: left;
	padding: 5px 5px 0 0;
}

div.news-grid table td div.news-inner .description,
ul.news-list li div.news-inner .description {
	line-height: 1.7em;
}

div.news-grid table td h2,
ul.news-list li h2 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #eeeeee;
	color: #3965bc;
	font-size: 11px;
	line-height: 30px;
	width: 100%;
}

div.news-grid table td h2 span,
ul.news-list li h2 span {
	position: absolute;
	top: 1px;
	right: 0px;
	font-size: 9px;
	font-weight: normal;
	color: #767676;
}

/* Pool */
ul.poll-results,
ul.pool  {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.poll-results li,
ul.pool li {
	margin: 0;
	padding: 3px 0 6px 20px;
	background: transparent url(../images/bg_dot.png) repeat-x left top;
	line-height: 18px;
}

li.first {
	background-image: none !important;
}

ul.pool li.last {
	border-bottom: none;
}

.pool input.radio {
	margin-left: -20px;
}

ul.poll-results li {
	padding: 0;
	margin-bottom: 1em;
}

ul.poll-results li span {
	float: right;
	color: #6d6d6d;
}

ul.poll-results li div.poll-result-bar {
	background-color: #e90000;
	height: 4px;
	line-height: 0;
	clear: right;
	font-size: 0;
}

/* Gallery list */
.gallery-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent url(../images/news_grid_bg.png) no-repeat left top;
}

.search-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-list li,
.gallery-list li {
	margin: 0 10px 30px 10px;
	padding: 0 0 10px 0;
	background: transparent url(../images/bg_dot.png) repeat-x left bottom;
	position: relative;
}

.search-list li h3,
.gallery-list li h3 {
	color: #3965bc;
	font-size: 13px;
	margin: 0;
	padding: 10px 0
}

.gallery-list li .round-image {
	float: left;
	margin: 5px 3px;
}

.search-list li .more-absolute,
.gallery-list li .more-absolute {
	bottom: -17px;
}

.search-list li .description,
.gallery-list li .description {
	clear: left;
	line-height: 1.7em;
}

.search_phrase {
	color: #fb0000;
}

.search_form div {
	padding: 0 10px;
}

.search_input {
	clear: left;
	background: transparent url(../images/search_input_bg.png) no-repeat left center;
	width: 151px;
	height: 22px;
	border: none;
	line-height: 18px;
	padding: 6px 3px;
	margin: 5px 0 0 0;
}

.search_submit {
	color: #767676;
	border: none;
	background: transparent url(../images/search_submit_bg.png) no-repeat right center;
	font-size: 11px;
	line-height: 22px;
	height: 22px;
	padding-right: 3px;
	padding-left: 0;
	margin: 0;
}

/* Gallery */
.gallery {
	display: block;
	padding: 10px 10px 0 10px !important;
	overflow: hidden;
	margin-left: 10px;
	background: transparent url(../images/bg_dot.png) repeat-x left top;
	width: 480px !important;
}

.gallery table {
	padding: 0;
	margin: 0;
}

.gallery table td {
	text-align: center;
	padding: 5px 0 0 0;
}

/* Paginator */
div.paginator {
	text-align: center;
	position: relative;
	background: transparent url(../images/bg_dot.png) repeat-x left top;
	padding-top: 12px;
	margin: 0 10px;
}

div.paginator ul {
	display: block;
	margin: 0 auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.paginator ul li {
	border: 1px solid #a0a0a0;
	padding: 2px 4px;
	margin: 1px;
	display: inline;
}

div.paginator ul li a {
	margin: 0;
	padding: 0 0 0 0;
}

div.paginator ul li.selected {
	background-color: #a0a0a0;
}

div.paginator ul li.selected a {
	color: #fff;
}

div.paginator ul li a {
	color: #9d9d9d;
}

div.paginator a.previous,
div.paginator a.next {
	position: absolute;
	top: 10px;
	width: 84px;
	height: 17px;
	color: #fff;
	padding-top: 2px;
	font-size: 11px;
}

div.paginator a.previous {
	background: transparent url(../images/paginator_previous.png) no-repeat left center;
	left: 0px;
}

div.paginator a.next {
	background: transparent url(../images/paginator_next.png) no-repeat right center;
	right: 0px;
}

/* Content */
.content {
	padding: 10px;
	background: transparent url(../images/news_grid_bg.png) no-repeat left top;
	line-height: 1.7em;
	width: 500px;
	display: block;
	overflow: hidden;
}

.content p {
	line-height: 1.7em;
}

.content .news-photo {
	float: left;
	padding: 5px 10px 7px 0;
}

.content ul {
	padding: 10px 0 0 20px;
}

/* Sidebar */
.sidebar {
	background: transparent url(../images/bg_dot.png) repeat-x left top;
	padding: 5px 0;
	margin: 10px;
}

.sidebar a {
	color: #767676;
}

.sidebar .back {
	float: left;
	background: transparent url(../images/icon_back.png) no-repeat left center;
	padding-left: 18px;
}

.sidebar .print {
	float: right;
	background: transparent url(../images/icon_print.png) no-repeat right center;
	padding-right: 20px;
}

/* Footer */
.footer {
	height: 20px;
	border-top: 1px solid #FF0000;
	padding: 10px;
	position: relative;
}

.footer a {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #767676;
}

.no-bg {
	background: none !important;
}

.a-right {
	text-align: right;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.margin-left-right {
	margin: 0 10px;
}

.red {
	color: red !important;
}

.black {
	color: #000 !important;
}

