﻿/*
	CSS of American Society for Biochemistry and Molecular Biology 
	February, 2008
	(c) 2008 American Technology Services
	XHTML/CSS by Todor Iliev
*/

html 
{
	/* 
		force scrollbar to always appear (prevents content from shifting when scrollbar visibility changes)
	*/
    overflow-y: scroll;
}

html, body {
	height:100%;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

#wrapper {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	}

/* ----------- Begin Header ----------- */
#header {
	background-color:#007dc3;
	}
#topLinks {
	text-align: right;
	float: right;
	padding-right: 27px;
	padding-top: 14px;
	line-height: normal;
	}
#topLinks a {
	color: white;
	padding-right: 15px;
}
#topLinks a:hover {
	text-decoration: none;
}
#search {	
	text-align: right;
	padding-top: 35px;
	padding-right: 28px;
	float:right;
	}
#search .text {
	font-size: 90%;
	font-weight:bold;
	color: #4386ac;
	text-transform: uppercase;
	padding: 0px;
	text-align:left; 	
	line-height: normal;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	}
#search .txtSearch{
	width: 195px;
	color: #555;
	vertical-align: middle;
	line-height: normal;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 13px;
	margin-bottom: 2px;
	margin-top: 2px;
	}
#search .txtHidden {
	visibility:hidden;
	display:none;
	}
#search input[type=image] {
	vertical-align: middle;
}

/* ----------- End Header ----------- */

/* ----------- Begin Home Page Image Banner ----------- */

.imageBanner
{
	width: 960px; 
	height: 227px; 
	border-bottom: 9px solid #767676;
	z-index: 0;
}
.imageBanner img
{
	width: 960px;
	height: 227px;
}
.imageBanner a
{
	display: none;
}
.imageBanner a:first-child
{
	display: block;
}

/* ----------- End Home Page Banner ----------- */


/* ----------- End Main Content Container ----------- */

.mainContentContainer
{
	margin-top: 15px;
	min-height: 600px;
}

/* ----------- End Main Content Container ----------- */

/* ----------- Begin Sub Navigation ----------- */
#subNavigation {
	background: #fff;
	margin-bottom: 15px;
	}
/*	
#subNavigation ul {
	list-style: square;
	}
#subNavigation li {
	}
#subNavigation li {
	line-height: 22px;
	color: #36749f;
	text-transform: uppercase;
	cursor: pointer;
	}
#subNavigation li a:link, #subNavigation li a:visited {
	color: #36749f;
	text-decoration: none;
	}
#subNavigation li a:hover {
	color: #96b635;
	}
#subNavigation li:hover {
	line-height: 22px;
	color: #96b635;
	}
*/
/* ----------- End Sub Navigation ----------- */

/* ----------- Begin Left Column ----------- */
#leftColumn {
	width: 245px;
	float:left;
	}
#leftColumn h1 {
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #0079c1;
	}
#loginBox {
	height: 142px;
	padding: 0 0 0 15px;
	background: #A9A9A9;
	}
#loginBox h4 {
	color: white;
	font-size: 90%;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 3px 0;
	}
#loginBox input {
	width: 80%;
	}
	
#loginBox input#btn {	
	width: 25px;
	height: 20px;
	border: 0;
	background: url(../images/dev/loginBtn.gif) no-repeat top;
	}
#loginBox input.btn1{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 18px;
	height: 24px;
	vertical-align:bottom;
	}
#leftColumn #loginBox p {
	margin: 3px 0 0 0;
	padding: 0;
	font-size:110%;
	}
#loginBox a:link, #loginBox a:visited {
	font-size: 70%;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	}
#msgBox {
	background: #767676;
	padding:0px 0px 18px 0px;
	margin-bottom: 15px;
	}
#msgBox span{
	display: block;
	border: 0px solid red;
	color: #fff;
	padding:0px 0px 0px 30px;
	}	
#msgBox h2{
	color: #fff;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 5px 15px;
	}
#msgBox img.go 
{
	text-align:left; 
	margin: 0px 0px 8px 15px;
	padding:0px 0px 0px 0px;
	border:0px #000 solid; 
	}
#msgBox a:link, #msgBox a:visited {
	color: #fff;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 6px 0px;
	font-size: 90%;
	border:0px #000 solid; 
	vertical-align:top
	}
#msgBox a:hover  {
	color: #88b5cf;
	}
#leftColumnContent h1 {
	color: #36739f;
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
	}
#leftColumnContent p {
	margin: 5px 0 0 0;
	}

/* ----------- End Left Column ----------- */

/* ----------- Begin Right Column ----------- */

.rightColumn {
	text-align: right;
	width: 182px;
	padding-left: 15px;
	float:left;
	}

/* ----------- End Right Column ----------- */

/* ----------- Begin Content ----------- */

#content {
	float:left;
	padding-left: 15px;
	}
.contentWithRightColumn {	
	width: 503px;
	}
.contentWithoutRightColumn {
	width: 700px;
	}
#content h1 {	
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	font-size: 150%;
	color: #0079c1;
	font-weight: normal;
	border-bottom: 1px solid #0079c1;
	}
#content h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 140%;
	color: #0079c1;
	}
#content h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 120%;
	color: #0079c1;
	}
#content p {
	line-height: 17px;
	margin: 0 0 15px 0;
	}
#content hr {
	color:#ccc;
	height:1px;
	}
#fontSize {
	width: 100px;
	text-align: right;
	display: block;
	position: absolute;
	margin: -15px 0 0 400px;
	color: #c1c1c1;
	z-index: 2;
	}
#fontSize a {
	text-decoration: none;
	}
#fontSize .small {
	font-size: 80%;
	margin: 0 5px 0 5px;
	}
#content a:link, a:link, #content a:visited, a:visited {
	color: #0079c1; /*68a1c2*/
	}
#content a:hover, a:hover {
	text-decoration: none;
	}
#content .breadcrumb {
	margin: 0 0 10px 0; 
	color:#c1c1c1;
	}	
#content .breadcrumb a {
	color:#c1c1c1; 
	text-decoration: none;
	border-bottom:1px dotted;
	}	
#content #announcements ul { /* List */
		padding-top: 2px;
		padding-left: 2px;
		margin-left: 1px;
		list-style: none;
		line-height: 24px;
		}
#content #announcements ul li{ 
		/* Bullets */
		padding-left: 15px;
		background-image: url(/_design/images/dev/bullet-arrow.gif);
		background-repeat: no-repeat;
		background-position: 0 .6em; 
		line-height:22px;
		}
/* ----------- End Content ----------- */


/* ----------- Begin Footer ----------- */
#footer {
	clear: both;
	margin-top: 20px;
	}
/* ----------- End Footer ----------- */