@import url("./whitespace-reset.css");

/*********************
  general items
*********************/
* {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding: 0 0 20px 20px;
}
p {
	padding-bottom: 20px;
}
a {
	color: #333;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
}
fieldset {
	border: 0;
}
/*********************
  Main Styles
*********************/
html {
	font: .627em Helvetica, Arial, Verdana, Helvetica, sans-serif;
}
body {
	height: auto;
	text-align: center;
	color: #4e4e4e;
	background: #fff;
}
.inner_body {
	background: #fff url(../images/container_bgr.png) repeat-x bottom left;
}
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
/*********************
  header & footer edit
*********************/
#header {
	position: relative;
	float: left;
	padding: 20px 0 13px 37px;
	width: 963px;
	height: 35px;
	font-size: .9em;
	text-transform: uppercase;
}
#logo {
	float: left;
	display: inline;
	margin: 1px 0 0 2px;
}
#talogo {
	top: 24px;
	left: 560px;
	position: absolute;
}
#facebooklogo {
	top: 24px;
	left: 512px;
	position: absolute;
}
#twitterlogo {
	top: 24px;
	left: 536px;
	position: absolute;
}
.utility {
	float: right;
	text-align: right;
	width: 460px;
}
#header .address {
	float: right;
	padding: 0 2px 5px;
	letter-spacing:.1em;
	font-weight: bold;
	color: #666;
}
.top_nav {
	clear: right;
	display: block;
	padding: 0;
	width: 100%;
	text-align: right;
	list-style-type: none;
}
.top_nav li {
	display: inline;
}
.top_nav li a {
	padding: 0 2px 0 4px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .1em;
	color: #666;
}
.top_nav li a:hover {
	color: #cf6c52;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: .13em;
}
#footer ul {
	padding: 0 0 5px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	color: #4e4e4e;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #cf6c52;
}
.contact {
	clear: both;
	margin-top: 13px;
	font-size: 1.1em;
}
.contact p {
	padding-bottom: 6px;
	letter-spacing: .13em;
}
.contact p a {
	text-decoration: none;
	color: #4e4e4e;
}
.contact p a:hover {
	text-decoration: underline;
	color: #cf6c52;
}
.contact p span.tigg {
	color: #333;
}

#footer .soc_net {
	display: inline;
	letter-spacing: 0;
}
#footer .soc_net img {
	vertical-align: top;
	padding-right: 2px;
}
#footer .soc_net .stico_default {
	padding: 0 !important;
	background: transparent !important;
}

/*********************
  navigation
*********************/
#nav {
	float: left;
	padding: 0;
	margin: 0;
	width: 248px;
}
#nav li {
	float: left;
	clear: left;
	width: 248px;
	height: 20px;
	margin-top: 2px;
	position: relative;
	list-style-type: none;
}
#nav li a {
	float: left;
	clear: left;
	display: block;
	position: relative;
	padding-left: 38px;
	width: 216px;
	height: 20px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#nav li a:hover,
#nav li.sfhover a,
#nav li:hover a,
#nav li.active a {
	text-decoration: none;
	color:#fff;
	background: url(../images/nav_over.png) no-repeat 0 0;
}

#nav li.reservations a {background-position: 0   0;}
#nav li.specials     a {background-position: 1px 0;}
#nav li.rooms        a {background-position: 2px 0;}
#nav li.dining       a {background-position: 3px 0;}
#nav li.golf         a {background-position: 4px 0;}
#nav li.spa          a {background-position: 5px 0;}
#nav li.resort       a {background-position: 6px 0;}
#nav li.meetings     a {background-position: 7px 0;}
#nav li.weddings     a {background-position: 8px 0;}

#nav li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 233px;
	padding: 0;
	width: 600px;
	z-index:723;
}
#nav li.reservations ul { left: 226px; }
#nav li.specials     ul { left: 227px; }
#nav li.rooms        ul { left: 228px; }
#nav li.dining       ul { left: 229px; }
#nav li.golf         ul { left: 230px; }
#nav li.spa          ul { left: 231px; }
#nav li.resort   ul { left: 232px; }
#nav li.meetings     ul { left: 233px; }
#nav li.weddings     ul { left: 234px; }
#nav li li {
	width: auto;
	clear: none;
	margin: 0;
}
#content #nav li li a {
	width: auto;
	clear: none;
	padding: 0 12px;
	border-left: 1px solid #bbb;
	color: #fff;
	background: url(../images/subnav.png);
}
#content #nav li li.first a {
	border-left: none;
}
#content #nav li li a:hover,
#content #nav li li a.active  {
	background: url(../images/subnav_over.gif);
}

