/* clear away the body margins and scrollbars from the body to get a clean canvas*/
body {
	margin:0px;
	overflow:hidden;

}

.homeButtons
{
	float:left;
	height:50px;
	width:73px;
	margin-left:expression("-5px");
}

.publicButtons
{
	float:left;
	height:50px;
	width:687px;
	overflow:hidden;
	margin-left:expression("-3px");
}

.canvasDiv{ /* make an absolute div canvas for the page same size as browser window that scrolls */
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:expression(document.body.clientWidth);
	margin:0px;
	padding:0px;
	height:expression(document.body.clientHeight);
	overflow:scroll;
	text-align:center; /* center the canvas table within this div */
	background-color:#ffffff;
	background-image:url(diagonal.gif);

}

/* mac ie has problems with some css so we need a way to hide instructions from it.

	One of the bugs can be used to do this, such that by using a \ in a comment it ignores all settings

   until the next comment is reached    */

.canvasDiv{
	overflow:auto;
}

/* so mac ie is still on overflow:scroll; as it couldn't read the class between the comments */





/* table is the size of the static width site */

.canvasTable{
	width:761px;
	height:100%;
	margin-left:auto; /* setting both margins to auto centers the table for gecko */
	margin-right:auto;
	font-size:0px;
	margin-bottom:0px;
	padding:0px;
	background-color:#ffffff;
/*     background-color:pink; */
}




font{
	color:inherit;
	font-size:inherit;
	font-family:inherit;
}




p {
	margin-top:0px;
	line-height:18px;
	font-size:12px;
}



li{
	text-align:left;
}



.block{
	display:block;
}



.nowrap{
	white-space: nowrap;
}



.clearFloat{
	clear:both;
}



.floatLeft{
	float:left;
}



.floatRight{
	float:right;
}



.vertSpaceSmall{
	padding-top: 6px;
	padding-bottom: 6px;
}



.padAbove{
	padding-top: 10px;
}



.padLeft{
	padding-left:15px;
}



.padLeftMedium{
	padding-left:7px;
}



.padLeftTiny{
	padding-left:3px;
}



.padRight{
	padding-right:15px;
}



.padRightTiny{
	padding-right:3px;
}



.gapLeft{
	margin-left:15px;
}



.gapRight{
	margin-right:15px;
}



.gapAfter{
	margin-bottom: 15px;
}



.alignCentre{
	text-align: center;
}



.alignRight{
	text-align: right;
}



.bold{
	font-weight:bold;
}



#toprow_cont{
	background-image:url(top-hdr-bg.gif);
	background-repeat:no-repeat;

	/* background-color:#E5E5E5; */
/* 	background-color:#3C6577; */
}

#toprow{
	height:59px;

/* 	background-color:#3C6577; */
}


#topmenu{
  background-color:#ffffff;
	/* width:762px;  */
}

#topmenu img{
	margin:0px;
	padding:0px;
}

#topmenu a{
	margin:0px;
	padding:0px;
/*     background-color:pink; */
	float:left;
}

#topmenu2{
  background-color:#ffffff;
	/* width:762px;  */
}

#topmenu2 img{
	margin:0px;
	padding:0px;
}

#topmenu2 a{
	margin:0px;
	padding:0px;
/*     background-color:pink; */
	float:left;
}

#topmenu_inactive{
  background-color:#ff0000;
	/* width:762px;  */
}

#topmenu_inactive img{
	margin:0px;
	padding:0px;
}

#topmenu_inactive a{
	margin:0px;
	padding:0px;
/*     background-color:pink; */
	float:left;
}

#topBar_cont{
	text-align:right;
}

#topBar_visitor, #topBar_lincare{
	height:50px;
/* background-color:pink; */
	text-align:right;
/*     width:360px; */
	float:right;
	margin-right:3px;
}

#topBar_member{
	height:40px;
/* 	background-color:pink; */
	width:100%;
	/* text-align:left; */
	text-align:right;
	float:left;
}

.topBar_member_link{
	color:#666666;
	font-size:10px;
	margin-left:8px;
	margin-right:8px;
	line-height:40px;
}

#logout a{
	color:#666666;
	font-size:10px;
	margin-left:8px;
	margin-right:8px;
	line-height:40px;
	float:left;
	padding-top:expression("1px");
}

.topBar_member_welcome{
	float:left;
/*     background-color:pink; */

}

#welcomeText{
	display:block;
	color:#8CB811;
	font-weight:bold;
	font-size:16px;
	width:300px;
	padding-left:20px;
}

.welcomeHeader{
	font-size:20px;
	color:#8CB811;
/*     background-color:yellow; */
	/* padding-right:162px !important;
	padding-right:186px; */
/*      display:block; */
/*     width:120px;  */
}

