/* Applies To Pop-Up iWorksite Window Backgrounds */
#bgfill {
	background: none;
	background-color: #FFF;
}
/* Header / Subheader Atts. */
.header {
	font: normal 60px Helvetica, Helvetica Neue, Arial, sans-serif; 
	color: #CDC8A7;
	text-align: left;
}
.subheader {
	font: bold 14px Helvetica;
	color: #FFF;
	text-align: left;
}

.menusubheader {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #999;
}

/* Default All Content In iWorksite index.php */
.content table {
	color: #423F28;
}

/* All Content Within iWorksite */
.content {
	color: #423F28;
	font: normal 12px Helvetica, Helvetica Neue, Arial, sans-serif; 
}
.content p {
	font-size: 16px;
	color: #423F28;
	line-height: 34px;
}
.content ul, .content ol {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #cdc8a7;
	line-height: 18px;
}

/* All Links Within iWorksite */
.content a:link, .content a:visited {
	color: #878261;
	text-decoration: underline;
}
.content a:active, .content a:hover {
	color: #878261;
	text-decoration: none;
}

/* Form Links Within iWorksite */
a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #878261;
	text-decoration: underline;
}
a.sub:active, a.sub:hover {
	color: #878261;
	text-decoration: none;
}

.sitename {
	font-size : 12px;
	font-weight: bold;
	color: #FFF;
}

.loginheader {
	font-size : 16px;
	font-weight: bold;
	color: #004C91;
}
.loginsubheader {
	font-size: 14px;
	color: #000;
}
.logincontent {
	color: #000;
}


a.login {
	font-size: 12px;
}
a.login:link, a.login:visited {
	color: #C07C35;
	text-decoration: underline;
}
a.login:hover, a.login:active {
	color: #C07C35;
	text-decoration: none;
}

/* BG Properties && Should Look Similar to .content */
.contentgrey {
	color: #999;
	background-color: #FDF5E1;
}

/* iWorksite Error Messages */
.contenterror {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
}