#nav li:hover ul,
#nav li.sfhover ul,
#nav li.active ul  {
	display: block;
}
#content .photo_gallery {
	clear: left;
	display: block;
	position: relative;
	padding-left: 38px;
	width: 216px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#content .photo_gallery:hover {
	text-decoration: none;
	color: #333;
}

/*********************
  main content items
*********************/
#content {
	float: left;
	clear: left;
	width: 100%;
	position: relative;
}
#content h1 {
	text-transform: uppercase;
}
#content a {
	text-decoration: underline;
	color: #838383;
}
#content a:hover {
	text-decoration: underline;
	color: #d16e54;
}
.btm_content {
	float: left;
	clear: left;
}
#flash_content_area {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100px;
}
.flash_content_area,
.img_content_area {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100px;
}
.img_content_area img {
	display: block;
}
.img_content_area {
	top: 68px;
	display: block;
	width: 1114px;
	height: 230px;
	overflow:hidden;
}
.img_content_area h1 {
	position: absolute;
	bottom: 2px;
	right: 17px;
	color: #fff;
	font-size: 2.6em;
}
.hp_sidebar {
	float: left;
	display: inline;
	position: relative;
	z-index: 510;
	width: 248px;
	height: 460px;
	font-size: 1em;
	background: url(../images/sidebar_bgr.png) no-repeat 0 0;
}
.golf .hp_sidebar {
	height: 474px;
	background: url(../images/sidebar_bgr_alt.png) no-repeat 0 0;
}
.hps_inner {
	width: 248px;
	height: 460px;
}
.golf .hps_inner {
	width: 248px;
	height: 474px;
}
.hp_sidebar h2 {
	padding-bottom: 5px;
	font-size: 1em;
	text-transform: uppercase;
	color: #333;
}
.quick_reservations,
.rates,
.connect {
	float: left;
	clear: left;
	padding: 8px 0 0 38px;
	width: 216px;
	height: 117px;
}

.golf .quick_reservations {
	height: 131px;
}

/* quick reservations form */
.res_frm,
.res_frm_golf {
            float: left;
            clear: left;
            width: 216px;
}
.res_frm label,
.res_frm_golf label {
            clear: left;
            display: block;
            width: 132px;
            color: #333;
}
.res_frm select,
.res_frm_golf select {
            float: left;
            display: inline;
            margin-right: 3px;
            width: 80px;
            height: 17px;
            font-size: 1em;
            border: none;
            background: #fff;
            color: #4e4e4e;
}
.res_frm select.sml,
.res_frm_golf select.sml {
            width: 40px;
}
.rf_wrp {
	float: left;
	clear: left;
	display: inline;
	padding-bottom: 2px;
	width: 216px;
}
.sml_wrp {
	width: 143px;
}
.btm_wrp {
	padding-top: 3px;
}
.rf_wrp img {
	float: left;
	display: inline;
	position: relative;
	cursor: pointer;
	margin: 3px 0 0 0;
}
.rooms_wrp {
	float: left;
	display: inline;
	padding-bottom: 2px;
	width: 50px;
}
.rooms_wrp label {
	float: left;
	display: block;
	width: 50px;
}
.best_rates {
	float: left;
	display: inline;
	position: relative;
	width: 57px;
	color: #333;
}
.best_rates:hover {
	color: #cf6c52;
}
.check_b {
	float: left;
	display: inline;
	position: relative;
	margin: 5px 0 0 35px;
}

.check-in-date, .check-out-date, .golf-date {
	float: left;
	margin-right: 4px;
	border: none;
	padding: 2px 3px;
	width: 114px;
	background: #fff;
	color: #4e4e4e;
	font-size: 1.1em;
}
/* rates */
.rates {
	height: 69px;
}

.rates h2{
	margin-left:-6px;
}

