body{
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
	margin: 0;
	padding: 0;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #a1b0cb;
	text-decoration:none;}
	
	a:hover{
		color: #fff;
	}
	
	div#wrapper-outer{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	
	div#wrapper-inner{
		width: 960px;
		text-align: center;
		margin: 0 auto;
	}
	
	#strapline{
		width: 960px;
		text-align: center;
		margin: 100px auto 0 auto;
	}
	
	#header{
		height: 26px;
		background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;	
		font-size: 11px;
		text-align: center;
		color: #999999;
		}
		
		#header-inner{
			width: 960px;
			margin: 0 auto;
			text-align:center;
			padding: 0;
		}
		
		#header ul{
			list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0 auto;
padding: 5px 0 0 0;
		}
		
		#header ul li {
	display: inline;
	margin: 0;
	padding: 0 20px;
	vertical-align: top;
	background-image: url(../images/menu-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header ul li.last{
	background-image: none;	
}
		
		#header a{
			color: #CCCCCC;
		}
		
		#header a:hover{
			color: #fff;
		}
	
	#footer{
		width: 960px;
		text-align: center;
		margin: 0 auto;
	}
	
	#footer, #footer a{
	color: #a1b0cb;
	font-size: 10px;
}

#footer a:hover{
	color: #fff;
}

#info-holder{
	font-size: 11px;
	}

#info-1, #info-3{
	width: 47%;
	float: left;
}

#info-2, #info-4{
	width: 47%;
	float: right;
}

hr{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ccc none repeat scroll 0 0;
border:1px none;
clear:both;
color:#ccc;
float:none;
height:1px;
margin:10px 0;
width:100%;
}


/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 280px;
    width:960px;
    /*background-color:gray;*/
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#fff;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:15px;
    font-weight:bold;
    font-size:12px;
    color:#003074;
}
#featureCarousel .feature > div p a{
	color: #333333;
}
#featureCarousel .feature > div p a:hover{
	color: #00000;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px solid #003074;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:#003074;
}

span.numberTag{
	display: none;
}