.hole {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
.par {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}	

h1
{
	
	font: normal 60px Helvetica, Helvetica Neue, Arial, sans-serif; 
	color: #CDC8A7;
	text-align: left;

}

.pollgrey
{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: black;
}
.pollwhite
{
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: white;
}
.separator
{
	color: #FFFFFF;
	background: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#branding {
	position: relative;
	width: 100px;
	height: 25px;
}
#branding img {
	border: 0;
}
#surveyFormField {
	display: none;
	width: 50px;
}

	/*** STORE CSS ***/
	.price
	{
		padding: 1px;
		color: #000000;
		font-size: 8pt;
	}

	.discount
	{
		padding: 1px;
		color: #336699;
		font-size: 10pt;
		font-weight: bold;
	}

	.diffprice
	{
		padding: 1px;
		color: #cc6600;
		font-size: 8pt;
		font-weight: bold;
		font-style: italic;
	}

	.itemshortdesc
	{
		font-size: 0.9em;
	}

	select.storeitemoption
	{
		width: 99%;
	}

	A.itemname:active, A.itemname:link, A.itemname:visited
	{
		color: #3333cc;
		text-decoration: underline;
		font-size: 10pt;
		font-weight: bold;
	}

	A.itemname:hover
	{
		color: #6666cc;
		text-decoration: none;
	}

	A.itempage:active, A.itempage:link, A.itempage:visited
    {
        padding: 0 4px;
        border-right: 1px solid #d4d4d4;
        color: #3333cc;
        text-decoration: underline;
        font-size: 12px;
        font-weight: bold;
    }

    A.itempage:hover
    {
        padding: 0 4px;
        border-right: 1px solid #d4d4d4;
        color: #6666cc;
        text-decoration: none;
    }

    span.itempage
    {
        padding: 0 4px;
        border-right: 1px solid #d4d4d4;
        color: #3333cc;
        font-size: 12px;
        font-weight: bold;
    }

    #StoreItemTitle h1
    {
        margin: 0;
        padding: 0;
        display: inline;
    }
	/*** END STORE CSS ***/
	.dropmenudiv {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    margin-top: -2px;
    padding: 0;
    top: 0;
    width: 200px;
    font: normal 11px Helvetica, Arial, sans-serif; 
    line-height: 18px;
	background-color:#003656;
}
.dropmenudiv_1 {
    padding-bottom: 0;
}
.dropmenudiv_2 {
    position: absolute;
    bottom: -10px;
    width: 200px;
    height: 10px;
}
.dropmenudiv a {
    display: block;
    padding: 5px 0 5px 15px;
    width: 185px;
    font-size: 11px;
    color: #FFF;
    text-indent: 14px;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
	font-weight: bold;
}
.dropmenudiv span {
    display: block;
    margin: 0;
    padding: 0;
    width: 185px;
}
.dropmenudiv a:hover, .dropmenudiv a:active {
    color: #D7D9B4;
    text-decoration: none;
}
/************************
Generic
************************/
#opo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#opo1 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 578px;
}
body {
	margin: 0;
	padding: 0;
	font: normal 13px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #514d2f;
	background-color: #053753;
}
/*
.h {
	background: #000 url('images/body_bg.jpg') 50% 0 no-repeat;
	background: #000 url('images/body_bg_lala.jpg') 50% 0 no-repeat;
}	
.i {
	background: #000 url('images/internal_body_bg.jpg') 50% 0 no-repeat;
	background: #000 url('images/body_bg_lala.jpg') 50% 0 no-repeat;
}	
*/
div.alt {
	display: none;
}
h1.flash-replaced, embed {
	display: block; 
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

a img {
	border: none;
}

img { 
	-ms-interpolation-mode: bicubic; 
}  
h3 {
	font-size: 16px;
	color: #CDC8A7;
}
.cf:after {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	visibility: hidden;
	content: 'hey mister';
}

#bundle {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
}
.Xi {
	padding: 480px 0 0;
}	
.Xo {
	padding: 132px 0 0;
}	
#b_content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#bundle .xx {
	padding: 0 0 30px;
}
.ii br, .ii table {
	display: none !important;
}
html, body {
	height: 100%;
}
#bundle {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -421px !important; 
}
.push {
	height: 441px; 
}
/************************
Header
************************/
#header_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
#h_header {
	position: relative;
	margin: 0 auto;
	padding: 15px 0 0;
	width: 980px;
	background-color: transparent; 
	background-image: url('images/header_border.png');
	background-repeat: no-repeat;
}
.h_in {
	height: 470px;
}
.h_out {
	height: 132px;
}
.h_h_out {
	height: 71px;
	background-position: 0 100%; 
}	
.h_h_in {
	height: 71px;
	background-position: 0 100%; 
}	
#headerNav {
	position: relative;
	margin: 0 auto; 
	padding: 0;
	width: 980px;
	height: 46px;
}
#headerNav ul {
	margin: 0;
	padding: 0;
}
#headerNav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#headerNav a {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	/*
	background: #390704 url('images/mainNav_left.gif') 0 0 no-repeat;
	*/
	border-right: 1px solid #888;
	background-color: #003656;
}
#headerNav a span.hn {
	display: block;
	margin: 0;
	padding: 14px 32px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	/*
	background: transparent url('images/mainNav_right.gif') 100% 0 no-repeat;
	*/
}
#headerNav a:link, #headerNav a:visited {
	color: #FFF;
	text-decoration: none;
}
#headerNav a:hover, #headerNav a:active {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	color: #FFF;
	text-decoration: none;
	background-image: none;
}
#headerNav a:hover span.hn, #headerNav a:active span.hn {
	background-image: none;
}
#headerNav a.s:link, #headerNav a.s:visited {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	color: #6b6749;
	text-decoration: none;
	background-image: none;
}
#headerNav a.s:link span.hn, #headerNav a.s:visited span.hn {
	background-image: none;
}

#headerNav a.g {
	background-color: #2d4201;
	background: url('images/gmainNav_left.gif') 0 0 no-repeat;
}
#headerNav a.g span {
	background: url('images/gmainNav_right.gif') 100% 0 no-repeat;
}
#headerNav a.g:hover, #headerNav a.g:active {
	background-image: url('images/gmainNav_left.gif');
}
#headerNav a.g:hover span, #headerNav a.g:active span {
	background-image: url('images/gmainNav_right.gif');
}

