

/*.banner{
	background-image:url(../images/banner-bg-index.png);
	height:335px;
}*/

				#searchbar{
					color:#0c4a64;
					font-size:26px;
					line-height:18px;
					text-shadow:#FFFFFF 0px 1px 2px;
					font-weight:bold;
					font-family:"HelveticaNeueLT Std Cn", "Arial Narrow", Arial, Helvetica, sans-serif;
					padding:14px 17px 0 17px;
					position:relative;
				}
				
				span.customStyleSelectBox { 
					background:url(../images/searchbox-bg.png) repeat-x;
					border:1px #fff solid;
					height:34px;
					font-size:20px;
					line-height:34px;
					color:#494949;
					padding:0 10px 0 10px;
					font-family:Arial, Helvetica, sans-serif;
					font-weight:normal;
					text-shadow:none;
					margin:0 2px 0 2px;
				}
				span.customStyleSelectBox.changed {}
				.customStyleSelectBoxInner { background:url(../images/downarrow.png) no-repeat right center; }
				/*#noun option{
					background:url(../images/check.png) no-repeat 0 0;
					padding:0 0 0 20px;
				}
				#noun option + option{background:url(../images/bee.png) no-repeat 0 0;}
				#noun option + option + option{background:url(../images/check.png) no-repeat 0 0;}*/
				
				#adj{
					width:205px;
				}
				#noun{
					width:195px;
				}
				#location{
					width:275px;
				}

					#go{
						display:block;
						position:absolute;
						top:14px;
						right:17px;
						width:61px;
						height:36px;
						background:none;
						border:0;
						margin:0;
						padding:0;
						text-indent:-1000px;
						font-size:0;
						overflow:hidden;
						cursor:pointer;
					}
		
			#main_content-copy{
				width: 270px;
				min-height:200px;
				margin-right:40px;
				font-size:16px;
				line-height:23px;
				color:#1b1818;
				padding-top:25px;
				float:left;
			}
			#main_content-copy h2{
				margin:0;
				padding:0 0 10px 0;
				text-transform:none;
				font-style:normal;
				color:#0c4a64;
				font-weight:bold;
				font-size:22px;
				line-height:26px;
				font-family:"HelveticaNeueLT Std Cn", "Arial Narrow", Arial, Helvetica, sans-serif;
			}
			#main_content-copy h3{
				color:#0c4a64;
				font-size:25px;
				line-height:27px;
				font-weight:normal;
				text-transform:uppercase;
				font-family:"HelveticaNeueLT Std Cn", "Arial Narrow", Arial, Helvetica, sans-serif;
			}
			
			#topbucket-2{
				float:left;
			}

			#topbucket-3{
				float:left;
				clear:none;
				margin:0;
			}
			#schedule_button{
				float:left;
				clear:none;
				margin:10px 0 0 0;
			}


/** 
 * Slideshow style rules.
 */
#slideshow {
	width:550px;
	padding:0px;
	position:relative;
	overflow:hidden;
	height:272px;
}
#slideshow #slidesContainer {
	width:550px;
}
#slideshow #slidesContainer .slide {
	width:550px;
	z-index:1;
}
#slideshow #slidesContainer .slide img{
	margin:0;
}

/** 
 * Slideshow controls style rules.
 */
/*.control {
  display:block;
  width:50px;
  height:50px;
  position:absolute;
  cursor: pointer;
  z-index:100;
  background-color:#493b22;
  color:#FFFFFF;
  text-align:center;
}
#leftControl {
	top:250px;
	left:0px;
}
#rightControl {
	top:250px;
	right:0px;
}
*/

/*#pageContainer {
  margin:0px auto 0px auto;
  width:811px;
}*/
-->

#slideIndex{
	bottom:10px;
	right:10px;
	position: absolute;
}
.numbers{
	width: 10px;
	height: 10px;
	line-height:0px;
	font-size:0;
	background: #f00;
	display: inline-block;
	color: #000000;
	border:none;
	text-align: center;
	margin: 1px 10px 0px 1px;
	cursor: pointer;
	border: 1px solid #000000;
}
.active{
	background:#ffffff;
}