/*
	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.
*/

/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 0px; display:none;}
	noscript div { background: #ffffff; border: 1px solid #900; margin: 0px 0; padding: 0px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0; position:relative; }
	.coda-slider { background: #ffffff; height:149px; }
	
	/* 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: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 261px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 261px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 0px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background:url(../images/activeno.jpg) repeat-x left top;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; height:149px; }
	
	/* Preloader */
	.coda-slider p.loading {/* padding: 20px;*/ 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; margin:0px 0 0 0; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background:url(../images/nobg.jpg) repeat-x left top; color: #fff; display: block; float: left; margin-right: 7px; height:14px; width:14px; text-decoration: none; text-align:center;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.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 }
	.coda-nav{
	clear:both;
	padding:10px 0 0 0;
	}
	.edleft{
	float:left;
	width:177px;
	background:#ffffff url(../images/leftbg.jpg) repeat-y left top;
	height:218px;
	padding:5px 15px 0 30px;
	font-size:14px;
	color:#156f9e;
	font-weight:bold;
	}
	.edright{
	float:left;
	width:220px;
	height:218px;
	}
	.hwrap{
	width:482px;
	position:relative;
	}
	.cross{
	position:absolute;
	left:0px;
	top:109px;
	height:48px;
	background:url(../images/corss.gif) no-repeat left top;
	z-index:9999;
	width:310px;
	padding:8px 137px 0 35px;
	color:#FFFFFF;
	}
	#coda-nav-2{
	padding:0 0 0 0px;
	/*width:122px !important;*/
	position:absolute;
	right:0px;
	top:225px;
	}
		#coda-nav-2 ul{

		float:right;
		text-align:right;

	}
	
		#coda-nav-2 ul li{
		
	}
	
	
	.hwrap3, .hwrap2{
	width:462px;
	position:relative;
	padding:10px 0 0 0;
	}
	.hwrap3 h3, .hwrap2 h3{
	color:#989898;
	font-size:14px;
	}
	.hwrap2 ul{
	list-style-type:none;
	}
	.hwrap2 ul li{
	float:left;
	width:230px;
	padding:2px 0 2px 0;
	}
	.hwrap2 ul li a{
	color:#0381be;
	text-decoration:none;
	font-size:12px;
	}
	.hwrap2 ul li a:hover{
	color:#F47526;
	}
	.hwrap3 ul{
	list-style-type:none;
	}
	.hwrap3 ul li{
	padding:5px 0 5px 0;
	}
	.hwrap3 ul li a{
	color:#0381be;
	text-decoration:none;
	font-size:12px;
	}
	.hwrap3 ul li a:hover{
	color:#F47526;
	}
	.ritbox{
	width:86px;
	float:right;
	padding:20px 0 0 0;
	}
	.lftbox{
	float:left;
	width:360px;
	}

