/* @override 
	http://www.centergrovelife.org/css/home.css
*/

#container-inner{
   clear: both;
   float: left;
   background: none;
   border: none;
   padding-bottom: 0;
   margin-bottom: 0;
}

#content{
   float: none;
   width: 1033px;
   position: relative;
   left: -17px;
}

#header{
   border: none;
   margin-bottom: 0;
   padding-bottom: 7px;
}

/* @group BANNER */

#banner {
	display: block;
	width: 1033px;
	height: 548px;
	position: relative;
	z-index: 2;
	background: url(/_img/bg_banner_home.png) no-repeat;
}

#content #banner p#overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 1033px;
   height: 37px;
   background: url(/_img/bg_banner_home.png);
   z-index: 3;
   margin: 0;
   text-indent: -9999px;
}

#rotator {
	width: 1002px;
	height: 398px;
	position: relative;
	overflow: hidden;
	top: 15px;
	left: 15px;
}

#home #rotator img {
	display: none;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 1002px;
	z-index: 2;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group ROTATOR CONTROLS */

#controls {
	height: 29px;
	background: url(/images/controls_container_bg.png) no-repeat left top;
	padding-left: 2px;
	position: absolute;
	top: 387px;
	right: 24px;
	z-index: 5;
}

#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 {
	float: left;
	display: inline;
	margin-right: 4px;
}

#controls li a {
	float: left;
	display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #cacfd1;
    text-indent: -9999px;
}

#controls li a:hover{
   border-color: #fff;
}

#controls li a.current {
	background: #cacfd1;
	color: #fff;
	border-color: #cacfd1;
}

#controls li#controls-previous,
#controls li#controls-next {
   display: none;
}

#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;
}

/* @end */

/* @group Quicklinks */

#content #quicklinks ul{
   position: absolute;
   z-index: 6;
   bottom: 15px;
   left: 15px;
   background: url(/_img/bg_quicklinks.png);
   padding: 6px 7px;
   margin: 0;
   float: left;
   height: 108px;
   width: 988px;
   overflow: hidden;
}

#content #quicklinks li{
   float: left;
   margin-right: 7px;
   list-style: none;
}

#content #quicklinks li.last{
   margin-right: 0px;
   margin-left: -1px;
}

#quicklinks img{
   margin: 0;
   border: none;
}

#footer{
   width: 998px;
   margin-top: -10px;
   position: relative;
   z-index: 999;
}

/* @end  */
