/* 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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }  :focus { outline: 0; }  ins { text-decoration: none; } del { text-decoration: line-through; }  table { border-collapse: collapse; border-spacing: 0; }


/* Typography */
body, p, th, td, label, input, select, textarea {
  color: #231f20;
  /* SitePoint Web Font Stack - http://www.sitepoint.com/article/eight-definitive-font-stacks/ */
  font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans serif;
}

a:link, a:visited {
  color: #717171;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

p {
	margin: 1em 0;
}

h1 {
  color: #00467f;
  text-align: center;
  font: 3.6em/1em Cambria, Times, "Times New Roman", serif;
  width: 80%;
  margin: 0 auto 12px;
}
h2 {
  font-size: 1.7em;
  padding: 6px 0 3px;
}
h3 {
  font-size: 1.5em;
  padding: 3px 0;
}
td.headline h3 {
	padding: 0;
}

.darkbluetext {
	color: #00467f;
}
.darkojtext {
	color: #ffa133;
}
.whitetext {
	color: #FFF;
}

.caption {
	font-size: 11px;
	color: #506577;
	display: block;
	margin-bottom: 1em;
}
.cite {
  font-style: italic;
}

/* Layout */

body {
	background: #f6f9fb;
}

/* --- Wrappers --- */
#page {
	width: 908px;
	margin: auto;
	position: relative;
}
#main {
	background: transparent url('../img/mainbg.gif') repeat-y 50% 0;
}
#main .content {
	background: transparent url('../img/maintop.jpg') no-repeat 50% 0;
}
#main .content .wrap {
	padding: 0 15px;
	min-height: 270px;
	
}

/* --- Header --- */
#header {
	height: 180px;
	width: 670px;
	margin: 2px 16px 20px;
}
#header td {
	vertical-align: top;
}
#header td table#info {
	height: 180px;
}

#header td#published, #header td#headertitle {
	vertical-align: bottom;
	text-align: right;
}
#published {
	background: #FFF url('../img/header2.jpg') no-repeat 0 0;
	color: #FFF;
	width: 226px;
	height: 39px;
}
#published span {
	border: 2px solid #FFF;
	padding: 1px 12px;
	background-color: #84afd0;
  border-right: none;
}
#published .date {
	background-color: #e1ecf3;
	color: #00467f;
	padding:3px 8px;
	text-align:center;
}
#headertitle {
	color: #ff8a00;
	background: #FFF url('../img/header3.jpg') no-repeat 0 0;
	padding-right: 12px;
}
#headertitle h2 {
	font-size: 1.7em;
}
#headertitle h3 {
	font-size: 1.2em;
}

/* --- Footer --- */
#footer {
	background: transparent url('../img/footerbg.png') no-repeat 50% bottom;
	height: 150px;
	padding: 20px 30px 20px;
}
#footer ul {
	list-style: none inside url('../img/footerbullet.gif');
}
#footer li a:link, #footer li a:visited {
	color: #00467f;
	font-weight: bold;
	text-decoration: none;
}
#footer li a:hover, #footer li a:active {
	text-decoration: underline;
}

/* --- Navigation --- */
#nav {
	width: 203px;
	background: #ffe1b7 url('../img/sidebarbg.png') repeat-y -203px 0;
}
#nav, #nav p {
	font-size: 11px;
	line-height: 16px;
}
#nav .top {
	height: 190px;
	background: transparent url('../img/sidebarbg.png') no-repeat 0 0;
	padding: 2px 15px 0;
}
#nav .title {
	display: block;
	text-indent: -9999px;
	width: 125px;
	height: 50px;
	background: transparent url('../img/sprites.gif') no-repeat 0 -75px;
	margin: 0 auto 10px;
}
#nav p {
	text-align: justify;
	color: #00467f;
}
#nav ul {
	background: transparent url('../img/sidebarbg.png') no-repeat -406px bottom;
	padding: 0 0 10px;
}
#nav h3.sec, #nav h3.sec span {
	display: block;
	height: 25px;
	background: transparent url('../img/sprites.gif') no-repeat 0 0;
}
#nav h3.sec {
	margin: 10px 0 1px;
	padding: 0;
}
#nav h3.sec span {
	text-indent: -9999px;
}
#nav h3.buildings span {
	width: 100px;
	background-position: 0 -25px;
}
#nav h3.research span {
	width: 100px;
	background-position: -100px -25px;
}
#nav h3.tech span {
	width: 125px;
	background-position: 0 -50px;
}
#nav .arrow {
	display: block;
	width: 10px; height: 15px;
	float: right;
	background: none;
}
#nav li ul {
	margin: 0 3px;
	padding: 0;
	background: none;
}
#nav li ul li {
	border: 1px dotted #99815e;
	border-width: 1px 0;
	margin-top: -1px;
}
#nav li ul li:first-child {
	border-top: none;
}
#nav li ul a:link, #nav li ul a:visited {
	display: block;
	border: 1px solid #ffe7c5;
	border-width: 1px 0;
	background-color: #ffe7c5;
	color: #00467f;color: #300;
	text-decoration: none;
	padding: 0 3px;
}
#nav li ul a:hover, #nav li ul a:active,
#nav li ul li.selected a:link, #nav li ul li.selected a:visited {
	border-color: #FFF;
	background-color: #ffcc7f;
	color: #00467f;
}
#nav li ul a:hover .arrow, #nav li ul a:active .arrow,
#nav li ul li.selected .arrow {
	background: #ffcc7f url('../img/sprites.gif') no-repeat -230px 0;
}

/* --- Content tables --- */
#toptable, #bottomtable {
	margin: 0 12px;
}
#toptable td, #bottomtable td {
	vertical-align: top;
}
#toptable td.rightcol, #bottomtable td.rightcol {
  padding-left: 12px;
}
#toptable table td, #bottomtable table td {
  padding: 2px 12px;
}
#toptable table td.headline, #bottomtable table td.headline {
	vertical-align: middle;
	font-weight: bold;
  padding: 4px 12px;
}

/* Generic classes */
.imgborder {
	padding: 4px;
	border: 1px solid #cccccc;
}
.imgborder img {
	display: block;
  background-color: #CCCCCC;
}
.darkblue {
	background-color: #00467f;
	color: #FFF;
}
.midblue {
	background-color: #c4dbed;
	color: #00467f;
}
.darkoj {
	background-color: #ffa133;
	color: #FFF;
}
.midoj {
	background-color: #ffc47f;
}
ul.bluebullet {
	list-style: none outside url('../img/bluebullet.gif');
	padding-left: 25px;
}
ul.ojbullet {
	list-style: none outside url('../img/orangebullet.gif');
	padding-left: 25px;
}