/* 	IN Biz/Bio Global CSS
	Version 1.0
	Date: 09/24/08
	By: Lorie Egan
	
	Color Palette:
	DrkBlue: #081C59
	Blue:    #0D2E91
	Yellow:  #FEE600
===================================================
*/

/*
===================================================
Global Reset
===================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
====================================================
Global Styles
====================================================
*/

html {
	background: #081C59 url(images/bggrad.jpg) repeat-x bottom;
	background-attachment: fixed;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
	}

/*
====================================================
Header Styles
====================================================
*/	
#top {
	width: 100%;
	height: 216px;
	position: static;
	border-top: solid #0D2E91 30px;
	border-bottom: solid #0D2E91 30px;
	z-index: 2;
	}

#bar{
	width: 100%;
	height: 165px;
	margin: 25px 0 25px 0;
	background-color: #FEE600;
	}

#title {
	margin: 0 auto;
	width: 900px;
	padding-top: 25px;
	}

	#title h3 {
		font-size: 1.4em;
		font-weight: normal;
		}
			
	#title h1 {
		font: bold 2.25em "Trebuchet MS", Verdana, Tahoma, sans-serif;
		}
	
	#title h3 a {
		text-decoration: none;
		color: #0D2E91;
		}

	#title h1 a {
		text-decoration: none;
		color: #000;
		}
		
.molecule {
	position: absolute;
	width: 421px;
	left: 53%;
	float: right;
	z-index: 0;
	}

/*
====================================================
Navigation Styles
====================================================
*/
	
#nav {
	position: absolute;
	width: 165px;
	float: left;
	background-color: #0D2E91;
	}
	
	* html #nav li a {
		width: 100%;
		}

	#nav li {
		border-top: 1px solid #5F5F5F;
		}
	
	#nav li a:link, #nav li a:visited {
		font-size: 90%;
		display: block;
		padding: 6px 0 6px 8px;
		border-left: 10px solid #FEE600;
		background-color: #0D2E91;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		}
		
	#nav li a:hover {
		background-color: #FEE600;
		border-left: 10px solid #0D2E91;
		color: #081C59;
		}
	
	#nav li.youarehere a {
		background-color: #FEE600;
		border-left: 10px solid #0D2E91;
		color: #081C59;
		}
		
	#nav #youareheresub a {
		background-color: #081C59;
		border-left: 10px solid #0D2E91;
		color: #FEE600;
		}
	
	#nav #home {
		border-top: 1px solid #5F5F5F;
		}
	
		#nav ul ul {
			margin-left: 10px;
			}
		
		#nav ul ul a:link, #nav ul ul a:visited {
			background-color: #0D2E91;
			border-left: 10px solid #081C59;
			color: #fff;
			font-weight: normal;
			}
		
		#nav ul ul a:hover {
			background-color: #081C59;
			border-left: 10px solid #0D2E91;
			color: #FEE600;
			font-weight: normal;
			}
			
		#nav .new {
			color: #FFFF00;
			font-weight: bold;
			font-size: 75%;
			}
/*
====================================================
Primary Content Styles
====================================================
*/	

#meat {
	margin: 0 210px 0 200px;
	padding-top: 15px;
	}
	
	#meat h2 {
		color: #000;
		padding-bottom: 5px;
		font-size: 1.55em;
		font-weight: bold;
		}
		
	#meat h3 {
		width: 475px;
		padding-top: 10px;
		color: #333;
		font-size: 1.2em;
		font-weight: normal;
		border-bottom: #333 solid 2px;
		}
		
	#meat h4 {
		font-weight: bold;
		}
	
	#meat p {
		position: static;
		padding: 8px 0;
		line-height: 1.5em;
		font-size: 95%;
		z-index: 50;
		}
	
	#meat a:link, #meat a:visited {
		color: #0D2E91;
		text-decoration: none;
		background-color: transparent;
		}
	
	#meat a:hover, #meat a:active {
		color: #081C59;
		text-decoration: underline;
		background-color: transparent;
		}
	
	#meat .pdfdisclaimer {
		color: #666;
		font-size: .8em;
		line-height: 1.3em;
		}

/* Content List Styles */
	#meat ul {
		margin-left: 25px;
		padding: 10px 0;
		line-height: 1.5em;
		font-size: 95%;
		}
	
	#meat .liheader {
		font-weight: bold;
		}

	#meat .nest {
		list-style-image: url(images/pdficon_small.gif);
		}

	#meat li li a {
		margin-left: 5px;
		text-indent: -5px;
		font-weight: normal;
		}
	
/*
====================================================
Register Now Banner Styles
====================================================
*/
#registernow {
	width: 175px;
	float: right;
	z-index: 5;
	padding: 15px 8px 15px 8px;
	background: #fff url(images/sidebargrad.jpg) repeat-x top;
	}
	
	#registernow .sideheader {
		padding-bottom: 8px;
		font-family: Arial, Helvetica, sans-serif;
		color: #FEE600;
		font-weight: normal;
		font-size: 1.15em;
		}
	
	#registernow p {
		padding-bottom: 10px;
		font-size: 75%;
		font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
		line-height: 1.3em;
		font-weight: bold;
		color: #fff;
		}
	
	#registernow h4, #registernow h3 {
		font-weight: bold;
		line-height: 1.25em;
		color: #fff;
		}

	#registernow h5 {
		line-height: 1.5em;
		font-weight: bold;
		font-size: 80%;
		}
		
	#registernow .subtitle {
		font-weight: normal;
		color: #FEE600;
		}
		
	#registernow .sidedate {
		padding: 10px 0;
		font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
		color: #FEE600;
		font-size: 1.25em;
		font-weight: bold;
		}
	
	#registernow .link {
		padding-top: 10px;
		font-size: 1em;
		font-weight: bold;
		}

	#registernow a:link, #registernow a:visited {
		color: #081C59;
		background-color: transparent;
		}

	#registernow a:hover {
		color: #0D2E91;
		background-color: transparent;
		}
	
/*
====================================================
Footer Styles
====================================================
*/
#footer {
	width: 100%;
	height: 30px;
	background-color: #0D2E91;
	z-index: 0;
	}
	
	#footer address {
		margin: 0 auto;
		width: 900px;
		padding-top: 6px;
		font-weight: bold;
		font-style: normal;
		font-size: .8em;
		color: #fff;
		text-align: right;
		}
	
	#footer a:link, #footer a:visited {
		color: #fff;
		text-decoration: none;
		}
	
	#footer a:hover {
		color: #FEE600;
		text-decoration: underline;
		}

.squares {
	position: relative;
	width: 405px;
	margin: 0 0 -30px -50px;
	z-index: 10;
	}