* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: top left;
	color: #444;
}
#content #contpost ul {
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	line-height:14px;
	padding-left:20px;
}

#content ul, #content ul p {
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	
}
.breadcrumb {
	color:#686868;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	margin-left:40px;

}
.breadcrumb a {
	color:#686868;
	font-size:11px;
	font-weight:bold;
}
hr {
	border:1px solid #ccc;
	margin-bottom:20px;
}
tbody {
  border-top:none;
}
td {
	padding:0;
	margin:0;
}
img {
	vertical-align: baseline;
	border: 0;
	
}
#mission {
	display:none;
}
p {
	margin: 0 0 1.4em 0;
	font-size: 14px;
	line-height: 18px;
}
.post div  {
	font-size: 14px;
	line-height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a {
	color: #003479;
	text-decoration: none;
	font-size:14px;
}

a:hover {
	text-decoration:underline;
}

h2.page-title {
	margin: 0 0 .5em 0;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 1076px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background:#fff;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper table {
	margin-top:0px;
}

/* ------------------------------------------ [ Header ] */

#header-wrapper {
	clear: both;
	
}

#header-front {
	background: url(images/head_front_bg.jpg) left top no-repeat;
	height:419px;
	padding:0;
	margin:0;
	width:792px;
}

#header {
	margin: 0;
	padding: 0;
	background: url(images/head_bg.jpg) left top no-repeat;
	height:122px;
}

#header h1 {
	font-size: 16px;
	font-weight: normal;
}



#nav {
	margin: 0 0 15px 3px;
	padding: 15px 0 0 0;
	background: transparent url("images/l.gif") no-repeat left top;
	height: 1%;
	clear: both;
}

#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Son of Suckerfish Dropdowns: http://htmldog.com/articles/suckerfish/dropdowns/ */

#nav ul {
	list-style-type: none;
}

#nav li {
	margin-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	float: left;
}

#nav li.current_page_item a {
	font-weight: bold;
	color: #333;
}

#nav li a {
	display: block;
	border: 0 none;
	color: #555;
}

#nav li a:hover {
	color: #21759B;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li {
	font-size: 11px;
}

#nav li.current_page_item ul li a {
	font-weight: normal;
}

#nav li ul li a {
	border-bottom: 1px dotted #ccc;
}

/* ----------------------------------------- [ Content ] */

#content {
	width: 782px;
	float: left;
	padding-left:10px;
	
}

/* Post */

.post {
	margin-left: 20px;
	margin-right:40px;
	margin-bottom:80px;
}

.post:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post h1, .post h2 {
	margin: 2em 0 .5em 0;
	font-size: 16px;
	color: #333;
}

.post h3 {
	margin: 2em 0 .5em 0;
	font-size: 15px;
	color: #333;
}

.post h4,
.post h5,
.post h6 {
	margin: 2em 0 .5em 0;
	font-size: 14px;
	color: #333;
}

.post table {
	font-size: 12px;
	line-height: 14px;
	border-collapse: collapse;
	border-color:#ccc;
	margin:10px;
	text-align: center;
	width:740px;
}

.post table th {
	padding: 5px 0;
	text-align: center;
	border:1px solid #ccc;
}

.post table td {
	padding: 5px 0;
	border:1px solid #ccc;
}

.post table tr {
	border-bottom: 1px solid #ccc;
}

.post dl {
	margin: 0 0 1.4em 0;
}

.post dt {
	margin-top: 1.4em;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.post dt:first-child {
	margin: 0;
}

.post dd {
	font-size: 12px;
	line-height: 14px;
}

.post ul,
.post ol {
	margin: 0 0 1.4em 0;
}

.post li {
	font-size: 14px;
	line-height: 16px;
}

.post li ul,
.post li ol {
	margin-left: 15px;
}

.post address {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 1.4em 0;
}

.post abbr,
.post acronym {
	border-bottom: 1px dotted #ccc;
}

.post code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.post pre {
	margin: 0 0 1.4em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.post kbd,
.post tt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.post var {
	color: #892E12;
}

/* Hack to make the 'Div and Span Tests' unit test look better */
div.myclass strong { 
	font-size: 12px;
	line-height: 14px;
}

.post blockquote {
	margin-left: 30px;
	padding-left: 15px;
	border-left: 2px solid #999;
}

.post img {
	/*max-width: 500px;*/
	margin-left:10px;
	margin-bottom:0px;
	margin-right:10px;
	margin-top:10px;
	border:none;
	background: #fff;
}
#contpost .post p img {
	max-width: 300px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	margin-right:10px;
	margin-top:10px;
	border:none;
	padding:none;
	background: #fff;
}
#contpost .post-header h2 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:13px;
	margin-top:10px;
	text-align:right;
}
.post-header h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	margin-top:10px;
	margin-bottom:13px;
	margin-left:20px;
}
.post-header h2 a {
	border: 0 none;
	color: #333;
}