/*
#h_h_glow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -80px;
	width: 489px;
	height: 86px;
	background: transparent url('images/glow_bg.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/glow_bg.png', sizingMethod='scale');
}	
*/
#h_h_define {
	float: left;
	margin: 0;
	padding: 0;
	width: 510px;
}
a#h_h_d_logo {
	float: left;
	display: block;
	position: relative;
	z-index: 2;
	cursor: pointer;
	z-index: 12;
	margin: 0;
	padding: 0 20px 0 0;
	width: 180px;
	height: 63px;
	background: url('images/el-logo.gif') 0 0 no-repeat;
}
a#h_h_d_logo:link, a#h_h_d_logo:visited {
	opacity: 0.8;
}
a#h_h_d_logo:hover, a#h_h_d_logo:active {
	opacity: 1.0;
}
#h_h_define h5 {
	float: left;
	margin: 0;
	padding: 15px 0 0 20px;
	font-size: 28px;
	color: #58663C;
	letter-spacing: 1px;
}

#h_h_info {
	float: right;
	margin: 0;
	padding: 5px 0 0;
	width: 450px;
}
ul#h_h_i_l {
	margin: 0;
	padding: 0;
	text-align: right;
}
ul#h_h_i_l li {
	display: inline;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	list-style-type: none;
}
ul#h_h_i_l li a {
	text-shadow: 1px 1px #FFF;
}
ul#h_h_i_l li a:link, ul#h_h_i_l li a:visited {
	color: #423f28;
	text-decoration: none;
}
ul#h_h_i_l li a:hover, ul#h_h_i_l li a:active {
	color: #423f28;
	text-decoration: underline;
}
ul#h_h_i_l li.l {
	padding-right: 0;
}

ul#h_h_i_i {
	margin: 0;
	padding: 8px 0 0;
	text-align: right;
}
ul#h_h_i_i li {
	margin: 0;
	padding: 2px 0;
	font-size: 11px;
	color: #423f28;
	list-style-type: none;
}


#h_featured {
	position: relative;
	margin: 0 auto;
	padding: 20px 20px 24px;
	width: 940px;
	/*
	background: transparent url('images/header_border.png') 0 100% no-repeat;
	*/
}
#h_f_view {
	float: left;
	margin: 0;
	padding: 0; 
	width: 605px;
}
#h_f_v_b {
	position: relative;
	margin: 0;
	padding: 0;
	width: 602px;
	height: 209px;
	border: 1px solid #878261;
	background-color: #878261;
}
/*
#XXsl {
	position: absolute;
	margin: 0;
	padding: 15px;
	bottom: 0;
	left: 0;
	width: 489px;
	height: 89px;
	z-index: 100000;
	opacity: 0.8;
	background: #111 url('images/slogan.png') 15px 15px no-repeat;
}
*/
#h_f_v_b_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 602px;
	height: 209px;
	background-color: #878261;
}
#h_f_v_l {
	position: relative;
	margin: 0;
	padding: 3px 0 0;
	width: 605px;
	height: 114px;
}
#h_f_v_l a {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 12px 15px;
	width: 270px;
	height: 90px;
	background: transparent url('images/btn_green_dk.gif') 0 0 no-repeat;
}
#h_f_v_l a.lt {
	background-image: url('images/btn_green_lt.gif');
}	
#h_f_v_l a.l {
	margin-right: 0;
}	
#h_f_v_l a:link, #h_f_v_l a:visited {
	opacity: 0.8;
	text-decoration: none;
}
#h_f_v_l a:hover, #h_f_v_l a:active {
	opacity: 1.0;
	text-decoration: none;
}
#h_f_v_l a span.l_type {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 17px;
	color: #162100;
	text-transform: uppercase;
}
#h_f_v_l a span.l_title {
	display: block;
	margin: 0;
	padding: 0;
	font: normal 28px Georgia, serif;
	color: #FFF;
	line-height: 22px;
}
#h_f_v_l a span.l_desc {
	display: block;
	margin: 0;
	padding: 8px 0 0;
	font: normal 12px Arial;
	color: #ccc;
	line-height: 18px;
}
#h_f_v_l a span.l_desc span {
	font-weight: bold;
	font-style: italic;
}