.right{
	float:right;
}

.mailFriend{
	padding-top:25px;
	display:block;
	width:170px;
	font-size:11px;
	color:#666666;
	float:left;
}

.mailFriend:hover{
	color:#8CB811;
}

.mailFriend img{

	vertical-align:middle;
}


.logo_img{
 /*    padding-top:15px; */
	margin-left:16px;
}
.logo{
	padding-top:15px;
	display:block;
}

.right_logo{
	float:right;
	padding:6px 20px;
/* 	padding-top:12px; */

}

/* .logo_img_right{
	float:right;
} */



#bottomrow{


}



#lhs_cont{

	margin-top:5px;
	background-color:#ffffff;
}



#lhs{
	width:170px; /* dimensions of lhs */

}



#ctr_cont{
	width:100%; /* center area feels the flex */
	height:100%;
	/* background-color:#E5E5E5; */
	/* padding-bottom:10px; */ /* prevents scrollbars cutting off bottom of content */
/*     background-color:green; */
}



#ctr{
	text-align:left;
	clear:both;
	/* margin-top:10px; */
	padding-left:20px;
	padding-right:20px;
	padding-top:14px;
	/* background-color:#ffffff; */
}

.ctr_right{
	width:361px !important;
	width:391px;
	float:right;
	padding:0px;
	padding-left:30px;
	border-left:solid 2px #8CB811;
}

.ctr_left{
	width:285px;
}

/* #ctr img{
	margin-top:24px;
	margin-bottom:24px;
} */

.welcomeImage{
	padding-left:30px;
}

#rhs_cont{
/*       background-color:pink; */
	border-left:solid 1px #d7d4d4;
/*     margin-left:80px; */
	padding-left:10px;
/*     background-color:pink; */

}



#rhs{
 /* dimensions of rhs */
  width:140px;
  margin-top:34px;

}





div,td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	 color:#666666;
}


h1{
	color:#8CB811;
	font-weight:bold;
	font-style: italic;
	font-size:18px;
		margin-top:0px;
/*     letter-spacing:-1px; */
}

h2{
	color:#8CB811;
	font-weight:bold;
	font-style: italic;
	font-size:18px;

/*     letter-spacing:-1px; */
}

h3{
	color:#000000;
	font-size:15px;
	margin-top:0px;
	margin-bottom:10px;
}

.row{
	clear:both;
}

.col{
	float:left;
	margin-right:10px;
	margin-top:10px;
	padding-right:10px;
	border-right:solid 1px #999999;
	color:#999999;
	font-size:12px;
	height:91px;
	line-height:10px;
}
.col-last{
	float:left;
	color:#999999;
	margin-top:10px;
		line-height:10px;
		width:110px;
}

.copy1{
	font-size:12px;
	color:#000000;
	font-weight:normal;
	letter-spacing:0px;
}

.copy3{
	font-size:12px;
	color:#000000;
	font-weight:normal;
	letter-spacing:0px;
	clear:both;
	padding-top:20px !important;
	padding-top:0px;
}

.copy4{
	 font-size:12px;
	color:#8CB811;
	font-weight:bold;
	letter-spacing:0px;
	margin-bottom:20px;
}


.lower_ctr_cont{
	padding-top:60px !important;
	padding-top:30px;
	clear:both;
/*     background-color:pink; */
	margin-left:20px;
	margin-right:20px;
}

.lower_ctr{
	background-color:#8CB811;
	padding-top:10px;
	padding-left:10px;
		height:90px;
		margin:0px;
}

.lower_ctr h1{
	color:#ffffff;
}





.top_footer{
	background-color:#EBEBEB;
	margin-top:3px;
	padding-left:5px;
	color:#666666;
	text-align:center;
}

.top_footer a{
	text-decoration:none;
	color:#666666;
	line-height:26px;
	margin-left:5px;
	margin-right:5px;
	font-size:9px;
}

.bottom_footer{
	height:64px;
	background-color:#EBEBEB;
	margin-top:3px;
/*     margin-bottom:-10px; */
/* position:relative;
top:20px; */
}


.footer_logos{
	float:right;
	margin-top:14px;
	margin-right:20px;
}

/* .pipeLeft{
	border-left:solid 1px #999999;
	padding-left:8px;

	height:30px;

} */

.footer_text{
	font-size:9px;
	color:#999999;
	width:396px;
	padding:16px;
	text-align:justify;
}

.footer_text_link{
	color:#999999;
}

img{
	border:none;
}


/* the form */

.form_cont{
	clear:both;

/*     height:46px; */
}

.form{
	background-color:#ABCB51;
	height:36px !important;
	height:46px;
   /*  margin-top:-12px !important; */
	margin:0px;
	padding-top:10px;
}