.price_wrp {
	float: left;
	display: inline;
	width: 102px;
}
.dol {
	float: left;
	display: inline;
	font-size: 2em;
	line-height: 32px;
}
.price {
	float: left;
	display: inline;
	margin-top: -3px;
	font-size: 3.9em;
}
.inf {
	float: left;
	clear: left;
	display: inline;
	width: 51px;
	margin: -8px 0 0 20px;
	text-transform: uppercase;
	font-size: .92em;
}
.bn_btn {
	float: left;
	display: inline;
	position: relative;
	margin-top: 20px;
	padding-top: 19px;
	width: 95px;
	height: 0;
	overflow: hidden;
	background: url(../images/book_now.gif) no-repeat 0 0;
}
.bn_btn:hover {
	background-position: 0 -19px;
}

/* connect */
.connect {
	height: 23px;
}
.connect h2 {
	float: left;
	display: inline;
	margin-right: 66px;
}
.connect a.fb_s,
.connect a.tweeter_s {
	float: left;
	display: inline;
	position: relative;
	margin-top: -2px;
	margin-right: 5px;
	padding-top: 17px;
	width: 17px;
	height: 0;
	overflow: hidden;
	background: url(../images/soc_net_sml.gif) no-repeat 0 0;
}
.connect a.tweeter_s  {background-position: -22px 0;}
.connect a.fb_s:hover {background-position: 0px -17px;}
.connect a.tweeter_s:hover {background-position: -22px -17px;}

.flash-replaced .alt {
	display: none;
}
/*** btm content ***/
.btm_content {
	float: left;
	clear: left;
	padding: 20px 0 0;
	width: 1000px;
}
.photo-gallery .btm_content {
	padding-bottom: 50px;
}
.hpl_col {
	float: left;
	display: inline;
	padding: 0 0 50px 25px;
	margin-right: 25px;
	width: 230px;
}
.sub .hpl_col {
	padding-bottom: 10px;
}

