/* @override http://staging.biopharmica.com.au/biopharmica.css */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/web_logo_bg.jpg) repeat-x 0 top #003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
}

iframe {  
overflow: hidden;  
}

b {
font-weight: bold;
}


* {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

.tableheader {
	background-color: #3073db;
	color: white;
}

.date {
font-size: 9px;
	color: #003366;
}


.side_heading {
	background: url(/images/blue_strip.jpg) repeat-x 0 top;
	color: white;
font-size: 14px;
text-align: center;
padding: 5px 0 5px 0;
}

.side_content {
background-color: #cfeeff;
}

.side_content p {
font-size: 11px;
color: #003366;
line-height: 1.2;
}

.column-in {
padding: 0 15px 20px 20px;
}

.twoColHybLtHdr #container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header {  
	padding: 0;
        background-color: #000000;
}

#breadcrumbs {
	padding: 0;
	width: 900px;
	font-size: 10px;
	clear: both;
	padding: 5px 0 0 20px;
}

.banner {
	background: url(/images/banner_bg.jpg) repeat-x 0 top;
	color: white;
	font-size: 16px;
text-align: center;
}

.banner a {
 color: white;
 font-size: 16px;
}

img {
	border: 0;
	padding: 0;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#nav {
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:32px;
background-color:#FF9900;
width:960px;
display:table;
}

#nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:32px;
}

#nav a{
display:block;
padding:0px 10px;
color:#fff;
text-decoration:none;
background-color:#ff9900;
line-height:32px;
}

#nav a:hover{
background-color:#0066ff;
color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:15em;
top:32px;
}

#nav li ul a{
width:15em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:15em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#sidebar1 ul {
	list-style-type: none;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar1 a {
	text-decoration: none;
	color: #FF9900;
	display: block;
}

#sidebar1 a:hover {
	text-decoration: underline;
	color: #FF6600;
}

.twoColHybLtHdr #mainContent {
	float: left; 
	width: 55em; 
	padding: 0;
	min-height: 400px;
}

.twoColHybLtHdr #sidebar1 { 
	margin: 0 20px 10px 56em;
} 

.twoColHybLtHdr #footer { 
	padding: 0; 
	background: #003366;
} 
.twoColHybLtHdr #footer p {
	margin: 0; 
	font-size: 11px;
	color: white;
	text-align: center;
	padding: 5px; 
}

h1 {
	color: #003366;
	font-size: 18px;
	line-height: 2;
}

p {
        line-height: 1.7;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
