﻿/*
	#0078c1 - links, buttons, blurb
	#000000	- hub page link text
	#f0d500 - hub page navigation & BMI calculator button background
*/

h3 { font-size: 1.2em; margin: 15px 0; }
h4 { font-size: 1.1em; margin:0px; padding:0px; }
p { margin: 6px 0; }
#landing-page-content { padding: 0 10px; position:relative; }
#landing-page-nav ul,
#landing-page-nav ul li { display: inline; }
#landing-page-nav ul li { width: 168px; }
#landing-page-nav ul li a
{
	background: #f0d500;
	color: #000;		
	display: inline-block;
	font-family: Times New Roman;	
	font-size: 1.1em;
	margin-bottom: 5px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 163px;
	border-radius: 8px;		
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}
#landing-page-nav ul li a:hover
{
	background: #000;
	color: white;	
	text-decoration: none;	
}
#landing-page-footer { margin-top: 20px; }
.specialties-blurb
{
	color: #0078c1;
	font-size: .9em;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
a.button, a.button:link, a.button:visited
{
	font-family: Times New Roman;
	font-size: 1.25em; 
	width: 265px; 
}
a#request-button, a#request-button:link, a#request-button:visited
{
	font-size: .75em;
	margin: 4px 0px; 
	width: 165px; 
}
.telephone 
{ 
	color: #0078c1; 
	font-family: Times New Roman;
	font-size: 2em; 
}

/*
	Fact Side Bar
*/	
.fact-bar, #fact-bar-photo-content img { width: 143px; }
#fact-bar-header 
{
	background: #0078c1;
	color: White;
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 25px 8px;
}
#fact-bar-content { padding: 6px; }
#fact-bar-footer 
{
	font-family: Times New Roman;
	font-size: 1.5em; 
	line-height: 1.1em; 
	margin: 10px 0; 
	text-align: center;
}
#fact-bar-footer a { display: block; margin-bottom: 1em; }
.fact-bar-list-wrap { margin: 1em 0 0 1.4em; }
.fact-bar-list { list-style: disc outside; }
.fact-bar-list li { margin-bottom: 4px; }

/*
	Miscellaneous
*/
#bariatric-call-out { font-weight:bold; margin-top:20px; }
#landing-header-blurb 
{ 
	color: #0078c1;
	font-family:Times New Roman;
	font-size:1.4em; 
	font-weight:bold;
	line-height:1em; 
	margin-left:12px; 
	position:absolute; 
	top:-68px;
	width:250px;
}
.bottomless { margin-bottom:0; padding-bottom:0; }
.float-right { float: right; }
.float-left { float: left; }
.underline { text-decoration: underline; }
.clear-fix { overflow: auto; zoom: 1; }
.box-shadow:hover
{
	box-shadow:0 0 1em #333;	
	-moz-box-shadow:0 0 1em #333;
	-webkit-box-shadow: 0 0 1em #333;	
}

/*
	BMI Calculator
*/
#bmi-calc-container
{
	background:url(../images/bmi-calculator-background.jpg) repeat-y;
	color:#fff;
	margin-top:15px;
	padding:6px;
	width:373px;
	box-shadow:0 0 2em #000;		
	border-radius:8px;
	-moz-border-radius:8px;
	-moz-box-shadow:0 0 2em #000;	
	-webkit-border-radius:8px;
	-webkit-box-shadow:0 0 2em #000;		
}
#bmi-calc-container h3 
{ 
	font-family:Georgia,Times New Roman;	
	font-size:1.5em;
	margin-top:0px;
	text-align:center; 
}
#bmi-calc-container h4 { font-size:1.2em; }
#bmi-calc-container th 
{ 
	color:white; 
	font-family:Georgia,Times New Roman; 
	font-size:12px; 
	text-align:left; 
}
#bmi-calc-container a
{
	background:#F0D500;
	color:#000000;
	font-family:Georgia, Times New Roman;
	font-size:.8em;
	height:32px;
	margin-right:12px;
	padding:8px;
	text-align:center;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#bmi-calc-container a:hover { background:#000; color:#fff; }
#bmi-calc-container input, #bmi-result
{
	background:#F0D500;
	border:none;	
	height:32px;
	font-size:1.2em;
	text-align:center;
	width:50px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
}
#bmi-legend { font-size: .85em; }
#bmi-legend-footnote { font-style:italic; }
#bmi-entry-form { color:Black; font-size:1em; margin-bottom:20px; }
#bmi-entry-form input { background:white; font-size:1.8em; vertical-align:text-bottom; }
#bmi-height-entry { display:inline-block; padding-right:12px; }
#bmi-height-feet, #bmi-height-inches { width: 25px !important; }
#bmi-height-inches { margin-left:15px; }
#bmi-weight { width:50px; }
.bmi-qualifier, .required-field { color:Red; font-size:1.3em; font-weight:bold; }

/*
	Return to Services
*/
#hub-return-container 
{ 
	background: #f0d500; 
	margin-left:4px;
	min-height: 94px; 
	min-width: 540px; 
	position: relative; 
}
#hub-return-container img#slogan
{ 
	height: 29px; 
	margin-left:4px;
	width: 279px; 
}
#hub-return-button 
{ 
	position:absolute; 
	right:20px;
	text-align:right;
	top:8px;
}
#hub-return-button span 
{
	font-family: Times New Roman;
	font-size: .825em; 
	font-weight: bold;
	vertical-align: top; 
}

/*
	Sleep Quiz
*/
#sleep-quiz { margin-top: 6px; }
#sleep-quiz td
{
	padding-right: 4px;
	vertical-align: top;
}
#sleep-quiz td.question { padding-left: 40px; }
.sleep-quiz-desc { width: 100px; }	
	
/*
	Mini Bio's
*/	
.small-bio 
{
	margin-bottom: 25px;
	padding: 2px;
}
a.small-bio-name
{
	color: #000;
	display: block;
	font-size: 1em; 
	font-weight: bold; 
	text-decoration: underline; 
}
#obgyn-appts 
{ 
	bottom: -25px;
	font-size: .975em; 
	font-style: italic;
	font-weight: bold; 
	position: absolute; 
}
#slogan
{ 
	top: 8px; 
	left: 13px; 
	position:relative; 
}

/*
	Hub Page
*/
#ads { height: 179px; width: 399px; }
#hub-entry
{
	background:black;
	height:179px;
	text-align:center;
	width:143px;
}
#hub-entry a
{
	color:#0078c1;
	display:block;
	font-size:.7em;
	font-weight:bold;
	text-decoration:none;
}
#hub-entry img { vertical-align: middle; }
#hub-entry span
{
	display:block;
	margin-top:8px;
}

#lightbox-image-details-currentNumber { color:#fff; }
#free-bp-screening, #healthy-heart-quiz { display:block;margin-top:9px; }
#healthy-heart-quiz
{
	background:url(../HealthyHeartQuiz/images/healthy-heart-quiz.jpg) no-repeat;
	cursor:pointer;
	display:block;	
	height:48px;
	width:211px;
}
#dash-diet-container { margin-top:15px; }
#at-risk-button
{
	background:url(../images/at-risk-button.png) no-repeat;
	cursor:pointer;
	display:block;
	height:147px;
	margin:35px 0 25px 2px;
	width:127px;
	border-radius:25px;
	-moz-border-radius:25px;	
	-webkit-border-radius:25px;
}