/*
	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.
*/

noscript div {background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px}

/* Change the width of the entire slider */	
.coda-slider, .coda-slider .panel { width:840px} 

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

/* Layout */
#coda-slider-wrapper {float:left; overflow:auto; width:1050px; height:300px; background: url("/images/back_slide.png"); margin-left:0px; padding-top:0px; display:inline;}
#coda-slider-wrapper p {font-size:18px; color:#308da2; padding:0 0 25px 150px; line-height:22px; text-align:left;}
#small-wrapper {float:left;}
#coda-slider-1 {float:left; text-align:center;}

#coda-slider-wrapper h2 {font-size:30px; color:#0c477c; padding:98px 0 5px 150px; line-height:25px; text-align:left; font-weight:normal;}

/* 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 }

/* Panels */
.coda-slider {float: left; overflow: hidden; position: relative;}	
.coda-slider .panel {display: block; float: left;}	
.coda-slider .panel-container {position: relative;}

/* Tab nav */
#box-nav {clear:both; float:left; width:955px; height:33px;}
ul.coda-nav {float:left; padding-left:382px;}

.coda-nav-left, .coda-nav-right {float:left; width:39px; height:80px; padding-top:119px;}
.coda-nav-left {margin-left:5px; display:inline; background: no-repeat 0 0;}
.coda-nav-right {margin-left:0px; display:inline; background: no-repeat 0 0;}
.coda-nav-left a, .coda-nav-right a {display: block;}

ul.coda-nav li {float:left; padding:7px 0 5px 16px;}	
ul.coda-nav li a {display:block; color:#3f3f3f; font-size:16px; font-weight:bold;}
ul.coda-nav li a:hover {color:#ff7100; text-decoration:none;}
ul.coda-nav li a.current {color:#ff7100;}

/* Miscellaneous */	
.large {font-size:26px; color:#0c477c;}
.panel-wrapper img {float:left; margin-left:35px; margin-right:35px; padding:65px 0 0 0;}
.clr {clear:both;}

/* Homepage columns */
.sml-title {color:#ff7100;}


