ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body {
	font-size: 10pt;
	font-family:"Arial";
	color:#333;
	background:url(images/bg_body.gif);
}

a {	color:#0290BE; }
a:hover{ text-decoration:none; }
p { margin-bottom:10px; }

#page {
	margin:0 auto;
	width:965px;
	padding:0 9px 0 13px;
	background:url(images/main_bg_m.png);
}
#header {
	height:256px;
}
#header_logo{
	display:block;
	float:left;
	/*width: 241px;*/
	width:310px;
	height:256px;
	background:#FFF url(images/logo.gif) no-repeat center center;
}
#top_bar { 
	float:left; 
	width:465px;
	padding:15px 20px 20px 20px;
	background:#EBF3F5;
	border-bottom:1px #1196C1 solid;
	color:#0290BE;
	font-size:14px;
}
.topbarlinks {
	float:right;
	width:110px;
	height:16px;
	overflow:hidden;
	padding:15px 20px 20px 20px;
	background:#EBF3F5;
	border-bottom:1px #1196C1 solid;
}
.topbarlinks li{
	list-style: none;
	float:left;
	background:url(images/icon_divider.gif) no-repeat center right;
	padding:0 10px;
}
.topbarlinks li.last{ background:none; }
.topbarlinks li a.t_home{ display:block; width:14px; height:14px; background: url(images/icon_home.gif); }
.topbarlinks li a.t_search{ display:block; width:14px; height:14px; background: url(images/icon_search.gif); }
.topbarlinks li a.t_contacts{ display:block; width:14px; height:14px; background: url(images/icon_contacts.gif); }
#slideshow {
	float:left;
	overflow:hidden;
	width:655px;
	height:204px;
}

#content {
	float:right;
	width:655px;
}
#content h2{
	background:#10445A;
	padding:14px;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	/*font-style: italic;*/
}
#content h2 a{ color:#FFF; }
.entry {
	padding:20px;
}
#sidebar {
	float:right;
	/*width:250px;*/
	width:310px;
	background:#0290BE;
}

#sidebar ul a { color:#FFF; font-size:14px; margin-right:10px; }
#sidebar ul li.page_item {
	list-style:none;
	background:url(images/menu_bg.gif) no-repeat;
	text-align:right;
	padding:14px 0 15px 0;
}
#sidebar ul li.current_page_item{ background:url(images/menu_bg_active.gif) no-repeat; }
#sidebar li.page_item ul li.current_page_item{ font-weight:bold; }
 
#sidebar li.page_item ul {
	margin-top:14px;
	margin-bottom:-15px;
}
#sidebar li.page_item ul li.page_item  {
	background:#13A2CF;
	padding:5px 0 8px 0;
}
#sidebar li.page_item ul li.page_item a {
	font-size:12px;
}
#sidebar .information {
	background:url(images/infoblock.jpg) no-repeat;
	height:180px;
	padding:60px 20px;
	color:#FFF;
	font-size:14px;
	line-height: 140%;
}

#footer {
	clear:both;
	margin:0 auto;
	width:965px;
	padding:0 9px 0 13px;
	height:14px;
	background:url(images/main_bg_b.png);
}
.powered_by {
	display:block;
	width:960px;
	font-size:11px;
	margin:0 auto 5px;	
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */ 
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */ 

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.sp {
	font-size:8px;
	margin:0 auto;
	padding:0 9px 0 13px;
	width:945px;
	color:#999;
}

