/* --- RESETS --- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

blockquote {
	padding: 20px 20px 5px 20px;
	font-size: 12px;
	font-style: italic;
	background-color: #eee;
	margin-bottom: 15px;
}

ol, ul {
	list-style: none;
}

#story-template #main ul {
	list-style-type: disc;
	padding-left: 40px;
}

#story-template #main ol {
	padding-left: 40px;
	list-style: decimal;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
	color: #000;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* --- BASIC STYLES --- */

body {
	background: #fff url(../img/bg_body.jpg)	top repeat-x;
	font: 13px/22px "Lucida Grande", Lucida sans, sans-serif;
	color: #545454;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.strong {
	font-weight: bold;
}

.caps {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

p {
	margin: 0 0 15px 0;
}

#wrapper {
	margin: 0 auto;
	background: url(../img/bg_wrapper.jpg) top no-repeat;
	text-align: center;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#content {
	margin: 0px auto 0;
	background: url(../img/bg_cont.png) top repeat-y;
	overflow: hidden;
}

/*.nosidebar #content {
	background: url(../images/bg_cont_nosidebar.png) top repeat-y;
}*/

/* --- LINK STYLES --- */

a:link, a:visited {
	color: #3f74aa;
	text-decoration: none;
}
a:hover {
	color: #3f74aa;
	text-decoration: underline;
}
a:active {
	color: #3f74aa;
	text-decoration: underline;
}



/* --- HEADINGS --- */

h1,h2,h3,h4,h5,h6 { font-family: Georgia, "Times New Roman", Times, serif; }

h1 {
	font-size: 44px;
	line-height: 52px;
	font-weight: bold;
	/*color: #3f74aa;*/
	text-align: center;
}

h1 span {
	color: #3f74aa;
}

h2 {
	font-size: 28px;
	line-height: 32px;
	/*color: #3f74aa;*/
	margin-bottom: 20px;
}

#story-template h2 {
	margin-bottom:5px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
	/*color: #3f74aa;*/
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #272727;
}

h2#askdr {
	background: url(/img/check.gif) no-repeat;
	padding-left: 38px;
}

.storyHeadline a { text-decoration: none; }
.storyHeadline a:hover { text-decoration: underline; }


/* --- HEADER --- */

#top {
	overflow: hidden;
	margin-top: 48px;
}

#navigation {
	overflow: hidden;
}

#navigation ul#nav {
	float: right;
	margin: 0 19px 0 0;
}

#navigation ul#nav li {
	display: inline;
}

#navigation ul#nav li a {
	display: block;
	width: 115px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color: #303030;
	float: left;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 7px;
}

#navigation ul#nav li a:hover, #navigation ul#nav li a.current {
	color: #3f74aa;
	background: #fff url(../img/bg_navli.jpg) top left repeat-x;
}

#header {
	margin: 0 20px 0 20px;
	height: 267px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}

#logo-nav {
	width: 310px;
	float: left;
}

#logo-nav h1 {
	text-indent: -9999px;
	height: 123px; /* fix for IE */
	padding: 25px 0 0 0;
}

h1#logo {
	background: url(../img/banner.jpg) no-repeat center;
}

h1#urgentCare {
	background: url(../img/sum_urgentCare.png) no-repeat center;
}

h1#occMed {
	background: url(../img/sum_occMed.png) no-repeat center;
}


/* --- MAIN SLIDER --- */

#slider_nav {
	position: relative;
}

#slider_nav ul {
	position: absolute;
}

#slider_nav ul li a {
	display: block;
	width: 328px;
	height: 39px;
	line-height: 39px;
	background: url(../img/bg_slidernav.png) top left no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 15px; /* fix for IE */
	margin: 0 0 1px 0;
}

#slider_nav ul li a:hover, #slider_nav ul li a.current {
	background-position: bottom left;
}

#slider { 
	width: 590px;
	height: 254px;
	/*background: #fff url(../img/bg_slider.jpg) top left no-repeat;*/ /*Addition of another top tab made this necessary. Looks less weird.*/
	float: left;
	padding: 13px 0 0 0;  /*fix for IE*/ 
	overflow: hidden;
}


/* --- MAIN CONTENT --- */

