/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/** body **/
  body
  {
    margin:0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background:#C5C9C8;
	color:#000;
	font-size:12px;
  }

  #page
  { 
  	font-size:12px;
	width:960px;
	min-height:576px;
	margin:0 auto;
	background:#fff;
	position:relative;
	overflow:hidden;  
  }

  #page-inner
  {
	 padding:0 23px 25px 23px
  }

/** header **/
  #header
  { 
  	zoom:1;
   }

  #header-inner
  {
	  padding: 0; text-align:left
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
	 position:relative; 
  }

/** main (container for everything else) **/
  #main
  {
	  margin:0 auto; padding:0 0 50px 0
  }

  #main-inner
  {
	  padding: 0; position:relative; 
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
	  padding:0 1px !important
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
	
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding:10px 0 0 0; /* Undo system.css */
	
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
	  padding:0
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
	  padding:0
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
	 padding:0; zoom:1; margin:0 auto;
  }

  #footer-inner
  {
	  position:relative;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
	 
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {

  }

  .node .submitted /* The "posted by" information */
  {
	  font-size:90%; font-weight:bold; margin: 10px 0
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
	  overflow:hidden; zoom:1
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 20px 0 0 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
	  margin:10px 0
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
	  color:#777; font-size:90%
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
#nice-menu-1{padding:0; font-size:90%; margin:0; }
a:link, a:visited{color:#000; }
a:hover{ text-decoration:none}

#block-nice_menus-1{margin:0; position:absolute; top:0; left:0; width:100%}
#block-nice_menus-1 .block-inner{display:inline-block; zoom:1; *display:inline; padding:0 50px; text-align:left}
ul.nice-menu li{background:#fff}
ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent{background:#f8f8f8;}

div.view div.views-admin-links{width:250px; height:10px}
div.view div.views-admin-links a{font-size:90%}
.views-row .views-field-publishcontent, 
.views-row .views-field-edit-node, 
.views-row .views-field-delete-node, 
.views-row .views-field-translate-node,
.views-row .views-field-nid, 
.admin_links .admin_link{padding:5px 2px; display:inline-block; zoom:1; *display:inline; font-size:80%; }
.views-field-publishcontent a, .views-field-edit-node a, .views-field-delete-node a, .views-field-translate-node a, .views-field-translate-nid a, .admin_links .admin_link a{color:#999; }

.view-sorting-page table{width:100%; font-size:90%; line-height:1.3}
.view-sorting-page tr.views-row-odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-sorting-page tr.views-row-even{background-color:#FAFAFA; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-sorting-page td{padding:0 5px}
.view-sorting-page td.icon, .view-sorting-page td.admin, .view-sorting-page td.created, .view-sorting-page td.type{width:1%; white-space:nowrap}
.view-sorting-page td.admin{font-size:110%}
.view-sorting-page td.created{color:#888}
.view-sorting-page td.icon .icon{background:url(../../../../misc/draggable.png) no-repeat left 4px; cursor: move; width:15px; height:20px}
.view-sorting-page .pager{font-size:90%; margin:0}

.backward{margin:10px 0; font-size:90%}

.view-mails .views-table{width:100%; font-size:90%; line-height:1.3}
.view-mails .views-field-publishcontent,
.view-mails .views-field-edit-node,
.view-mails .views-field-delete-node,
.view-mails .views-field-nid{padding:5px; font-size:100%; width:1%}
.view-mails .views-field-title{}
.view-mails .views-table tr.odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-mails .views-table tr.even{background-color:#FAFAFA; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-mails .pager{font-size:90%; margin:0}

html.js input.form-autocomplete {background-image:url(images/throbber.gif); background-repeat:no-repeat; background-position: 100% 2px}
html.js input.throbbing{background-position: 100% -18px !important}
.throbber{background:url(images/throbber.gif) no-repeat 0 -18px !important}

#tinymce{ padding:0 10px; background:#fff; height:auto; font-family:Arial, Helvetica, sans-serif; }
#tinymce img, .view-full-view-block table img, .node .content img, .views-field-body img{float:left; margin:10px}

.filefield-element .widget-edit, .filefield-element .widget-preview{max-width:90%}
.node-type-webform h2.title, .node-type-webform .meta, .node-type-webform .links{display:none !important}

.node .content table, #tinymce .mceItemTable{}
.node .content td, #tinymce .mceItemTable td{ font-family:Arial, Helvetica, sans-serif}
.node .content table p, #tinymce .mceItemTable p{margin:0}

div.pager a{padding:2px 7px; display:block; color:#777;}
div.pager .pager_item{display:inline-block; zoom:1; *display:inline; vertical-align:top; font-size:80%; margin:0 5px; }
div.pager div.active{color:#fff; padding:2px 7px; background:#ccc}

#block-user-0{padding:10px 0 0 15px; margin:0 auto; overflow:hidden; zoom:1; color:#000; width:500px;}
#block-user-0 h2{font-size:90%; font-weight:normal; padding:0; text-decoration:underline; cursor:pointer; text-align:center}
#block-user-0 .content{padding:0; display:none}
#block-user-0 .form-item, #block-user-0 .item-list, #block-user-0 .form-submit{margin:0 3px; float:left;}
#block-user-0 .form-item label{ display:none}
#block-user-0 .item-list ul{padding:0; margin:2px 0 0 0}
#block-user-0 .item-list li{list-style:none; display:inline-block; zoom:1; *display:inline; vertical-align:middle; font-size:90%; margin:2px}
#block-user-0 a{ color:#000;}

.field-field-file{clear:both; padding:15px 0}
.filefield-file{}
.filefield-icon{}
.filefield-file a{ font-size:80%; padding:1px 5px}
.filefield-file img{margin:0 !important}
li{margin:10px 0}

#left_col, .col_two, #right_col{display:inline-block; zoom:1; *display:inline; vertical-align:top; text-align:left}
#left_col{ width:275px; margin:0; padding:0}
.style1 #left_col{margin:0 0 0 168px}
.style3 #left_col{ width:220px; font-size:90%}
.article #left_col{width:100px; margin:0 0 0 30px;}
.style3 .col_two{width:642px}
.style2 .col_two{width:450px}
.article .col_two{width:780px}
#right_col{ width:22%; margin:0; padding:0 0 0 50px}
#top_region{padding:0; text-align:center; position:relative; zoom:1; width:100%; z-index:10}
#content-top{margin:0 0 20px 0}

.messages{margin:0 !important}

h1{font-size:250%; font-weight:normal}
h2{font-size:150%}
h3{font-size:130%}

.bottom_item{ }

.block-region{margin:0}

.tabs{font-size:90%; margin:10px 0 0 0 !important}
.tabs li a{font-weight:normal !important}

.captcha img{float:none !important}

#content-header h1.title{padding:10px 0; line-height:1.2;}

.node-form, .views-field-body{margin:0 0 20px 0;}
.views-field-body{line-height:1.5; font-size:100%; overflow:hidden; zoom:1}

.node{padding:10px 0 0 0;  line-height:1.3; font-size:100%}
.node p{margin:0 0 10px 0}

.node-type-article img{margin:0 !important}

.node-type-webform{margin:0}
.webform-client-form .form-textarea{width:352px}
.webform-client-form .form-submit{}
#webform-components-form{font-size:90%}

#field-file-items{margin:0 0 20px 0}


#logo{float:none !important; padding:30px 0 0 0; text-align:left; overflow:hidden; display:inline-block; zoom:1; *display:inline; vertical-align:top}
#logo img{width:143px; height:110px}

/* lightbox2 */
#overlay{width:100% !important;}
#imageDataContainer, #outerImageContainer{background:transparent !important}
#outerImageContainer{border:1px solid #fff}
#nextLink{background:url(images/arrows_r.gif) no-repeat right 15%}
#prevLink{background:url(images/arrows_l.gif) no-repeat left 15%}
#loadingLink {background: url(images/ajax-loader.gif) no-repeat; width:54px; height:55px}
#loading {left: 50%; margin:-27px 0 0 -27px; top:50%; *left:0; *margin:-27px 0 0 0}
/* end lightbox2 */

.breadcrumb, .breadcrumb a{color:#e45702}
.breadcrumb a{}

#footer-message .mess_left{}
#footer-message .mess_right{}

.views-field-teaser{line-height:1.5}
.views-field-teaser p{margin:0 0 10px 0}

#footer{color:#897543; font-size:80%; }
#footer #footer-inner{ margin:0 auto;}

#content-area h2.title{padding:0 0 10px 0}

table#check_mail td{padding:0 10px}
table#check_mail .form-item{margin:0}


.admin_page{height:auto !important}

div#main.node_575{margin:0 0 0 170px; width:300px}
.node_577 .view-small_menu-block, .node_576 .view-small_menu-block{display:inline-block; zoom:1; *display:inline; vertical-align:top; width:49%}
div#main.node_578 .view-small_menu-block a{color:#fff}

.style2{position:absolute !important; top:116px !important; right:13px !important; width:750px !important}
.style2 .node{padding:0 !important}
.style2 table{margin:0 !important}
.style2 table img{display:block !important; margin:0 !important}
.style2 table td{ vertical-align:middle !important}
.style2 #main-inner{position:relative !important}
.style2 #content-header{position:absolute !important; top:-30px !important; right:10px !important;}
.style2 a{text-decoration:none !important}
.style2 a:hover{color:#666; !important}

.style3{position:absolute !important; top:140px !important; right:30px !important; width:870px !important}
.style3 .node{padding:0 !important}
.style3 table{margin:0 !important; line-height:1.1 !important; font-size:90% !important;}
.style3 table img{display:block !important; margin:0 !important}
.style3 table td{ vertical-align:middle !important}
.style3 #main-inner{position:relative !important}
.style3 #content-header{position:absolute !important; top:-30px !important; right:10px !important}
.style3 a{text-decoration:none !important}
.style3 a:hover{color:#666; !important}

.style4{position:absolute !important; top:30px; right:13px !important; width:600px !important}
.style4 .node{padding:0 !important; font-size:90% !important}
.style4 table{margin:0 !important; line-height:1.3 !important}
.style4 table img{display:block !important; margin:0 !important}
.style4 #main-inner{position:relative !important}
.style4 #content-header{position:absolute !important; top:-30px !important; right:10px !important}
.style4 p{margin:5px 0 !important}
.style4 li{margin:2px 0 !important}
.style4 a{text-decoration:none !important}
.style4 a:hover{color:#666 !important;}

#block-views_and_blocks-1{ position:absolute; bottom:10px; padding:0; width:910px}
.view-main_menu-block{text-align:center}
.view-main_menu-block .views-row{display:inline-block; zoom:1; *display:inline; vertical-align:top; padding:0 10px; margin:14px 0 0 0}
.view-main_menu-block .views-row .views-field-title{background:url(images/but_left.png) no-repeat left top}
.view-main_menu-block .hover .views-field-title{background:url(images/but_hover_left.png) no-repeat left top}
.view-main_menu-block .views-row .left{background:url(images/but_right.png) no-repeat right top}
.view-main_menu-block .hover .left{background:url(images/but_hover_right.png) no-repeat right top}
.view-main_menu-block .views-row .right{background:url(images/but_mid.gif) repeat-x center top; margin:0 10px; padding:0 5px}
.view-main_menu-block .hover .right{background:url(images/but_hover_mid.gif) repeat-x center top; margin:0 10px; padding:0 5px}
.view-main_menu-block .views-row a{text-transform:uppercase; color:#fff; font-size:110%; line-height:20px; text-decoration:none; font-weight:bold; letter-spacing:4px}
.view-main_menu-block .hover a{text-transform:uppercase; color:#000; font-size:110%; line-height:20px; text-decoration:none; font-weight:bold; letter-spacing:4px}

#block-views_and_blocks-3{position:absolute; bottom:10px; padding:20px 0 0 0; right:20px}
#block-views_and_blocks-3 img{display:block}


.view-small_menu-block{font-size:130%; padding:12px 0 0 0}
.view-small_menu-block .views-row{padding:0 0 12px 0; position:relative;}
.view-small_menu-block a{text-transform:uppercase; text-decoration:none; }
.view-small_menu-block a:hover{border-bottom:4px solid #C00}
.view-small_menu-block .description{ position:absolute; top:100%; left:30%; width:300px; z-index:100; padding:0 15px; font-size:80%; line-height:1.3; display:none; color:#fff}
.view-small_menu-block .description .top{ background:url(images/top.png) no-repeat center top; padding:10px 0 0 0}
.view-small_menu-block .description .bottom{ background:url(images/bottom.png) no-repeat center bottom; padding:0 0 10px 0}
.view-small_menu-block .description .inner{ background:#e00221; padding:5px 18px;}
.view-small_menu-block .description .inner p{margin:0}

.views-field-date{font-size:90%; margin:10px 0; color:#777}

#forum-overview table td{padding:5px}
#forum table{width:100%; font-size:100%; line-height:1.3; font-family:Arial, Helvetica, sans-serif}
#forum tr.odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
#forum tr.even{background-color:#FAFAFA; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
#forum td{padding:0 5px}

#edit-comment{width:352px}

#comments h2, .box h2.title{font-size:100%; font-weight:normal; color:#fff; background:#777; display:inline; padding:2px 5px !important}
.comment .links a{color:#777; font-size:90%}
.comment{background:#efefef; padding:10px; border:1px dashed #ccc}

#comment-form{margin:10px 0; overflow:hidden}

#comment-confirm-delete{margin:20px 0}

.view-press-page .views-row{clear:both; overflow:hidden; zoom:1; margin:0 0 10px 0}
.view-press-page .views-field-title{font-weight:bold; padding:2px 0}
.view-press-page .views-field-date{margin:0; padding:2px 0}
.view-press-page .views-field-image{float:left; margin:0 10px 8px 0}
.view-press-page .views-field-teaser{line-height:1.2}
.view-press-page .views-field-teaser p{margin:0 0 5px 0}

.more_link a{color:#777}
.more_link a:hover{font-weight:bold}

#block-views_and_blocks-0 .pager_cont{position:absolute; left:-180px; top:320px; width:160px}
.style3 #block-views_and_blocks-0 .pager_cont{left:-265px; top:295px;}
.article #block-views_and_blocks-0 .pager_cont{position:inherit}

.view-mailers-page table{width:100%; font-size:90%; line-height:1.3}
.view-mailers-page tr.views-row-odd{background-color:#FDFDFE; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-mailers-page tr.views-row-even{background-color:#FAFAFA; border-color:#DAE1E6; border-style:dashed; border-width:1px 0;}
.view-mailers-page td{padding:0 5px}
.view-mailers-page td.admin, .view-mailers-page td.created{width:1%; white-space:nowrap}
.view-mailers-page td.admin{font-size:110%}
.view-mailers-page td.created{color:#888}
.view-mailers-page .pager{font-size:90%; margin:0}

form.contact #edit-title{width:auto}


#block-views_and_blocks-5{position:absolute; top:0; width:120px}
.style3 #block-views_and_blocks-5{ top:120px; }
#block-views_and_blocks-5 .data{display:none; position:absolute; left:110%; top:0; height:400px; overflow:auto}
.node_697 #block-views_and_blocks-5{top:0}
.style3 #block-views_and_blocks-5 .data{width:530px; height:370px;}
#block-views_and_blocks-5 .views-row{background:#efefef; margin:5px; padding:5px; display:inline-block; zoom:1; *display:inline; vertical-align:top; width:170px}
.node_697 #block-views_and_blocks-5 .views-row{width:150px}
#block-views_and_blocks-5 .views-field-country{color:#fff; background:#C00; font-size:110%; font-weight:bold; padding:2px 5px; cursor:pointer}
#block-views_and_blocks-5 .cities{max-height:160px; overflow:auto;}
.node_697 #block-views_and_blocks-5 .cities{max-height:320px; overflow:auto;}
#block-views_and_blocks-5 .views-field-city{cursor:pointer;} 
#block-views_and_blocks-5 .views-field-name{font-size:110%; font-weight:bold}
#block-views_and_blocks-5 .views-field-body p{margin:0}
#block-views_and_blocks-5 .views-field-body{margin:0 0 5px 0}
#content_col{position:relative; }

.webform-client-form .form-item, #add-mail-form .form-item{clear:both; zoom:1; overflow:hidden}
.webform-client-form .form-text, #add-mail-form .form-text{border:0 solid transparent; border-bottom:1px solid #000; background:transparent}
.webform-client-form label, #add-mail-form label{float:left; width:100px}
.webform-client-form .form-textarea, #add-mail-form .form-textarea{width:330px; border:1px solid #000;}
#edit-submitted-vopros-wrapper label{float:none; width:auto}

.counter{width:960px; margin:0 auto}

.view-years-block{padding:20px 0;}
.view-years-block a{text-decoration:underline !important}
.view-years-block a:hover{text-decoration:none !important}
.article .view-years-block{font-size:100%}

#node-delete-confirm{margin:40px 0 }

.view-articles .views-row{display:inline-block; zoom:1; *display:inline; vertical-align:top; margin:0 10px 5px 0}

#node-form{padding:0 0 30px 0}

.page_article{background:#fff url(images/press.jpg) no-repeat center top !important}

#block-views_and_blocks-7{margin:20px 0 0 0}
