@import url(browser_normalize.css);

html {
	text-align:center;
	background:#231512 url('../images/bg.gif') repeat-x center top;
	margin:0;
	padding:0;
}
body {
	width:801px;
	position:relative;
	margin:30px auto 25px auto;
	font:75%/1.6 "Lucida Grande", Verdana, sans-serif;
	color:#1c120f;
	text-align:left;
}
ol {
	margin-left:15px;
	padding:0px;
	list-style:decimal;
	margin-top:0px;
	margin-bottom:15px;
}
ul {
	margin-left:15px;
	padding:0px;
	list-style:square;
	margin-top:0px;
	margin-bottom:15px;
}
ul li {
	margin-bottom: 3px;
}
h1 {
	font:130%/1.7 "Lucida Grande", Verdana, sans-serif;
	font-weight:bold;
	color:#062c4d;
	margin-bottom:0;
	padding:0;
}
h1.noSubhead {
	margin-bottom:1.8em;
}
h2 {
	font:110%/1.4 "Lucida Grande", Verdana, sans-serif;
	font-weight:bold;
	margin-bottom:1.8em;
	color:#406989;
	padding:0;
}
h3 {
	font:110%/1.2 "Lucida Grande", Verdana, sans-serif;
	font-weight:bold;
	margin-bottom:.8em;
	padding:0;
}
h4 {
	font:110% "Lucida Grande", Verdana, sans-serif;
	font-weight:bold;
	margin-bottom:.5em;
}
p {
	color:#1c120f;
	line-height:1.5em;
	margin-bottom:1em;
}
p strong {
	font-weight:bold;
}
p em {
	font-style:italic;
}
a {
	overflow:hidden;
	color:#FF3300;
}
a:hover {
	color:0739b6;
	outline:none;
}
a:visited {
	#color:#FF3300;
}
/* Registration Mark Fix ######### */
span.smaller {
	font-size:70%;
}

/* Branding ###################### */
#branding {
	display:block;
	width:100%;
	height:160px;
	vertical-align:bottom;
	background:url('../images/branding_bg.gif') no-repeat center top;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
#branding div.logo a {
	display:block;
 	width:320px;
	height:75px;
	position:absolute;
	top:37px;
	left:37px;
}
#branding a.cta_book_now {
	display:block;
	width:151px;
	height:46px;
	position:absolute;
	top:55px;
	right:34px;
	background:url('../images/cta_book_now.gif') no-repeat left top;
}
#branding a.cta_book_now:hover {
	background-position:0 -46px;
}

/* Navigation ###################### */
#nav_main {
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	padding:0;
	margin:0;
	overflow:visible;
	height:0;
}
#nav_main ul.nav_features {
	position:absolute;
	top:131px;
	left:29px;
	padding:0;
	margin:0;
	width:100%;
	height:29px;
	display:block;
	z-index:500;
}
#nav_main ul.nav_features li {
	position:relative;
	display:block;
	float:left;
	height:29px;
	background-position:0 0;
}
#nav_main ul.nav_features li a {
	padding:0;
	margin:0;
	height:29px;
	display:block;
	width:100%;
}
#nav_main ul.nav_features li#the_treatment {
	background-image:url('../images/button_the_treatment.gif');
	width:99px;
}
#nav_main ul.nav_features li#check_availability {
	background-image:url('../images/button_check_availability.gif');
	width:121px;
}
#nav_main ul.nav_features li#faqs {
	background-image:url('../images/button_faqs.gif');
	width:42px;
}
#nav_main ul.nav_features li#blog {
	background-image:url('../images/button_blog.gif');
	width:116px;
}
#nav_main ul.nav_features li#press {
	background-image:url('../images/button_press.gif');
	width:49px;
}
#nav_main ul.nav_features li#about_us {
	background-image:url('../images/button_about_us.gif');
	width:68px;
}
#nav_main ul.nav_features li:hover {
	background-position:0 -29px;
}
#nav_main ul.nav_features li.current_page {
	background-position:0 -58px;
}
#nav_main ul.nav_features li.current_page:hover {
	background-position:0 -29px;
}


