* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../_images/body_bg.jpg) repeat-x top;
	text-align: center;
	behavior: url("csshover2.htc");
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	position: relative;
	color: #444444;
}
a {
	color: #b30303;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
}

/* header */
#header {
	background: url(../_images/head_bg.jpg) no-repeat 148px 62px;
	position: relative;
	height: 152px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
	width: 954px;
	margin: auto;
}
#logo {
	position: absolute;
	top: 0;
	left: -11px;
	background: url(../_images/logo.jpg) no-repeat;
	width: 159px;
	height: 158px;
}
.pay_s {
	position: absolute;
	right: -4px;
	top: 34px;
}
#visa,
#m_card {
	background: url(../_images/visa.jpg) no-repeat;
	width: 39px;
	height: 25px;
	display: block;
	float: left;
}
#head_text {
	background: url(../_images/head_text_left.gif) no-repeat top left;
	float: left;
	position: absolute;
	top: 18px;
	left: 400px;
	font-family: Tahoma;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
}
#head_text .inner {
	background: url(../_images/head_text_right.gif) right center no-repeat;
	padding-left: 49px;
	padding-top: 16px;
	padding-right: 55px;
	line-height: 23px;
}
#head_text .inner span {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-right: -30px;
	margin-top: -1px;
	position: relative;
}
#m_card {
	background: url(../_images/mcard.jpg) no-repeat;
	margin-left: 6px;
}

/*--------- homepage accordian ------------*/
	.kwicks {
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0;
	}
	.kwicks li{
		display: block;
		overflow: hidden;
		padding: 0;
		cursor: pointer;
		float: left;
		width: 315px;
		height: 281px;
		margin-right: 5px;
	}
	#kwick1 img{ 
		float:left;
		padding-right: 10px;
	}
	#kwick2 img{
		float:left;
		padding-right: 10px;
	}
	#kwick3 img{
		float:left;
		padding-right: 10px;
	}
	img.displayed {
    text-align:center;
	}
	


/* ------- MAILING LIST --------- */
#mailList {
	position: absolute;
	top: 123px;
	right: 478px;
	padding-left: 70px;
	height: 35px;
	width: 330px;
	color: #333333;
	font-weight: normal;
}

#mailList .left {
	float: left;
	width: 140px;
	height: 35px;
	padding-top: 4px;
	color:#cc0000;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align:left;
}

#mailList .inputArea {
	float: left;
	width: 132px;
	height: 35px;
}

#mailList .inputArea .input{
	background-color:#fffeff;
	border: 1px solid #999; 
	color: #333;
	height: 20px;
	float: left;
	padding-top:5px;
	margin-top: 4px;
	margin-left: 4px;
	font: normal 12px Arial, Verdana, sans-serif;
}

#mailList .submitArea {
	float: left;
	width: 58px;
	height: 35px;
}

#mailList .submitArea .button {
	float: left;
	padding-top: 4px;
	padding-left: 4px;
}

/* ------- WEATHER --------- */
#weather {
	position: absolute;
	top: 106px;
	right: 0px;
	height: 52px;
	width: 450px;
	color: #333333;
	font-weight: normal;
}
#weather .left {
	float: left;
	width: 110px;
	padding: 5px;
	margin-top: 17px;
	font-size: 10px;
	text-align: center;
}
#weather .left b {
	font-size: 13px;
}
#weather .right {
	width: 66px;
	padding: 5px;
	margin-top: 25px;
	float: right;
}
.weather_img {
	width: 100px;
	float: left;
	background: url(../_images/head_sun.png) no-repeat;
	height: 52px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_images/head_sun.png');
}