#mainNav {
	float: right;	
	margin: 0;
	padding: 0; 
	width: 310px;
}
#mainNav ul {
	margin: 0;
	padding: 0;
}
#mainNav li {
	margin: 0 0 2px;
	padding: 0;
	list-style-type: none;
}
#mainNav a {
	display: block;
	margin: 0;
	padding: 15px 10px 15px 20px;
	height: 34px;
	font-weight: bold;
	font-size: 19px;
	text-shadow: 1px 1px #989059;
}	
#mainNav a:link, #mainNav a:visited {
	color: #FFF;
	text-decoration: none;
	/*
	background: transparent url('images/mainNav_bg_off.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/mainNav_bg_off.png', sizingMethod='scale');
	*/
	background-color: #003656;
}
#mainNav a:hover, #mainNav a:active {
	color: #FFF;
	text-decoration: none;
	opacity: 0.8;
	text-decoration: none;
	/*
	background: transparent url('images/mainNav_bg_on.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/mainNav_bg_on.png', sizingMethod='scale');
	*/
}
#mainNav a.s {
	color: #FFF;
	text-shadow: 1px 1px #878261;
	background: transparent url('images/mainNav_bg_on.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/mainNav_bg_on.png', sizingMethod='scale');
}

#h_h_featured {
	position: relative;
	margin: 0;
	padding: 17px 0 0;
	width: 980px;
}

#b_c_M_i {
	float: left;
	position: relative;
	margin: 0;
	padding: 0 25px 15px 0;
}
#b_c_M_n {
	float: right;
	margin: 0;
	padding: 11px;
	width: 246px;
	height: 244px;
	overflow: hidden;
	opacity: 0.7;
	background: #000 url('images/little_border.gif') 0 100% no-repeat;
}
#b_c_M_n ul {
	margin: 0;
	padding: 0;
}
#b_c_M_n li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#b_c_M_n a {
	display: block;
	margin: 0;
	padding: 15px 20px;
	height: 20px;
	font-weight: bold;
	font-size: 16px;
	background: transparent url('images/sideMenu_bg.gif') 0 0 no-repeat;
}
#b_c_M_n a:link, #b_c_M_n a:visited {
	color: #CDC8A7;
	text-decoration: none;
}
#b_c_M_n a:hover, #b_c_M_n a:active {
	color: #CDC8A7;
	text-decoration: none;
	background-image: url('images/sideMenu_over_bg.gif');
}
#b_c_M_n a.s:link, #b_c_M_n a.s:visited {
	background-image: url('images/sideMenu_over_bg.gif');
}
#cws_page_title_id h1 {
	line-height: 30px;
}
div#b-c-t-l {
	float: left;
	position: relative;
	margin: 0;
	padding: 30px 0 0;
	width: 610px;
}
div#b-c-t-r {
	float: left;
	position: relative;
	margin: 0;
	padding: 30px 0 0;
	width: 310px;
}
div#b-c-t-r-1, div#b-c-t-r-2 {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	width: 310px;
	overflow: hidden;
}
div#b-c-t-r-2 {
	padding-top: 10px;
	border-top: none;
}
div#b-c-t-r-1 img, div#b-c-t-r-2 img {
	display: block;
	margin: 0;
	padding: 1px;
	border: 1px solid #878261;
}

div#b_c_M_t {
	position: relative;
	margin: 0;
	padding: 20px 0 0;
	width: 980px;
	background: transparent url('images/mainNav_bg_off.png') 491px 0 no-repeat;
	_background: none;
	/*
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/mainNav_bg_off.png', sizingMethod='scale');
	*/
}
div#b_c_M_ti {
	position: relative;
	margin: 0;
	padding: 30px 20px 20px;
	background: transparent url('images/mainNav_bg_off.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/mainNav_bg_off.png', sizingMethod='scale');
}
div#b_c_M_it {
	position: absolute; 
	top: 0;
	left: 0;
	margin: 0;
	padding: 0; 
	width: 490px;
	height: 267px;
	overflow: hidden;
	z-index: 100;
	background: transparent url('images/transparent_layover.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/transparent_layover.png', sizingMethod='scale');
}

#footer_wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 322px;
	/*
	background: url('images/footer_bg.jpg') 50% 0 no-repeat;
	*/
	border-top: 1px solid #918c6e;
	background-color: #fff;
}
#f_footer {
	position: relative;
	margin: 0 auto;
	padding: 45px 0 0;
	width: 980px;
	height: 441px;
	/*
	background: transparent url('images/header_border.png') 50% 0 no-repeat;
	*/
}


