/* @override http://www.thewellboise.com/css/home.css */

h2					{ font-weight:normal; margin-bottom:1em; }
.col				{ float:left; padding:0; width:460px; }
#nav li a 			{ 
					  display:block; padding:16px 16px 0; height:41px; width:196px; background:#3a3228; text-decoration:none; 
					  font-size:12px; color:#92a399; margin-bottom:4px;
					}
#nav li a b			{ 
					  font-family:helvetica, arial, verdana, sans-serif; color:#fdfdfc; font-size:18px; text-align:right; 
					  display:block; margin:0 0 -16px; font-weight:normal;
					}
					
#nav li a:hover		{ background:#728479 url(/images/nav_a_hover.gif) no-repeat 14px 13px; color:#fdfdfc }

/* @group HOME Content */
#home-content		{ clear:both; background:url(/images/striped_underline.gif) repeat-x left 25px; margin:0 17px 0 25px; padding-bottom:25px; }
#home-content p		{ line-height:1.4em; }
/* @end */

/* @group BANNER */
#home #banner		{ 
					  display:block; width:487px; height:363px; 
					  float:right; margin-right:11px; background-image: none;
					}
#rotator					{ display:block; width:487px; height:363px; overflow:hidden; }
#rotator img				{ border:0; display:none; }					
#message			{ background:none; margin:2px 0 0 31px; }
#message a.play		{ position:absolute; top:-4px; right:0; }

/* @end */
/* @group ROTATOR CONTROLS */
#controls						{ 
								  height:29px; background:url(/images/controls_container_bg.png) no-repeat left top; padding-left:2px; 
								  position:absolute; bottom:5px; left:35px; z-index:2000;
								}
#controller						{ background:url(/images/controls_bg.png) no-repeat right top; padding-right:3px; }							
#controls ul					{ margin:0; padding:3px 0; list-style:none; height:23px; position:relative; }
#controls li					{ display:inline; }
#controls li a					{ float:left; display:block; line-height:23px; font-size:11px; color:#fff; text-decoration:none; padding:0 9px;}
#controls li a.current			{ background:#fff; color:#000; }
#controls li#controls-previous	{ position:absolute; left:-34px; top:0 }
#controls li#controls-previous a{ 
								  display:block; width:29px; height:29px; background:url(/images/controls_prev_btn.png) no-repeat; 
								  text-indent:-999em; padding:0;
								}
#controls li#controls-next		{ position:absolute; right:-35px; top:0;}
#controls li#controls-next a	{ 
								  display:block; width:29px; height:29px; background:url(/images/controls_next_btn.png) no-repeat; 
								  text-indent:-999em; padding:0;
								}
#controls li a:focus			{ outline:none; }


