/* Banner */

	div#banner {
		width: 1024px;
		height: 320px;
		margin: 0 auto;
		margin-bottom: 10px;
		}
		
	div#banner ul.tabs {
		float: right;
		width: 344px;
		height: 320px;
		}
	
	div#banner div.panes {
		float: left;
		width: 660px;
		height: 320px;
		}
	
	/* Tabs */
	
		div#banner ul.tabs li {
			float: left;
			width: 344px;
			height: 80px;
			}
		
		div#banner ul.tabs li a:link, div#banner ul.tabs li a:visited {
			display: block;
			width: 344px;
			height: 80px;
			line-height: 80px;
			text-align: center;
			font-size: 20px;
			}
		
		div#banner ul.tabs li a:hover, div#banner ul.tabs li a:active {
			text-decoration: none;
			}
		
		a#tab_one:link, a#tab_one:visited {
			background-image: url('../images/headlines/one_up.png');
			background-repeat: no-repeat;
			background-position: center center;
			color: #999999 !important;
			}
		
		a#tab_one:hover, a#tab_one:active, a#tab_one.current {
			background-image: url('../images/headlines/one_down.png');
			background-repeat: no-repeat;
			background-position: center center;
			color: #ffffff !important;
			}
		
		a#tab_two:link, a#tab_two:visited {
			background-image: url('../images/headlines/two_up.png');
			background-repeat: no-repeat;
			background-position: center center;
			color: #999999 !important;
			}
		
		a#tab_two:hover, a#tab_two:active, a#tab_two.current {
			background-image: url('../images/headlines/two_down.png');
			background-repeat: no-repeat;
			background-position: center center;
			color: #ffffff !important;
			}
		
		a#tab_three:link, a#tab_three:visited {
			background-image: url('../images/headlines/three_up.png');
			background-repeat: no-repeat;
			background-position: center center;
			color: #999999 !important;
			}
		
		a#tab_three:hover, a#tab_three:active, a#tab_three.current {
			background-image: url('../images/headlines/three_down.png');
			background-repeat: no-repeat;
			background-position: center center;
			color: #ffffff !important;
			}
		
		a#tab_four:link, a#tab_four:visited {
			background-image: url('../images/headlines/four_up.png');
			background-repeat: no-repeat;
			background-position: center center;
			color: #999999 !important;
			}
		
		a#tab_four:hover, a#tab_four:active, a#tab_four.current {
			background-image: url('../images/headlines/four_down.png');
			background-repeat: no-repeat;
			background-position: center center;
			color: #ffffff !important;
			}
	
	/* Panes */
	
		div#banner div.panes div.right, div#banner div.panes div.left {
			position: relative;
			width: 660px;
			height: 320px;
			}
		
		div#banner div.panes div.right div {
			padding: 20px 20px 20px 280px;
			}
			
		div#banner div.panes div.left div {
			padding: 20px 280px 20px 20px;
			}
		
		div#banner div.panes p.heading {
			font-family: 'Lobster', Arial, sans-serif;
			font-size: 32px;
			line-height: 36px;
			color: #ffffff;
			text-shadow: 0px 0px 3px #333333;
			padding: 0px 0px 10px 0px;
			}
		
		div#banner div.panes p {
			color: #ffffff;
			font-size: 16px;
			padding: 0px 0px 10px 0px;
			}
		
		div#banner div.panes a:link, div#banner div.panes a:visited {
			font-size: 16px;
			height: 16px;
			line-height: 16px;
			color: #ffffff;
			padding-right: 20px;
			background-image: url('../images/structure/more_arrow_white.png');
			background-position: top right;
			background-repeat: no-repeat;
			}
		
		div#banner div.panes div.right a:link, div#banner div.panes div.right a:visited {
			position: absolute;
			right: 20px;
			bottom: 20px;
			}
		
		div#banner div.panes div.left a:link, div#banner div.panes div.left a:visited {
			position: absolute;
			right: 280px;
			bottom: 20px;
			}
			
		div#banner div.panes a:hover, div#banner div.panes a:active {
			text-decoration: none;
			color: #666666;
			background-position: bottom right;
			background-repeat: no-repeat;
			}
		
		div#pane_one {
			background-image: url('../images/headlines/panel_one.png');
			background-repeat: no-repeat;
			background-position: center center;
			}
		
		div#pane_two {
			background-image: url('../images/headlines/panel_two.png');
			background-repeat: no-repeat;
			background-position: center center;
			}
		
		div#pane_three {
			background-image: url('../images/headlines/panel_three.png');
			background-repeat: no-repeat;
			background-position: center center;
			}
		
		div#pane_four {
			background-image: url('../images/headlines/panel_four.png');
			background-repeat: no-repeat;
			background-position: center center;
			}
