body {
  background-color: #ffffff !important;
  line-height: 1.4em !important
}

#adminpanel {
  display: none
}

.header{
	display: none;
}
.navigation {
  display: none
}

.breadcrumbtrail {
  /*display: none*/
}

#leftbar {
 display: none
}

#righthand {
  display: none
}

#topbar {
  width: 100% !important
}

.recentnews {
  width: 700px !important
}

.news_item {
  margin-top: 15px
}

.morebox {
  display: none
}

.newsmain {
  width: 620px !important
}

.main {
  background: #ffffff !important
}

.footer .copyright {
  display: none
}
.footer {
  display: none
}
#containermisc1, #containermisc1 p, #containermisc1 p a {
  width: 100% !important
}

.rsslink {
  display: none
}

.footer {
  margin-top: 20px !important
}

.news_listing {
  margin-bottom: 20px
}
#gallery_controls{
	clear:both;
	border:0 none;
	margin:0;
	outline:0 none;
	padding:0;
}
#gallery_controls a {
	display:block;
	height:28px;
	width:28px;
}
#gallery_buttons{
	bottom:480px;
	left:7px;
	position:absolute;
	width:770px;
	top:100px;
	z-index:10;
}
#scroll_left{
	background: url("/images/slideshow_prev.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor:pointer;
	float:left;
	border: 0 none;
	margin:0;
	outline: 0 none;
	padding: 0;
}
#scroll_right{
	background: url("/images/slideshow_next.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor:pointer;
	float:right;
	border: 0 none;
	margin:0;
	outline: 0 none;
	padding: 0;	
}
#slideshow_pager {
    bottom: 348px;
    position: absolute;
    right: 30px;
	top:263px;
    z-index: 10;
}
#slideshow_pager a {
    background-image: url("/images/slideshow_dot.png");
    background-repeat: no-repeat;
    color: #9C9C9C;
    display: block;
    float: left;
    height: 8px;
    margin-left: 10px;
    text-indent: -5000px;
    width: 8px;
}
#slideshow_pager a.activeSlide {
    background-image: url("/images/slideshow_active_dot.png");
}
#gallery_controls a span {
	margin-left: -5000px;
}
.field-content {
	background-image: url("/images/slideshow_strip.png");
    bottom: 3px;
    color: #FFFFFF;
    height: 20px;
    padding: 12px 22px;
    position: absolute;
	width: 94.4%;
}
	
#gallery{
	position:relative;
}
#images{
	overflow:hidden;
}
#slideshow .details {
    background-image: url("/images/template/slideshow_strip.png");
    bottom: 0;
    color: #FFFFFF;
    height: 20px;
    padding: 12px 22px;
    position: absolute;
    width: 596px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .field-content { bottom:0px;
	}
}