﻿/* color theme 
	lt blue: #6AA3DA
	dk blue: #0763C6
	text dk blue: #164E99
	grey: #EAEAEA
*/

/* layout - main div structure */
body {
	background-color: #fff;
	font-family: arial, san-serif;
	font-size: 76%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 758px;
	border: 1px solid #0763C6;
	text-align: left;
	background-color: #fff;
}
#header {
	float: left;
	min-height: 89px; /* height of the logo image */
	background: url(../images/header-bg.gif) top left no-repeat;
	background-color: #0450A0;
}
#logo { float: left; border: 0; }
#header-meta { float: left; width: 494px; text-align: right; color: #fff; font-weight: bold; }
#header-meta a { color: #fff; text-decoration: none; }
#header-meta a:hover { text-decoration: underline; }
#header-meta ul { list-style-type: none; float: right; }
#header-meta li { float: left; padding: 3px 10px; border-left: 1px solid #fff; }
#header-meta li.firstchild { border-left: 0; }
#header-meta p { clear: both; position: relative; margin: 0 10px 0 0; font-size: 1.2em; top:36px;  }
body > #header-meta p { float: right; width: 99%; }

#leftcol, #content, #sidebar {
	float: left;
	background-color: #fff;
}
#leftcol { clear: both; width: 171px; }

#content {
	width: 400px;
	margin: 0 0 0 11px;
	padding: 25px 0 0 0;
}

#sidebar { width: 176px; padding: 0; }

/* bio page is slightly different */
.biopage #content { width: 380px; }
.biopage #sidebar { width: 195px; }
.biopage #sidebar img { border: 1px solid #0763C6; }

/* 
this is so the content div can span the left 2 cols, the right 2 cols, or all 3 columns 
wideleft, wideright, or widefull is set in the Body_Class metadata
*/
.wideleft #content { width: 571px; } /* left 2 */
.wideright #content { width: 575px; } /* right 2 */
.widefull #content { width: 745px; }/* all 3 */
*html .wideleft #content { width: 560px;  } /* ie6 fix */

/*.homebody #content p, #content ol, #content ul { width: 80%; }*/

#footercontainer {
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
}
#footer {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	border-top: 12px solid #6AA3DA;
	background-color: #0763C6;
	color: #fff;
}
#footer p { margin: 1em 0 0 0; padding: 0; }
#footer a { color: #fff; margin-left: 1.5em; }
#footer #dsalogo { float: right; margin-top: -1em; }
#footer p.gem { font-size: 1.2em; color: #fff; font-weight: bold; margin: .2em; }


#leftcol .nav, #leftcol .nav ul { /* all lists */
	margin: 0;
	padding: 0 0 .2em 0;
	list-style: none;
	font-weight: bold;
	line-height: 1.1em;
}
#leftcol .nav { float: left; margin: 0 0 0 0; border-right: 1px solid #0763C6; border-bottom: 1px solid #0763C6; }

#leftcol .nav a, #leftcol .nav li.selected li a  {
	display: block;
	margin: .2em .2em 0 .2em;
	padding: .4em 2px .4em 20px;
	text-decoration: none;
	color: #000;
	font-size: .9em;
	background: url(../images/nav-arrow-extended.gif) 5px 3px no-repeat;
	background-color: #EAEAEA;
}
#leftcol .nav a { width: 142px; } /* set the width */

/* the hover property needs to be repeated on the PageTemplate file for the dynamic styles */
#leftcol .nav a:hover, #leftcol .nav .selected a, #leftcol .nav li.selected li a:hover { color: #164E99; background: url(../images/nav-arrow-extended.gif) -295px 3px no-repeat; background-color: #EAEAEA; }


#leftcol .nav li { /* all list items */
	float: left; /* for ie to not put extra space */
	margin: 0;
	padding: 0;
	width: 170px; /* width needed or else Opera goes nuts */
}

#leftcol .nav li ul  { /* second-level lists */
	position: absolute;
	background-color: #fff;
	border: 1px solid #0763C6;
	width: 185px;
	margin: -2em 0 0 160px;
	font-size: 1em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	overflow: hidden;
}
#leftcol .nav li li a {
	padding: .4em 0 .4em 20px;
	width: 205px;
}

