﻿/*
	CSS of American Society for Biochemistry and Molecular Biology 
	February, 2008
	(c) 2008 American Technology Services
	XHTML/CSS by Todor Iliev
*/

html, body {
	height:100%;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535; /*#030000, #555*/
	margin: 0;
	padding: 0;
	background: url(../images/dev/pageBg.gif) repeat-x left top;
	}

img {
	border: 0;
	}

#wrapper {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background: #fff;
	}

/* ----------- Begin Header ----------- */
#header {
	height: 110px ; /*130px*/
	border-top: 8px solid #68a1c2;
	background: url(../images/dev/headerBg.gif) #d9e7f0 no-repeat right top;
	}
#logo {
	float: left;
	margin: 10px 0 0 15px;
	}
#topLinks {
	width: 50%;
	float: right;
	margin: 6px 27px 0 0;
	}
#topLinks ul {
	padding: 0;
	margin: 0;
	width: 100%;
	}
#topLinks li {
	display: inline;
	}
#topLinks ul li a {
	padding: 3px 10px 3px 10px;
	background: #fff;
	font-size: 80%;
	font-weight: bold;
	color: #3774a1;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	border-left: 1px solid #d9e7f0;
	}
#topLinks ul li a:hover {
	background: #b5d6e7;
	}
#search {
	width: 255px;
	margin: 28px 0 0 0;
	float: right;
	border: 0px solid #000;
	}
#search .text {
	font-size: 90%;
	font-weight:bold;
	color: #4386ac;
	text-transform: uppercase;
	margin: 0px 18px 0px 0px;
	padding: 0px; 
	border: 0px solid red;
	}
#search .txtSearch{
	width:195px; 
	color:#555;
	}
#search .txtHidden {
	visibility:hidden;
	display:none;
	}

/* ----------- End Header ----------- */

/* ----------- Begin Home Page Banner ----------- */
#banner {
	height: 227px; /*236px*/
	width: 960px;
	color: #fff;
	background:#fff;
	/*background: url(../images/dev/homeImage.jpg) no-repeat 0 0;*/
	border-bottom: 9px solid #68a1c2;
	overflow: hidden;
	position: relative;
	}
	
#banner img {
	position: relative;
	z-index: 1;
	}
#banner img:hover {	
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}	
#banner .bannerContent {
	width: 240px;
	margin: 40px;
	position: relative;
	margin: -190px 0 0 700px;
	top: 0;
	z-index:2;
	}
#banner h1 {
	font-size: 130%;
	padding: 0 0 0 15px;
	margin: 0;
	border-left: 4px solid #e5dc7f
	}
#banner p {
	font-size: 80%;
	line-height: 14px;
	padding: 0;
	margin: 15px 0 0 0;
	}
/* ----------- End Home Page Banner ----------- */

#container {
	margin: 1px 0 0 0;
	background: url(../images/dev/containerBg.gif) repeat-y 0 0;
	}
	
#containerNoRight {
	background: url(../images/dev/containerNoRightBg.gif) repeat-y 0 0;
	}
	
#containerNoRight #content {
	width: 680px;
	}
	
#containerNoRight #fontSize {
	margin: 0 0 0 560px;
	}
	

/* ----------- Begin Sub Navigation ----------- */
#subNavigation {
	background: #fff;
	padding: 5px 0 5px 0;
	}
/*	
#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 {
	float:left;
	width: 245px;
	min-height: 300px;
	}
#leftColumn h1 {
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #36739f;
	}
#loginBox {
	height: 130px;
	padding: 0 0 0 15px;
	background: #e1ecf3;
	border-bottom: 5px solid #fff;
	}
#loginBox h4 {
	color: #88b5cf;
	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: 32px;
	height: 24px;
	border: 1px solid #000;
	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: #88b5cf;
	text-decoration: none;
	text-transform: uppercase;
	}

#msgBox {
	background: #36739f;
	padding:0px 0px 18px 0px;
	}
#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 {
	color: #000; margin-top:24px;
	padding: 0 15px 15px 15px;
	}
#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 {
	float: right;
	width: 180px;
	padding: 8px 0 0 10px;
	background: url(../images/dev/rightColumnSpacer.gif) no-repeat top;
	}
	
#rightColumn img {
	display: block;
	float: right;
	margin: 0 0 8px 0;
	}

/* ----------- End Right Column ----------- */


/* ----------- Begin Content ----------- */
#content {
	width: 499px;
	margin: 0 0 0 260px;
	padding: 20px 0 0 5px;
	}
.homeContent {
	min-height: 300px;
	height: 300px;
	height:auto !important;
	}
.pageContent {
	min-height: 600px;
	height: 600px;
	height:auto !important;
	}
#content h1 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	font-size: 150%;
	color: #72a7c6;
	font-weight: normal;
	border-bottom: 1px solid #68a1c2;
	}
#content h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 140%;
	color: #72a7c6;
	}
#content h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 120%;
	color: #72a7c6;
	}
#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: #5589ae; /*68a1c2*/
	}
#content a:hover, a:hover {
	text-decoration: none;
	}
#content .breadcrumb {
	margin: 0 0 10 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;
	height: 30px;
	padding: 15px 5px 0 0;
	text-transform: uppercase;
	font-size: 80%;
	color: #6ca1c3;
	text-align: right;
	background: url(../images/dev/footerBg.gif) repeat-x 0 0;
	}
/* ----------- End Footer ----------- */