.post-header h3 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.post-header h3 a {
	border: 0 none;
	color: #333;
}

.post-header p {
	font-size:9px;
	color: #999;
}
.post-header p a {
	font-size:9px;
	color: #999;
}
.post-meta {
	padding: 0px 0 0px 20px;
	clear: both;
	font-size:12px;
	color:#3c512e;
	
}

.post-meta ul {
	list-style-type: none;
}

.post-meta li {
	font-size:14px;
	line-height:16px;
	color: #777;
}

.post-navigation,
.comment-navigation {
	margin: 0 0 40px 0;
	padding: 10px 0 0 0;
	clear: both;
	float: left;
	height: 1%;
}

.comment-navigation {
	margin-top: 40px;
}

.post-navigation:after,
.comment-navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-navigation ul,
.comment-navigation ul {
	list-style-type: none;
}

.post-navigation li,
.comment-navigation li {
	margin-right: 25px;
	font-size: 14px;
	color: #777;
	float: left;
}

.post-page-links {
	margin-bottom: 1.4em;
	font-size: 14px;
	line-height: 16px;
	color: #777;
}

/* Comments */

.post-comments {
	margin: 0 0 40px 0;
	height: 1%;
}
#comments {
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	
}
#comments ul {
	margin-left:20px;
}
.post-comments:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-comments h2, h3#comments-title, h3#reply-title {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: normal;
	
}

.comment,
.trackback,
.pingback {
	width: 530px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999;
	clear: both;
	float: left;
	height: 1%;
}

.comment:after, 
.trackback:after,
.pingback:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pingback p, 
.trackback p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
}

.comment-avatar {
	width: 60px;
	float: left;
}

.comment-avatar img {
	width: 54px;
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
}

.comment-body {
	width: 460px;
	margin-left: 10px;
	float: right;
}

.comment-body ul {
	margin: 0 0 1.4em 1.2em;
}

.comment-body li {
	
	font-size: 11px;
	line-height: 13px;
}

.comment-body blockquote {
	margin-left: 30px;
	margin-bottom: 1.4em;
	padding-left: 15px;
	font-size: 11px;
	line-height:14px;
	border-left: 2px solid #999;
}

.comment-body blockquote p {
	font-size:9px;
}

.comment-meta {
	margin: 0;
	font-size: 10px;
	color: #777;
}

.comment-form table {
	width: 530px;
	border-collapse: collapse;
}

.comment-form th {
	width: 120px;
	padding: 2px 0 15px 0;
	text-align: left;
	vertical-align: top;
}

.comment-form th label {
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

.comment-form th p {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #777;
}

.comment-form td {
	padding: 5px 0 15px 24px;
	vertical-align: top;
}

.comment-form td input {
	width: 280px;
	padding: 6px;
	font-size: 12px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #444;
}

.comment-form td textarea {
	width: 360px;
	padding: 6px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #444;
}

#submit {
	width: auto;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(images/bg-button.png) repeat-x 0 50%;
	background-color: #21759B;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all .2s linear;
}

#submit:hover {
	background-color: #1F536C;
	text-decoration: none;
}

.depth-2,
.depth-3,
.depth-4,
.depth-5 {
	margin: 15px 0 0 0;
	padding: 0;
	border: 0 none;
}

.depth-2 .comment-avatar {
	text-align: right;
}

.depth-2 .comment-body p {
	font-size: 12px;
	line-height: 14px;
}

.depth-2 .comment-avatar img {
	width: 30px;
	height: 30px;
}