.promo,
.email_exclusives {
	float: left;
	clear: left;
	margin-bottom: 15px;
	width: 230px;
	border-bottom: 1px solid #b2b2b2;
}
.promo {
	position: relative;
	overflow: hidden;
	padding: 0 0 19px 0;
	width: 230px;
	height: 69px;
}
.promo .items {
	width:20000em;
	position:absolute;
}
.promo .item {
	float: left;
	display: inline;
	padding-left: 15px;
	width: 215px;
}
.email_exclusives {
	display: inline;
	margin-left: 5px;
	padding: 0 0 17px 10px;
	width: 215px;
}
.promo h2 {
	font-size: 2.1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #282119;
}
.promo h2 span {
	display: block;
	padding-left: 56px;
}
.prom_date {
	float: left;
	display: inline;
	padding-top: 3px;
	text-transform: uppercase;
	font-size: .9em;
}
.l_more {
	position: relative;
	float: right;
	right: 8px;
	padding-top: 19px;
	width: 95px;
	height: 0;
	overflow: hidden;
	background: url(../images/learn_more.gif) no-repeat 0 0;
}
.l_more:hover {
	background-position: 0 -19px;
}
.promo_controls {
	float: left;
	clear: left;
	position:absolute;
	bottom: 0;
	right: 8px;
}
.promo_controls ul {
	padding: 0;
	list-style-type: none;
	width: 215px;
	height: 13px;
	text-align: right;
}
.promo_controls ul li {
	display: inline;
}
#content .promo_controls ul li a {
	text-decoration: none;
}
#content .promo_controls ul li a:hover,
#content .promo_controls ul li.active a {
	text-decoration: underline;
	color: #c84d2e;
}
.email_exclusives h2 {
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
.email_offers_f {
	float: left;
	clear: left;
	width: 215px;
}
.email_offers_f label {
	float: left;
	display: inline;
	color: #333;
}
.eo_wrp {
	text-align: right;
	padding-bottom: 7px;
}
.eo_wrp a {
	color: #333;
}
.eo_wrp a:hover {
	color: #d06d53;
}
.email_offers_f input {
	float: left;
	display: inline;
	width: 116px;
	background: #eae9e5;
	border: 0;
	padding: 2px 2px 1px;
	height: 16px;
	margin: 0;
	font-size: 1.1em;
}
.email_offers_f input.submit_btn {
	float: left;
	display: inline;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	width: 95px;
	height: 19px;
}

/*points*/
.points {
	float: left;
	clear: left;
	padding-bottom: 19px;
	width: 230px;
	text-align: center;
}
.points a {
	display: block;
	color: #999;
}
.points a.lmore {
	float: left;
	clear: left;
	display: inline;
	margin-left: 38px;
	width: 160px;
}
.points a.lmore:hover {
	color: #d06d54;
}

.hpr_col {
	float: left;
	display: inline;
	padding-bottom: 50px;
	width: 720px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #838383;
}
.sub .hpr_col {
	position: relative;
	margin-top: -230px;
}


.hpr_col h3 {
	font-size: 1.35em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.hpr_col h1 {
	font-size: 1.35em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.hpr_col p {
	padding-bottom: 20px;
}
.hpr_col p a {
	color: #d16e54;
	text-decoration: none;
}
.hpr_col p a:hover {
	text-decoration: underline;
}
.rm {
	padding-right: 7px;
	background: url(../images/rm_arrow.gif) no-repeat center right;
}
.logos {
	clear: both;
	width: 1000px;
}
.logos ul {
	float: left;
	clear: both;
	width: 889px;
	list-style-type: none;
	padding: 0 0 8px 111px;
}
.logos li {
	display: inline;
	margin-right: 20px;
	float: left;
}
.logos a {
	display: block;
	padding-top: 63px;
	height: 0;
	overflow: hidden;
	background: url(../images/logos.gif);
}
.logos .logo1 a { width:  85px; background-position:    0   0 }
.logos .logo2 a { width:  96px; background-position: -126px 0 }
.logos .logo3 a { width: 124px; background-position: -263px 0 }
.logos .logo4 a { width: 117px; background-position: -428px 0 }
.logos .logo5 a { width: 111px; background-position: -586px 0 }
.logos .logo6 a { width: 128px; background-position: -738px 0 }

.logos .logo1 a:hover { width:  85px; background-position:    0   -63px }
.logos .logo2 a:hover { width:  96px; background-position: -126px -63px }
.logos .logo3 a:hover { width: 124px; background-position: -263px -63px }
.logos .logo4 a:hover { width: 117px; background-position: -428px -63px }
.logos .logo5 a:hover { width: 111px; background-position: -586px -63px }
.logos .logo6 a:hover { width: 128px; background-position: -738px -63px }

#ui-datepicker-div {
	z-index: 999;
	display: none;
}

/*** specials/packages ***/
.packages {
	float: left;
	clear: left;
	width: 720px;
	margin-top: 20px;
	margin-bottom:10px;
	padding: 0;
	list-style-type: none;
}

.packages ul {
	float: left;
	clear: left;
	width: 500px;
	padding: 0;
	list-style-type: none;
}
.packages ul li {
	float: left;
	clear: left;
	padding: 0;
	margin-top: 48px;
	width: 720px;
	list-style-type: none;
}
.packages ul li li {
	float: left;
	clear: left;
	padding: 0 0 0 8px;
	margin-top: 0px;
	width: 492px;
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0px 8px;
}
.packages .pck_img_area {
	position: relative;
	float: left;
	display: inline;
	padding: 0;
	width: 178px;
}
.packages .pck_img_area .frame {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 178px;
	height: 137px;
	background: url(../images/package_frame.png)
}
.pck_img_area img {
	display: block;
	width:178px;
	height:137px;
}
.pck_txt_content {
	float: left;
	display: inline;
	margin-right: -5px;
	position: relative;
	padding: 0 0 19px 15px;
	border-bottom: 1px solid #ccc;
	width: 532px;
	min-height: 117px;
	color: #838383;

}
.hpr_col h2 {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}
.hpr_col h2 a {
	text-decoration: none;
}
.pck_txt_content h2 a:hover {
	text-decoration: underline;
}
.pck_txt_content p {
	padding-bottom: 10px;
}
.package_btns {
	position:absolute;
	bottom: 0;
	right: 0;
	width: 221px;
	height: 19px;
}
.learn_more,
.check_availability {
	float: left;
	display: inline;
	padding-top: 19px;
	width: 93px;
	height: 0;
	overflow: hidden;
	background: url(../images/pck_btns.gif) no-repeat 0 0;
}
.learn_more:hover {
	background-position: 0 -19px;
}
.check_availability {
	width: 128px;
	background-position: -93px 0;
}
.check_availability:hover {
	background-position: -93px -19px;
}

/*** dining ***/

.left_inner_img_frame {
/*	position:relative;
	float: left;
	top:-326px;
	display: inline;
	width: 199px;
	height:320px;
	background: url(../images/leftImageFrame.png) no-repeat 0 0;
	z-index:50375;
*/

	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 199px;
	height: 320px;
	background: url(../images/leftImageFrame.png);
}

.left_inner_img {
	float: left;
	/*display: inline;*/
	width: 199px;
	height:320px;
	background:black;
	overflow:hidden;
}

	
.left_inner_img img {
	width:199px;
	height:320px;
	/*display: inline;*/
	z-index:200;
}
.inner_txt_area {
	float: left;
	display: inline;
	margin-right: -3px;
	padding-left: 15px;
	width: 505px;
}
.reviews {
	padding-left: 65px;
}

.specials .inner_txt_area {
	float: left;
	display: inline;
	margin-right: -3px;
	padding-left: 15px;
	width: 715px;
}


.inner_txt_area ul {
	padding-left: 0;
	list-style-type: none;
}
.inner_txt_area ul li {
	padding: 0 0 0 8px;
	margin-bottom: 0px;
	width: 500px;
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0px 8px;
}

/** gallery **/
body.photo-gallery .btm_content {
	height: 399px;
}
.gallery {
	position: absolute;
	top: 0;
	left: -100px;
	width: 1129px;
	height: 469px;
}
.gallery_frame {
	float: left;
	display: block;
	position: relative;
	z-index: 2;
	width: 1129px;
	height: 469px;
	background: url(../images/gallery_frame.png) no-repeat 0 0;
}
.gallery_inner {
	float: left;
	clear: left;
	display: inline;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: -469px;
	width: 1129px;
	height: 469px;
}
.gallery_items {
}
.gallery_items img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1129px;
	height: 469px;
}
.gallery_controls {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 105px 0 229px;
	width: 795px;
	height: 49px;
}
ul.types {
	padding: 2px 0 3px;
	list-style-type: none;
	font-size: 1.4em;
}
ul.types li {
	display: inline;
	font-weight: bold;
}
#content ul.types li a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
#content ul.types li a:hover,
#content ul.types li.active a {
	text-decoration: none;
	color: #ab3f20;
}
.controls {
	float: right;
	width: 200px
}
.controls ul {
	float: left;

	display: inline;

	margin-top: 2px;
	padding: 0;
	width: 104px;
	list-style-type: none;
}
.controls li {
	display: none;

	float: left;
	margin-right: 22px;
	list-style-type: none;
}

