/**
  ---------------------------------------
  blueend.com | Internet CSS Style
  ---------------------------------------

  Color Palette:
  rot: #c4232d

**/

.no_css {
  display: none;
}

body, textarea, p, input, select {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
}

body {
  margin: 0;
  padding: 0;
  overflow: -moz-scrollbars-vertical;
  background: #666 url(../_images/bg_2010.jpg) center top;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding-bottom: 20px;
  padding-top: 15px;

}

#blueend_bottom_logo{
  margin: auto;
  width: 850px;
  height: 80px;
  background: url(../_images/blueend_logo.png) no-repeat right bottom;
}

+ html #blueend_bottom_logo{
  display: none;
}

a,
a:link,
a:focus,
a:active
a:hover,
a:visited,
a:active {
  color: #c4232d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  border-top: 7px solid #C4232D;
  background: #fff;
  width: 850px;
  margin: auto;
  padding-top: 15px;

  padding-left: 15px;
  padding-right: 15px;
      
  -webkit-box-shadow: 0px 0px 5px #222;
  -moz-box-shadow: 0px 0px 5px #222;
  box-shadow: 0px 0px 5px #222;
}

+ html #container{
  border-right: 2px solid #666;
  border-bottom: 2px solid #555;
}

*+html #container{
  border-right: 2px solid #666;
  border-bottom: 2px solid #555;
}

div.system_nav{
  float: right;
  width: 250px;
  text-align: right;
  margin-right: -9px;
  position: relative;
  margin-top: -8px;
}

div.system_nav a{
  padding: 2px 6px;
  text-decoration: none;
  font-size: 11px;
  color: #C4232D;
  
}

div.system_nav a:hover{
  background: #C4232D;
  color: white;
}

div.logo {
  background: url(../_images/header_logo.gif) no-repeat 0px 10px;
  height: 80px;
  width: 350px;
  margin-left: 12px;
}

div.logo h1{
  display: none;
}

div.navigation_top {
  background: #F5F5F5 url(../_images/nav_bg.gif);
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
  padding-bottom:1px;
  margin-left: -15px;
  margin-right: -15px;
}


div.navigation_top a{
  font-size: 16px;
  color: #666;
  margin-left: 5px;
  margin-right: 10px;
  padding: 3px 10px;
  line-height:22px;
}


div.navigation_top a.selected{
  background: #FFF;
  border: 1px solid #ccc;
  border-bottom-color: white;
  color: #c4232d;
}

div#main{
  padding-top: 15px;
  width: 850px;
  padding-bottom: 30px;
  float: left;
  background: #fff;
}

div#navigation_left {
  width: 160px;
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

  #navigation_left ul {
    font-weight: normal;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 3px;
    display: block;
  }

  #navigation_left ul li a{
    padding: 3px 5px;
    display: block;

    /* background: #F5F5F5;
    background: #c4232d;
    color: #fff; */
  }

  #navigation_left ul ul li{
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    display: block;
  }

   #navigation_left ul ul li a{
    padding: 3px;
    display: block;
    background: #fff;
    color: #c4232d;
    background: #fff url(../_images/bullet_1.gif) no-repeat center left;
    padding-left: 10px;
  }

  #navigation_left ul ul ul li a{
    font-size: 11px;
    margin-left: 10px;
  }

  #navigation_left ul li a.chosen{
    background-color: #C4232D;
    -moz-border-radius: 2px;
    color: #eee;
  }


div#content {
  margin-left: 10px;
  padding-left: 20px;
  width: 480px;
  float: left;
  line-height: 1.7em;
  border-left: 2px dotted #ccc;
  min-height: 300px;
  _height: 300px;
}

div#content.home {
  margin-left: 10px;
  margin-right: 20px;
  width:420px;
  border:0;
  padding:0;
}

#content h2 {
    font-size: 24px;
    color: #c4232d;
    margin-top: 12px;
    font-family: georgia, serif;
    font-weight: normal;
}

#content h3,
.col_right h3 {
    color: #C4232D;
    font-size:18px;
    border-bottom: 1px solid #CCC;
    font-style: italic;
    font-family: georgia, serif;
    font-weight: normal;
}

#content ul li{
    list-style: none;
    list-style-image: url(../_images/bullet_1.gif);
}

div#sidebar {
  margin-top: 24px;
  margin-left: 15px;
  width: 150px;
  float: left;
}

div#sidebar div.head{
  font-weight: bold;
}

div.col_right,
div.col_left{
  float: right;
  width: 350px;
}

div.col_right {
  padding-left: 15px;
  padding-right: 15px;
}

.blog_news {
  list-style: none;
  list-style-image: url(../_images/bullet_1.gif);  
  padding-left: 15px;
}

.blog_news li{
  margin-bottom: 10px;
}


div#footer {
  clear: left;
  margin-left: -15px;
  margin-right: -15px;
  color: #999;
  background: #eee;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Form Styles */


div.form_row input,
div.form_row textarea {
  border: 1px solid #ccc;
  padding: 4px;
  width: 480px;
  display: block;
  -moz-border-radius: 2px;
}

div.form_row textarea:focus,
div.form_row input:focus{
  background-color: #F2F2F2;
  border: 1px solid #999;
}

div.form_row label {
  margin-top: 10px;
  font-weight: bold;
  display: block;
}

div.error_msg {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #FDD;
  padding: 2px;
}

div.form_row .field_error
{
  border: 1px solid #f00;
  background: #FEE;
}

input.button {
  background: #F00 url(../_images/button_bg.gif);
  border: 1px solid #FFF;
  padding: 5px 10px 5px 5px;
  color: #fff;
  cursor: pointer;
}

input.button:hover {
  color: #fff;
  border: 1px solid #000;
}

/* Gallery */

div.gallery {
  float: left;
  width: 150px;
  padding-left: 15px;
  margin-top: 40px;
}

/* News Page */
div.news_intro {
  margin-top: 20px;
  font-style: italic;
  color: #555;
}

div.news_content {
  margin-top: 20px;
  margin-bottom: 20px;
}

div.news_block{
  margin-bottom: 25px;
  color: #666;
  clear: left;
}

div.news_block h3{
  color: #CA212A;
  font-family: Arial, Helvetica;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

div.news_block h4{
  margin: 0;
  padding: 0;
}

div.news_content a img{
 border: none; 
}

div.news_block .text{
  margin-left: 100px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  border-left: 1px dotted #ccc;
}

a.news_header
{
	display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: normal;

}

.date_head{
  color: #888;
}
