/* CSS Document */

/*clearfix*/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
html[xmlns] .clearfix {
	display:block;
}
 
body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #76787B;
	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: #000;
}
a { 
	color: #00ADEF; 
}
a:hover { 
	color: #f08003; 
}
a:visited { 
	color: #76787B; 
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
.twoColFixRtHdr #header { 
	float: left;
	background: #DDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/sidebar-top.png) right 0 no-repeat #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 9px 0 0;
	font-size: small;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 13px;
} 

.twoColFixRtHdr #footer { 
	padding: 10px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #fff;
	background:url(../images/foot.jpg) no-repeat 0 bottom;
	height: 155px;
	font-size: 10px;
}  
.twoColFixRtHdr #footer #elsevier {
	position:absolute;
	bottom:0;
	right:0;
} 
.twoColFixRtHdr #footer #elsevier a {
	width:78px;
	height:100px;
	display:block;
	text-indent:-9999px;
} 
.twoColFixRtHdr #footer #aibs {
	position:absolute;
	bottom:0;
	left:0;
} 
.twoColFixRtHdr #footer #aibs a {
	width:205px;
	height:50px;
	display:block;
	text-indent:-9999px;
} 
.twoColFixRtHdr #footer #aibs-in-collaboration {
	position:absolute;
	bottom:40px;
	left:10px;
	width:205px;
} 
.twoColFixRtHdr #footer #copyright-info {
	position:absolute;
	bottom:-6px;
	right:90px;
	width:250px;
	height:40px;
	display:block;
	text-align:right;	
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

/* ul.nav { margin: 0px; padding-left: 0px; list-style: none; float: left; }
ul.nav li { float: left; }
ul.nav a { width: 129px; display: block; border-right: solid 1px #fff; padding: 5px; background-color: #00ADEF; text-decoration: none; font-size:11px; font-weight: bold; color: #fff; text-align: center; }
ul.nav a:hover { font-weight: bold; background: #f08003; } */

h1 { font-weight: bold; font-size: 1.4em; color: #00ADEF; }
h2 { font-weight: bold; font-size: 1em; color: #222; }
.bigbluelink { font-size: small; text-align: center; padding: 5px 10px; background-color: #f08003;}
.bigbluelink a { color: #FFF; }
.learnMoreBar { float: right; background-color: #666; width: 220px; font-weight: bold; font-size:11px; text-decoration: none; padding: 7px 0px 7px 0px; text-align: center; color: #fff; }
.sidebarSubCat { float: right; background-color: #cccccc; width: 210px; font-weight: bold; font-size:12px; text-decoration: none; padding: 7px 5px; text-align: center; }
.sidebar-text { float: left; padding: 7px 10px; text-align: left; font-size:12px; }
.breadcrumb { font-size:10px; }
.box { background-color: rgb(225,242,249); border: solid 1px rgb(0,173,239); width:95%; padding:10px; }
.grid { background-color: rgb(225,242,249); border: solid 1px rgb(118,120,123); width:100%; padding:3px; table-layout: auto; }
.gridhead30 { width: 30%; background-color: rgb(118,120,123); text-align: center; color: rgb(255,255,255); }
.gridhead20 { width: 20%; background-color: rgb(118,120,123); text-align: center; color: rgb(255,255,255); }
.quote { text-align: left; width: 180px; float: left; font-weight: bold; font-size: 12px; font-style: italic; color: #f08003; border-top: solid 2px #333; border-bottom: solid 2px #333; padding: 10px 0; margin: 5px 20px 10px 0; }

/* ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
li {
  float: left;
  position: relative;
  width: 129px;
  }
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul{ display: block; } */

.twoColFixRtHdr #header h1 a {
	text-indent:-9999px;
	display:block;
	width:325px;
	height:100px;
}
.twoColFixRtHdr #header {
	background:url(../images/head.jpg) no-repeat 0 0;
	width:auto;
	float:none;
	height:180px;
}

/* position nav block under logo*/
.twoColFixRtHdr #navMenu {
	position:absolute;
	top:78px;
	left:0;
}

/* drop down fancy */
ul { list-style: none; padding: 0; margin: 0; }

/* navigation menu font color */
#nav {
	background:url(../images/nav-right.png) no-repeat right 0;
	padding-right:5px;
	width:559px;
}
#nav a { 
	text-decoration: none; 
	font-size:11px; 
	font-weight: bold; 
	color: #fff; 
	text-align: center; }

/* drop down menu text */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #000;
	padding: 3px 5px 5px 5px;
}

#nav li li a:hover {
	background-color: #f08003;
}
/* navigation menu normal stage */
#nav li {
	float: left;
	position: relative;
	width: 129px;
	padding: 3px 5px 5px 5px;
	color: #000;
	text-align: center;
	cursor: default;
	background-color: #00ADEF;
	border-right: solid 1px #fff;
}
#nav li.last {
	border-right:0px none;
}
#nav li:hover { 
	background-color: #f08003;
}

/* li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
} */
/* drop down menu background */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #94dbf6;
}
/* drop down menu position */
#nav li>ul {
	top: 100;
	left: 100;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

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

#main ul { list-style:square; margin:0.5em 10px 1.0em 0px; }
#main ul li { margin:5px 0 0.2em 35px; padding:0; background:url(images/blue-arrow-bullet.gif) no-repeat 0 0.3em; line-height:1.2em; }
#breadcrumbs ul { width: 520px; list-style:none; padding:0; font: 11px tahoma,verdana,arial,helvetica,sans-serif; }
#breadcrumbs ul li { display: inline; font-weight: normal; color: #000; }
#breadcrumbs ul a { color: #00ADEF; text-decoration: underline; }
#breadcrumbs ul a:hover { color: #f08003; text-decoration: underline; }
