*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	/*color:#616161;*/
	color:#666;
	/*background:#fff;	*/
	
	font-size:13px;
	
	background-image:url(/images/bg.gif);
	background-repeat:repeat;
}

a{
	color:#444444 ;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

p{
	margin-bottom:1em;
}

#content { 
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:hidden; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	background:#fff;
	width:964px;
	margin:30px auto;
	padding:0 20px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;	
}

h1{
	/*color:#666;*/
	color:#444444;
	font-size:15px;
	font-weight:normal;
}

h2{
	color:#444;
	font-size:12px;
}

#header{
	padding-top:30px;
	text-align:left;
	/*border-bottom:1px solid #dcdfdb;*/
	width:964px;
	margin:0 auto;
	height:50px;
	border-bottom:1px solid #cccccc;
}

#header img{
	position:relative;
	top:-3px;
}

#header, #header a{
	font-size:11px !important;
	font-weight:normal !important;
}

#nav{
	text-align:right;
}

#nav a{
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:2px;
}

#nav a:hover{
	/*color:#939598;*/
	border-bottom:2px solid #E6E13C;
}

#nav .current, #nav .current:hover{
	border-bottom:3px solid #E6E13C;
}

#footer{
  width: 964px;
  margin: 0 auto;
}
#footer, #footer a{
  color:#7a7a7a;
}

/* scrolling div */

#main {
  width: 964px;
  margin: 0 auto;
  padding-top:5px;
  clear:both;
}

#content-slider {
  width: 874px;
  height: 20px;
  position: relative;
  margin:0 20px;
  z-index:1;
}

#content-slider-track {
  width: 924px;
  height: 1px;
  position: relative;
  top:-12px;
  margin:0 20px;
  background:#666;
  z-index:0;
}


.ui-slider-handle {
  width: 50px;
  height: 1px;
  position: absolute;
  top: 7px;
  background: #DEE317;
  border: solid 1px #DEE317;
  z-index:2;
}

#content-scroll {
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

#content-holder {
  width: auto;
  height: auto;
  white-space:nowrap;
}

.content-item {
  width: auto;
  height: auto;
  padding: 5px 0;
  display:inline-block;
  vertical-align:top;
}

.content-item img{
	/*border:1px solid #ccc;*/
}

#arrow_left, #arrow_right{
	margin-top:1px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	font-size:17px;
	position:relative;
	top:-4px;
}

button{
	font-size:1opx;
	font-weight:bold;
	border:0;
	color:#666;
	background:transparent;
}

button:hover{
	color:#DEE317;
}


.slides{
	overflow:hidden;
	position:absolute;
	top:0px;
	left: 0px;
	width:964px;
}

#nextSlide, #prevSlide{
	cursor:pointer;
}

.featuredNews{
	font-size:11px;
}

.featuredNews h2 a{
	text-decoration:none;
	color:#444;
}

.featuredNews h2 a:hover{
	text-decoration:underline;
}


.featuredNews h2 a:hover{
	color:#444444;	
}

.featuredNews h2{
	/*background:#616161;*/
	padding:1px;
	padding-left:5px;
	margin-bottom:5px;
	color:#444;
	font-size:11px;
	font-weight:normal;
}

.featuredNews p{
	padding-left:5px;
}

.featuredNews img{
	float:left;
	margin-right:1px;
/*	border:1px solid #ccc;*/
}


#sideMenu{
	font-size:11px;
}

#sideMenu a{
	display:block;
	text-decoration:none;
	color:#878787;
	text-transform:uppercase;
}

#sideMenu .current{
	background:#616161;
	color:#dbe834;
}

#sideMenu a:hover{
	background:#616161;
	color:#fff;
}

#sideMenu h3{
	font-size:11px;
	text-transform:uppercase;
	color:#444444;
}