/* menu */
#navigation {
	height: 32px;
	padding-bottom: 9px;
	background: url(../_images/nav_bott.jpg) no-repeat bottom;
	width: 954px;
	margin: auto;
	position: relative;
	z-index: 20;
}
#nav_left_bg {
	position: absolute;
	background: url(../_images/nav_left_bg.jpg) no-repeat;
	width: 6px;
	height: 41px;
	top: 158px;
	left: -6px;
}
#nav_right_bg {
	position: absolute;
	background: url(../_images/nav_right_bg.jpg) no-repeat;
	width: 5px;
	height: 44px;
	top: 158px;
	right: -5px;
}
#navigation li {
	height: 32px;
	float: left;
	list-style: none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px; /* -- 14px -- */
	background: url(../_images/nav_bg.jpg) repeat-x top;
	position: relative;
}
#navigation li.first {
	background: url(../_images/nav_left.jpg) no-repeat left;
}
#navigation li span {
	display: block;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	padding: 0 25px 0 26px;
	display: block;
	float: left;
	background: url(../_images/nav_border.jpg) no-repeat right;
}
#navigation li.last a {	
	background: url(../_images/nav_right.jpg) no-repeat right;
}
#navigation li:hover {
	background: url(../_images/nav_left_hover.jpg) no-repeat left;
}
#navigation li a:hover,
#navigation li:hover span {
	background: url(../_images/nav_right_hover.jpg) no-repeat right top;
}
#navigation li:hover span {
	height: 32px;
	float: left;
}
#navigation li.last a:hover {
	background: url(../_images/nav_last_right_hover.jpg) no-repeat right;
}

#navigation li ul {
	position: absolute;
	top: 32px;
	left: 3px;
	width: 225px;
	padding-right: 3px;
	padding-bottom: 3px;
	background: url(../_images/subnav_bg.png);
	_background: #a1a1a1;
	display: none;
}
#navigation li:hover ul {
	display: block;
}
#navigation li li {
	float: none;
	font-size: 12px;
	background: url(../_images/subnav_border.gif) no-repeat bottom #c29358;
	padding-top: 2px;
	padding-bottom: 4px;
	height: auto;
}
#navigation li li:hover {
	background: url(../_images/subnav_border.gif) no-repeat bottom #c29358;
}
#navigation li li.last,
#navigation li li.last:hover {
	background: #c29358;
}
#navigation li li a,
#navigation li li.last a {
	float: none;
	line-height: 12px;
	background: none;
	padding: 5px 6px 5px 21px;
}
#navigation li li a:hover,
#navigation li li.last a:hover {
	background: #d4b48a;
	color: #6b4021;
}



/* content */

#container {
	background: url(../_images/content_bg.jpg) repeat-x bottom;
	padding-bottom: 30px;
	min-width: 954px;
}
#content {
	width: 954px;
	margin: auto;
	position: relative;
	z-index: 5;
	
	min-height: 580px;
}
#home_img {
	position: relative;
	margin: 6px 0 9px -9px;
	background: url(../_images/home_img.png) no-repeat top left;
	width: 971px;
	height: 271px;
}
#home_alert {
	position: relative;
	margin: 6px 0 9px -9px;
	background: url(../_images/spring_alert.png) no-repeat top left;
	width: 971px;
	height: 103px;
}

#home_img #santa_barbara,
#home_img #paso_robles {
	display: block;
	width: 474px;
	height: 259px;
	float: left;
	margin: 5px 5px 0 5px;
}
#home_img #paso_robles {
	margin-right: 0;
}