/* Content ###################### */
#content {
	width:100%;
	background:url('../images/content_bg.gif') repeat-y center;
	display:block;
	padding:0;
	margin:0;
}
#content_main {
	background:url('../images/content_main_bg.gif') no-repeat center top;
	display:block;
	width:721px;
	padding:15px 40px 20px 40px;
	min-height:400px;
	margin:0;
}

/* Homepage Banner ########### */
div.homepage_banner {
	display:block;
	width:400px;
	height:270px;
	float:right;
	margin:0 0 10px 15px;
}

/* Formatting ################ */
h1.has_subhead {
	margin-bottom:0;
	padding-bottom:0;
}
#content_main .float_left {
	float:left;
	margin:0 15px 10px 0;
}
#content_main .float_right {
	float:right;
	margin:0 0 10px 15px;
}


/* Segmented Lists ############ */
#content_main ul.segmented_list {
	margin-left:0;
	margin-right:0;
}
#content_main ul.segmented_list li {
	list-style:none;
	border-top:1px dotted #406989;
	padding-top:10px;
	margin-top:20px;
}
#content_main ul.segmented_list li ul {
	border:0;
	margin-left:15px;
	padding-top:0px;
	list-style:square;
	margin-top:0px;
	margin-bottom:15px;
}
#content_main ul.segmented_list li ul li {
	margin-bottom:3px;
	margin-left:10px;
	margin-top:0;
	margin-right:0;
	padding:0;
	border:none;
	list-style:square;
}
#content_main ul.segmented_list li ol {
	border:0;
	margin-left:15px;
	padding-top:0px;
	list-style:decimal;
	margin-top:0px;
	margin-bottom:15px;
}
#content_main ul.segmented_list li ol li {
	margin-bottom:3px;
	margin-left:10px;
	margin-top:0;
	margin-right:0;
	padding:0;
	border:none;
	list-style:decimal;
}


/* Quotes ###################### */
#content_main div.quoteRegionMale, #content_main div.quoteRegionFemale {
	padding-top:25px;
	padding-bottom:10px;
	min-height:154px;
	padding-right:20px;
}
#content_main div.quoteRegionMale {
	background:url('../images/quote_male.gif') bottom right no-repeat;
}
#content_main div.male2 {
	background:url('../images/quote_male2.gif') bottom right no-repeat;
}
#content_main div.female2 {
	background:url('../images/quote_female2.gif') bottom right no-repeat;
}
#content_main div.quoteRegionFemale {
	background:url('../images/quote_female.gif') bottom right no-repeat;
}
#content_main div.quote {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#939494;
	font-weight:bold;
	margin:20px 95px 0px 20px;
	padding:0 0 0 17px;
	background:url('../images/quote_left.gif') top left no-repeat;
}
#content_main div.quote img {
	margin-left:3px;
}
#content_main div.quoter {
	font-size:11px;
	line-height:15px;
	color:#606060;
	margin:15px 95px 0 0;
	padding:0;
	float:right;
	text-align:right;
}
#content_main div.quoter span.name {
	font-weight:bold;
}
#content_main div.quoter span.date {
	display:block;
}


/* Site Info ################# */
#site_info {
	background:url('../images/site_info_bg.gif') no-repeat center top;
	width:100%;
	line-height:1em;
	text-align:center;
	margin-top:-12px;
	padding:0;
	font-size:.9em;
}
#site_info ul {
	padding-top:25px;
	width:100%;
}
#site_info ul li {
	padding-right:10px;
	border-right:1px solid #add9ec;
	margin-right:10px;
	display:inline;
}
#site_info ul li.about_us {
	border:none;
	margin-right:0;
	padding-right:0;
}
#site_info p, #site_info a:link, #site_info a:visited {
	color:#add9ec;
}
#site_info a:hover {
	color:#0739b6;
}
.small_text {
	font:85%/1.3 "Lucida Grande", Verdana, sans-serif;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}






