body {
  background: #fff url('images/bg01.jpg') repeat-x center top;
  margin: 0;
  padding: 0;
}
#main {
  xbackground: url('images/bg01.jpg') repeat-x center 122px;
}
#page {
  margin: 0 auto;
  width: 920px;
}
#header {
  background: url('images/bg02.jpg') no-repeat left top;
  height: 143px;
}
#logo {
  display: block;
  width: 370px;
  height: 143px;
  text-decoration: none;
}
#logo span {
  display: block;
  position: absolute;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  padding: 15px 0 0 25px;
  xpadding: 75px 0 0 80px;
  text-shadow: 0 0 5px #fff;
}
#menu {
	
	margin-top: 74px;
  float: right;
  padding: 0 10px;
  
    background: #fff;
  box-shadow: 0px 0px 6px #ccc;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#menu ul li a {
	font-size: 14px;
	font-weight: bold;
	  display: block;
  float: left;
  line-height: 44px;
  padding: 0 10px;
  margin: 0 1px;
  text-decoration: none;
}
#menu ul li a:hover {
	background: #f0f0f0;
  text-decoration: underline;
}
#menu ul li.selected {
	background: #f0f0f0;
	}
#menu ul li ul {
  display: none;
}
#header-images {
  height: 289px;
  margin-bottom: 23px;
}
#header-images .content {
  padding: 1px 0 0 11px;
}
#slideshow {
  width: 898px;
  height: 287px;
}
#main-bar {
  background: #fff;
  box-shadow: 0px 0px 6px #ccc;
  border: 1px solid #ccc;
  padding-top: 8px;	
  padding-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#mininav {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 80%;
}
#mininav a {
  text-decoration: none;
}
#mininav a:hover {
  text-decoration: underline;
}
#left-bar {
  float: left;
  /*width: 660px;*/
  width: 100%;
  min-height: 400px;
}
#left-bar .content {
  /*padding: 0 0 0 20px;*/
  padding: 0 20px 0 20px;
}
#right-bar {
	display: block;
/*  width: 240px;*/
  float: right;
}
#right-bar .content {
  padding: 17px 35px 0 0;
}
#right-bar-content {
}

.more {
  display: block;
  text-align: right;
}

.photo-gallery img {
  border: 1px solid #999;
  margin: 0 15px 10px 0; 
}

#map_canvas_3 {
  position: relative;
  top: -30px;
  border: 1px solid #999;
  width: 300px;
  height: 300px;
  float: right;
}

#content {	
}
#content .folders ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#content .folders ul li {
}
#content .folders ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 70px;
    background: url("images/folder.png") no-repeat left center;
    text-decoration: none;
}
#content .folders ul li a:hover {
    text-decoration: underline;
}

#footer-box {
    clear: both;
}
#footer {
    margin: 0 auto;
    width: 900px;
    text-align: right;
    font-size: 90%;
    color: #aaa;
    height: 40px;
}
#footer p {
    padding: 0;
    margin: 0;
}	
#footer a {
    color: #aaa;
    text-decoration: none;
}
#footer a:hover {
    color: #666;
    text-decoration: underline;
}



.leftimage {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

#page.videa .object {
    width: 290px;
    height: 128px;
    float: left;
    border: 1px solid #eee;
    margin: 0 10px 10px 0;
}

#page.videa .more {
    float: left;
}

#page.videa hr {
    display: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.cleaner {
    clear: both;
}