/* 
NAME: HARBOR BAY CLUB MASTER STYLE SHEET
VERSION: 1.0
DATE: 7/3/09
COPYRIGHT: HARBOR BAY CLUB, 2009
*/


/* TYPOPGRAPHY
============================================= */
h3 {
font-size: 107%;
font-weight: bold;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #366ba1;
}
h4 {
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
color: #444;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #CCC;
}
p {
font-size: 90%;
line-height: 24px;
margin-bottom: 20px;
color: #333;
}
strong {
font-weight: bold;
}
ol li {
line-height: 22px;
color: #333;
}
.bullet_list {
margin-left: 25px;
font-size: 92%;
}
.bullet_list li {
list-style-type: square;
font-size: 92%;
}
.simple_list {
font-size: 92%;
margin-top: 15px;
}


/* MARGINS & WHITESPACE
============================================= */
.nomargin {
margin: 0;
}
.margin_b_20 {
margin-bottom: 20px;
}

/* BUTTONS
============================================= */
.tour_button {
border: none;
margin-bottom: 10px;
display: block;
}
.tour_button img {
margin: 0;
border: none;
}


/* BILLBOARD
============================================= */
#billboard, #se_billboard {
width: 520px;
height: 300px;
overflow: hidden;
margin-bottom: 20px;
}
#billboard img, #se_billboard img {
border: none;
}



/* QUOTE SLIDESHOW
============================================= */
#quote_slideshow {
width: 140px;
margin: 0px 10px;
font-family: Verdana, Arial, san-serif;
}
#quote_slideshow .quote {
background: url(../images/icons/quote_left.png) top left no-repeat;
padding-top: 20px;
}
#quote_slideshow .quote p {
font-size: 11px;
line-height: 16px;
color: #666;
position: relative;
background: url(../images/icons/quote_right.png) bottom right no-repeat;
padding-bottom: 25px;
}
#quote_slideshow .quote .signature {
font-size: 11px;
font-style: italic;
color: #666;
margin-top: -30px;
background: none;
}


/* HEADER
============================================= */
.hbc_logo a {
display: block;
height: 80px;
width: 160px;
overflow: hidden;
text-indent: -3000px;
background: url(../images/logos/hbc_new.png) top left no-repeat;
margin: 20px 0px;
}
.hbc_new_logo a {
display: block;
height: 65px;
width: 305px;
overflow: hidden;
text-indent: -3000px;
background:url(../images/logos/harborbayclub-logo.png) top left no-repeat;
margin: 25px 0px;
margin-left:-10px;
}
#special_event_logo {
height: 80px;
width: 544px;
overflow: hidden;
text-indent: -3000px;
background: url(../images/logos/special_events.png) top left no-repeat;
margin-top:10px;
}
#change_lives {
height: 80px;
width: 544px;
overflow: hidden;
text-indent: -3000px;
background: url(../images/billboard/change-lives-heading.png) top left no-repeat;
margin-top:10px;
}
#tagline {
height: 80px;
width: 600px;
overflow: hidden;
text-indent: -3000px;
background: url(../images/billboard/blurb.png) top center no-repeat;
margin-top:20px;
}

/* MAIN CONTENT
============================================= */
.main_content h1 {
font-weight: normal;
color: #08153D;
font-size: 152%;
margin: 0px;
padding: 0px;
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.main_content h1.center {
text-align: center;
margin-bottom: 10px;
}
.main_content h2 {
font-size: 177%;
font-weight: normal;
margin: 0px 0px 10px;
padding: 10px 0px 0px;
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
color: #08153D;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
}
.main_content h4 {
margin: 6px 0px;
padding: 0px;
color: #c67023;
font: bold  12px Verdana, Arial, Helvetica, sans-serif;
}
.main_content a {
color: #366ba1;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #5688E7;
}
.main_content ul {
list-style: square;
margin: 10px 0px 25px 0px;
padding-left: 20px;
}
.main_content li {
margin-bottom: 15px;
font-size: 90%;
color: #333;
}
.main_content address {
margin: 0;
margin-bottom: 10px;
font-style: italic;
color: #666;
}


/* SPA TABLE ============== */
.main_content table.spa_table {
font-size: 11px;
color: #333;
margin: 0px 10px 20px 10px;
border-collapse: collapse;
}
.main_content table.spa_table th {
font-size: 14px;
font-family: 'Century Gothic', Verdana, san-serif;
font-weight: normal;
background-color: #EEE;
padding: 5px 10px;
border: 1px solid #CCC;

}
.main_content table.spa_table td {
padding: 5px;
text-align: center;
border: 1px solid #CCC;
margin: 0;
color: #c67023;
}
.main_content table.spa_table .normal {
color: #333;
}
.main_content table.spa_table td em, .main_content table.spa_table .subtle  {
font-size: 10px;
color: #999;
font-style: italic;
}



/* SECONDARY CONTENT
============================================= */
.secondary_content ul {
margin-bottom: 30px;
list-style-type: none;
}
.secondary_content li {
padding: 5px;
margin: 0px;
color: #6A584A;
font-size: 107%;
}
.secondary_content a {
color: #b18d23;
text-decoration: underline;
}
.secondary_content li:hover {
background-color: #FFF2BF;
}