.depth-3 .comment-avatar {
	width: 100px;
}

.depth-3 .comment-body {
	width: 420px;
}

.depth-4 .comment-avatar {
	width: 140px;
}

.depth-4 .comment-body {
	width: 380px;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	width: 285px;
	padding-left: 0px;
	float: right;
	color: #777777;
	font-size:12px;
}

#sidebar h2 {
	margin: 0 0 .9em 0;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
}

#sidebar a {
	color: #555;
}

#sidebar a:hover {
	color: #111;
}

#sidebar p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:26px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin: 0 0 .4em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:26px;
}

#sidebar .section {
	margin: 0;
	padding:0;
	width:285px;
	background:none;
}
#sidebar .section h2 {
	display:none;
}

/* ------------------------------------------ [ Footer ] */

#footer {
	padding: 10px 0;
	clear: both;
	text-align:left;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #777;
}
#footer p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #777;
}

/* Plugin: Twitter for WordPress (http://wordpress.org/extend/plugins/twitter-for-wordpress/) */

span.twitter-timestamp {
	color: #aaa;
}

li.twitter-item {
	margin-bottom: 1.4em !important;
}

/* Widget: Search **/

#searchform input {
	width: 90%;
	padding: 6px;
	font-size: 12px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #444;
}

/* Widget: Calendar */

table#wp-calendar {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

table#wp-calendar caption {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

table#wp-calendar thead {
	font-size: 12px;
}

table#wp-calendar tbody, table#wp-calendar tfoot {
	font-size: 12px;
}

table#wp-calendar caption, table#wp-calendar td, table#wp-calendar tr {
	padding: 7px 2px;
}

table#wp-calendar tr {
	border-bottom: 1px solid #999;
}

table#wp-calendar tr:last-child {
	border: 0 none;
}

/* Hack to style the tag cloud widget */

.section > div {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 1.5;
}

/* Widget: Pages */

#sidebar ul.children {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: .9em;
}

/* General WordPress Classes */

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	margin-right: 15px;
	float: left;
}

.alignright {
	margin-left: 15px;
	float: right;
}

.alignnone {
	margin-right: 5px;
	margin-bottom: 0 !important;
}

.wp-caption {
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #E9E9E9;
}

.wp-caption img {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0 none;
}

.wp-caption a[rel] {
	border: 0 none;
}

.gallery-caption,
.wp-caption-text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px !important;
	line-height: 1.5 !important;
	text-align: center;
}

.gallery-icon a {
	border: 0 none;
}

.gallery-item img {
	margin-bottom: 5px;
	border: 1px solid #E9E9E9 !important;
}



#sidebar3 .block2a {
  background: url(images/col_box_top.png) left top no-repeat;
  margin-bottom:2px;
}
#sidebar3 .block2b {
  background: url(images/col_box_bottom.png) left bottom no-repeat;
  padding-bottom:15px;
}
#sidebar3 .block .content {
  background:url(images/col_box.png) repeat-y;
  padding-left:10px;
  padding-bottom:10px;
  padding-top:10px;
  padding-right:10px;
  
  
}
#sidebar2 .block2b {
	background: url(images/col_beg_box_bottom.png) left bottom no-repeat;
	padding-bottom:15px;

}
#sidebar2 .block .content{
	background:url(images/col_beg_box.png) repeat-y;
	padding-left:10px;
  	padding-bottom:10px;
  	padding-top:10px;
  	padding-right:10px;
}
#sidebar2 .block2a {
	background: url(images/col_beg_box_top.png) left top no-repeat;
	margin-bottom:2px;


}
#sidebar2 a {
	font-size:14px;
}

