﻿/* horizontal lines */

.blueline {
	border-top: 1px solid #9dcde9;
	clear: both;
	margin: 5px 0 15px 0;
	}
	
.grayline {
	border-top: 1px solid #c7c7c7;
	clear: left;
	margin: 20px 0 10px;
	}
	
.prodline {
	margin-bottom: 20px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 25px;
	clear: both;
	}


/* removes outline in firefox */

#mainCol a:focus {
	outline: 0;
	}
	
	
#formWrap {margin: 25px 0 0;}
label {
	position: absolute;
	
	font-weight: 700;
}
input, textarea { margin-bottom: 3px; color: #646363; font-size: 11px; padding: 2px; }
input.blog,textarea.blog {margin-left: 90px; }
input.story,textarea.story {margin-left: 60px; width: 200px; }
input.period {margin-left: 200px; width: 60px; }
label.check, label.radio { position:relative; text-align:left; }
label.charlimit { position:absolute; margin-left: 90px; width: 200px;font-weight: 100; }
label.permission { position:absolute; width: 250px;font-weight: 100; color: #646363; font-size: 11px;}
label.submitcharlimit { position:absolute; width: 200px;font-weight: 100; color: #a2a2a2; font-style: italic; }



/* ------------------------------------------------------------------
	recipe main categories
------------------------------------------------------------------ */
	
div#recipeBeverages {
	background: url(images/optifast/recipe_bkg_beverage.jpg) top left no-repeat;
	height: 120px;
	width: 255px;
	min-height: 120px;
	margin-bottom: 10px;
	float: left;
	}
	
div#recipeSmoothies {
background:transparent url(images/optifast/recipe_bkg_smoothie.jpg) no-repeat scroll left top;
float:right;
height:120px;
margin-bottom:10px;
min-height:120px;
width:255px;
}
div#recipeMainDish {
	background: url(images/optifast/recipe_bkg_main.jpg) top left no-repeat;
	height: 120px;
	width: 255px;
	min-height: 120px;
	margin-bottom: 10px;
	float: left;
	}
	
div#recipeSoups {
	background: url(images/optifast/recipe_bkg_soups.jpg) top left no-repeat;
	height: 120px;
	width: 255px;
	min-height: 120px;
	margin-bottom: 10px;
	float: right;
	}
	
div#recipeSnacks {
	background: url(images/optifast/recipe_bkg_snacks.jpg) top left no-repeat;
	height: 120px;
	width: 255px;
	min-height: 120px;
	margin-bottom: 10px;
	clear: both;
	}
	
.recipeCat {
	margin-left: 10px;
	line-height: 1.4em;
	}
	
.recipeTitle {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding-top: 5px;
	margin-bottom: 50px;
	}
	
.recipeCat p a {
	padding-right: 8px;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
	color: #73abd0;
	background: transparent url(images/optifast/icon_recipeArrow.gif) top right no-repeat;
	}

.recipeCat p a:hover {
	color: #73abd0;
	text-decoration: underline;
	}
	
	
	
	
/* ------------------------------------------------------------------
	action buttons
------------------------------------------------------------------ */

/* story */

#pStory {
  	display: block;
  	width: 100px;
  	height: 18px;
  	background: url(images/optifast/btn_pStory.gif) no-repeat 0 0;
  	float: left;
	margin: 0 2px;
  	}
	
#nStory {
  	display: block;
  	width: 80px;
  	height: 18px;
  	background: url(images/optifast/btn_nStory.gif) no-repeat 0 0;
  	float: left;
	margin: 0 2px;
  	}

/* recipe */

#pRecipe {
  	display: block;
  	width: 110px;
  	height: 18px;
  	background: url(images/optifast/btn_pRecipe.gif) no-repeat 0 0;
  	float: left;
	margin: 0 2px;
  	}
	
#nRecipe {
  	display: block;
  	width: 90px;
  	height: 18px;
  	background: url(images/optifast/btn_nRecipe.gif) no-repeat 0 0;
  	float: left;
	margin: 0 2px;
  	}
	
/* product */

#pProduct {
  	display: block;
  	width: 115px;
  	height: 18px;
  	background: url(images/optifast/btn_pProduct.gif) no-repeat 0 0;
  	float: left;
	margin: 0 2px;
  	}
	
#nProduct {
  	display: block;
  	width: 95px;
  	height: 18px;
  	background: url(images/optifast/btn_nProduct.gif) no-repeat 0 0;
  	float: left;
	margin: 0 2px;
  	}
	
