/*
ProThera Biologics
MAIN CSS
Michael Shin, 2008
 */

*{
	margin:0;
	padding:0;
}

a{
	color: white;
	text-decoration: none;
}

p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-indent: 2em;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
}

img{
	border: none;
}

body {
	text-align: center;
	background-color: white;
}

/* /////////////////////////////// Navigation //////////////////////////////////*/

#nav ul {
	/*font-family: Garamond, Garamond PremrPro, Palatino Linotype, Palatino, serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	list-style: none;	
	padding-top: 30px;
	margin-left: 10px;
	position: relative;
	z-index: 100;
}

#nav li {	
	text-align: right;	
}

#nav ul#menu {
	margin-left: 30px;
}

#nav ul ul {
	float: left;	
	border-right: 1px solid white;			
	padding: 0;
	width: 130px;
}

#nav ul ul li {	
	position: static;
	border: none;
	padding-right: 10px;
	margin-left: 8px;
	line-height: 1.2em;
}

#nav ul ul li a:hover {
	color: #FFCC33;
}

#nav ul ul li h2 a:hover {
	color: white;
}

#nav ul ul li.current_page a{
	color: #b3e2ba;
}

#nav h2 {
	font-size: 16pt;
	font-weight: normal;
	line-height: 1em;	
}

div#main {
	width: 700px;
	margin: 1em auto 0 auto;
	background-color: white;
	border: 1px solid #878787;
	text-align: left;
}

div#title {
	color: white;
	overflow: hidden;
}

div#title img {
	margin: 30px 0px 0px 30px;
	/*filter:alpha(opacity=95);
	opacity: 0.95;*/
}

div#nav_filter{
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 1;
	height: 125px;
	width: 800px;
	background-color: #395593;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

div#nav {
	background-image: url(images/blank_elisa_crop_02.jpg);
	background-repeat: repeat;
	background-position: right;
	color: white;
	height: 150px;
	width: 800px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}


/*///////////////////////////////CONTENT/////////////////////////////////*/

div#content {
	width: 500px;
	line-height: 1.4em;
	text-align: left;
	margin: 10px 80px 40px 20px;
	float: right;
}

div#content h2{
	font-size: 18pt;
	margin-bottom: 3px;
	margin-top: 15px;
	line-height: 1.4em;
}

div#content pre{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	margin: 10px 20px 10px;
	line-height: 1.2em;
	text-align: left;
}

div#content div.spacer{
	height: 10px;
}

div#content p.contact_name {
	text-indent: 2px;
	font-weight: bold;
}

div.contact_list {
	margin-bottom: 20px;
}

/*

div#project_content {
	margin: 10px 30px 20px 30px;
}

div#project_content  a{
	font-size: 11px;
}

div.project {
	margin-bottom: 10px;
	clear: both; 
}

div.project_num {
	float: left;
	margin: 5px;
}

div.project_more {
	display: none;
	margin: 10px;
	padding: 10px;
	border: 1px solid white;
}
*/