#sidebar1 .block, #sidebar2 .block, #sidebar3 .block, #sidebar4 .block {
  display:block;
  margin-bottom:0px;
  color:#222;
  font-size:14px;  
}
#sidebar1 .block p, #sidebar2 .block p, #sidebar3 .block p, #sidebar4 .block p {
  display:block;
  margin-bottom:0px;
  color:#222;
  font-size:12px;
  line-height:16px;
  
  
}
#sidebar1 .block a, #sidebar2 .block a, #sidebar3 .block a, #sidebar4 .block a {
  display:block;
  color:#222;
  font-size:12px;
  line-height:16px;
	border-bottom:1px dashed #babab7;
  
  
  
}
#sidebar1 .block ul li, #sidebar2 .block ul li, #sidebar3 .block ul li, #sidebar4 .block ul li {
	list-style:none;
  	list-style-image:url(images/pic.png);
	margin-left:5px;
}
#sidebar1 .block h2, #sidebar2 .block h2, #sidebar3 .block h2, #sidebar4 .block h2 {
	padding-left:0px;
	padding-top:11px;
	font-size:11px;
	text-transform:uppercase;
	color:#111; 
	text-align:center; 
}


#sidebar1 .block2a, #sidebar4 .block2a{
	background:none;
	
}
#sidebar1 .block2b, #sidebar4 .block2b{
	background:none;
	
}
#sidebar1 .block .content, #sidebar4 .block .content {
	background:none;
	
}
#sidebar1 .block #block-search-0 h2 {
	display:none;
}


#sidebar1 .block2a #block-menu-primary-links {
	background: url(images/col_box_bottom.png) left bottom no-repeat;
	padding-bottom:15px;
	
}
#sidebar1 .block2a #block-menu-primary-links h2 {
	background: url(images/col_box_top.png) left top no-repeat;
	padding-bottom:12px;
	
}
#sidebar1 .block2a #block-menu-primary-links .content {
	background:url(images/col_box.png) repeat-y;
	margin-top:-12px;
}
#sidebar1 .block2a #block-menu-primary-links .content ul {
	padding-left:23px;
}
#sidebar1 .block2a #block-menu-primary-links .content ul li.expanded ul {
	margin-left:-28px;
	margin-top:3px;
}

#sidebar4 .block2a #block-user-0 {
	background: url(images/user_box_bottom.png) left bottom no-repeat;
	padding-bottom:15px;
	
}
#sidebar4 .block2a #block-user-0 h2 {
	background: url(images/user_box_top.png) left top no-repeat;
	padding-bottom:8px;
	font-size:11px;
	color:#1a335d;
	text-transform:none;
	text-align:center;
	
}
#sidebar4 .block2a #block-user-0 .content {
	background:url(images/user_box.png) left no-repeat;
	margin-top:-16px;
	width:283px;
	
}

#block-search-0 {
	background: url(images/poisk.png) left top no-repeat;
	height:48px;
	font-size:9px;
	color:#fff;
	font-weight:normal;
}
#block-search-0 label {
	font-size:12px;
	color:#fff;
	font-weight:normal;
	
}
#block-search-0 .content {
	padding-top:12px;
	padding-left:12px;
}
#sidebar1 .block2a #block-search-0 h2 {
	display:none;
}
#contpost .post {
	width:360px;
	display:table-cell;
	padding-right:20px;
	padding-top:12px;
	
}

#sidebar1 .more-link a, #sidebar2 .more-link a, #sidebar3 .more-link a {
	font-size:14px;	
}
#conttab {
	background: url(images/foot.jpg) bottom center no-repeat;
	font-size:11px;
	font-weight:bold;
	height:42px;
	
}
#conttab a {
	color:#669900;
	margin-left:700px;
		
}
#block-block-9 .content p img {width:283px;height:77px;}

.post ul.links li {
	font-size:12px;
	color:#3c512e;
}
.post ul.links li a {
	font-size:13px;
	color: #003479;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.book-navigation a {
	font-size:12px;
	color:#3c512e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.pane-title{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:10px;
	color:#333;
}
.pane-content .view-content ul li a {
	font-weight:bold;
	font-size:13px;
}
.pane-content .view-content ul li {
	margin-bottom:15px;
	
}

