body, html{
	margin:0;
	padding:0;
	height:100%;
	background-color:#999;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.container1{
	background-image:url(../images/container1-footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	/*width:100%;*/
}

.top-content{
	padding-top:330px;
	position:relative;
	/*width:950px;*/
	background-image:url(../images/container-footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:18px;
}

.stripe-left{
	position:absolute;
	height:288px;
	width:50%;
	left:0;
	display:block;
	background-image:url(../images/left-stripes-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.container2{
}

.container3{
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:950px;
	margin:0 auto;
}

.flash{
	height:330px;
	position:absolute;
	background-color:#FFF;
	background-image:url(../images/flash-header-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	top:0;
	left:0;
	z-index:98;
}

h1, h2, h3, h4, .category-title, .title{
	color:#f89828;
}

.title{
  font-size:1.5em;
}

a{
	color:#f89828;
}

h2{
    font-size:1.5em;
	line-height:1.2em;
    margin-bottom:0.1em;
}

a:hover{
	color:#FC0;
}

#topmenu{
	z-index:99;
	position:absolute;
	right:0;
	top:0;
	height:45px;
	width:330px;
	background-image:url(../images/topmenu.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
}

.topmenu ul{
	margin:0;
	padding:0;
}

.topmenu ul li{
	float:left;
	list-style-type:none;
	padding-right:10px;
}

.topmenu ul li a{
	text-decoration:none;
	font-size:1em;
	line-height:35px;
	color:#FFF;
}

.topmenu ul li a:hover{
	color:#f89828;
}

.search{
	height:45px;
	/*background-image:url(../images/search-input.png);
	background-position:120px 8px;
	background-repeat:no-repeat;
	width:330px;*/
}

.search button{
	margin:0;
	padding:0;
	background:url(../images/search-button.png) center no-repeat;
	border:0;
	cursor:pointer;
	float:left;
	height:40px;
	width:50px;
}

.search input{
	padding:2px;
	margin:8px 0 10px 0;
	float:left;
	color:#000;
	/*background:none;*/
	border:0;
}

.search form{
	margin:0;
	padding:0;
}

.category-text{
	width:230px;
	height:30px;
	background-image:url(../images/news-tab.jpg);
	display:block;
	line-height:30px;
	padding-left:10px;
	color:#999;
	margin-bottom:10px;
}

.sidebox{
	padding-left:10px;
	margin-bottom:10px;
}

#footer-main p{
	color:#FFF;
}

.gallery-scroll-content {
  overflow: hidden;
  height: 120px;
  float:left;
}


.gallery-thumb{
  background-color:#F4F4F4;
  padding-bottom:10px;
}


.gallery-thumb a img{
  border:0;
  padding:0;
  margin-bottom:5px;
}
.gallery-thumb a span{
  padding:0 10px;
}

.gallery-scroll{
  overflow:hidden;
  width:620px;
}

.arrow-left{
  background-image:url(../images/arrow-left.jpg);
  background-repeat:no-repeat;
  background-position:center;
  width:15px;
  height:110px;
  background-color:#DDD;
  cursor:pointer;
}

.arrow-right{
  background-image:url(../images/arrow-right.jpg);
  background-repeat:no-repeat;
  background-position:center;
  width:15px;
  height:110px;
  background-color:#DDD;
  cursor:pointer;
}

.image-scroller{
	background-image:url(../images/reference-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	list-style:none;
	padding:10px 20px 20px 20px;
	margin:0 0 0 20px;
	width:178px;
	height:100px;
	text-align:center;
	display:block;
}

#footer-category ul{
	padding-left:0;
}

#footer-category ul li a{
	color:white;
	text-decoration:none;
}
#footer-category ul li{
	color:white;
	margin-left:20px;
}

#footer-category ul li a:hover{
  color:#F89828;
}

#footer-category ul .footerCategory{
  color:white;
  font-weight:bold;
  list-style:none;
  padding-left:0;
  margin:0;
}

p{
	margin-bottom:1em;
}

.date{
	color:#999;
	padding-right:10px;
}

#footerLegend{
	color:white;
}

#footerFieldset{
	border:0;
	margin:0;
	padding:0;
}

#footerTextarea{
	height:100px;
}

.image-scroller-title{
	color:white;
	margin-left:20px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}

.category-title{
	font-size:2em;
	margin-bottom:20px;
	display:block;
	text-transform:capitalize;
}

