/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0 }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	/*.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }*/
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 590px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #00447c }
	.coda-nav ul.eluma li a.current { background: #ffd200; color: #000; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px }

	/* Main text margin patch */
	#content_page2 .coda-slider p,
	#content_page2 .coda-slider h1,
	#content_page2 .coda-slider h2{margin-right: 0;}

	/* Preloader */
	.coda-slider p.loading { padding: 10px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { }
	.coda-nav ul li { }
	.coda-nav ul li a { }
	.coda-nav ul li a:hover { }

	.coda-nav ul.carbon-trust-coda, .coda-nav ul.eluma { display: block; margin: auto; overflow: hidden }
	.coda-nav ul.carbon-trust-coda li, .coda-nav ul.eluma li { display: inline }
	.coda-nav ul.carbon-trust-coda li a, .coda-nav ul.eluma li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

	.coda-nav ul.carbon-trust-coda li a:hover {background: #009ad9;}
	.coda-nav ul.eluma li a:hover {background: #ffd200; color:#000;}
	
	/* Sidebar nav */
	
	.coda-side-nav .coda-nav {float: right; width: 172px; margin: 43px 15px 0 0; padding:0; text-align: left;}
	.coda-side-nav .coda-slider, .coda-side-nav .coda-slider .panel { width: 405px } 
	.coda-side-nav .coda-nav li { display: inline }
	.coda-side-nav .coda-nav ul li a { margin-bottom: 5px; background: rgb(128, 190, 44); color: #000000; display: block; width: 118px; float: right; margin-right: 1px; padding: 3px 6px; text-decoration: none; border-bottom: 1px solid #51791c; border-left: 1px solid #51791c;}
	.coda-side-nav .coda-nav ul li a:hover {background: #51791c; color: #ffffff;}
	.coda-side-nav .crc ul li a { margin-bottom: 5px; background: rgb(128, 190, 44); color: #000000; display: block; width: 118px; float: right; margin-right: 1px; padding: 3px 6px; text-decoration: none; border-bottom: 1px solid #51791c; border-left: 1px solid #51791c;}
	.coda-side-nav .crc ul li a:hover {background: #51791c; color: #ffffff;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: left; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	