/* @override 
	http://wat/www/css/global.css
*/

/* resets */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;margin: 0;padding: 0;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body, html { height: 100%; background-color: #a2998b; }
a:link, a:visited, a:active { outline: none; }

h1#headline, h2#pageIntro{ display: none; }

#bgImage {
	width: 966px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: url(../images/fauxcol.gif) repeat-y 0 0;
}

#wrapper {
	width: 966px;
	position: relative;
	height: 100%;
}


/* @group Header & Navigation */
#headerWrapper {
	height: 219px;
	width: 1065px;
	background: url(../images/Top-Banner.png) no-repeat 0 0;	
	position: relative;
	left: -99px;
}

ul#navUL {
	width: 966px;
	height: 26px;
	position: absolute;
	left: 199px;
	top: 195px;
	margin: 0;
	padding: 0;

}

ul#navUL li {display: inline;}
ul#navUL a {float: left;text-indent:-999em;height: 26px;}

ul#navUL a#nav1 {width: 120px;}
ul#navUL a#nav2 {width: 170px;}
ul#navUL a#nav3 {width: 140px;}

ul#navUL a:hover#nav1{background: url(../images/Top-Banner.png) no-repeat -198px -221px;}
ul#navUL a:hover#nav2{background: url(../images/Top-Banner.png) -318px -221px;}
ul#navUL a:hover#nav3{background: url(../images/Top-Banner.png) -488px -221px;}
/* @end */

/* @group content wrapper & generic styles*/
#contentwrapper {}
#contentwrapper p {margin: 0 0 15px;}
/* @end */

#left {
	width: 95px;
	float: left;
	text-indent: -999em;
}

#mid {
	width: 595px;
	float: left;
	margin-bottom: 75px;
}


#right {
	width: 276px;
	float: right;
;
}

#rightPanelGraphic {
	height: 147px;
	width: 276px;
	text-indent: -999em;
	background: url(../images/Right_Panel.png) no-repeat;
}

#contactInfo {
	text-align: center;
		font: 16px/28px Georgia, "Times New Roman", Times, serif;
	color: white;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

#contactInfo a {
	text-decoration: none;
	color: white;
}

#contactInfo a:hover {
	text-decoration: none;
	color: #d7958b;
}

/* @group Twitter */

#twitter_div {
	width: 276px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: black;

}

#twitter_div h2.sidebar-title {
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 8px;
	color: white;
}

#twitter_div a#twitter-link {
	text-align: center !important;
	text-decoration: none;
	color: white;
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-top: 5px;
} 

#twitter_div a#twitter-link:hover { color: #d7958b; }

#twitter_div #twitter_update_list {
	width: 266px;
	padding-left: 5px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	
}

#twitter_div #twitter_update_list li {
	padding-top: 5px;	
	padding-bottom: 5px;
	border-top: 1px dotted #d7958b;
	border-bottom: 1px dotted #d7958b;
}

#twitter_div #twitter_update_list li a{
	color: black;
	text-decoration: none;
}

#twitter_div #twitter_update_list li a:hover{
	color: #d7958b;
	text-decoration: none;
}

/* @end */


/* @group TourList */

div#tourList {
	margin: 15px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

div#tourList h1 {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
}

div#tourList h2 {
	margin-top: 8px;
}

div#tourList p {
	margin-top: 8px;
}

div#tourList h1.tourTitle {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
	margin-top: 25px;
	border-top: 1px solid #c4b9b3;
	line-height: 32px;
}

div#tourList h2.intro {
	font-weight: bold;
	margin-top: 2px;
}

div#tourList p.boldpara {
	margin-top: 8px;
	font-weight: bold;
}

div#tourList p strong{
	font-weight: bold;
}

div#tourList p.italic{
	font-style: italic;
}

/* @end */

/* @group Form */

form#tourdates { 		
	background-color: ;
	padding: 0;
	margin: 15px 0 0 5px;
}

form#tourdates table tr th {
	width: 80px; 	
	padding: 0 10px 12px 0;
	text-transform: capitalize;
	color: #c4b9b3;
	font: small-caps 14px/42px Georgia, "Times New Roman", Times, serif;
	text-align: right;
}


form#tourdates table tr td {padding: 0 0 12px 0;}


form#tourdates table tr td input {
	border: 1px solid white;
	font-size: 18px;
	height: 22px;
	padding: 8px;
	width: 200px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
}

form#tourdates table tr td input:focus {
	border-color: #978981;
	background-color: #fafafa;
}

form#tourdates table tr td input:active, form#tourdates table tr td:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}


form#tourdates table tr td.submit {
	padding-bottom: 25px;
}

form#tourdates table tr td.submit input#submit{
	text-align: center;
	width: 85px;
	height: 35px;
	float: left;
	background-color: #91d1ec;
	font-size: 15px;
	line-height: 35px;
	padding: 0;
	text-transform: uppercase;
	margin-left: 225px;
}

form#tourdates table tr td.submit input#submit:hover{

	background-color: #c4b9b3;
	cursor: pointer;

}

form#tourdates table tr td span.required {
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding-left: 8px;
	color: whitesmoke;
}

	
form#tourdates table#radio_dates {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	width: 565px;
}	

form#tourdates table#radio_dates tr {
	border-bottom: 1px solid #c4b9b3;
	width: 595px;
}

form#tourdates table#radio_dates tr:hover {
	background-color: #c4b9b3;
}
form#tourdates table#radio_dates tr th {
	height: 35px;
		margin: 0;
	padding: 0;
}

form#tourdates table#radio_dates tr td	{
	margin: 0;
	padding: 0;
}	

form#tourdates table#radio_dates tr th.id {
	width: 10px;
	padding-left: 24px;	
}

