/* Main */

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    background-color: #dfebd5;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a img {
    border: none;
}

h1 {
  font-size:12px;
  margin-bottom:10px;
  margin-top:5px;
}

#leftContentCol {
  float: left;
  width: 505px;
}

#pageWrapper {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    overflow:auto;
    border: 1px solid #5b9b2b;
    padding-bottom: 20px;
}

#header {
    position: relative;
}

#toolbar {
    position: relative;
    left: 474px;
    top: -30px;
    height:30px;
    width: 300px;
}

#toolbar form {
    float: left;
    font-weight: bold;
    /*padding-left: 460px;*/
}

#toolbar form input {
    /*border: none;*/
    width: 130px;
    margin-left: 5px;
    font-size: 11px;
}

#tools {
    font-family: Arial, sans-serif;
    float: left;
    padding-left: 30px;
    font-weight: bold;
    color: black;
}

#tools a {
    padding-right: 5px;
    color: black;
}

#tools a:hover {
    text-decoration: underline;
    color: black;
}

#tools a:visited {
    color: black;
}

#small {
    font-size: 9px;
    text-decoration: none;
}

#medium {
    font-size: 11px;
    text-decoration: none;
}

#large {
    font-size: 13px;
    text-decoration: none;
}

/* the Navigation */

#navigation {
    float: left;
    padding-left: 15px;
    width: 165px;
}

#navigation ul {
    border-top: 18px solid #589a2b;
    padding-bottom: 1px;
    list-style: none;
}

#navigation ul ul {
    border: none;
    padding: 0;
}

#navigation li.inactive {
    background-color: #afafaf;
    font-weight: normal;
}

#navigation li li.inactive {
    background-color: #e1edd9;
    font-weight: normal;
}

#navigation li a {
    color: #000000;
    text-decoration: none;
    padding-left: 15px;
    height: 16px;
    display: block;
    padding-top: 2px;
    border-top: 2px solid #fff;
}

#navigation li a:hover {
    background-color: #b4d19f;
}

#navigation li li a:hover {
    background-color: #d2e4c6;
}

#navigation li.active {
   background-color: #b4d19f;
   font-weight: bold;
}

#navigation li li.active {
   background-color: #d2e4c6;
}

#links {
    margin-top: 15px;
}

a img {
    border: none;
}

/* the Content */

#contentWraper {
    width: 750px;
    float: left;
}

#content {
    float: left;
    padding-left: 15px;
}

#content #text {
    padding: 10px;
}

#content #text li {
    margin-left: 15px;
}

div.greenBkg {
    background-color: #deebd5;
}

div.whiteBkg {
    background-color: white;
}

.objecttext {
    background-color: #000;
}

/* Article */

.articleHead {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.articleImage {
    width: 505px;
}

/* the News-Container */

.newsContainer {
    width: 485px;
    margin-top: -20px; /*dirty but needed to set news on top*/
    margin-bottom: 45px;
    background-color: #deebd5;
    border: 1px solid #898b87;
}

.newsContainer h3 {
    float: left;
    font-size: 14px;
    width: 230px;
    padding: 10px;
}

.newsContainer .image {
    float: left;
    width: 150px;
}

.newsContainer .image img {
    display: block;
}

.newsContainer .content {
    float: right;
    width: 335px;
}

.newsContainer .text {
    margin: 0 10px 10px 10px;
}

.newsSidebarItem {
    margin-bottom: 10px;
    background-color: #deebd5;
    border: 1px solid #898b87;
}

.newsSidebarItem .image {
    width: 56px;
    float: left;
}

.newsSidebarItem .image img {
    /* xhtml strict hack to prevent bottom margin */
    display: block;
}

.newsSidebarItem .content {
    padding: 2px 4px 4px 4px;
    float: left;
    font-size: 9px;
    width: 134px;
}

.newsSidebarItem .content h4 {
    font-size: 9px;
}

.newsitem h1 {
    font-size: 14px;
}

/* the Newspaper Columns (Objects-List) */

#npColumn1,
#npColumn2,
#npColumn3,
#npColumn4 {
    float: left;
    
}

#npColumn1 {
    margin-right: 25px;
}

.npItem {
    width: 170px;
}

.npItem a {
    font-weight: bold;
    color: black;
}
.npItem a:hover {
    text-decoration: underline;
}

/* the single Object */

#backbtn {
    /*float: right;*/
}

#objecthead {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* the Publicity Area */

#publicity {
    width: 200px;
    float: right;
    margin-right: 15px;
    /*margin-bottom: 30px;*/
    height: 100%;
    display: inline;
}

/* the Object-Slideshow */

.fl {
	float: left; display: inline;
}
.photos {
    text-align: center; padding: 24px 0 0 0;
}
.skip {
	position: absolute; left: -5000px;
}

#objectImages {
	position: relative; width: 730px; margin: 0 0 10px 0;
}
#objectImages .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px;
}
#objectImages .prev, #objectImages .next {
	position: absolute; top: 42%; display: none;
}
#objectImages .next {
	right: 0;
	margin-right: 7px;
}
#objectImages .items {
	position: relative; width: 680px; left: 20px; overflow: hidden;
}
#objectImages .items .view_all {
    display: none;
}
#objectImages .items .container {
	position: relative; top: 0; left: 0; width: 570px;
}
#objectImages .items .container .item {
	margin: 0 2px 0 0;
}

#leftContentCol.newsitem {
  background-color: #deebd5;
  border: 1px solid #898b87;
  width: 505px;
}

#leftContentCol.newsitem .image {
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

.textFloatLeft {
  margin: 10px;
}

.insiteEditField input {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  display: block;
  width: 500px;
  border: 1px solid #ccc;
  margin-top: 2px;
  margin-bottom: 10px;
}

.insiteEditField.headline input {
  font-size: 14px;
  font-weight: bold;
}

#articleEditForm .articleImage {
  margin-bottom: 10px;
}

#articleEditForm .mceEditor {
  margin-bottom: 10px;
}

.rolloverImage {
  width: 201px;
  margin-bottom: 10px;
}

#contactForm .left {
  width: 250px;
  float: left;
}

#contactForm .left .textType,
#contactForm .left textarea {
  width: 250px;
  border: 1px solid #ccc;
}

#contactForm .left .textType {
  margin-bottom: 5px;
}

#contactForm .right {
  width: 235px;
  float: left;
}

#contactForm .right p {
    margin-left: 30px;
}

#contactForm .left .button {
  border: none;
  margin-top: 5px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  padding: 3px;
}

.newsContainer .date {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

#video_container {
  margin-top: 10px;
}

embed#tiro_videoplayer {
  width: 485px;
  height: 400px;
  margin-bottom: 15px;    
}