#pStory:hover, #nStory:hover, #pRecipe:hover, #nRecipe:hover, #pProduct:hover, #nProduct:hover { 
	background-position: 0 -18px;
	}

#pStory span, #nStory span, #pRecipe span, #nRecipe span, #pProduct span, #nProduct span {
  	display: none;
  	}
	

input.submit {
	background: yellow;
	}
	
:hover input.submit {
	background: red;
	}



/* ------------------------------------------------------------------
	page buttons
------------------------------------------------------------------ */


div.btns {
	
	white-space:nowrap;
	margin-top: 20px;
	}

div.btns:after {
	display:block;
	clear:both;
	content:'';
	}

div.btns a.btn {
	float:right;
	background:#e1f4fd url(images/optifast/border.gif) no-repeat;cursor:pointer;font-size:0;text-align:center;
	text-align:center;
	display:block;
	_width:70px;
	min-width:70px;
	text-decoration:none;
	margin:3px;
	}

div.btns a.btn:hover span {
	background: #c8e2ef url(images/optifast/border-2.gif) right bottom no-repeat;
	}

div.btns a.btn span {
	padding:3px 12px 4px;
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(images/optifast/border.gif) right bottom no-repeat;
	font: 700 12px Arial, Helvetica, sans-serif;
	color: #489bca;
	}

xmp {
	margin:0;
	font-size:1.2em;
	}


/* ------------------------------------------------------------------
	page CTA
------------------------------------------------------------------ */


div.cta {

	white-space:nowrap;
	margin-top: 7px;
	margin-bottom: 25px;
	}

div.cta:after {
	display:block;
	clear:both;
	content:'';
	}

div.cta a.btn {
	float:left;
	background:#e1f4fd url(images/optifast/border.gif) no-repeat;cursor:pointer;font-size:0;text-align:center;
	text-align:center;
	display:block;
	_width:70px;
	min-width:70px;
	text-decoration:none;
	margin:3px;
	}

div.cta a.btn:hover span {
	background: #c8e2ef url(images/optifast/border-2.gif) right bottom no-repeat;
	}

div.cta a.btn span {
	padding:3px 12px 4px;
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(images/optifast/border.gif) right bottom no-repeat;
	font: 700 12px Arial, Helvetica, sans-serif;
	color: #489bca;
	}

	
/* ------------------------------------------------------------------
	graphs
------------------------------------------------------------------ */

	
#graph_projInvest {
	background: url(images/optifast/graph_costObesity.jpg) top left no-repeat;
	width: 530px;
	height: 260px;
	min-height: 260px;
	}
	
.graphTitle {
	font-size: 15px;
	line-height: 1.4em;
	margin-right: 225px;
	color: #1c8bcb;
	margin-bottom: .3em;
	}
	
#graph_projInvest p a {
	margin: .2em auto;
	}

	
/* ------------------------------------------------------------------
	lists
------------------------------------------------------------------ */


#mainCol ul {
	margin: 0 auto 1.5em;
	padding: 0;
	list-style: none;
	}
	
#mainCol ul li {
	padding: 2px 0 2px 15px;
	background: transparent url(images/optifast/icon_listarrow.gif) top left no-repeat;
	}
	
#mainCol ul li.hdrLightBlue {
	color: #6192CD;
	font-size: 140%;
	font-weight: 100;
	padding: 0;
	margin-bottom: 0.1em;
	background: none;
	}
	
#mainCol ul li.hdrDkGray {
	font-size: 110%;
	font-weight: 700;
	padding: 2px 18px;
	}
	
#mainCol ul span {
	font-weight: 700;
	}
	
#mainCol ul ul {
	margin: 0;
	padding: 0;
	}
	
#mainCol ul ul li {
	background: none;
	}
	
	
/* page number links */

ul#pagenoLinks {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	}
	
ul#pagenoLinks li {
	display: inline;
	list-style: none;
	background: none;
	color: #73abd0;
	padding: 0 5px;
	}
	
ul#pagenoLinks li a {
	color: #73abd0;
	text-decoration: none;
	}
	
ul#pagenoLinks li a:hover {
	color: #73abd0;
	text-decoration: underline;
	}
	
ul#pagenoLinks li a.active {
	color: #646363;
	text-decoration: underline;
	}

	
/* find location links */

ul#clinicLoc {
	margin: 0 0 10px 0;
	padding: 0;
	}

ul#clinicLoc li {
	background: none;
	padding: 0;
	margin: 0;
	display: inline;
	}

