.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0;
	text-align: left;
}
.clearer { font-size: 1px; height: 1px; clear: both; line-height: 1px; }
a img { border: 0; }
pre { white-space: normal; }
a {
	text-decoration: none;
	color: #a90000;
}
a:hover {
	text-decoration: underline;
}

/* Editable content image */
.edy-positionable-container-left {
  margin-right: 15px;
}
.edy-positionable-container-right {
  margin-left: 15px;
}
.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 10px;
  line-height: 1.3em;
  content: attr(data-title);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#wrap {
	width: 980px;
	border: 10px solid white;
	margin: 0 auto;
	background: white;
}
/* Header*/
#header {
	background-color: white;
	/*padding: 15px 34px 21px 0;*/
	font-size: 12px;
        height: 58px;
        position: relative;
}
	#langmenu {
                margin: 0;
  position: absolute;
                top: 15px;
                left: 52px;
  width: 300px;
  padding: 0;
               list-style-type: none;
	}
  #langmenu li {
   display: inline;
                        font-weight: bold;
   color: #333;
   padding: 3px 6px;
   
  }
  #langmenu li a {
   
   font-weight: normal;
  }
  #langmenu li a:hover {
   text-decoration: none;
   background: #a90000;
   color: white;
  }
  #langmenu li {
   
  }
	#footer {
  position: absolute;
                top: 15px;
                right: 10px;
                width: 450px;
  text-align: right;
	}
/* No more header */
/* red box thing */
#redbox {
	background: #880000 url('../images/background.jpg?1') no-repeat;
	color: white;
	padding-left: 40px;
}
#redbox a {
color: #ff8800;
}
	#logo {
  background: white url('../images/bluestrip.gif?1') repeat-y left;
  float: left;
  padding: 24px 64px 4px 50px;
  min-height: 62px;
  color: #333;
  min-width: 10px;
	}
	* html #logo {
  height: 62px;
	}
#logo a {
color: #333;
}
#logo a:hover {
text-decoration: none;
}
	#logo h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
	}
	/* logo ends here */
	#slogan {
  margin-top: 42px;
  font-size: 20px;
margin-right: 40px;
	}
	/* not much more to say 'bout slogan */
	/* HERE BE MENUS */
  #mainmenu {
   margin-top: 40px;
   width: 690px;
   float: left;
  }
  #mainmenu dl {
   margin: 0;
   float: left;
   width: 210px;
   margin-right: 15px;
  }
  #mainmenu dl:after {
    content: "";
    display: table;
    vertical-align: bottom;
  }
  #mainmenu dt:not(.vg-cms-btn) {
   min-height: 30px;
   font-size: 20px;
   font-weight: bold;
   background-color: #e13333;
   margin-bottom: 20px;
  }
  * html #mainmenu dt {
   height: 30px;
  }
  #mainmenu dt a:not(.edy-cbtn) {
   padding: 8px 0 5px 10px;
  }
  #mainmenu dt a:hover {
   background: white;
   text-decoration: none;
   color: #ce3333;
  }
  #mainmenu dt a.edy-cbtn:hover {
   background: none;
  }
  #mainmenu dd {
   margin: 0;
   min-height: 30px;
  }
  #mainmenu a:not(.edy-cbtn) {
   color: white;
   display: block;
  }
  #mainmenu .vg-cms-btn {
    margin-left: 30px;
  }
  #mainmenu dd a:not(.edy-cbtn) {
   background: url('../images/mainmenu_bullet.gif?1') no-repeat 7px center;
   font-size: 16px;
   padding: 6px 0 6px 30px;
  }
  #mainmenu dd a:hover {
   background: white url('../images/mainmenu_bullet_mouseover.gif?1') no-repeat 7px center;
   color: #cc0000;
   text-decoration: none;
  }
  #mainmenu dd a.edy-cbtn:hover {
    background: none;
  }
  #mainmenu dd.active {
   background: #550000;
  }
  #mainmenu dd.active a {
   background: #550000 url('../images/mainmenu_bullet_active.gif?1') no-repeat 7px center;
  }
  #mainmenu dd.active a:hover {
   background: white url('../images/mainmenu_bullet_mouseover.gif?1') no-repeat 7px center;
  }
/* menu ends here */
	#news {
  float: right;
  width: 210px;
  padding-right: 40px;
  margin-top: 40px;
font-size: 14px;
	}
	#newsheader {
  background: #610000;
  min-height: 25px;
  padding: 8px 0 5px 10px;
	}
	#newsheader h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
	}
	* html #newsheader {
  height: 25px;
	}
	#newsbody {
  background: #7e0000;
  padding: 25px 20px 15px 10px 
	}
	#news a {
  color: #ff8800;
  text-decoration: none;
  padding: 4px;
  padding-left: 0px;
  font-weight: bold;
  line-height: 20px;
	}
	#news a:hover {
  background: #ff8800;
  color: white;
	}
	#news a.newslink {
  background: url('../images/news_bullet.gif?1') no-repeat 2px;
  padding-left: 20px;
	}
