/*CSS for Medicell 
* Author: Moustique Design http://www.moustique.net/
* Date: 16 January 2007
*/
/* Generic elements =========================*/
body {
	background-color: #903;
	color: #000;
	font: normal 76% Arial, Tahoma, Verdana, sans-serif;
}
h1 {
	margin: 0;
	width: 203px;
	float: right;
}
h2 {
	font-size: 1.4em;
	color: #000;
	margin: 1.3em 27px 1.3em 20px;
}
h3 {
	font-size: 1.2em;
	color: #903;
	font-style: italic;
	margin: 1.3em 25px 1.3em 20px;
}
h4 {
  font-size: 1em;
  font-weight: bold;
	color: #000;
	margin: 1.3em 27px 1.3em 20px;
}
p {
  font-size: 1em;
	margin: 1.3em 27px 1.3em 20px;
  text-align: justify;
line-height: 1.4em;
}
#right-content ul {
	list-style-type: disc;
	line-height: 1.4em;
	margin-right: 27px;
	margin-left: 40px;
}
#right-content ul li {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
  border: 0;
}
#right-content img {
	margin: 10px 27px;
	border: 1px solid #ccc;
}
table {
	margin: 10px 27px 10px 20px;
}
th {
	text-align: left;
}
address {
	font-style: normal;
	margin: 10px 27px;
}
input, select, textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #300;
	font: 0.9em Arial, Verdana, sans-serif;
}
/* Links ====================================*/
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #666;
  text-decoration: none;
}
/* Layout Divs ==============================*/
#wrapper {
	clear: both;
	margin: 0 auto;
	width: 750px;
	height: 100%;
	background-color: #ccc;
	border: 1px solid #999;
	overflow: hidden;/*non-structural method for containing floats IE7/IE6 that requires an
	additional property to be set to trigger hasLayout - width and height fulfil this in this rule.*/
}
#header {
	clear: both;
	background: #ccc url("../images/bg-header.gif") top right no-repeat;
	width: 750px;
	height: 140px;
}
#left-sidebar {
	width: 146px;
	float: left;
	background-color: #ccc;
	min-height: 300px;
}
#right-content {
	background: #fff url("../images/bg-right-content.gif") top right no-repeat;	
	width: 601px;
	//width: 599px;
	min-height: 436px;
	float: right;
	border-left: 1px solid #999;
}

#right-content-publications {
	background: #fff url("../images/bg-right-content.gif") top right no-repeat;	
	width: 601px;
	//width: 599px;
	min-height: 436px;
	float: right;
	border-left: 1px solid #999;
}
#tile {
	overflow: hidden;
	height: 100%;
	background: transparent url("../images/bg-tile.gif") bottom right repeat-y;
}
#footer {
	clear: both;
	width: 750px;
	font-size: 0.9em;
	margin: 0 auto;
}
#footer p {
	margin: 0;
}
#footer p a:link,
#footer p a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer p a:hover,
#footer p a:active,
#footer p a:focus {
	color: #fff;
	text-decoration: underline;
}
/*---- submenu ----*/
#left-sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 147px;
}
#left-sidebar ul li {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 147px;/*required to trigger HasLayout*/
}
#left-sidebar ul li a {
	display: block;
	width: 137px;/*required to prevent vertical whitespace bug on 
	list menus with anchors set to display block in IE (all versions)*/
	padding: 3px 5px;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#left-sidebar a:link,
#left-sidebar a:visited {
	color: #000;
	border-top: 10px solid #ccc;
	text-decoration: none;
}

#left-sidebar a:hover,
#left-sidebar a:active,
#left-sidebar a:focus,
#left-sidebar a#current {
	color: #000;
	border-top: 10px solid #903;
	text-decoration: none;
}
/* Nav ====================================*/
#main-nav {
	/*	clear: right;	*/
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 601px;
	min-height: 42px;
	_height: 42px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url("../images/bg-main-nav.gif") bottom right repeat-y;
}
#main-nav li {
	float: left;
	padding: 0;
	margin: 0;
}
#main-nav li a {
	display: block;
	padding: 7px 10px 3px 10px;
	margin: 0;
}
#main-nav li a:link,
#main-nav li a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-top: 10px solid #ccc;
}
#main-nav li a:hover,
#main-nav li a:active,
#main-nav li a:focus,
#main-nav li a#current {
	font-weight: bold;
	color: #903;
	text-decoration: none;
	border-top: 10px solid #903;
}
/* User Nav ====================================*/
#top-nav {
	width: 752px;
	margin: 0 auto;
}
#top-nav ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top-nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	background: #903 url("../images/bg-tab-stretch.gif") top left no-repeat;
}
#top-nav ul li a {
	display: block;
	padding: 4px 7px 2px 7px;
	margin: 0;
	font-weight: bold;
	background: transparent url("../images/bg-tab-right.gif") top right no-repeat;
}
#top-nav ul li a:link,
#top-nav ul li a:visited {
	color: #000;
	text-decoration: none;
}

#top-nav ul li a:hover,
#top-nav ul li a:active,
#top-nav ul li a:focus,
#top-nav ul li a#current {
	color: #903;
	text-decoration: none;
}
/* Miscellaneous classes and IDs ============*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}

.footerright img {
margin: 0px;
padding: 0px;
float: right;
}

.footerright  {
clear: both;
margin-top: 0px;
padding-top: 0px;
text-align: right;
}


#right-content img.bordernone {
	border: 0px;
	margin: 10px 27px 10px 20px;
}
#right-content img.floatleft {
	margin: 0 20px 10px 0;
}
#right-content img.floatright {
	clear: right;
	float: right;
	margin-right: 27px;
}
#header img.floatleft {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}