#leftcol .nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* headings */
h1 { margin: 0 0 .75em 0; font-size: 1.5em; color: #0450A0; }
h2 { margin: 1em 0 .1em 0; font-size: 1.2em; }
h3, h4, h5, h6 { margin: 1em 0 .1em 0; font-size: 1em; }

/* common elements without classes -  p, a, ul, img -  */
p { margin: 0 0 8px 0; }
a { color: #0763C6; }
img { border: 0;}
blockquote { margin: 1em 0 1em 1em; }
th { text-align:left; }

/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* specifics */
#sidebar img { display: block; }
#sidebar p, #sidebar ol, #sidebar ul { font-size: 1em; }
#content ul { margin: 0; padding: 0; }
#content li { padding-left: 10px; background: url(../images/bullet.gif) no-repeat 0 .5em; margin-bottom: .5em;}
#content p, #content ol, #content ul { font-size: 1.2em; margin-bottom: 1em; width: 95%; }
img.photo { margin: 0 16px 10px 0; border: 1px solid #0763C6; }
div.adspace img { border: 0; }

/* form styles for the content section - request form etc */
#formstyle table, {border: thin solid Silver; padding: 1px 0px 1px 0px;}
#formstyle th, {font-size: .9em; padding: 5px 0px 0px 0px;}
#formstyle td {font-size: .9em; font-style: normal;}
#formstyle h3 { margin: 2px 0 1em 0; padding-top: 0; color: #164E99; font-size: 1.1em; }
#formstyle .note {font-size: .9em; color: Maroon; font-weight: normal; }
#formstyle .gnote {font-size: .9em; color: #333; font-weight: normal; }

/* form styles for the content section - request form etc */
#formstyle .subtable table, {border: 1px solid #0762c6; padding: 1px 0px 1px 0px;}
#formstyle th, #formstyle td  { font-weight: bold; padding: 5px 2px 5px 2px;  font-size: 1em;}
#formstyle .graybg {background-color: #EAEAEA;}
#formstyle .center-em {text-align: center; font-style: italic; color: #164E99;  font-weight: bold;}

/* NEWS styles for the content section - news headline formatting */
#newsstyle h3 { margin: 1em 0 0 0; padding-top: 0; color: #164E99; font-size: 1.1em; }
#newsstyle p { margin: 0 0 0 3px; padding-bottom: 0px; padding-top: 0px; font-size: 1em;}
#newsstyle .download {font-size: .9em; font-weight: normal; padding-top: 2px;}

/* utilities */
.strong { font-weight: bold; }

/* blocks - these are different for left and right columns. they surround a block of text or images and put an appropriate side and bottom border  */
#leftcol div.block { clear: both; margin: 0; padding: 0 12px 0 10px; border-right: 1px solid #0763C6; border-bottom: 1px solid #0763C6; font-size: .9em; }
.block h3 { margin:0 0 1em 0; padding-top:1em; color: #164E99; }
#sidebar div.block { clear: both; margin: 0; padding: 0 0 0 12px; border-left: 1px solid #0763C6; border-bottom: 1px solid #0763C6; background-color: #EFEFF0; }
#sidebar .block h3 { padding-top: .5em; margin-bottom: .5em; }
#sidebar div.block a { color: #164E99; }
#sidebar  img.block { border-left: 1px solid #0763c6; border-bottom: 1px solid #0763C6; }

/* subnav */
.subnav { clear: both; margin: 0; padding: 0; border-left: 1px solid #0763C6; border-bottom: 1px solid #0763C6; background-color: #fff; }
.subnav h3 { margin: 0; padding:.6em 0 .6em 12px; background-color: #0763C6; font-weight: bold; color: #fff; }
.subnav ul { margin: 0; padding: 0 0 12px 0; width: 175px; }
.subnav li { margin: 0; padding: 0; width: 100%; font-weight: bold; }
.subnav a { display: block; padding: .3em 0 .3em 12px; color: #000; text-decoration: none; }
/* the hover property needs to be repeated on the PageTemplate file */
.subnav a:hover { background-color: #EFEFF0; color: #164E99; }

/* learn more */
.more a { padding-left: 17px; color: #000; background: url(../images/double-arrow.gif) center left no-repeat; font-weight: bold; }
#sidebar .more { text-align: right; margin-right: 5px; }


/* demonstrator login */
#sidebar div.login { padding-top: .25em; }
#dLogin { margin: 0 0 1em 0; }
#dLogin input { margin-bottom: .4em; width: 110px; height: 11px; }
#dLogin #submit { margin-left: 8px; width: 19px; height: 19px; }
.login h3 { margin: .25em 0; color: #000; }
.login a { margin-right: 1em; font-size: .9em; }
/* label { display: block; padding: 0; color: #164E99; font-weight: bold; } */.
.loginNav { margin-bottom: 10px; }
.loginNav li { padding: .15em 0; }
#dLogin #rememberme { width: 10px; margin: 0; padding: 0; }
#dLogin .rememberme { font-size: .8em; }
#login_boarder { margin-left: -11px; margin-top: .5em; width: 174px; border-bottom: 1px solid #0763C6;}

/* bio */
#sidebar .bio { margin: 60px 0 0 0; }
.bio h3 { margin: .5em 0; }
#content .bio p { font-size: 1em; }


/* sitemap */
#content .nav li a { font-size: 1em; font-weight: bold; }
#content .nav li li a { font-size: .8em; font-weight: normal; }
#content .nav li ul { margin-top: .5em; }

/* admin */
.multirecord td { padding: 3px; }

/* table formatting */
.recordList { width: 90%; margin: 12px 0 20px 0; padding: 0; border-collapse:collapse; }
.recordList td, .recordList th { text-align: left; padding: 6px 8px 6px 8px; }
.recordList th { background-color: #dedede; }
.recordList td { border-bottom: 1px solid #dedede; }

/* error message */
.fail { padding: 10px 2px; color:#FF0000; border: 1px solid #f00; }
ul.error li {
	font-size: .7em;
	color: #ff0000;.
	list-style-type: none;
}

p.form {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

label {	
	font-size: .9em;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}

/*Stick Profile */
.sticky_profile {
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: .9em;
}






