a:link {

	text-decoration: none;
	color: #0066CC;
	}
a:visited {

	text-decoration: none;
	color: #0066CC;
	}
a:hover, a:active {
	text-decoration: underline;
	}


/* specific divs */

#rFooter{
  color: #999999;
  font-family:Arial;
  font-size:11px
  margin: 5px 0px 10px 0px;
}

#container{
  width: 963px;
  font-family: Arial;
  font-size: 12px;
  border: 1px solid #CCCCCC;
  padding: 0px; /* If we put padding 20px all around, it looks wrong - padding and absolute width don't go together in some browsers. Instead, add margins to the containers INSIDE this container. */
  margin-bottom: 20px;
  background-color: #FFFFFF;
  color:#333333;
  float: left;
}

#header{
	width: 900px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#logo{
  background-image:url('GFX/logo.gif');
  background-repeat:no-repeat;
  width: 132px;
  height:28px;
  margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#navigation {
	float: left;
	color: #999999;
	border-bottom-style: dashed;
	border-bottom-color: #FF0033;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 2px;
}

#navitems {
  float: left; /* added to allow "go to BP global" to align baselines to regular links */
}
#navitemFirst{
	background-position: left center;
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	padding-right: 10px;
	background-image: url(images/blueArrow.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}
#navitemFirstOn{
	background-position: left center;
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	padding-right: 10px;
	background-image: url('greenArrowDown.gif');
	background-repeat: no-repeat;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
#navitem{
	background-position: left center;
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	padding-right: 8px;
	margin-left: 10px; /* this adds spacing before the separators */
	background-image: url(images/blueArrow.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}

#navitemOn{
	background-position: left center;
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	padding-right: 8px;
	margin-left: 10px; /* this adds spacing before the separators */
	background-image: url('greenArrowDown.gif');
	background-repeat: no-repeat;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

#mainbody{
  margin: 0px 0px 0px 20px;
  width: 943px;
  float: left;
  display: inline;
}


#content{
}

#leftcol{
  float:left;
  width:318px;
}

#rightcol{
  float:right;
  width:317px;
  margin-left:20px;
}


#backToTop {
  background-position: left center;
  margin: 10px 0px 0px 0px;
  font-size: 11px;
   float:right;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url('greenArrowUp.gif');
  background-repeat: no-repeat;
}

#yellowbox{
	text-decoration: none;
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	background-color: #B3ED6B;
	padding: 4px;
	height: auto;
	font-weight: bold;
	border: 1px dotted #CCCCCC;
}#homeTxt {
	float: left;
	width:900px;
	height: auto;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#homeImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_hometrees.jpg);
	background-repeat: no-repeat;
}
#physioImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_process.jpg);
	background-repeat: no-repeat;
}
#homeTxtLeft {
	float: left;
	width:225px;
	height: auto;
	margin: 20px 0px 20px 0px;
	background-image: none;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
}
.subNavItem {
	background-position: left center;
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	padding-right: 8px; /* this adds spacing before the separators */
	background-image: url(images/blueArrow.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#pageTxtLeft {

	float: left;
	width:225px;
	height: auto;
	margin: 20px 0px 20px 0px;
	background-image: none;
}
#pageTxtRight {


	float: right;
	width:655px;
	height: auto;
	margin: 20px 0px 20px 0px;
	background-image: none;
}
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}
.stepHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
.subNavItemOn {

	background-position: left center;
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	padding-right: 8px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #DDEEFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#homeTxtRight {


	float: right;
	width:655px;
	height: auto;
	margin: 20px 0px 20px 0px;
	background-image: none;
}
.emailLink{
	background-position: left bottom;
	font-size: 11px;
	text-align: left;
	padding-left: 14px;
	padding-right: 10px;
	background-image: url(GFX/envelopeIcon.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#rewardsImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_rewards.jpg);
	background-repeat: no-repeat;
}
#requirementsImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_requirements.jpg);
	background-repeat: no-repeat;
}
#faqsImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_faqs.jpg);
	background-repeat: no-repeat;
}
#whoImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_who.jpg);
	background-repeat: no-repeat;
}
#sendCvImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_send.jpg);
	background-repeat: no-repeat;
}
#pharmacistsImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_pharmacists.jpg);
	background-repeat: no-repeat;
}
#otImage {
	float: left;
	width:900px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	background-image: url(GFX/im_ot_process.jpg);
	background-repeat: no-repeat;
}
.twoColSpan {
	float: left;
	width:655px;
	height: auto;
	margin: 0px 0px 20px 0px;
	background-image: none;
}
.leftcolOfThree {
  float:left;
  width:200px;
}
.midcolOfThree {
  float:right;
  width:200px;
  margin-left:20px;
}
.rightcolOfThree {
  float:right;
 
  width:200px;
  margin-left:20px;
}
.threecolHolder {
  float:left;
  width:420px;
}
li {
	
	  margin-bottom:10px;
}
