@charset "UTF-8";

/* General */

html {
        height: 100%;
}

body {
	background-color: #4F5053;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: small;
	color: #000;
	height: 100%;
}

a:link, a:visited{
        color: #333333;
        text-decoration: underline
}

a:hover, a:active{
	color: #F93;
	text-decoration: none
}


/* Styles */

h1 {
	font-size: 24px;
	color: #33F;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: normal;
}

h2 {
	font-size: medium;
	color: #33C;
	font-weight: bold;
}

h3 {
	font-size: small;
	color: #333333;
	font-weight: bold;
}

h4 {
	font-size: small;
	color: #626366;
        font-style: italic;
	font-weight: bold;
}

.imgLeftTxtRight {
        padding: 0px 10px 5px 0px;
}

.imageCaption {
	font-size: x-small;
	font-style: italic;
}

/* Wrapper */

#main{
	margin-right: auto;
	margin-left: auto;
	width: 805px;
	min-height: 100%;
	height: 100%;
	background-image: url(../../images/biogenShadow.jpg);
	background-repeat: repeat-y;
	padding-right: 9px;
	padding-left: 9px;
}

#wrap {
	background-color: #FFFFFF;
         min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 805px;
}


/* Banner */

#banner {
	background-color: #E5E5E5;
	height: 25px;
	width: 590px;
	padding-left: 215px;
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	padding-top: 52px;
}


/* Banner > Menu*/

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 14px;
	margin-left: 5px;
	padding: 6px 12px 5px 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #F93;
	font-family: Arial;
	font-size: 11px;
}


#menu .active a, #menu a:hover {
	height: 14px;
	background-color: #06F;
}


/* Contents */

#container {
	float: left;
	background-color: #FFFFFF;
	width: 805px;
	padding-top: 25px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #06f;
}

#content {
	float: right;
	width: 540px;
	padding-right: 45px;
	padding-bottom: 100px;
}



/* Content > Sidebar > Menu */


#leftMenu {
	float: left;
	height: auto;
	width: 190px;
	margin-top: 5px;
}

#sidemenu {
	float: left;
}

#sidemenu ul {
	line-height: normal;
	list-style: none;
}

#sidemenu li {
	display: inline;
}

#sidemenu ul ul{
	padding-left: 14px;
        margin-left: 0px;
	list-style-type: disc;
}

#sidemenu ul ul li {
	display: inline;
	list-style-type: disc;
}

#sidemenu ul ul a:link, #sidemenu ul ul a:visited {
	display: block;
	padding: 0px;
	margin-bottom: 5px;
	color: #626366;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	width: 106px;
	background-color: #FFFFFF;
}

#sidemenu ul ul a:hover, #sidemenu ul ul .active a {
	font-family: Arial;
	font-size: 10px;
	color: #00843F;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#sidemenu a {
	display: block;
	padding: 3px;
	color: #FFFFFF;
	margin-left: -14px;
	margin-right: 28px;
	margin-bottom: 5px;
	background-color: #626366;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	width: 134px;
}

#sidemenu a:hover, #sidemenu .active a {
	background: #00843F;
	text-decoration: none;
}


/* Footer */

#footer{
	background-color: #E5E5E5;
	font-family: Arial;
	font-size: 10px;
	width: 772px;
	height: 19px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #06F;
	margin-top: -42px;
	margin-bottom: 0px;
	padding: 13px 5px 5px 28px;
	position: absolute;
}

#footer a:link, #footer a:visited{
        font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
        font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}

.clearing {
	clear: both;
	margin-right: auto;
	margin-left: auto;       
}