ul#clinicLoc li a {
	padding-left: 10px;
	font-weight: 700;
	text-decoration: underline;
	color: #898989;
	}
	
ul#clinicLoc li a.active {
	background: url(images/optifast/icon_grayArrow.gif) top left no-repeat;
	padding-left: 10px;
	font-weight: 700;
	text-decoration: none;
	color: #646363;
	}
	
/* lifestyle links */
	
	
ul#lifestyleLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#lifestyleLinks li {
	margin: 0 0 8px;
	padding: 0;
	background: none;
	}
	
ul#lifestyeLinks li a {
	padding: 0;
	list-style: none;
	}
	
ul#lifestyleLinks a.linkOpen {
	font-size: 13px;
	font-weight: 700;
	color: #0e83c8;
	background: url(images/optifast/icon_arrowOpen.gif) top left no-repeat;
	padding-left: 10px;
	text-decoration: none;
	}
	
ul#lifestyleLinks a.linkClose {
	font-size: 13px;
	font-weight: 700;
	color: #0e83c8;
	background: url(images/optifast/icon_arrowClose.gif) top left no-repeat;
	padding-left: 10px;
	text-decoration: none;
	}
	
div#info1, div#info2, div#info3, div#info4, div#info5, div#info6 {
	margin: 5px 20px 25px 30px;
	}
	
	
	
/* ------------------------------------------------------------------
	homepage
------------------------------------------------------------------ */
	
	
#mainCol.home {
	background: #fff url(images/optifast/home_smilingwoman.jpg) top right no-repeat;
	}
	
/* homepage banner */

#mainCol.home #banner {
	width: 530px;
	background: transparent url(images/optifast/home_bnr_community.jpg) top center no-repeat;
	padding: 18px 0;
	clear: both;
	list-style: none;
	margin: 0;
	}
	
#mainCol.home ul#homeBanner {
	background: transparent url(images/optifast/home_bnr_community.jpg) top center no-repeat;
	padding: 15px;
	margin: 0 25px;
	padding: 0;
	list-style: none;
	background: none;
	clear: both;
	}
	
#mainCol.home ul#homeBanner li {
	padding: 1px 0;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.3em;
	background: none;
	list-style: none;
	}
	
#mainCol.home ul#homeBanner li.hdr {
	font-family: lucida grande, arial, helvetica, sans-serif;
	padding: 1px 0;
	margin: 0 0 5px;
	font-weight: 700;
	line-height: 1.2em;
	font-size: 14px;
	color: #fff;
	}
	
#mainCol.home ul#homeBanner li a {
	color: #61a208;
	text-decoration: none;
	
	}
	
#mainCol.home ul#homeBanner li a:hover {
	text-decoration: underline;
	}

.intro {
	margin-right: 180px;
	}

	
	
	
/* ------------------------------------------------------------------
	clinician information testimonials,
	community & resources blog
------------------------------------------------------------------ */


ul#entry, ul#quote {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	}
	
ul#entry li, ul#quote li {
	background:  transparent url(images/optifast/bkg_quote.png) top left repeat-y;
	padding: 15px;
	list-style: none;
	margin-bottom: 1px;
	clear: left;
	line-height: 1.5em;
	}

ul#entry li.odd, ul#quote li.odd {
	background: transparent url(images/optifast/bkg_quoteAlt.png) top left repeat-y;
	}
	
ul#entry li a, ul#quote li a {
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	line-height: 2em;
	padding-right: 10px;
	color: #73abd0;
	background: transparent url(images/optifast/icon_blueArrow.gif) top right no-repeat;
	}
	
ul#entry li a:hover, ul#quote li a:hover {
	text-decoration: underline;
	}
	
ul#entry li img {
	float: left;
	margin-right: 15px;
	}
	
ul#quote li a.none {
	background:none;
	}
	
/* blog profile details */

#profile {
	background: #eef7fc url(images/optifast/profile_btmcrnr.gif) bottom center no-repeat;
	margin: 25px 0;
	}
.member {
	background: transparent url(images/optifast/profile_topcrnr.gif) top center no-repeat;
	padding: 15px;
	color: #2a92cf;
	}
p.profileName {
	clear:both;
	font-size: 13px;
	font-weight: 700;
	margin: 20px auto .1em;
	}
.member img {
	float: left;
	margin: 5px 15px 0 0;
	}
	
#blogprofile {
	background: #eef7fc url(images/optifast/blogprofile_btmcrnr.gif) bottom center no-repeat;
	float: right;
	width: 225px;
	margin-right: -20px;
	margin-left: 10px;
	}

