/* CSS Document */


/*--------------------------------------*/
a:link {
	color: #0000FF; 
	text-decoration: underline; 
}
a:visited {
	color: #9900CC; 
	text-decoration: underline; 
}
a:hover {
	color: #FF0000;
	text-decoration: underline; 
}

/*the main style sheet for Med-life*/

body {
/*	font-family: verdana, arial, sans-serif;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-color:#66CC66;*/
	/*background-color:#FFFFCC;*/

}
#container {
	/*background-color:#FFFFCC;*/
	background-image:url(../images/side-grad1.gif);
	background-repeat:repeat-y;
	background-position:left;
}

div#header {
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

div#logos {
	position: absolute;
	background-color: #FFFFFF;
	right: 0px;
	width: 85px;
	text-align:center;
}

img#medlogo {
	top: 0px;
	position: absolute;
	left: 0px;
	padding: 2px 2px 2px 2px;
	background-color:#FFFFFF;
}

img#comedi {

}

div#main-nav {
	background-color:#FFFFFF;
	height: 34px;
	font-weight: bold;
	font-size: 90%;
	background-image:url(../images/colourstrip1.gif);
	background-repeat:repeat-y;
	
}

div#main-nav ul {
	/*background-image:url(../images/hat.gif);
	background-repeat: no-repeat;*/
	list-style-type: none;
	margin: 0px 0px 0px 200px;
	/*padding: 10px 0px 0px 20px;*/
	padding: 10px 5px 10px 20px;
}

div#main-nav ul li {
	display: inline;
	margin:4px 0px 4px 0px;
	padding:0em;
}

#main-nav a {
	padding: 5px 10px 5px 10px;
}

#main-nav a:link, #main-nav a:visited {
	color: #EEE;
	text-decoration: none;
/*	background-color: #8CAD9A;*/
	background-color:#CC0000;
}

.subheaders{
	background-color:#FFCC99;
	padding: 2px 2px 2px 2px;
}

#main-nav a:hover {
/*	background-color: #669966; */
	background-color:#CC6600;
	text-decoration: none;
}
<!--



#leftside {
	padding: 50px 0px 150px 0px;
	/*clear: both;*/
	float: left;
	width:150px;
	min-height:250px;
}

#leftnavsub {
	background-color: #FFFFCC;
/*	width:150px;*/
}

#leftnavsub ul {
	padding: 0;
	margin: 0; 
	list-style-type: none;
}

#leftnavsub a {
	display: block;
	color: #FFF;
	width: 140px;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#leftnavsub a:hover {
	background-color: #669966; 
}

#leftnavsub li a {
	display: block;
	background-color: #8CAD9A;
	text-decoration: none;
	font-weight: normal;
}

#login {
	/*background-color: #FFFFCC;*/
	background-image:url(../images/side-grad1.gif);
	background-repeat:repeat-y;
	background-position:left;
	
	width:150px;
	padding: 3px 12px 3px 8px;
	/*font-size:small;*/
	font-size: 85%;
}
#login input {
	font-size:x-small;
}

#drillbar {
	background-image:url(../images/drillbar1.gif);
	background-repeat:repeat-y;
	background-color:#FFFF99;
	padding: 0px 0px 2px 0px;
	
	margin-left:170px;
}


/*#content {
	margin: 0px 180px 0px 200px;
	background-color:#CCCCCC;
}*/

#main {
	/*border: 1px solid #999;*/
	margin-left: 180px;
	background-color: #fff;
	padding: 1em;
	height: 1%;
	/*max-width: 36em;*/
	/*background-color: #fff;*/
	
	clear:none;
}

#main {height: 1%;}
#parentElement>#main {height: auto;}

Mac-modified Tan Hack Method
* html #main {height: 1%;} /* for IE/Win */
*>html #main {he\ight: auto;} /* for IE5/Mac */ 

#title {
	font-weight:bold;
	font-size:large;
}
#body{
	margin-left: 15px;
}
#footer
{
	clear: both;
	margin: 0;
	padding: .2em;
	color: #333;
	background-color: #ddd;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	font-size: 80%;
}

#rightnav {
	float: right;
	width: 20%;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	/*background-color:#999999;*/
}

/*#rightnavsub {
	padding: 0px 0px 10px 10px;
	font-weight: bold;
}*/

/*#rightnav ul {
	padding: 0;
	margin: 0; 
	list-style-type: none;
}*/
#rightnav a {
	/*display: block;*/
	/*color: #FFF;*/
	/*width: 90px;*/
	/*padding: 3px 12px 3px 8px;*/
	/*-padding: 0px 0px 0px 0px;*/
	/*text-decoration: none;*/
	/*border-bottom: 1px solid #fff;*/
}

#rightnav a:hover {
	/*background-color: #669966;*/
	/*padding: 0px 0px 0px 0px; */
}

/*#rightnav li a {
	display: block;
	background-color: #8CAD9A;
	text-decoration: none;
	font-weight: normal;
}*/
#skipp {
	display:none;
}

span.small {
	font-size:smaller;
}
div#head {
	float:right;
	clear:none;
}

/* menu items padding, used in the howtos */
.menu_item {
	padding: 0px 0px 0px 0px;
	/*margin: 10px 0px 0px 0px;*/
}
.menu_title {
/*	font-weight:bolder;*/
/*	font-size:large;*/
	font-size:medium;
}

/*list padding (used in the list in howtos healthyday.asp*/
.howto_listpad li{
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	border: 1px solid black;
	list-style:none;
	display:list-item;
	float:left;
	position:relative;
	background-color:#FFCC99;
	width: 200px;
	height: 100px;
	background-image:url(../images/laureen2_50.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	
}
.howto_listpad ul {
	

}
ul.howto_hat {
	list-style-type:none;
}

ul.howto_hat li {
	padding-left: 20px;
	background-image:url(../images/hat.gif);
	background-repeat: no-repeat;
}
/* recipe and ingredents browse tree styles */

div#browsetree{
	height:400px;
	padding: 10px 0px 0px 10px;
	float:left;
	overflow:auto;
	width:190px;
	/*border-style:dashed;
	border-width:1px;*/
}

div.ingred_group{
	padding: 5px 5px 0px 5px;
}

div.ingred_group strong{
	font-size: 120%;
}

img.folding {
	cursor:pointer;
}

strong.folding {
	color:blue;
	cursor:pointer;
}
/**/
b.ingred_hilight {
	background-color:#FFFFCC;
}
/* recipe and ingredients browse END*/

.img_pad_1{
	padding:0px 5px 5px 0px;
}