.controls li a {
	float: left;
	display: inline;
	padding-top: 11px;
	width: 12px;
	height: 0;
	overflow: hidden;
	font-size: .0em;
	background: url(../images/controls.gif) no-repeat 0 0;
}
.controls li.prev a  {background-position:   0   0;}
.controls li.play a  {background-position: -36px 0;}

.controls li.pause a {background-position: -12px 0;}
.controls li.next a  {background-position: -24px 0;}

span.photo_num {
	/*display: none;*/
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	bottom:0;
	height:12px;
}
span.photo_num span.gallery_current{
	height:12px;
	line-height:12px;
	margin-bottom:14px;
	vertical-align:top;
}
span.photo_num span.gallery_total{
	height:12px;
	line-height:12px;
	margin-bottom:14px;
	vertical-align:top;
}
.title {
	float: left;
	clear: left;
	display: inline;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	width: 500px;
	color: #666;
}
.gallery .loading {
	margin: 218px 0 0 548px;
}


.mid_promos {
	float: left;
	clear: left;
	display: inline;
	padding-top: 6px;
	margin: 0 0 50px 75px;
	width: 832px;
	height: 90px;
	background: url(../images/mid_promo_bgr.gif) no-repeat 0 0;
}
.mid_promos .rates,
.mid_promos .promo,
.mid_promos .points {
	float: left;
	display: inline;
	clear: none;
}
.mid_promos .rates {
	margin: 0 53px 0 0;
}
.mid_promos .rates h2 {
	padding-bottom: 5px;
	font-size: 1em;
	text-transform: uppercase;
	color: #333;
}
.mid_promos .promo {
	border: 0;
	margin: 0 45px 0 0;
}
.mid_promos .points {
	padding: 10px 0 0 0;
}

