/*

	Brookwood Web site main style sheet
	Created: 2005-08 by FitzMartin
*/


/* ------------------
	=Redefinitions
*/

* { margin: 0; padding: 0; }

body {
	background-color: #fff;
	background-image: url(../imgs/bg-page-tier.gif);
	background-position: 50% 80px;
	background-repeat: no-repeat;
	color: #000;
	font: 13px/22px Arial, Sans-Serif;
	text-align: center;
}

body.home {
	background-image: url(../imgs/bg-page-home.gif);
}

p {
	margin: 0 0 1em 0;
}

body.faq #m p { margin-bottom: 1.5em; }

br.clear { clear: both; }

strong { color: #548823; }

a {
	color: #699947;
	text-decoration: none;
}

a:hover {
	background-color: #d6ed6d;
	color: #2e591a;
}

h1, h2, h3 {
	color: #3a55a5;
	font-weight: normal;
	background-position: 0 0;
	background-repeat: no-repeat;
}

h1 span, h2 span, h3 span {
	/*margin-left: -99999px;*/
}

h1.home span { margin-left: -9999999px; }

h1 { 
	font-size: 1.8em;
	padding-top: 8px;
	line-height: 1.3em;
	margin: 0 0 1.5em 0;
}

#header h1 { line-height: 1em; margin-bottom: 0; }

h2, h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 1.7em;
	line-height: 1.2em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
	color: #2e591a;
	line-height: 1.7em;
}

h4 em {
	font-weight: normal;
	font-style: normal;
	padding-left: 7px;
}

img { border: 0; }

/* 
	=Text Formatting
*/

div.pagewidth {
	width: 770px;
	margin: 0 auto;
}

div.srilogo {	
	float: right;
	width: 250px;
	padding-left: 150px;
	margin-top: 0px;
	background-color: #fff;
	padding: 10px 13px;
	color: #485A85;
}

div.srilogo img {
	position: relative;
	top: -5px;
	left: -150px;
	float: left;
	margin-right: -150px;
}

div.srilogo p {
	float: left;
	font-size: 80%;
	line-height: 1.3em;
}

div.srilogo a:hover {
	background-color: transparent;
}


.clbl { 
	display: block;
	float: left;
	width: 45px;
}

.imglbl {
	text-align: center;
	font-size: 90%;
}

.fr { float: right; }

.fl { float: left; }

.diagram {
	padding: 10px 10px;
	border: 1px solid #548823;
	background-color: #fff;
	text-align: center;
	width: auto;
}

.diagram p {
	text-align: left;
}

.lnk {
	cursor: help;
	border-bottom: 1px dotted #99b0db;
}

.blk {
	padding: 0px 3px;
	border: 1px solid #c0dc8f;
	background-color: #fff;
	font-weight: bold;
}


/* 
	=List formatting
*/

#content ul {
	margin-left: 25px;
	padding-left: 0;
	list-style-type: none;
	list-style-image: url(../imgs/bullet.gif);
	margin-bottom: 1.5em;
	margin-top: 1em;
}

#content ul li {
	margin-bottom: .5em;
	line-height: 1.4em;
}

* html #content ul {
	list-style-image: url(../imgs/bullet2.gif);
}

#content ul.joblist, ul.joblist {
	margin-left: 0;
	list-style-type: none;
	list-style-image: url();
}

#content ul.pdflist, ul.pdflist {
	margin-left: 0;
	list-style-type: none;
	list-style-image: url();
}

#content ul.pdflist li, ul.pdflist li {
	margin-bottom: .4em;
}

#content ul.pdflist a, ul.pdflist a {
	display: block;
	width: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	font-size: 110%;
	line-height: 1.5em;
	border: 1px solid #99b0db;
}

#content ul.pdflist a:hover, ul.pdflist a:hover {
	
}

/* ------------------
	=Stucture
*/

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: left;
}

#header {
	position: relative;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 82px;
	background-image: url(../imgs/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	border-bottom: 7px solid #fff; /*#9cc470;*/
	text-align: left;
}

* html #header {
	height: 88px;
}