.formIntro{
	float:right;
	width:412px;
	margin-right:20px;
	font-weight:bold;
	color:#ffffff;

}


.formIntroTitle{
	margin-bottom:10px;
}


.formItem{
	float:left;
}



.feildLabel{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	margin:6px;
	margin-left:10px;
}

.feildInput{
	width:137px;
	height:26px;
}


.submit{
	width:70px;
	height:26px;
	margin:10px;
	margin-top:0px;
	background-color:#666666;
	color:#ffffff;
}

.copy2{
	font-size:9px;
	color:#000000;
/*     padding-top:30px; */
	font-weight:normal;
}


#pageHeader_cont{
	display:block;
	 padding-left:20px;
	 padding-bottom:20px;
	 color:#8CB811;
	 font-size:20px;
	 font-weight:bold;
}

#pageHeader_cont_home{
	display:block;

	 padding-bottom:20px;
	 color:#8CB811;
	 font-size:20px;
	 font-weight:bold;
}

#welcomeText{
/*     padding-left:20px; */
	padding-bottom:8px;
}
.pageSubHeader_cont{
	display:block;
	 padding-left:20px;
	  font-size:16px;
	 font-weight:bold;
	 color:#8CB811;
}



/* breadcrumbs */

#breadcrumbs{
	position:relative;
	top:-7px;
	top:expression("-5px");

}

.parent{
	font-size:13px;
	font-weight:bold;
	color:#8CB811;
	text-transform:uppercase;
	padding-left:14px;

}
.self{
	color:#C3C0C0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

/* favorites */

.favorites_contInner{
	background-color:#EBEBEB;
	height:315px;
	border-top:solid 1px #D7D4D4;
	border-right:solid 1px #D7D4D4;
	border-bottom:solid 1px #D7D4D4;
	margin-top:30px;
}

.favLink_cont{
	width:170px;
/*     background-color:pink; */
	height:24px;
}

.favLink_intro{
	margin:20px;
	font-size:11px;
	line-height:16px;
	width:124px;
}
.favTitle{
	 border-bottom:solid 1px #D7D4D4;
	 font-weight:bold;
	 padding:4px;
	 padding-left:20px;
	 color:#666666;
	 /* margin-bottom:5px; */
	 text-transform:uppercase;
	 font-family:tahoma,sans-serif;
	 font-size:11px;
	 letter-spacing:1px;
 }

.favLink{
	float:right;
	width:130px;
/*     width:expression("90px"); */
	color:#666666;
	font-size:10px;
	line-height:10px;
	line-height:expression("14px");
}

.favAdd{
/* 	float:right; */
	width:130px;
	margin-left:10px;

}

.RemoveBtn{
	vertical-align:middle;
/*     margin-top:4px; */
	margin-left:20px;
}

.topBar_member_welcome{
	margin-top:18px;
	margin-left:94px;
	padding-bottom:20px;
}


/*related pages Applet */

.relatedPagesCont{

}

.relatedAppletHeader{
	font-weight:bold;
}

.RelatedPageslinks{
	color:#8CB811;
	margin-top:4px;
	line-height:20px;
	font-size:12px;
}

.RelatedPageslinks a{
	text-decoration:none;
	color:#8CB811;
}

hr{
	height:1px;
}

.siteLink{
	color:#8CB811;
}

.siteLink:hover{
	color:#666666;
}

.defaultpaging{
	font-weight:bold;
}

.pagelink{
	color:#8CB811;
	padding-right:4px;
	padding-left:4px;
	font-weight:bold;
}

.pagelink:hover{
	color:#666666;
}

.printlogo{
	display:none;
}

.sectionContent a{
	color:#666666;
}
.sectionContent a:hover{
	color:#8CB811;
}

.pageSection_1 .sectionContent{
	color:#C3C0C0;
	font-size:14px;
	font-weight:bold;
	border-bottom:none;
/*     letter-spacing:1px; */
	line-height:21px;
}

.pageSection_1 .sectionContent p{
	color:#C3C0C0;
	font-size:14px;
	font-weight:bold;
	border-bottom:none;
/*     letter-spacing:1px; */
	line-height:21px;
}

.PageSection_1 a{
	color:#666666;
}

.PageSection_6 a{
text-decoration:none;
}

/* object{
	padding-top:6px;
}
	 */

.score_popUp{
/* 	position:absolute;
	top:290px; */
	margin-left:0px;
	width:530px;
	width:expression("550px");
	height:100px;
	background-color:#DCEAB7;
	padding:10px;
	margin-top:10px;
}

.goBtn{
font-weight:bold;
position:relative;
top:-20px;
left:200px;
font-size:14px;
}
.goBtn a{
	color:#8CB811;
}




#ix_cmn_10_ctl00_lincare{
	display:none;
}