#content p {
	padding-left:20px;
}
.option {font-size:12px;}
.choice-header {font-size:13px;}
#blocks, #block-region, .messages {font-size:10px;}
#block-user-0 {font-size:8px;}
#block-user-0 form {margin-left:90px;}
.advpoll-available-choices .form-item {font-size:9px;}
#edit-search-block-form-1 {width:80px;}
.node-form .description, .form-item label, fieldset, #switch_edit-body, h1, h2, h3, h4, dt {font-size:12px;}
.views-table {font-size:12px; width:740px;}
.views-table th {font-size:12px;}
.page-links, ul.links {
	margin-left:20px;
}
#content .block {margin-left:40px; margin-right:40px; font-size:14px;}
#content .block ul li {list-style:none;}
#content .block h2 {
	font-size:20px; 
	font-family:"Times New Roman", Times, serif; 
	margin-bottom:15px;
	color:#111;
}
.panel-panel {margin-left:0px;margin-right:0px;}
#content .views-row, .view-header {margin-left:0px;margin-right:80px;}
.pane-content p {margin-right:10px;margin-left:20px;}
.center-wrapper {margin-left:40px;}

.panel-col-middle {
	margin-left:40px;
	margin-bottom:0px;
	margin-top:40px;
}
.view-content a {
	font-family:Arial, Helvetica, sans-serif;
} 
#block-user-0 .item-list {margin-left:-33px;}
#read {
	font-weight:bold; 
	margin-left:20px;
	margin-bottom:10px;
}
#sidebar3 .block2a .block2b #block-block-10 .content { 
	background: url(images/beg_box.png) top left no-repeat;
	margin-bottom:-15px;
}
h2.comments  {
	margin-left:40px;
	margin-top:-60px;
	margin-bottom:80px;
	
}
.emvideo-modal {width:200px;}

.inside .panel-pane .view-header {
	margin-left:40px;
}
.inside .panel-pane .views-field-name {
	margin-left:40px;
}
.panel-col-last, .panel-col-first {
	margin-left:0px;
	margin-top:20px;
}
#copy {font-size:10px;color:#777; float:right; margin-top:-25px;}
#copy a {font-size:10px;color:#777;}
span.ext {display:none;}
dt {
	font-weight:bold;
	margin-top:20px;
	font-size:14px;

}
.panel-col-bottom .pane-title {margin-left:40px;}

.views-view-grid td .views-field-nothing {margin-bottom:20px;}

.view-content h3 {font-size:15px;margin-left:50px;margin-bottom:10px;}

.view-content .views-view-grid {margin-left:40px;width:700px;}

#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	margin-bottom:20px;
}
br {margin-bottom:10px;}
ul li {margin-left:30px;}
p:first-line {margin-left:20px;}


#sidebar4 .block2a #block-blog-0 {
	background: url(images/col_beg_box_bottom.png) left bottom no-repeat;
	padding-bottom:15px;
	
}
#sidebar4 .block2a #block-blog-0 h2 {
	background: url(images/col_beg_box_top.png) left top no-repeat;
	padding-bottom:12px;
	
}
#sidebar4 .block2a #block-blog-0 .content {
	background:url(images/col_beg_box.png) repeat-y;
	margin-top:-12px;
}
#sidebar4 .block2a #block-blog-0 .content ul {
	padding-left:23px;
}
#sidebar4 .block2a #block-blog-0 .content ul li.expanded ul {
	margin-left:-28px;
	margin-top:3px;
}
.pane-term-description {width:700px;margin-left:40px;}
.pane-term-description img {width:100%;}
.panel-2col-bricks .pane-content p a img {width:90px;}

#contacts {
	font-size:14px;	
    width:270px;
    padding-left: 16px;
	margin-left:385px;
    float:right;
	text-align:left;
	background: url(images/pic.png)  left top no-repeat;
    font-weight: bold;
margin-top:-50px;
}

.image-300x300 {
  float:left;
}

#sidebar .view-content span a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}


#sidebar .content label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 	
}

#org img {float:left; margin-right:10px;}

#header h1 {
	text-decoration: none;
	border: 0 none;
	
}
#header #ssilk a {
	font-size:11px;
	color:#fff;
	
}
#header #ssilk a:hover {
	font-size:11px;
	color: #0000FF;
	
}
#header #ssilk {
	width:160px;
	padding-top:65px;
	padding-left:333px;
	font-weight: bold;
	text-align:center;
	line-height:11px;
}

#sidebar2 .content ul li a {
	font-size:14px;
	
	
}

#sidebar3 .view-content ul li.views-row .views-field-title span.field-content a, #sidebar3 .content ul li a {
	font-size:14px;
	
	
}