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,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;

}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

a img,:link img,:visited img { border:none }


/*  end reset */

html {background:#f1f7fa url(images/backfill.png) repeat-x}

body {
	
	font-size:75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html>body {
	font-size:12px;
}
em {
	font-style:italic;
	}
p {
	font-size:0.9em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
	
}
h1 {
	line-height:1.2em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
	color: #FF9900;
	
}
h2 {
	line-height:1.2em;
	font-size:1.5em;
	margin:1.929em 0 0.643em 0;
	font-weight:normal;
	color: #cc3300;
}

h3 {
	font-size:1em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight:bold;
	color: #ff9c05;
}

h4 {
	font-size:1em;
	margin:.629em 0 0.643em 0;
	font-weight: normal;
	color: #ff9c05;
	}

.sidenote {
	text-indent:-0.7em;
	width:12em;
	margin-right:0;
	font-size:0.8333em;
	line-height:1.8em;
	position:absolute;
	top:0;
	left:42.6em;
}
.footnote {
	border-top:0.08333em solid #000;
	margin-top:2.25em;
	padding-top:0.667em;
	margin-left:0;
	
}
.content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;	
	
}


.content2 {
	
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 16px;	
	
}

#wrapper {
	background-color:#FFF;
	padding: 7px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	}
	
	
	
/* ---[ Menu ]------------------------------- */

#logo a{
	overflow: hidden;
	}
#mnav {
	
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	display: inline;
	overflow: hidden;
	width: 545px;
	}

#mnav li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	/* hide from IE mac \*/
	float:left;
	/* end hiding from IE5 mac */
	}
#mnav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
#mnav a.selected a:hover {
background-position: 0 -40px;
	}

#mnav a:hover {
	background-position: 0 -20px;
	}
	
#mnav a:active, #mnav a.selected {
	background-position: 0 -40px;
	}

#home a  {
	width: 65px;
	background: url(images/menu_home.gif) top left no-repeat;
	}
#research a  {
	width: 92px;
	background: url(images/menu_research.gif) top left no-repeat;
	}
#coreteam a {
	width: 97px;
	background: url(images/menu_coreteam.gif) top left no-repeat;
}
#contactus a {
	width: 104px;
	background: url(images/menu_contactus.gif) top left no-repeat;
}
#careers a {
	width: 82px;
	background: url(images/menu_careers.gif) top left no-repeat;
}
#newspress a {
	width: 105px;
	background: url(images/menu_newspress.gif) top left no-repeat;
}



/*  ---------- HEADER --------------*/
#header {
	height: 20px;
	background-color: #cc3300;
	}
	
li.ae {
	padding-left:16px;
	padding-right: 320px;
	display: inline;
	text-decoration: none;
	font-size: .85em;
	}
	
li.smArrow {
	
	display: inline;
	line-height: 20px;
	padding-right: 10px;
	}
	
li.smArrow a {
	background: url(images/smArrow.gif) left center no-repeat;
	padding-left: 15px;
	color:#FFF;
	text-decoration: none;
	font-size: .85em;
}

li.smArrow a:hover {
	background: url(images/smArrow.gif) left center no-repeat;
	padding-left: 15px;
	color:#FFF;
	text-decoration:underline;
	font-size: .85em;
}

#clearer {
	clear: both;
	}
	
	
/* -------- Side Links -------*/

#links {
	width: 300px;
	float: left;
	}
	
#links ul {
        list-style-type: none;
        width: 300px;
}

#links li.active {
        background: url(images/sidefill_active.jpg) top left repeat-y;
}

#links li {
        border-bottom: 1px solid #DFDFDF;
        border-width: 1px 0;
		background: url(images/sidefill.jpg) top left repeat-y;
}

#links li a { 
        color: #db3b1f;
        display: block;
        font: bold 110% Arial, Helvetica, sans-serif;
        padding: 10px;
        text-decoration: none;
		width: 300px;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 280px;
}

#links li.active a:hover {
        background: url(images/sidefill_active.jpg) top left repeat-y;
}

#links li a:hover {
        background: url(images/sidefill_hover.jpg) top left repeat-y;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #0099cc;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}



/* ------  footer   --------------- */

tr.footer {
	background-color:#00478d;
	width: 100%;
	text-align:center;
	color: #FFFFFF;
}

tr.footer td a{
	font-size: 10px;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	line-height:20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

tr.footer td a:hover {
	color: #00CCFF;
}

tr.footer td {
	font-size: 10px;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	line-height:20px;
}
	
	
	
#textBox {
	height: 180px;
	background-color: #0099cc;
	width: 320px;
	}

#textBox2 {
	height: 180px;
	background-color: #0000CC;
	width: 240px;
	
	}

#tbody {
	clear: both;
}

a {
	color: #ff9c05;
	}

.name {
	font-size:1.2em;
	line-height: 1.7em;
	margin:1.929em 0 0.643em 0;
	font-weight: bold;
	color: #ff9c05;
	}
	
.title {
	font-size:1em;
	line-height: 1.7em;
	margin:1.929em 0 0.643em 0;
	font-weight: normal;
	color: #999;
}


/* -------- Back Link -------*/

#back {
	width: 150px;
	float: right;
	}
	
#back ul {
        list-style-type: none;
        width: 150px;
}

#back li {
		background: #db3b1f;
}

#back li a { 
        color: #fff;
        display: block;
        font: bold 80% Arial, Helvetica, sans-serif;
        padding: 3px 6px;
        text-decoration: none;
		width: 138px;
}

 * html #backli a {  /* make hover effect work in IE */
	width: 150px;
}

#back li a:hover {
        background: #0099cc;
}

li.pdf {
	background: url(images/pdfIcon.png) left center no-repeat;
	padding-left: 17px;
	margin-bottom: 10px;
}