/* CSS Document */
/*******************************************************
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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: none;
}

/*******************************************************
Global
*******************************************************/

body {
	background-color:#09447d;
	font-family:Helvetica, Arial, sans-serif;
	color:#464747;
	font-size:0.8em;
	line-height:1.1em;
}
a {
	color:#1d4ada;
}
a:hover {
	color:#1d4ada;
}
#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#wrapper {
	background-color:#DCEAF6;
}
#leftside {
	float:left;
	width:135px;
	position:absolute;
}
#rightside {
	float:right;
	width:640px;
}
#ContentShadow {
	width:640px;
	background: transparent url(../images/bg_shadow.gif) no-repeat top;
}
#contentbody {
	background-color:#FFFFFF;
	width:610px;
	margin-top:13px;
	margin-left:15px;
}
#content {
	margin-left:15px;
	width:580px;
	padding-bottom:35px;
}
#content p {
	margin-top: 10px;
	font-size:11px;
}
.clear {
	clear:both;
}
.para-left {
	width:340px;
	font-size:11px;
}
.para-left p {
	margin-bottom:10px;
}
.para-right {
	width:215px;
	float:right;
}
.para-left ul, .para-right ul {
	margin:10px 0 0 15px;
}
.para-left ul li, .para-right ul li {
	font-size:11px;
	list-style-type:disc;
	
}
.para-left ul li a, .para-right ul li a {
	text-decoration:none;
	display:block;
	padding:5px;
	border-bottom:1px dotted #999999; 
}
.para-left ul li a:hover, .para-right ul li a:hover {
	background-color:#B2C5E8;
}
#content h3 {
	color:#FFFFFF;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#09447D;
	padding:3px 0 3px 5px;
	font-weight:bold;
}
a.boxlink {
	text-align:right;
	display:block;
	background-color:#026cd1;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:8px;
	padding: 6px 10px 2px 0;
	font-size:0.9em;
	font-weight:bold;
}
a:hover.boxlink {
	color:#026cd1;
	background-color:#B2C5E8;
}
p.leadin {
	font-weight:bold;
}

/*******************************************************
Splash
*******************************************************/
#splash {
	background:url(../images/splash.jpg);
	height:465px;
	width:730px;
	margin: 50px auto 0 auto;
	position:relative;
}
body.index {
	background-color:#DCEAF6;
}
#splashBTN {
	position:absolute;
	right: 30px;
	bottom: 30px;
}


/*******************************************************
Header and Footer
*******************************************************/
#header {
	padding:10px 0 0 10px;
}
#footer {
	xbackground-color:#09447d;
	xbackground-color:#FFFFFF;
	background: #09447D url(../images/footer_shadow2.gif) repeat-x top;
	clear:both;
}
#FooterContent {
	width:780px;
	margin: 0 auto 0 auto;
	padding: 10px 30px 85px 0;
	text-align:right;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
}
#FooterContent p {
	border-bottom:1px solid #386B9D;
	width:610px;
	float:right;
	line-height:2em;
}
#FooterContent a {
	color:#FFFFFF;
}
#FooterContent a:hover {
	text-decoration:none;
}


/*******************************************************
Main NAV
*******************************************************/
#mainnav {
	margin-top:105px;
	text-align:right;
	margin-right:15px;
	position:relative;
}
#mainnav a {
	color:#464747;
	text-decoration:none;
	display:block;
	border-bottom: 1px solid #CCCCCC;
	line-height:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-right:5px;
	width:100%;
	font-weight:bold;
}
#mainnav a:hover {
	background-color:#FFFFFF;
}
.flyout ul {
	border:3px solid #FFFFFF;
	background-color:#0066FF;
	width:200px;
}
.flyout ul li {
	border-bottom:1px solid #CCCCCC;
	xbackground: transparent url(../images/dots.gif) repeat-x scroll 0% 100%;
}
.flyout ul li.last {
	border:none;
}
.flyout ul li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-left:15px;
	font-weight:bold;
	line-height:1.7em;
	width:185px;
}
.flyout ul li a:hover {
	background-color:#B2C5E8;
}
#ResearchFlyout {
	display:none;
	position:relative;
	left:125px;
	top:-88px;
	xwidth:200px;
}
#EducationFlyout {
	display:none;
	position:relative;
	left:125px;
	top:-68px;
	xwidth:200px;
}	




/*******************************************************
Homepage
*******************************************************/
.home-img {
	width:580px;
	height:280px;
	background-color:#999999;
	margin-bottom:15px;
}
img.arctic-series-img {
	margin-top:10px;
	margin-left:10px;
	float:right;
}
img.arctic-series-img-right {
	margin-bottom:10px;
	margin-top:10px;
}