body, p, form, ul, li, input, h1, h2, h3, h4, h5, h6, dl, dt, dd { margin: 0; padding: 0; }

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:16px;
	font-size: 12px;
	text-align: center;
	background-image:url(../images/bkg-tile.gif);
	}

div#container {
	width:800px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	background-image:url(../images/bkg-container.gif);
	background-repeat:repeat-y;
  }



	
/*  HEADER BEGINS HERE  */	
div#header {
	width:800px;
	height:146px;
	background-color:white;
	}	

div#header img{
	margin:0;
	padding:0;
	}		



	
/*  MAIN NAV BEGINS HERE  */
div#mainnav {
	width:800px;
	height:26px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	background-color:#1e5bac;
	background-image:url(../clients/zyl/images/nav-image.gif);
	background-repeat:no-repeat;
  }

#mainnav ul {
	margin:0;
	padding:7px 0 0 250px; 
  }

#mainnav li{
	display:inline;
	list-style-type:none;
	}
	
div#mainnav a {
	text-decoration:none;
	padding:0 5px;
	color:white;
	}

div#mainnav a:hover {
	color:#002B55;
	}		

body#home a#navhome,  
body#about a#navabout,
body#products a#navproducts,
body#news a#navnews,
body#contact a#navcontact {
  color:#002B55;
  }  
	


	
/*LEFT COLUMN CONTENT BEGINS HERE*/
div#leftcol {
	width:214px;
	float:left;
	padding:0; 
  margin:0;
	list-style-type:none;
	}

#leftcol ul li {
	padding:0; 
  margin:0; 
	display:inline;
  }
	
#leftcol a {
  display:block;
  }		
		
.diabetes a {
	width:214px;
	height:51px;
	background:url(../images/leftcol-nav_Diabetes.gif) 0 0 no-repeat;
  }
 
.heartdisease a {
	width:214px;
	height:49px;
	background:url(../images/leftcol-nav_HeartDisease.gif) 0 0 no-repeat;
  }

.osteoarthritis a {
	width:214px;
	height:35px;
	background:url(../images/leftcol-nav_Osteoarthritis.gif) 0 0 no-repeat;
  }
	
.osteoporosis a {
	width:214px;
	height:33px;
	background:url(../images/leftcol-nav_Osteoporosis.gif) 0 0 no-repeat;
  }	 
 
 



/*MAIN CONTENT BEGINS HERE*/			
div#content {
	width:385px;
	float:left;
	border-right-width:15px;
	border-right-color:#90baab;
	border-right-style:solid;
	padding-bottom:15px;
	}

* html div#content {
     \width: 400px; /* for IE5 and IE6 in quirks mode */
     w\idth: 385px; /* for IE6 in standards mode */
	}
	
#content p, img {
	padding:5px 20px;	
  }		

#content h1 {
	font-size:22px;
	line-height:22px;
	font-style:italic;
	color:#1e5bac;
	margin:0;
	padding:20px;
  }
	
#content a {
	color:#368169;
	text-decoration:none;
  }				
		
#content a:hover {
	background-color:white;
	text-decoration:underline;
	}		
	
	
	
	
/*RIGHT COLUMN CONTENT BEGINS HERE*/				
div#rightcol {
	width:186px;
	font-size:12px;
	float:right;
	padding-top:20px;
	}
		
#rightcol p {
	padding:5px 20px;	
  }		

#rightcol ul li {
	padding:2px 20px;
	list-style:none;
  }			
	

#rightcol a {
	display:block;
	color:white;
	text-decoration:none;
	background-color:#478755;
	border:1px solid white;
	padding:4px;
  }				
		
#rightcol a:hover {
	background-color:#1e5bac;
	}



/*RIGHT COLUMN HOME CONTENT BEGINS HERE*/					
div#rightcolhome {
	width:186px;
	font-size:12px;
	float:right;
	padding-top:20px;
	}
		
#rightcolhome p {
	padding:5px 20px;	
  }		
	

#rightcolhome a {
	color:#368169;
	text-decoration:none;
	display:inline;
	background-color:none;
	border: none;
	padding:0;
  }				
		
#rightcolhome a:hover {
	background-color:white;
	text-decoration:underline;
	}




/*FOOTER BEGINS HERE*/
div#footer {
	font-size:10px;
	text-align:right;
	color:#666666;
	margin-top:1px;
	padding:2px;
	background-color:#F4F4F4;
	clear:both;
	position:relative;
  }	




/*CLASSES BEGINS HERE*/	
.boldnews {
	font-size:13px;
	color:#368169;
	font-weight:bold;
	}	
	
img.mngmntpic {
	float:left;
	margin:8px 8px 8px 0;
	display:inline;
	}