#main {
	width: 575px;
	float: left;
	margin: 0 0px 0 20px;
	background: url(../img/bg_slider2.jpg) bottom left repeat-x;
}

.no-bk-main #main {
	background: none;
}

#main div {
	padding: 15px 15px 15px 30px;
}

div#flashcontent {
	padding: 0 0 20px;
}

#main div img, #secondary div img {
	border: 1px solid #e4e4e4;
	background-color: #fafafa;
	padding: 4px 6px 4px;
}

.weblogItem {
	background: url(../img/bg_welcome.jpg) bottom center no-repeat;
	padding-bottom: 30px !important;
	margin-bottom: 10px;
}

#main div.timeStamp {
	padding: 0 0 15px 0;
	font-size: 10px;
	color: #000;
	clear: both;
}

/*#bottomEl {
	background: url(../images/bg_slider2.jpg) bottom left repeat-x;
}*/

#slider2 .item {
	margin: 0;
	padding: 0;
}

#slider2_nav {
	margin: 0 !important;
	padding: 0 !important;
}

#slider2_nav ul li {
	display: inline !important;
}

#slider2_nav ul li a {
	display: block;
	float: left;
	width: 190px;
	height: 47px;
	line-height: 47px;
	background: #fafafa url(../img/bg_slider2nav.jpg) top left no-repeat;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	text-align: center;
	text-decoration: none;
	color: #565656;
	text-transform: uppercase;
	font-size: 10px;
}

#slider2_nav ul li a:hover, #slider2_nav ul li a.current {
	background: #eee none;
	border: none;
	width: 191px;
	height: 48px;
}




/* --- SIDEBAR --- */

#sidebar {
	width: 325px;
	float: left;
	margin: 0;
	border-top: 1px solid #fff;
}

#sidebar div {
	margin: 15px 25px 10px 25px;
	padding: 0 0 10px 0;
}

div.hiddenFields {
	display: none;
	height: 0;
	width: 0;
}

#sidebar div#flashcontent {
	margin: 0;
	padding: 0;
}

/*#sidebar #about h3 {
	background: url(../img/h3_about.jpg) top left no-repeat;
	padding: 0 0 0 42px;
	line-height: 32px;
}*/

#sidebar .btmDivider {
	padding-bottom: 25px;
	background: url(../img/bg_line.jpg) bottom left repeat-x;
}

#sidebar #services, #categoryNav, #services_aside, #archiveNav {
	background: url(../img/bg_line.jpg) bottom left repeat-x;
	font-size: 12px;
	line-height: 20px;
}

#sidebar #recentStories li {
	font-size: 12px;
}

.nosidebar #sidebar #services {
	background: none;
}

#sidebar #services ul li {
	margin: 10px 0 10px 15px;
	padding: 0 0 0 50px;
}

#sidebar #services ul li#first {
	background: url(../img/rss_circle.gif) left center no-repeat;
}

#sidebar #services ul li#second {
	background: url(../img/services_book.jpg) left center no-repeat;
}

#sidebar #services ul li#sageStore {
	background: url(../img/shopping_cart.png) left center no-repeat;
}




#sidebar #services ul li#recipes {
	background: url(../img/recipe.png) left center no-repeat;
}

#sidebar #services ul li#diet {
	background: url(../img/star.png) left center no-repeat;
}

#sidebar #services ul li#sup {
	background: url(../img/sup.png) left center no-repeat;
}

#sidebar #services ul li#foodLabel {
	background: url(../img/label.png) left center no-repeat;
}

#sidebar #services ul li#third {
	background: url(../img/check.gif) left center no-repeat;
}

#sidebar #services ul li#healthWeight {
	background: url(../img/weight.png) left center no-repeat;
}

#sidebar #contact_details {
	margin-top: 20px;
	font-size: 12px;
	line-height: 20px;
}

#sidebar #contact_details h3 {
	background: url(../img/h3_contact.jpg) top left no-repeat;
	padding: 0 0 0 42px;
	line-height: 32px;
}

#sidebar #contact_details ul {
	float: left;
	
}

#sidebar #contact_details ul#address {
	margin: 0 40px 25px 10px;
}

/* --- FOOTER --- */