/* no moar news */
	#edicy {
  position: relative;
  left: -30px;
  padding-bottom: 10px;
	}
	#edicy a {
	color: white;
	text-decoration: none;
	font-size: 9px;
	}
	#edicy a:hover {
  text-decoration: underline;
	}
	/*===================================================================================*/
	#content {
	margin-top: 10px;
	border: 10px solid #e5ebeb;
	padding: 50px 0 0 0;
	color: #333333;
	position: relative;
width: 960px;
}
#content h1 {
	font-size: 50px;
        line-height: 50px;
	font-weight: normal;
	margin: 0 0 35px 140px;
}
#cont_right h1 {
margin-left: 0;
}
#cont_right h3 {
margin-left: 0;
}
#content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #cc0000;
}
#content ul {
	padding: 0;
	margin: 0;
}
#content ul li {
	list-style-type: none;
	padding-left: 30px;
	margin: 6px 0;
	background: url('../images/ul_bullet.gif?1') no-repeat 10px;
}
#content ol {
padding-left: 30px;
margin: 0;
}
#content ol li {
margin: 0;
padding: 0;
}
#cont_left {
	float: left;
	width: 140px;
	text-align: right;
	padding-left: 140px;
       padding-bottom: 20px;

}
#cont_left ul {
        margin: 0;
        padding: 0;
}
#cont_left ul li {
        list-style-type: none;
        background-image: none;
        padding: 0;
        margin: 0;
}
#cont_left ul li a {
	color: #cc0000;
	text-decoration: none;
	display: block;
        padding: 10px 0;
}
#cont_left a:hover {
	color: white;
	background-color: #cc0000;
}
#cont_left a.edy-cbtn:hover {
  background-color: transparent;
}
#cont_left ul li a.active {
font-weight: bold;
}
#cont_right {
	float: right;
	width: 540px;
	padding-right: 100px;
        padding-bottom: 20px;
}
#cont_right_inn {
  width: 540px;
}
* html #cont_right_inn:after {
  content: "";
  display: table;
  clear: both;
}

#cont_right p {
	margin: 0 100px 1em 0;
}
#content a {
	color: #cc0000;
	text-decoration: none;
	padding: 4px;
}
#content a:hover {
	color: white;
	background-color: #cc0000;
}
.blogpost {
	border-top: 10px solid #e5ebeb;
	padding-bottom: 20px;
	/*padding-right: 100px;
	padding-left: 140px;*/
}
.post {
padding-right: 100px;
padding-left: 140px;
padding-bottom: 10px;
}
.post p {
margin: 10px 0;
}
.gray {
	color: #333;
}
.comment {
	border-top: 1px solid #e5ebeb;
	padding-top: 10px;
}
.comment .date {
	font-size: 15px;
}
.comment h4 {
	text-align: right;
	font-size: 15px;
}
.red {
	color: #cc0000;
}
#commentform {
	padding-top: 20px;
	padding-left: 140px;
        padding-bottom: 20px;
	background: #e5ebeb;
}
h3, .comment {
	margin-left: 140px;
	margin-right: 100px;
}
.blogpost h3 {
	margin-left: 0;
}
#content a.nolink {
        padding: 0;
}
#content a.nolink:hover {
        background-color: transparent;
}
.postbody {
        margin-top: 5px;
}
.menucontainer {
        width: 690px;
        
}
h2.comments {
        margin-left: 140px;
}

#newsbody div a {
position: relative;
}
#newsbody div {
position: relative;
}
.blogpost a {
padding: 4px 0;
}


#search {
float: right;
margin-top: 12px;
border-left: 1px solid #eee;
margin-left: 3px;
padding-left: 3px;
height: 22px;
}
#search input {
border: 1px solid #eee;
}
.voog-search-modal h3 {
  margin-right: 0;
  margin-left: 0;
}
    
#logo h1 span input {
  width: auto !important;
}
.blogarticle {
border-top: medium none; 
border-bottom: 10px solid rgb(229, 235, 235);
}

/* forms */

   .form_area {

      margin: 20px 0;

}

.form_field {

  margin: 0 0 5px;

}
.form_field label {
  display: block;
  font-weight: bold;
}

.form_error {

  color: red;

  font-weight: bold;

  font-size: 12px;

  border: 1px dotted red;

  padding: 5px;

}

.form_field_error {

  color: red;

  font-size: 10px;
  line-height: 14px;

}

.form_notice {

  color: #00ff00;

  border: 1px dotted #00ff00;

  padding: 5px;

}

.form_field_size_large {

width: 98%;

}

.form_field_size_medium {

width: 50%;

}
.form_field_size_small {

width: 25%;

}

 /* Voog cms style overrides */
#slogan .edy-empty-bordered {
  color: rgba(255,255,255,.33);
  border-color: rgba(255,255,255,.33);
}
#slogan .edy-texteditor-view.placeholder {
  color: rgba(255,255,255,.5);
}
#slogan .edy-content-element-hover {
  border-color: rgba(255,255,255,.2);
}
#slogan .edy-texteditor-active {
  outline-color: rgba(255,255,255,.3);
}
#slogan .edy-fe-field-active,
#slogan .edy-fe-active .edy-fe-field:hover {
  outline-color: rgba(255,255,255,.2);
}