@charset "UTF-8";

/* =GENERAL - the general styles */
	body{
		font: 2.0em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #000;
	}
	a{text-decoration: none; color:#003366}
	a:hover{color: #663300;}

/* Text - text styles */
	h1{
		font-size: 1.8em;
	}

/* =LAYOUT - the main layout styles */

	.container{
		margin: 0 auto;
		position: relative;
		overflow:hidden;	
		width:1000px;	
	}

/* header layout */
	#header{
		padding: 3px 0 0 0;
		height: 120px;
		position: relative;
	}
	#logo{
		height: 120px;
		position: relative;
	}	

/* body layout */
	#bar{
		height: 36px;
		background: #ff9933;
		position: relative;
	}
	
	#bar a{
		background: #ff9933; 
		font-size:0.4em;
		font-weight:bolder; 
		color: #fff; 
		display: block; 
		float: left; 
		margin-right: 0px; 
		padding: 10px 0px 10px 11px; 
		width:220px; 
		text-decoration: none	
	}
	
	#bar a:hover{
		 background: #993300;	
	}	

	#carousel{
		height:336px; 
		background-image:url("../images/bg_carousel.png"); 
		background-repeat:repeat-x; 
		background-position:top;
	}
	
	#main{
		min-height: 200px;
	}
		
	
	#col_0{
		padding: 20px 10px 10px 10px;
		font-size: 0.5em;
		line-height: 1.5em;
	}
	
	#col_0 img{
		padding: 10px 10px 10px 10px;
	}
	
	
	#col_left{
		padding: 20px 5px 10px 10px;
		font-size: 0.5em;
		line-height: 1.5em;
		width: 600px;
		float: left;
		min-height: 200px;
	}
	
	#col_right{
		padding: 20px 10px 10px 5px;
		font-size: 0.5em;
		width:360px;
		float:right;
		line-height: 1.5em;

		min-height: 200px;
	}	

					

/* =FOOTER */
	#footer{
		height: 60px;
		margin: 0 0 10px 0;
		font-size: 0.38em;
		position: relative;		
	}
	#footer a{
		color: #333333;
	}
	#copyright{
		text-align:left;		
		padding:10px 5px 5px 5px;
		background-color: #fff;		
	}
	#footer_navigation{
		text-align:left;
		padding-top:7px;
		background-color: #fff;
	}
	#footer_navigation a{padding:3px 3px 3px 3px;}
	#footer_navigation a:hover{color: #666666; }
	

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0 0 0 0 ; text-align:left}
	.coda-slider { background: #ffffff }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 300px; overflow: auto !important;  }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1000px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1000px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 0; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #993300; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #ff9933; font-size:0.4em;; font-weight:bolder; color: #fff; display: block; float: left; margin-right: 0px; padding: 10px 0px 10px 11px; width:220px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; 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 }
	