.memberinfo {
	background: transparent url(images/optifast/blogprofile_topcrnr.gif) top center no-repeat;
	padding: 20px;
	color: #0e83c8;
	}
	
.memberinfo p, .memberinfo p.membername span {
	margin: .2em auto;
	line-height: 1.5em;
	font-size: 11px;
	}

p.membername {
	font-size: 14px;
	font-weight: 700;
	}

	
#blogprofile ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}
	
#blogprofile ul li {
	padding: 1px 0;
	background: none;
	}
	
.blogtitle {
	color: #86c1e3;
	font-size: 140%;
	font-weight: 100;
	margin-bottom: .3em;
	}

.blogtitle span {
	font-size: 10px;
	color: #646363;
	font-style: italic;
	padding-left: 10px;
	}
	
#blogprofile ul li a {
	color: #0e83c8;
	text-decoration: none;
	}
	
#blogprofile ul li a:hover {
	color: #0e83c8;
	text-decoration: underline;
	}
	
.comment {
	color: #0e83c8;
	margin: .1em auto 1.5em;
	}
	
.comment span {
	color: #a2a2a2;
	font-style: italic;
	}
	
	
/* ------------------------------------------------------------------
	BMI Survey and results
------------------------------------------------------------------ */

.survey {
	padding-bottom: 0px;
	}
	
#surveyResults, #recipeInfo {
	background: #abd5f2 url(images/optifast/dkbluebox_btmcrnr.gif) bottom center no-repeat;
	float: right;
	width: 225px;
	margin-left: 15px;
	}

.sOutput, .nOutput {
	background: transparent url(images/optifast/dkbluebox_topcrnr.gif) top center no-repeat;
	padding: 10px 20px;
	color: #0e83c8;
	line-height: 1.5em;
	font-size: 10px
	}
	
.sNumber {
	font-size: 28px;
	font-weight: 700;
	margin: .2em auto .7em;
	line-height: .5em;
	color: #fff;
	}
	
.sNumber span {
	font-size: 11px;
	margin-right: 10px;
	line-height: .1em;
	color: #0e83c8;
	}
	
.sOutput p {
	margin: .8em auto;
	line-height: 1.5em;
	font-size: 10px;
	clear: both;
	}
	
input.number {
border:0;
background-color:transparent;
color:white;
font-size: 28px;
font-weight: 700;
padding: 0pt;
margin-left:10pt;
font-family:"verdana",arial,helvetica,sans-serif;

}

textarea.result{
width:185px;
height:260px;
border:0;
background-color:transparent;
color:#0E83C8;
font-size:10px;
line-height:1.5em;
margin:0.8em auto;
padding:0pt;
font-family:"verdana",arial,helvetica,sans-serif;
font-weight:100;
}

#rsurveyResults {
	background: #abd5f2 url(images/optifast/dkbluebox_btmcrnr.gif) bottom center no-repeat;
	width: 225px;
	float:right;
	margin-left: 15px;
	}
.srvquest {
margin-bottom:10px;
vertical-align: middle;
}

textarea.readresult{
width:185px;
height:260px;
border:0;
background-color:transparent;
color:#0E83C8;
font-size:10px;
line-height:1.5em;
margin:0.8em auto;
padding:0pt;
font-family:"verdana",arial,helvetica,sans-serif;
font-weight:100;
}
/* ------------------------------------------------------------------
	recipe ingredients and nutrition
------------------------------------------------------------------ */

ul#ingredients {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul#ingredients li {
	background: none;
	margin: 0;
	padding: 0;
	}
	
#recipeInfo ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}
	
#recipeInfo ul li {
	padding: 1px 0;
	background: none;
	}
	

	


/* ------------------------------------------------------------------
	provider form
------------------------------------------------------------------ */

ul#providerForm {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	}
	
ul#providerForm li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 3px 0;
	}

#imgBecome {
background:#fff url(images/optifast/become_an_optifast_provider.jpg) no-repeat scroll right bottom;
height:182px;
float:right;
width:590px;

}



/* ------------------------------------------------------------------
	products
------------------------------------------------------------------ */


ul#optifast, ul#optisource {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	}
	
ul#optifast li, ul#optisource li {
	padding: 15px 15px 15px 0;
	list-style: none;
	margin-bottom: 1px;
	clear: both;
	background: none;
	line-height: 1.4em;
	}
	
ul#optifast li img, ul#optisource li img {
	float: left;
	}
	