form#tourdates table#radio_dates tr td label {
	display: block;
	margin: 0;
	padding: 0;
}

form#tourdates table#radio_dates tr td.title {
	width: 220px;
	padding-left: 12px;
	text-align: left;
}



form#tourdates table#radio_dates tr td.extra {
	width: 85px;
	font-style: italic;
	font-size: 10px;
	text-align: left;
}

form#tourdates table#radio_dates tr td.tour_date {
	width: 150px;
	padding-left: 12px;
	font-size: 11px;
}

form#tourdates table#radio_dates tr td.price {
	padding-left: 12px;
	text-align: right;
	font-size: 12px;
	padding-right: 24px;
}

form#tourdates table#radio_dates tr th#tourRequired  {
	width: 595px;
	text-align: left;
}

form#tourdates table#radio_dates tr th#tourRequired span.required {
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding-left: 8px;
	color: red;
	text-align: left;
	float: left;
}

p#formSuccess {
	margin: 15px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}


form#tourdates table tr td input.LV_invalid_field {
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

span.LV_validation_message {
	border: 1px solid white;
	height: 40px;
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	position: relative;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* @end */



/* @group Events */

div#lldl {
	margin-left: 15px;
	margin-top: 15px;
}

div#lldl a {
	text-decoration: none;
	color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

div#lldl a:hover {
	color: #d7958b;
	border-bottom-color: #d7958b;
}

div#lusciousLunches {
	width: 466px;
	height: 1004px;
	background: url(../images/Luscious-Lunches.png) no-repeat 0 0;
	margin-left: 15px;
	margin-top: 15px;
}

/* @end */


/* @group hcard Footer */
ul#hcard-Wild-About-Tours {
	width: 966px;
	text-align: center;
	color: white;
	font: 12px Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: both;
	background-color: #978981;
	padding-top: 8px;
	padding-bottom: 5px;
	height: 35px;
}
ul#hcard-Wild-About-Tours li {	display: inline;}
ul#hcard-Wild-About-Tours li#l1 {}
ul#hcard-Wild-About-Tours li.org {padding-right: 0px;}
ul#hcard-Wild-About-Tours li.org:after {content: " ::";}
ul#hcard-Wild-About-Tours li.desc {padding-right: 0px;}
ul#hcard-Wild-About-Tours li.desc:after {content: " ::";}

ul#hcard-Wild-About-Tours a:link, ul#hcard-Wild-About-Tours a:visited {
	color: white;
	text-decoration: none;
}

ul#hcard-Wild-About-Tours a:hover { text-decoration: underline; }
ul#hcard-Wild-About-Tours li.tel { margin-left: 0px;}

ul#hcard-Wild-About-Tours li.adr {}
ul#hcard-Wild-About-Tours li.adr ul li {display: inline;}
ul#hcard-Wild-About-Tours li.street-address { margin-left: 0px;}
ul#hcard-Wild-About-Tours li.locality { margin-left: 0px;}
ul#hcard-Wild-About-Tours li.postal-code { margin-left: 0px;}
ul#hcard-Wild-About-Tours li.country-name { margin-left: 01px;}
ul#hcard-Wild-About-Tours li.country-name:after {content: " ::";}
ul#hcard-Wild-About-Tours li.email { margin-left: 0px;}
ul#hcard-Wild-About-Tours li.email:after {content: " ::";}
ul#hcard-Wild-About-Tours li.twitter { margin-left: 0px;}


ul#hcard-Diversity-Group {
	width: 966px;
	height: 30px;
	font: normal 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #615348;
	text-transform: none;
	background-color: #a2998b;
	padding-top: 5px;
}

ul#hcard-Diversity-Group li {
	display: inline-block;
}

ul#hcard-Diversity-Group li.desc { margin-left: 35px;
	float: left;
}
ul#hcard-Diversity-Group li.org { margin-left: 5px;
	float: left;
}
ul#hcard-Diversity-Group li.tel { margin-left: 10px;
	float: left;
}
ul#hcard-Diversity-Group li.copyright { float: right;
	padding-right: 35px;
}
ul#hcard-Diversity-Group a:link, ul#hcard-Diversity-Group a:visited {color: #615348;text-decoration: none;}
ul#hcard-Diversity-Group a:hover {text-decoration: underline;}

/* @end */

div.vcard {
	display: none;
}



/* @group YUI TabView */

/* Overrides styles from tabview.css via the CDN - http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/tabview/assets/skins/sam/tabview.css */

/*
yui-navset  	Applied to a TabView's <div> element.
yui-nav 	Applied to a TabView's <ul> element.
yui-content 	Applied to a TabView's content-containing <div> element.
disabled 	Applied to disabled Tab (<li>) elements.
selected 	Applied to active Tab <li> elements.
loading 	Applied to a TabView's content container (yui-content) element while data is being loaded from dataSrc.
*/

div#wat {
	width: 570px;
	display: block;
	float: left;
}

.yui-navset .yui-content .yui-hidden {
    display:none;
}

.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li {
	margin: 0 8px 0 0;
}
div.yui-navset { width: 570px; }
.yui-navset .yui-content { }
.yui-navset div.loading div {}

ul.yui-nav { width: 570px;
	padding-left: 5px;
}

ul.yui-nav li {
	background-color: #978981;
}

ul.yui-nav li a em:hover{
	cursor: pointer;
	color: #d7958b;
}

ul.yui-nav li.selected a em {color: black}

ul.yui-nav li a {
	width: 105px;
	height: 30px;
	text-decoration: none;
}

ul.yui-nav li a:hover {
	background-color: #978981;
	cursor: pointer;
}

ul.yui-nav li a em {
	width: 105px;
	color: white;
	text-align: center;
	font: 11px/30px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 0;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
}
/* @end */