#footer {
	/*width: 880px;*/
	margin: 0 auto;
	background: url(../img/bg_footer.jpg) top left no-repeat;
	padding: 20px 30px 0 20px;
	margin: 0 0 40px 0;
	font-size: 11px;
	text-align: right;
}


/* --- SERVICES PAGE --- */

#sidebar #services_aside {
	background: url(../img/bg_line.jpg) bottom left repeat-x;
}

#secondary {
	width: 900px;
	margin: 0 auto;
	background: #fafafa url(../img/bg_line.jpg) top left repeat-x;
	overflow: hidden;
}

#secondary div { padding: 15px 15px 15px 30px; }
#secondary h3 { padding: 30px 0 0 30px; color: #666; margin: 0; }
#secondary h4 { font-size: 14px; }

#area1, #area2 {
	width: 45%;
	float: left;
	margin: 10px 0 0 0;
}

/*#area1 h4, #area2 h4 {
	margin-bottom: 10px;
}*/


/* --- SEARCH FORM --- */
#searchForm {
	margin: 15px 25px 10px 25px;
	padding: 0 0 25px 0;
}

#searchForm label {
	display: block;
}

#searchForm input {
	line-height: 15px;
	margin-right: 5px;
	
}

/*LOGIN FORM / COMMENT FORM*/

form#login_form, form#comment_form {
	padding-bottom: 15px;
}

form#login_form p, form#comment_form p {
	margin: 0;
}

form#login_form input, form#comment_form input {
	margin-bottom: 20px;
}

form#comment_form {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#comment_form textarea {
	margin-bottom: 10px;
}

input.textInput {
	border: 1px solid #666;
	padding: 3px;
	width: 200px;
}

#commentThread dt {
	padding: 15px 0 0 0;
	font-weight: bold;
}

#commentThread dd {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 10px;
	
}

#mailinglist_form {
	padding: 0 0 25px 0;
}

#mailinglist_form input {
	line-height: 15px;
	margin-right: 5px;
}

/* corrects div inserted by mootools for Fx.Slide */
#services ul div {
	padding: 0;
}

/* --- SEARCH RESULTS --- */
#search-results h3 {
	margin: 0;
}

body#search-results .timeStamp {
	padding-bottom: 5px;
}

#search-results .searchResult, #ask-the-doctor .searchResult {
	padding: 20px 0 0;
	margin-right: 15px;
	border-top: 1px solid #ccc;
	
}

/* --- CONTACT PAGE --- */ 

#contact p#contactinfo {
	background: url(../img/contact_envelope.jpg) top left no-repeat;
	padding: 0 0 0 160px;
	height: 85px; /*corrects envelop icon. may be temporary*/
}

form#contact_form, form#entryform {
	margin: 50px 0 150px 0;
	background: none;
}

form#contact_form label, form#entryform label {
  float:left;
  width:15%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

form#contact_form input, form#entryform input {
	display: block;
	background-color: #f6f6f6;
	width: 300px;
	height: 30px;
	line-height: 30px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	font: 13px/22px "Lucida Grande", Lucida sans, sans-serif;
	color: #545454;
}

form#contact_form input#submit, form#entryform input#submit {
	float: right;
	margin: 0 5px 0 0;
	border: none;
	background: url(../img/send.png) top left no-repeat;
	width: 97px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
}

form#contact_form textarea, form#entryform textarea {
	background-color: #f6f6f6;
	width: 510px;
	height: 150px;
	line-height: 30px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 10px 0 0 10px;
	font: 13px/22px "Lucida Grande", Lucida sans, sans-serif;
	color: #545454;
}

.marker { background-color: #ff0; }

dl#sageStore {
	padding: 20px;
}

#sageStore dt {
	font-weight: bold;
	font-size: 17px;
}

#sageStore dd {
	margin-bottom: 12px;
}

#sage_menu {
	width: 350px;
	height: 451px;
	float: left;
	background: url(../img/menu_bk.jpg) top left no-repeat;
}

#sage_menu h3 {
	color: whitesmoke;
	position: relative;
	top:  95px;
	text-align: center;
	width: 285px;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sage_menu p {
	width: 245px;
	color: whitesmoke;
	top: 125px;
	position: relative;
	left: 25px;
	font:  15px Georgia, "Times New Roman", Times, serif;
}  