/* Image Gallery */
#image-gallery{margin:0 10px 50px;float:right;}
#image-gallery img {vertical-align: bottom;border:0;}
.gallery-thumbs {float:left;margin:0; padding:0; width:309px; overflow:hidden;}
.gallery-thumbs li {list-style:none;float:left;margin: 0px 0px 0 0; }
.gallery-thumbs li.last {margin: 0;}
.gallery-thumbs li a {display:block;float:left;}
.gallery-holder {margin-bottom:8px;}
.gallery-thumbs li{border-bottom:3px solid #fff;background:#000;}
.gallery-thumbs li:hover {border-bottom-color:#b30303;}

/* Image Galleryb */
#image-galleryb{margin:0 10px 50px;float:right;}
#image-gallery imgb {vertical-align: bottom;border:0;}
.gallery-thumbsb {float:left;margin:0; padding:0; width:309px; overflow:hidden;}
.gallery-thumbsb li {list-style:none;float:left;margin: 0px 0px 0 0; }
.gallery-thumbsb li.last {margin: 0;}
.gallery-thumbsb li a {display:block;float:left;}
.gallery-holderb {margin-bottom:8px;}
.gallery-thumbsb li{border-bottom:3px solid #fff;background:#000;}
.gallery-thumbsb li:hover {border-bottom-color:#b30303;}

/* Video Player */
#video-player{margin:50px 10px 50px;float:right;}
#video-Home{margin:5px 5px 50px;float:left;}

.hr {
	background: url(../_images/border_h.jpg) repeat-x;
	height: 1px;
	margin: 0 20px;
	margin-bottom: 22px;
}

.shortRule {
	background: url(../_images/border_h.jpg) repeat-x;
	height: 1px;
	margin: 0 20px;
	margin-bottom: 22px;
}

.columns {
	background: url(../_images/border_v.jpg) repeat-y 660px 0;
}
.columns .left {
	width: 625px;
	float: left;
}
.columns .left img.fl_right {
	float: right;
	padding: 1px;
	border: solid 1px #aaaaaa;
	margin-left: 20px;
	margin-bottom: 20px;
}

.columns .left img.fl_left {
	float: left;
	padding: 1px;
	margin-left: 5px;
	margin-top:-30px;
}

.columns .right {
	width: 287px;
	background: #fff;
	float: right;
	margin-top: -10px;
	margin-bottom: -10px;
}
.columns .right img {
	margin: 3px 0 15px 6px;
}
.columns .right img.last {
	margin: 3px 0 4px 6px;
}
#content h1 {
	color: #b30303;
	font-size: 20px;
	margin-bottom: 10px;
}
#content h2 {
	color: #b30303;
	font-size: 20px;
	margin-bottom: 10px;
}
#content h3 {
	color: #b30303;
	font-size: 20px;
	margin-bottom: 10px;
}

#content h4 {
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
}

#content h4 span {
	color: #b30303;
	font-size: 20px;
}

#content p {
	margin-bottom: 16px;
	line-height: 14px;
}

/* inner page */
#left_menu {
	float: left;
	width: 159px;
	margin-right: 11px;
	color: #444444;
	font-size: 11px;
}
#left_menu h1 {
	color: #444444;
	padding: 5px;
	padding-right: 0;
	margin-bottom: 3px;
}
#left_menu h2 {
	color: #444444;
	padding: 5px;
	padding-right: 0;
	margin-bottom: 3px;
}
#left_menu h3 {
	color: #444444;
	padding: 5px;
	padding-right: 0;
	margin-bottom: 3px;
}
#left_menu ul {
	background: url(../_images/left_nav_border.gif) repeat-x bottom;
}
#left_menu li {
	list-style: none;
	background: url(../_images/left_nav_border.gif) repeat-x top;
	padding: 7px 0 7px 4px;
}
#left_menu li a {
	color: #444444;
	text-decoration: none;
}
#left_menu li a:hover {
	color: #b30303;
}
#left_menu li.active a {
	color: #b30303;
	font-weight: bold;
}
#right_column {
	float: left;
	width: 760px;
	border-left: solid 1px #b8b8b8;
	padding-left: 17px;
}
#right_column .fl_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: -5px;
}
#right_column h1{
	font-size: 18px;
	font-weight: bold;
	color: #b30303;
}
#right_column h2{
	font-size: 16px;
	font-weight: bold;
	color: #b30303;
}
#right_column h3{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#right_column h4{
	font-size: 24px;
	font-weight: bold;
	color: #b30303;
}

.box {
	background: url(../_images/box_top2.gif) no-repeat top;
	width: 746px;
	margin-bottom: 20px;
}
.box .inner {
	background: url(../_images/box_bott.jpg) no-repeat bottom;
	padding: 13px;
	font-size: 10px;
}
#content .box h1 {
	font-size: 24px;
	position: relative;
	margin-top: -4px;
	margin-bottom: 8px;
	position: relative;
	line-height: 24px;
}
#content .box h2 {
	font-size: 24px;
	position: relative;
	margin-top: -4px;
	margin-bottom: 8px;
	position: relative;
	line-height: 24px;
}
#content .box h3 {
	font-size: 24px;
	position: relative;
	margin-top: -4px;
	margin-bottom: 8px;
	position: relative;
	line-height: 24px;
}