#header h1 {
	position: absolute;
	top: 44px;
	left: 3px;
	height: 97px;
	width: 725px;
}

#content {
	background-color: #ffffff;
	width: 100%;
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 50px;
	clear: both;
}

#footer {
	font-size: 10px;
	color: #c0dc8e;
	text-align: center;
}

hr.clr {
	clear: both;
	display: block;
	height: 0;
	width: 0;
	border: 0;
	visibility: hidden;
}

/* 
	=Column Structure 
*/

body.home #header {
	height: 183px;
	border-bottom: 0;
}

body.home #content {
	margin-top: 0px;
}

#x {
}

#m-sb {
	float: right;
	width: 165px;
	margin-left: 15px;
}

#m {
	float: right;
	margin-right: 10px;
	width: 570px;
}

* html #m {
	width: 560px;
}

#sb {
	float: left;
	width: 160px;
	padding-left: 15px;
	padding-top: 30px;
}

body.col-sm #x, body.col-ms #x,
body.col-ms2 #x,
body.col-m #sb, body.col-m #x,
body.col-mx #sb, body.col-xm #sb { 
	display: none; 
}


body.col-sm #m {
	float: right;
	margin-right: 10px;
	width: 570px;
}

* html body.col-sm #m {
	width: 560px;
}

body.col-sm #sb {
	float: left;
	width: 160px;
	padding-left: 15px;
}

body.col-ms #sb {
	float: left;
	width: 200px;
	margin-left: 20px;
}

body.col-ms #m {
	float: left;
	width: 485px;
	padding-left: 15px;
}


body.col-ms2 #m {
	width: 435px;
	float: left;
	padding-left: 15px;
}

body.col-ms2 #sb {
	float: left;
	width: 250px;
	margin-left: 20px;
}

body.col-m #m {
	float: none;
	width: auto;
	padding: 0 15px;
}

body.col-mx #m {
	width: 400px;
	float: left;
	padding-left: 15px;
}

body.col-mx #x {
	float: left;
	margin-left: 15px;
	width: 300px;
}



/* 
	=Header
*/

#header h1, #header h2, #header h3, #header h4 { color: #fff; }


/* 
	=Footer 
*/

#footer .bg {
	background-color: #809ac8;
	padding: 1px;
}

#footer p {
	width: 770px;
	text-align: left;
	padding: 3px 7px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#footer p.sub {
	width: 770px;
	background: #fff url(../imgs/bg-diagnals.gif) 0 0 repeat-x;
	color: #999;
	text-align: right;
	padding-top: 10px;
	margin-top: 10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}



/* 
	=Two column simple layout
*/

div.col2 {
	clear: none;
}

div.col2 div {
	width: 50%;
	float: left;
}

div.col2 div.col2-1 {
	margin-right: 3%;
	width: 45%;
}


/*
	=News
*/

#news {
	margin-top: 20px;
	font-size: 90%;
	line-height: 1.4em;
}

#news h4 {
	font-weight: normal;
	color: #37559d;
	background-color: #fff;
	padding: 3px 0 3px 5px;
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
}

#news h3 {
	margin: 0 0 3px 0;
}

#news h3 em {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

#news p {
	padding: 0 0 9px 0px;
	margin: 0;
}

/*
	=Meetings =Events
*/
#events {
	background-color: #e1e6d6;
	color: #444;
	padding: 0 0 10px 0;
	font-size: .9em;
	line-height: 1.5em;
}

#events p {
	margin-left: 15px;
	margin-right: 7px;
}

#events strong {
	color: #000;
	font-size: 110%;
	
}

#events h2 {
	background-color: #c1c331;
	font-size: 1.1em;
	font-weight: bold;
	color: #2e591a;
	padding: 3px 15px;
	border-bottom: 2px solid #ffffff;
	margin-top: -2em;
}

/* 
	=Bios
*/

.bio { 
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #c0dc8f
}

.bio img { position: absolute; top: 15px; left: 0; clear: both; }

* html .bio img { left: -150px; }

.bio { padding-left: 115px; clear: both; margin-bottom: 15px; }

body.board .bio { padding-left: 0; }

/* 
	=Publications 
*/