/** template c form styles ***/
.contact_f {
	float: left;
	clear: left;
	width: 720px;
}
.contact_f span {
	color: #ff0422;
}
.f_wrp {
	float: left;
	clear: left;
	width: 720px;
	margin-bottom: 8px;
}
.f_wrp img {
	cursor: pointer;
}
.contact_f label,
.contact_f span.lab {
	float: left;
	display: inline;
	width: 140px;
}
.contact_f input {
	float: left;
	display: inline;
	width: 140px;
	background: #e4e4e4;
	border: 1px solid #d5d5d5;
	padding: 1px 2px;
}
.contact_f input.wide {
	width: 295px;
}
.contact_f input.mid {
	width: 170px;
}
.contact_f input.sml {
	width: 96px;
	margin-right: 5px;
}
span.lab {
	color: #838383;
}
.contact_f input.checkbox {
	float: left;
	display: inline;
	width: 13px;
	height: 13px;
	margin: 3px 5px 0 0;
	border: 0!important;
	padding: 0!important;
}
.contact_f label.check_lab {
	float: left;
	clear: left;
	display: block;
	width: 185px;
}
div.cb {
	float: left;
	display: inline;
	width: 190px;
}
.contact_f textarea {
	float: left;
	display: inline;
	width: 270px;
	height: 83px;
	background: #e4e4e4;
	border: 1px solid #d5d5d5;
	padding: 1px 2px;
	overflow: auto;
}
.contact_f input.submit_btn {
	float: left;
	display: inline;
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 0 140px;
	width: 95px;
	height: 19px;
}

#content a.btn_read-more {
	text-decoration: underline;
	color: #d16e54;
}
#content a.btn_read-more:hover {
	text-decoration: underline;
	color: #838383;
}

.hpr_col p.more{text-align:right;}

#content a.btn_read-more {
	text-decoration: underline;
	color: #d16e54;
}
#content a.btn_read-more:hover {
	text-decoration: underline;
	color: #838383;
}

.hpr_col p.more{text-align:right;}


.meetingGroupToolsWrapper .meetings_groups_tools {
	float: left;
	display: inline;
	margin: 0 -20px 0 0;
	padding: 0 7px 0 0;
	width: 726px;
	background:  url(../images/mgt_bar.gif) no-repeat 100% 0;
}
.meetingGroupToolsWrapper .meetings_groups_tools li {
	position: relative;
	list-style-type: none;
	float: left;
	padding-left: 7px;
	width: 235px;
	height: 139px;
	background:  url(../images/mgt_bar.gif) no-repeat 0 0;
}
.meetingGroupToolsWrapper .meetings_groups_tools h3 {
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	padding: 7px 0 0;
	color: #222;
}
.meetingGroupToolsWrapper .meetings_groups_tools img {
	padding-left: 10px;
}
.meetingGroupToolsWrapper .meetings_groups_tools .bn_btn,
.meetingGroupToolsWrapper .meetings_groups_tools .l_more {
	float: none;
	position: absolute;
	top: 104px;
	left: 75px;
	margin: 0;
}

.res_frm_golf {
	display: none;
}
.widgets_control {
	position:relative;
	margin-top: -2px;
	clear: left;
	padding-bottom: 3px;
}
.widgets_control a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	color: #333;
}
.widgets_control a:hover,
#content .widgets_control a.active {
	color: #cc6b4e;
}
#content .widgets_control a {
	text-decoration: none;
}
.time_wrp {
	float: left;
	display: inline;
	width: 185px;
}
.golfers_wrp {
	float: left;
	display: inline;
	width: 50px;
}

.res_frm_golf .time_wrp label {
	width: 85px;
}
.res_frm_golf .golfers_wrp label {
	width: 50px;
}

.img_content_area img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.img_content_area img.alt_masthead {
	display: none;
}


table.rfpForm{
	width:575px;
}

table.rfpForm td.noBorder{border:1px solid #FCFAE9;}
table.rfpForm td.rowLabel{width:125px; text-align:center; vertical-align:middle;}
table.rfpForm td.stdCheckbox{width:50px; text-align:center; vertical-align:middle;}
table.rfpForm td.stdSmall{width:75px; text-align:center; vertical-align:middle;}
table.rfpForm td.stdShort{width:100px; text-align:center; vertical-align:middle;}
table.rfpForm td.stdLong{width:250px; text-align:center; vertical-align:middle;}
table.rfpForm td.edu{height:30px;}


.formRadio {list-style:none;}

td.odd, tr.odd{
	background-color:#CCCCCA;
}

td.even, tr.even{
	background-color:#FFFFFF;
}

.email_offers_f input.noHeight{
	height:0px;
}

.check_availability_style{
		height: 20px;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 40px;
    width: 150px;
}
.check_availability_style a{ 
	border:1px solid #666666; color:#666666; font-size:10px; line-height:16px; height:16px; text-decoration:none; padding:0 10px;
}