.box_right {
	float: left;
	width: 438px;
}

.box_tourinfo {
	float: left;
	width: 438px;
	font-size:12px;
	line-height: 22px;
}

.box_tourinfo_left {
	float: left;
	width: 219px;
	font-size:12px;
	line-height: 22px;
}

.box_tourinfo_right {
	float: left;
	width: 219px;
	font-size:12px;
}

.box_img {
	background: url(../_images/box_img_bg.jpg) no-repeat;
	padding: 1px 2px;
	float: left;
	margin-right: 14px;
}

.box_img span {
	font-size:12px;
	font-weight:bold;
	color: #333;
	padding: 10px 2px;
}

.box_img li {
	font-size:11px;
	list-style: none;
	padding: 5px 0px;
	float:left;
}

.box_img img {
	width: 250px;
	height: 190px;
}
.box2 {
	background: url(../_images/box2_bg.jpg) repeat-y;
	width: 438px;
	font-size: 11px;
	clear: both;
}
.box3 {
	background: url(../_images/box2_bg.jpg) repeat-y;
	width: 438px;
	font-size: 11px;
	clear: both;
}

.box2 .title {
	background: url(../_images/box_title.jpg) no-repeat;
	width: 424px;
	height: 15px;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	padding: 7px;
}

.box3 .title {
	background: url(../_images/box_title_brown.jpg) no-repeat;
	width: 424px;
	height: 15px;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	padding: 7px;
}

.box3 a {
	color: #fde300;
	font-size: 12px;
	font-weight:bold;
}

.box3 .title .right {
	float: right;
	color: #fdda3d;
}

.box3 .title .right a{
	font-size:9px;
	font-weight:normal;
	color: #fdda3d;
}

.box2 .title .right {
	float: right;
	color: #fdda3d;
}
.box2 .inner {
	padding: 8px 15px;
	background: none;
	color: #666666;
}
/* ---- Short Box Columns ---- */
.box_leftcolshort {
	float: left;
	width: 200px;
	margin-bottom: 7px;
	margin-right: 10px;
}
.box_rightcolshort {
	width: 227px;
	float: left;
}
.box_leftcolshort span,
.box_rightcolshort span {
	float: left;
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	margin-right: 4px;
	margin-top: -2px;
	position: relative;
}

.box_leftcol {
	float: left;
	width: 247px;
	margin-bottom: 7px;
	margin-right: 10px;
}

.box_rightcol {
	width: 180px;
	float: left;
}


.box_leftcol span,
.box_rightcol span {
	float: left;
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	margin-right: 4px;
	margin-top: -4px;
	position: relative;
}

/* footer */
#footer {
	background: url(../_images/footer_bg.jpg) repeat-x top;
	min-width: 954px;
}
#footer_left {
	background: url(../_images/footer_left.jpg) no-repeat left top;
}
#footer_right {
	background: url(../_images/footer_right.jpg) no-repeat right top;
}
#footer .inner {
	width: 954px;
	margin: auto;
	height: 84px;
	font-size: 11px;
}
#footer ul {
	padding-top: 5px;
	height: 39px;
}
#footer ul li {
	list-style: none;
	float: left;
	color: #333333;
	padding-right: 3px;
}
#footer ul li.last {
	list-style: none;
	float: right;
	color: #878787;
	padding-right: 3px;
}
#footer ul li.last a {
	color: #878787;
	margin-right: 3px;
}

#footer ul li a {
	color: #333333;
	margin-right: 3px;
}
#footer .left {
	float: left;
	width: 300px;
	font-weight: bold;
	color: #161616;
}
#footer .right {
	float: right;
	width: 250px; /* 225 */
	font-size: 10px;
	color: #161616;
	background: url(../_images/f_star.jpg) no-repeat bottom left;
	
}