body.publications h4 {
	font-size: 14px;
	color: #548823;
}

body.publications #m p { margin-bottom: 25px; }

span.publbl,
span.publbl2 {
	display: block; 
	float: left;
	width: 90px;
	font-weight: bold;
	color: #999;
}

span.publbl2 {
	margin-bottom: 7px;
}

/*
	=Forms
*/

label {
	display: block;
	float: left;
	width: 110px;
}

.inputtxt {
	border: 1px solid #000;
	width: 240px;
	font: 13px/17px Arial, Sans-Serif;
	padding: 3px 4px;
}

.inputtxta {
	border: 1px solid #000;
	width: 240px;
	height: 120px;
	font: 13px/17px Arial, Sans-Serif;
	padding: 3px 4px;
}

.inputbtn {
	border-top: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	background: #37559d;
	color: #fff;
	padding: 2px 5px;
	letter-spacing: .07em;
	font-size: 12px;
}


/* 
	=Design Elements
*/

.bg-img {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.bg-people {
	padding-top: 185px;
	background-image: url(../imgs/people.jpg);
}


/* 
	=Logo + Discover
*/

#logolnk {
	display: block;
	position: absolute;
	top: -65px;
	left: 10px;
	background-color: transparent;
}

#discover {
	display: block;
	position: absolute;
	top: -67px;
	right: 38px;
}

/* 
	=Primary Navigation
*/

#navigation {
	position: absolute;
	top: 3px;
	left: 195px;
}

#navigation ul {
	/*position: absolute; */
	height: 33px;
	width: 570px;
	bottom: 0;
	list-style-type: none;
	font: 13px/17px Arial, Sans-Serif;
}

#navigation ul li { 
	display: inline;
}

#navigation a {
	background-color: transparent;
	color: #2e591a;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 6px 11px 6px;
}

#navigation a:hover {
	background-color: transparent;
	background-image: url(../imgs/bg-nav-hover.jpg);
	background-repeat: no-repeat;
	border: 1px solid #b5c8f2;
	border-bottom-width: 4px;
	padding: 5px 5px 6px 5px;
}

a#homelnk { background-position: -12px 0; }
a#aboutlnk { background-position: -60px 0; }
a#sciencelnk { background-position: -125px 0; }
a#serviceslnk { background-position: -193px 0; }
a#publicationslnk { background-position: -285px 0; }
a#pipelinelnk { background-position: -375px 0; }
a#partnerslnk { background-position: -410px 0; }

body.home a#homelnk, body.home a#homelnk:hover,
body.about a#aboutlnk, body.about a#aboutlnk:hover, 
body.science a#sciencelnk, body.science a#sciencelnk:hover,
body.services a#serviceslnk, body.services a#serviceslnk:hover,
body.manufacturing a#manufacturinglnk, body.manufacturing a#manufacturinglnk:hover,
body.partners a#partnerslnk, body.partners a#partnerslnk:hover,
body.publications a#publicationslnk, body.publications a#publicationslnk:hover
{
	background-image: url(../imgs/bg-nav-current.gif);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	color: #2e591a;
	border: 0;
	padding: 6px 6px 11px 6px;
	cursor: default;
}

body.jobs a#jobslnk, body.jobs a#jobslnk:hover,
body.news a#newslnk, body.news a#newslnk:hover,
body.contact a#contactlnk, body.contact a#contactlnk:hover {
	background-color: transparent;
	color: #548823;
	font-weight: bold;
	border-bottom: 2px solid #548823;
	cursor: default;
}

.pr { padding-right: 25px; }

/* 
	=Secondary Navigation
*/

#secondarynavigation ul {
	position: absolute;
	right: 25px;
	top: -25px;
	list-style-type: none;
	font-size: 90%;
}

#secondarynavigation li {
	float: left;
	margin-right: 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #ccc;
}

#secondarynavigation li.first {
	border-left-width: 0;
}

#secondarynavigation a {
	padding: 0 5px;
}

/* 
	=Peer Navigation
*/

#peernav {
	position: absolute;
	top: 96px;
	left: 3px;
	font-size: 12px;
	width: 743px;
}