ul#optifast li span, ul#optisource li span {
	padding-top: 10px;
	font-weight: 100;
	float: right;
	width: 400px;
	}
	
/* product nutrition callout */

#productInfo {
	background: #abd5f2 url(images/optifast/prod_nutrition_btmcrnr.gif) bottom center no-repeat;
	float: right;
	width: 250px;
	}
	
.prodNutrition {
	background: transparent url(images/optifast/prod_nutrition_topcrnr.gif) top center no-repeat;
	padding: 5px 15px;
	color: #0e83c8;
	line-height: 1.5em;
	font-size: 10px
	}
	
#productInfo ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}
	
#productInfo ul li {
	padding: 2px 10px 2px 0;
	background: none;
	border-bottom: 1px solid #c6e5fa;
	text-align: left;
	clear: right;
	}
	
#productInfo ul li.hdr {
	padding: 2px 0 5px;
	background: none;
	font-size: 12px;
	font-weight: 700;
	border-bottom: none;
	text-align: left;
	}
	
#productInfo ul li.last {
	border-bottom: none;
	}
	
#productInfo ul li span {
	text-align: left;
	float: left;
	width: 120px;
	}
	
	
	
/* ------------------------------------------------------------------
	success stories
------------------------------------------------------------------ */

#colLeft{
	float:left;
	width:50%;
	text-align:left;
	}
	
#colLeft li{
	
	display:block;
	margin: 0 0 0 10px;
	list-style-type:none;
	width:80px;
	}
	
#colRight{
	float:right;
	width:50%;
	text-align:left
	}

	
#colRight li {
		display:block;
	margin: 0 0 0 10px;
	list-style-type:none;
	width:80px;
	}

	
.colClear{
	clear:both;
	}

#storySlide {
	background: #eef7fc url(images/optifast/storySlide_topcrnr.gif) top center no-repeat;
	padding-top: 8px;
	}
	
.storySlide_info {
	margin: 0 8px;
	}
	
.storySlide_info p {
	margin: .5em .2em .7em;
	line-height: 1.3em;
	}
	
.storySlide_info span {
	float: right;
	width: 260px;
	padding: 5px 20px 0 0;
	}
	
.storySlide_pages {
	background: #c7e2f5;
	padding: 5px 0px 5px 0;
	text-align: right;
	color: #0e83c8;
	clear: both;
	}
	
.storySlide_pages a {
	color: #0e83c8;
	text-decoration: none;
	}

.storySlide_pages a:hover {
	color: #0e83c8;
	text-decoration: underline;
	}

p.storyQuote {
	padding: 0;
	font-size: 16px;
	font-style: italic;
	color: #0e83c8;
	line-height: 1.4em;
	}
	
img.storyImg {
	float: left;
	margin: 0 15px 15px 0;
	}

.storyfloat {
	font-style:italic;
	float:left;

	}

.storyprofile {
	padding: 30px 0 0 0;
	}
	
#submitStory {
	background: #ebf5fb url(images/optifast/bkg_submitStory.gif) top left no-repeat;
	text-align: left;
	padding: 10px 0 0 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#submitWrap {
	width: 300px;
	margin: 0;
	}

/* ------------------------------------------------------------------
	news
------------------------------------------------------------------ */
	
	
	#balancingVideo {
	background: #ebf5fb url(images/optifast/bkg_submitStory.gif) top left no-repeat;
	text-align: left;
	padding: 10px 0 0 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* ------------------------------------------------------------------
	calculator
------------------------------------------------------------------ */
.chkrdns {
	float: left;
	margin-top: 2px;
}

#calculator {
	background: #eef7fc url(images/optifast/calc_btmcrnr.gif) bottom center no-repeat;
	}
	
.calc_title {
	background: #c7e2f5 url(images/optifast/calc_topcrnr.gif) top center no-repeat;
	padding: 5px 0 5px 15px;
	color: #fff;
	font-weight: 700;
	}

.calc_input {
	padding:  5px 15px;
	}
	
.calc_input p {
	margin: .4em auto;
	}
	
.calc_horzline {
	margin: 10px 0;
	border-top: 1px solid #9ecde9;
	}
	
	
input.impact {
border:0;
background-color:transparent;
color:#0E83C8;
font-size:11pt;
font-weight:bold;
padding: 0pt;
padding-left: 10pt;
margin-bottom:0px;
font-family:"verdana",arial,helvetica,sans-serif;

}
	
	
/* ------------------------------------------------------------------
	community boxes / blue and green setup with calculator assets
------------------------------------------------------------------ */