#f_f_i {
	float: left;
	margin: 0;
	padding: 0 15px;
	width: 410px;
}
#f_f_i h5 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	color: #58663C;
}
#f_f_i h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #423f28;
}
#f_f_i h6 span {
	padding: 0 7px;
}

ul#f_f_i_b {
	position: relative;
	margin: 30px 0 0;
	padding: 0;
	height: 40px;
}
#f_f_i ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
}
#f_f_i ul li a {
	display: block;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	background: transparent url('images/f_btn_left2.jpg') 0 0 no-repeat;
}
#f_f_i ul li a span {
	display: block;
	margin: 0;
	padding: 9px 17px;
	_padding: 9px 17px;
	background: transparent url('images/f_btn_right2.jpg') 100% 0 no-repeat;
}
#f_f_i ul li a:link, #f_f_i ul li a:visited {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	color: #FFF;
	text-decoration: none;
}
#f_f_i ul li a:hover, #f_f_i ul li a:active {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #FFF;
	text-decoration: none;
}	
#f_f_i p {
	margin: 0; 
	padding: 55px 0 0;
	font-size: 11px;
	color: #423F28;
	line-height: 18px;
}

#f_f_mc {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 510px;
}
#f_f_mc ul {
	margin: 0;
	padding: 0;
}
#f_f_mc ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#f_f_mc ul li a {
	display: block;
	margin: 0 0 0 10px;
	padding: 10px 5px 10px 25px;
	width: 130px;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 1px 1px #FFF;
	background: transparent url('images/f_lo.gif') 0 50% no-repeat;
}
#f_f_mc ul li a:link, #f_f_mc ul li a:visited {
	color: #423f28;
	text-decoration: none;
}	
#f_f_mc ul li a:hover, #f_f_mc ul li a:active {
	color: #423f28;
	/*
	text-shadow: 1px 1px #878261;
	*/
	text-decoration: underline;
	background-image: url('images/f_high.gif');
}
#f_f_mc ul li a.s:link, #f_f_mc ul li a.s:visited {
	color: #423f28;
	/*
	text-shadow: 1px 1px #878261;
	*/
	text-decoration: none;
	background-image: url('images/f_high.gif');
}
#f_f_mc p {
	float: right;
	margin: 0;
	padding: 40px 0 0;
	text-align: right;
	width: 390px;
	font-size: 11px;
	color: #423F28;
	line-height: 18px;
}


#b_c_l {
	position: relative;
	margin: 0;
	padding: 1px;
	width: 980px;
	height: 158px;
	background: transparent url('images/header_border.png') 50% 0 no-repeat;
}
#b_c_l_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 158px;
	background: transparent url('images/header_border.png') 50% 100% no-repeat;
}
#b_c_l a {
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 15px;
	border-right: 1px solid #8c8867;
	border-left: 1px solid #FFF;
	height: 137px;
}
#b_c_l a:link, #b_c_l a:visited {
	opacity: 0.8;
	text-decoration: none;
}
#b_c_l a:hover, #b_c_l a:active {
	opacity: 1.0;
	text-decoration: none;
}
#b_c_l a.f {
	border-left: 0;
	width: 293px;
	/*
	background: transparent url('images/btn_left.gif') 0 0 no-repeat;
	*/
}	
#b_c_l a.m {
	width: 295px;
	/*
	background: transparent url('images/btn_mid.gif') 0 0 no-repeat;
	*/
}	
#b_c_l a.l {
	border-right: none;
	width: 295px;
	/*
	background: transparent url('images/btn_right.gif') 0 0 no-repeat;
	*/
}	
#b_c_l a.m span.l_title {
	font-size: 28px;
}
#b_c_l a span.l_title span {
	font-size: 34px;
}
#b_c_l a span.l_title {
	display: block;
	margin: 0;
	padding: 0;
	font: normal 34px Georgia, serif;
	color: #514d30;
	text-shadow: 1px 1px #FFF;
}
#b_c_l a span.l_title span {
	display: block;
	color: #878261;
}
#b_c_l a span.l_more {
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	margin: 0;
	padding: 0;
	width: 76px;
	height: 45px;
	background: transparent url('images/btn_more.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/btn_more.png', sizingMethod='scale');
}
#b_c_l a span.l_desc {
	display: block;
	margin: 0;
	padding: 15px 0 0;
	font: normal 11px Arial;
	color: #423f28;
	/*
	text-shadow: 1px 1px #423f28;
	*/
	line-height: 18px;
}