#peernav a {
	padding: 0 3px;
}

body.overview a#overviewlnk, body.overview a#overviewlnk:hover,
body.facilities a#facilitieslnk, body.facilities a#facilitieslnk:hover,
body.people a#peoplelnk, body.people a#peoplelnk:hover,
body.board a#boardlnk, body.board a#boardlnk:hover,
body.polymers a#polymerlnk, body.polymers a#polymerlnk:hover,
body.microparticles a#microparticleslnk, body.microparticles a#microparticleslnk:hover,
body.vaccine a#vaccinelnk, body.vaccine a#vaccinelnk:hover,
body.pla a#plalnk, body.pla a#plalnk:hover,
body.peptides a#peptideslnk, body.peptides a#peptideslnk:hover,
body.implants a#implantslnk, body.implants a#implantslnk:hover,
body.injectable a#injectablelnk, body.injectable a#injectablelnk:hover,
body.surfaces a#surfaceslnk, body.surfaces a#surfaceslnk:hover { 
	background: transparent; 
	color: #000; 
	cursor: default;
	font-weight: bold;
}

/*
	=Page Headlines
*/

#header h1.home {
	height: 90px;
	left: 1px;
	top: 65px;
	width: 771px;
	background-image: url(../imgs/product-focused.png);
}
#header h1.home a { position: absolute; bottom: 0px; right: 0; font-size: 12px; color: #fff; background: transparent; }
* html #header h1.home { background-image: url(); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/product-focused.png"); }

#header p.home { font-size: 12px; position: absolute; left: 190px; top: 135px; width: 500px; color: #fff; }
#header p.home a { color: #fff; text-decoration: underline; }
#header p.home a:hover { color: #23591a; }



/*
	=Resume Form
*/

small { line-height: 1em; }

form.resume {
	background: #fff;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 30px 0;
	line-height: 1.4em;
}

form.resume h4 {
	margin: 7px 10px;
}

form.resume fieldset {
	border: 0;
	padding: 5px 10px;
	margin: 0;
}

form.resume fieldset.alt {
	background-color: #eef3ee;
}

form.resume fieldset.buttons {
	padding-top: 10px;
}

form.resume label {
	width: auto;
	padding-left: 90px;
	padding-bottom: .3em;
	clear: both;
	display: block;
}

form.resume label span.flbl {
	position: relative;
	left: -90px;
	width: 80px;
	float: left;
	margin-right: -90px;
	padding-bottom: .3em;
}

form.resume label input { 
	width: 120px;
	padding: 1px;
}



form.resume fieldset.files label {
	padding-left: 0;
}

form.resume fieldset.files label span.flbl {
	left: 0;
	margin-right: 0;
	float: none;
	width: auto;
	display: block;
}

form.resume fieldset.files label input {
	width: auto;
}

form.resume fieldset.buttons input {
	width: auto;
	border: 1px solid #245803;
	border-left-color: #a4d873;
	border-top-color: #a4d873;
	background-color: #548823;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
}

form.resume fieldset.buttons input:hover {
	background-color: #74a843;
}

form.resume fieldset.buttons input.disabled, 
form.resume filedset.buttons input.disabled:hover {
	background-color: #ccc;
	border: 1px solid #999;
	border-left-color: #eee;
	border-top-color: #eee;
	color: #999;
	cursor: wait;
}

/* 
	=Icons for links
*/


.icon {
	background-position: 0 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}


.pdflist .icon {
	padding-left: 35px;
	background-position: 10px 50%;
}

.ipdf {
	background-image: url(../imgs/icons/pdf.gif);
}

.ihtml {
	background-image: url(../imgs/icons/www.gif);
}

.idoc {
	background-image: url(../imgs/icons/doc.gif);
}

.ippt {
	background-image: url(../imgs/icons/ppt.gif);
}

.ixls {
	background-image: url(../imgs/icons/xls.gif);
}

.itxt {
	background-image:url(../imgs/icons/txt.gif);
}

.iimg {
	background-image: url(../imgs/icons/img.gif);
}

.izip {
	background-image: url(../imgs/icons/zip.gif);
}
