@charset "UTF-8";
/* CSS Document */

#Featured{
		
		position:relative; 
		text-align:left;
		height:360px;
		
		clear:left;
		line-height:19px;
		background-color:#FFFFFF;
		
		

}
#Featured h2{
color:#006ECD;
font-size:14px;
font-weight:bold;


padding-bottom:10px;
padding-top:5px;

}





#special{
color:maroon;
font-weight:bold;
font-size:16px;
}


#cell_1 {


background-repeat:repeat-x;
padding-left:15px;
float:left;
width:180px;
height:95%;

}

#cell_1 a:hover{
	text-decoration:underline;
	
		
	
}


#cell_1 a span{
	font-weight:bold;
	background-color:gold;}





#cell_11 {
	
padding-left:15px;

float:left;
width:173px;
border-left-width:1px;
  border-left-style:solid;
  border-left-color:#CCC;
background-repeat:repeat-x;
height:310px;

}

#cell_11 a:hover{
	text-decoration:underline;
	
		
	
}







#cell_2 {

padding-left:15px;
font-size:11px;
line-height:14px;
float:left;
width:173px;
border-left-width:1px;
  border-left-style:solid;
  border-left-color:#CCC;
background-repeat:repeat-x;
height:95%;


}


#cell_2 a:hover{
	color:maroon;	
	
}


#cell_3 {


padding-left:15px;
padding-right:15px;
float:right;
width:535px;

border-left-width:1px;
  border-left-style:solid;
  border-left-color:#CCC;
height:95%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#cell_3 h2{
	color:maroon;
	font-size:24px;
	
}




.News {
font-size:20px; 
padding:3px; 
padding-left:20px;
height:38px;
background-image:url(../images/NewsBG.jpg);
}







div#HomeContent {
	
 
		margin-left:220px;
		width:730px;;
		padding-right:10px;
		
       
        padding-top:45px;
		color:#000000;

		
    }
	

#HomeContent h1{

font-weight:bold;
}



#Tier3{
		
		position:relative; 
		text-align:left;
		min-height:700px;
		
		clear:left;
		line-height:19px;
		
		

}
#Tier3 h2{
color:#006ECD;
font-size:16px;
font-weight:bold;
padding-top:30px;
padding-bottom:10px;

}


#info {

padding:20px;

width:95%;

height:95%;
}

/* Ticker Styling */
#ticker-wrapper.has-js {
	
	width: 100%;
	
	display: block;
	
	background-image:url(../images/NewsBG.jpg);
	
	
	font-size:12px;
}
#ticker {
	width: 850px;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	
}
#ticker-title{
	padding-top: 9px;
	color: maroon;
	font-weight: bold;
	font-size:18px;
	
	text-transform: uppercase;
}

#ticker-title a {
	
	color: maroon;
	
}
#ticker-content {

	margin: 0px;
	padding-top: 10px;
	padding-left:15px;
	position: absolute;
	
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	
}
#ticker-content:focus {
	none;
}

#ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
#ticker-swipe {
	padding-top: 15px;
	position: absolute;
	top: 1px;
	background-image:url(../images/ticker.jpg);
	display: block;
	width: 850px;
	height: 23px; 
}
#ticker-swipe span {
	margin-left: 1px;
	
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left #ticker-swipe {
	left: 50px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
    float: left;
}
.left #ticker-controls {
    padding-left: 6px;
}
.right #ticker-swipe {
	right: 50px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}