#fty {
	position: relative;
	margin: 0 auto;
	padding: 30px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #878261;
	background-color: #878261;
	width: 420px;
}
#fty .content {
	font-size: 13px;
	line-height: 25px;
}
#fty textarea {
	font: normal 12px Helvetica Neue, Helvetica, sans-serif;
	line-height: 20px;
}
#fty .contentgrey {
	background-color: transparent !important;
}

#si_J_e {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;
}
#si_J_e_TT {
	float: left;
	margin: 0;
	padding: 0;
	width: 374px;
	height: 124px;
	background: transparent url('images/internal_slogan.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/RanchoMirageCountryClub/images/internal_slogan.png', sizingMethod='scale');
}	
#si_J_e_BB {
	float: right; 
	margin: 0;
	padding: 30px 25px;
	width: 506px;
}	
#si_J_e_BB ul {
	margin: 0;
	padding: 0;
}
#si_J_e_BB li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
}
#si_J_e_BB a {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.8;
	background: transparent url('images/rbtn_left.gif') 0 0 no-repeat;
}
#si_J_e_BB a:link, #si_J_e_BB a:visited {
	color: #FFF;
	text-decoration: none;
}
#si_J_e_BB a:hover, #si_J_e_BB a:active {
	opacity: 1.0;
	color: #FFF;
	text-decoration: none;
}
#si_J_e_BB a span {
	display: block;
	margin: 0;
	padding: 16px;
	background: transparent url('images/rbtn_right.gif') 100% 0 no-repeat;
}

#pageSubManagerMenu {
	padding: 10px 0 !important;
	background: none !important;
	border: none !important;
}
#pageSubManagerMenu:after {
	display: block;
	visibility: hidden;
	content: 'h';
	height: 0;
	clear: right;
}
#mapsDirections a:hover, #mapsDirections a:active {
	opacity: 0.8;
}
#g_XM {
	float: right;
	padding: 1px;
	border: 1px solid #DDD;
}
#g_XM p {
	color: #000;
	font-size: 13px;
	line-height: 18px;
}	
#g_XM a:link, #g_XM a:visited {
	color: #390704;
	text-decoration: underline;
}
#g_XM a:hover, #g_XM a:active {
	color: #390704;
	text-decoration: none;
}
#ezlinks_cws {
	position: absolute;
	bottom: -50px;
	right: 0;
}
#b_content .form_header {
	font-size: 29px;
	width: 420px;
	text-align: center;
}
#b_content .form_header embed {
	margin-bottom: 10px;
}
#fty a {
	color: #FFF;
}
#fty .header {
	font-size: 24px;
}

#b-c-t-r-2 #fty {
	width: auto;
}
#cws_news_table .header {
	font-size: 40px !important;
}
.couponTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #505050;
}
.couponCaption
{
	font-size: 12px;
}
.couponSubText
{
	font-size: 11px;
}
#contentTabs {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
}
#tabbedContent li a {
	text-decoration: none;
}

.shadeTabStructure {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
.shadeTabStructure li {
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
	border: 1px solid #cccccc;
	border-bottom: 0;
}
.shadeTabStructure li a {
	float: left;
	color: #999999;
	text-decoration: none;
}
.shadeTabStructure li a span {
	display: block;
	float: none;
	padding: 7px 12px;
}
.shadeTabStructure li a:hover {
	color: #666666;
	text-decoration: none;
}

.shadeTabs{
	position: relative;
	top: 1px;
	background: #eeeeee url(/images/tabs/tab_center_standard.gif) top left repeat-x;
}

.shadeTabs a span {
	margin: 0 0 0 0;
	color: #000000;
}

.shadeTabsSelected{
	position: relative;
	top: 1px;
	background: #ffffff url(/images/tabs/tab_center_standard_over.gif) top left repeat-x;
}

.shadeTabsSelected a span {
	margin: 0 0 1px 0;
	color: #000000;
}

.tabContainer1 {
	clear: both;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.tabContent {
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