.bluebox {
	background: #eef7fc url(images/optifast/calc_btmcrnr.gif) bottom center no-repeat;
	margin: 15px 0;
	}

.greenbox {
	background: #f2f9e1 url(images/optifast/calc_btmcrnr.gif) bottom center no-repeat;
	margin: 15px 0;
	}
	
.bbtitle, .gbtitle {
	padding: 5px 0 5px 15px;
	color: #fff;
	font-weight: 700;
	}
	
/* set header bkg */

.bbtitle { background: #c7e2f5 url(images/optifast/calc_topcrnr.gif) top center no-repeat; }
.gbtitle { background: #bfdf7f url(images/optifast/calc_topcrnr.gif) top center no-repeat; }

/* box content */

.boxinput {
	padding: 5px 15px;
	}
	
.boxinput img {
	float: left;
	margin: 5px 15px 25px 0;
	}
	
.boxinput p {
	line-height: 1.4em;
	margin: .2em auto .4em;
	}
	
/* box links */

.greenbox a, .bluebox a, a.textlink {
	padding-right: 10px;
	font-weight: 700;
	text-decoration: none;
	}
	
.greenbox a {
	color: #91c352;
	background: transparent url(images/optifast/icon_greenArrow.gif) top right no-repeat;
	}
	
.greenbox a:hover {
	color: #91c352;
	text-decoration: underline;
	}
	
.bluebox a, a.textlink {
	color: #73abd0;
	background: transparent url(images/optifast/icon_blueArrow.gif) top right no-repeat;
	}
	
.bluebox a:hover {
	color: #73abd0;
	text-decoration: underline;
	}
	
a.textlink {
	color: #73abd0;
	}
	
a.textlink:hover {
	color: #73abd0;
	text-decoration: underline;
	}
	
	
	

/* ------------------------------------------------------------------
	global page links (optifast provider/find a clinic)
------------------------------------------------------------------ */

#pagelinks {
	background: transparent url(images/optifast/button_optproviderclinicBkg.gif) top center no-repeat;
	clear: both;
	margin-top: 55px;
	}
	
	
	
/* ----------------------------------------------------------------------------
	Forms
-----------------------------------------------------------------------------*/


.textfield {
	font-size: 11px;
	padding:2px;
	color: #666;
	}

table#contact {
	margin: 0;
	}	

td {
	text-align: left;
	padding: 1px 0;
	}
	
td.category {
	width: 200px;
	font-weight: 700;
	font-size: 11px;
	}

td span {
	color: #f431a8;
	}

/* ------------------------------------------------------------------
	site map
------------------------------------------------------------------ */

#imgSitemap {
background:#fff url(images/optifast/site_map.jpg) no-repeat scroll right bottom;
height:182px;
float:right;
width:590px;

}

.sitemap{
margin-left:30px;
}

/* ------------------------------------------------------------------
	privacy
------------------------------------------------------------------ */

div.pp {
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

ol.privacy_list, ul.privacy_list{
	margin-left:30px;
}

h5.privacy_h5{
	color:#92B2D4;
	font-size:11px;
	margin:32px 0px 0px;
	padding:0px;
}


/* ------------------------------------------------------------------
	Confirm Box
------------------------------------------------------------------ */

#confirmBox {
	display:none;
	visibility: hidden;	
	
	color:#646363;
	border: solid 1px #5EACDC;
	
	background: #FFFFFF;
	width: 500px;
	height: 160px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -250px;
	padding:5px;
	z-index:10;
}

#confirmBox img{
	border:0px;
}


/* ------------------------------------------------------------------
	home page buttons
------------------------------------------------------------------ */


div.homebtns {
	
	white-space:nowrap;
	margin-top: 20px;
	}

div.homebtns:after {
	display:block;
	clear:right;
	content:'';
	}

div.homebtns a.homebtn {
	float:right;
	background:#e1f4fd url(images/optifast/border.gif) no-repeat;cursor:pointer;font-size:0;text-align:center;
	text-align:center;
	display:block;
	min-width:70px;
	text-decoration:none;
	margin:3px;
	}

div.homebtns a.homebtn:hover span {
	background: #c8e2ef url(images/optifast/border-2.gif) right bottom no-repeat;
	}

div.homebtns a.homebtn span {
	padding:3px 12px 4px;
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(images/optifast/border.gif) right bottom no-repeat;
	font: 700 12px Arial, Helvetica, sans-serif;
	color: #489bca;
	}