/*
*
*   Title: main.css
*   Author: René Woizenko
*
*/

/*
      GLOBAL
*/
:focus {
  outline: 0;
}

* {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height:15px;
  color: black;
  text-decoration: none;
  border: 0; 
}

body {
  margin:0;
  text-align: center;
  background-color: #666c72;
  overflow: scroll;
}

h1{
  font-size:16px;
  color:#6F858F;
  margin-top:30px;
}

h6 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #515151;
}

.clearBoth {
  clear: both;
  line-height: 0px;
}

#mainContainer {
  width: 800px;
  min-height: 772px;
  margin: 0px auto;
  border: solid 2px #e3e3e3;
  padding: 18px;
  background-color: white;
}

#bodybg
{
  width:970px;
  background:#e3e3e3 url(../images/bodybg.jpg) 0 0 repeat-y;
  height:100%;
  margin:0 auto;
}

#topbg
{
  width:970px;
  height:6px;
  background:#e3e3e3 url(../images/topbg.jpg) 0 0 no-repeat;
  margin:0 auto;
}

/*
      CONTENT
*/

.red {
  color:#f00;
}

#contentArea {
  position: relative;
  width: 100%;
  min-height: 567px;
  margin: 3px 0 0 0;
  text-align: left;
  background: #fff url('../images/contentBG.png') repeat-y 0px 0px;
  padding:0;
}

#navi {
  width: 183px;
  height: 180px;
}

#navi h3 {
  margin: 0 0 0 0;
}

#naviBar {
  width: 183px;
  float: left;
}

#content {
  width: 617px;
  min-height: 567px;
  padding: 0 0 10px 0;
  float: left;
  background-color:#f7f8f8;
}

#container {
  width: 617px;
  min-height: 567px;
  float: left;
}

#content #subHeadBG_index{
  background-image:url(../images/content/subHeadBG.jpg);
  width:100%;
  height:90px;
}

#content #subHeadBG{
  background-image:url(../images/content/subHeadBG.jpg);
  width:100%;
  height:60px;
  float:left;
}

#content #subHeadBG span{
  padding-left:40px;
  min-width:213px;
  max-height:18px;
  float:left;
  margin-top:43px;
  line-height:17px;
  font-family:verdana;
  color:#666c72;
  font-size:23px;
  font-weight:bold;
  background-color:#fff;
}

#content #subHeadBG_index span{
  margin-top:42px;
  margin-left:40px;
  position:absolute;
  font-family:verdana;
  font-weight:bold;
  color:#fff;
  font-size:23px;
}

#content .subHeadTxt h1{
  color:#fff;
  font-size:14px;
  margin:0;
  padding:0 0 10px 0;
}

#content .text, #content h1{
  padding:0 40px 0 40px;
  line-height:15px;
}

#content .gallery {
  margin: 20px 0px 0px 0px;
  padding: 0 40px 0 40px;
}

#content .contentList li{
  margin-left:14px;
  padding-right:40px;
  padding-bottom:3px;
}

#content .contentTable{
  padding:10px 40px 12px 40px;
}

#content .contentBox{
  padding:10px 40px 12px 40px;
}



#content .contentTable tr td{
 padding:10px;
}

.refPics{
  padding-right:2px;
  padding-bottom:3px;
  display:block;
  float:left;
}

#map{
  width:550px;
  height:330px;
  margin:10px 0px 12px 40px;
  border:1px solid #333;
}

#login{
  margin:30px 0 0 40px;
}

#login input{
  border:1px solid #ccc;
  width:150px;
  display:block;
}

#login #submit{
  width:100px;
  border:1px solid #999;
  background-color:#94000e;
  color:#fff;
  cursor:pointer;
  text-decoration:none;
  text-align:center;
  padding:3px;
}

#login #submit:hover{
  background-color:#c5000e;
}

/*
      Footer
*/
#footer{
  position: absolute;
  top: 400px; 
  height: 140px;
  margin: 0px 10px 0px 18px;
  padding: 20px 0 0 0;
  font-family:arial, sans-serif;
}

#footerWrapper {
  width: 100%;
  height: 100%;
  padding-left:2px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#footer #footerWrapper h6 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #515151;
}

#footer #footerWrapper p, #footer #footerWrapper p a {
  font-size: 11px;
  color: #515151;
}

#footer #footerWrapper p a:hover {
  text-decoration: underline;
}
