@charset "UTF-8";
/* CSS Document */

/* Default Styles 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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
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;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
html {
	background: #025E51 url(images/htmlBkgnd.jpg) repeat-y center top;
}
/*------------------------------------------*/

body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font: 1em Avenir, Helvetica, Arial, sans-serif;
	height: 100%;
	position: relative;
}

#Sidebar {
	display: block;
	float: left;
	width: 216px;
	position: relative;
	padding: 20px 12px;
	background: #AEB0B3;
	height: 100%;
}

#Sidebar img.sideBarAlt {
margin: 0px 0px 20px 0px;
}

#MainContent {
	width: 660px;
	float: right;
	padding: 20px 30px 30px;
	background: #FFFFFF url(images/MainContentBkgnd.jpg) repeat-y left top;
}
#Footer {
	clear: both;
	float: right;
	width: 720px;
	text-align: center;
	font-size: 1em;
	height: 28px;
	background: url(images/FooterBkgnd.jpg) no-repeat left top;
	color: #FFFFFF;
	padding-top: 75px;
	font-weight: bold;
}
#Nav {
	display: block;
	position: relative;
	text-align: center;
	width: 960px;
	background: #0167B1;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 30px;
	padding-top: 15px;
}
#Nav .scienceSubMenu {
	margin-left: -140px;
}

#Nav a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: rgba(25,25,25,0.5) 1px 1px 1px;
}
#Nav a:hover {
	color: #999999;
	text-decoration: none;
}

#Nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#Nav a:visited:hover {
	color: #999999;
	text-decoration: none;
}

#Nav ul {
	position: relative;
	display: inline;
}
#Nav li {
	margin-right: auto;
	margin-left: auto;
	display: inline;
	padding: 5px 15px 5px 15px;
	
}

#Nav ul ul {
	display: none;
	background: #0167B1;
	z-index: 100;
	text-align: center;
	position: absolute;
	margin-top: 15px;
	margin-left: -90px;
	padding: 10px;
	line-height: 1.75em;
  -webkit-box-shadow: 0 4px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 4px 3px rgba(0,0,0,.5);
	box-shadow: 0 4px 3px rgba(0,0,0,.5);

}

#Nav ul ul li {
	float: left;
	clear: left;
	background: #025E51;
	padding: 3px 8px 3px 8px;
	margin-bottom: 0px;
	width: 125px;
	border-top: 2px solid #02B097;
	border-right: 2px solid #001F1A;
	border-bottom: 2px solid #001F1A;
	border-left: 2px solid #02D0B2;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.25em;
	}

#Nav li:hover ul {
	display: inline;
	}
	
#Nav ul ul li {
	float: left;
	}
	
#MainContent p {
	font-size: .85em;
	line-height: 1.65em;
	margin-bottom: 1em;
}
#MainContent h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #0167B1;
	margin-bottom: .5em;
}

#MainContent h2 {
	font-size: 1em;
	font-style: normal;
	text-transform: none;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 1em;
	clear: left;
}

#MainContent h2.listHead {
	font-size: 1em;
	font-style: normal;
	text-transform: none;
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
}

#MainContent .leftColumn {
	float: left;
	width: 180px;
	margin-right: 25px;
}

#MainContent .leftColumnWide {
	float: left;
	width: 250px;
	margin-right: 25px;
}

.SidebarSection {
	background: #0167B1;
	font-size: 0.75em;
	color: #FFFFFF;
	margin-bottom: 25px;
	width: 214px;
	font-weight: bold;
}
.sectionHead {
	background: url(images/sectionHeadBkgnd.jpg) no-repeat left top;
	height: 8px;
}
.sectionBody {
	background: url(images/sectionBodyBkgnd.jpg) repeat-y left top;
	padding: 10px 15px;
}
#MainContent ul li {
	font-size: .85em;
	line-height: 1.75em;
	list-style: disc outside;
	margin-left: .75em;
}

#MainContent ol li {
	line-height: 1.75em;
	list-style: decimal outside;
	margin-left: .75em;
	font-size: .85em;
	margin-bottom: 1em;
}

#MainContent ol.subList li {
	line-height: 1.75em;
	list-style: lower-alpha outside;
	margin-left: 1.5em;
	font-size: .85em;
	margin-bottom: 1em;
}

#MainContent a {
	color: #0167B1;
	}
	
#MainContent a:hover {
	color: #016153;
}

#MainContent a:visited {
		color: #999999;
}
#MainContent a:visited:hover {
			color: #016153;
}

#MainContent ul {
	margin-bottom: 1.5em;

}

#MainContent ol {
	margin-bottom: 1.5em;

}

a.bottomLink {
font-size: 1em;
font-weight: bold;
}

#MainContent img.textImage {
	float: right;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
} 

#MainContent .blueList li {
	color: #3A68B1;
	margin-bottom: .75em;
}

.sectionFoot {
	background: url(images/sectionFootBkgnd.jpg) no-repeat left top;
	height: 8px;
}
.SidebarSection  li {
	line-height: 1.75em;
	list-style: disc inside;
}
.SidebarSection ul {
	margin-top: 1em;
}
.SidebarSection p {
	line-height: 1.5em;
}

.SidebarSection a {
	color: #FFFFFF;
	text-decoration: none;
}
.SidebarSection a:hover {
	color: #999999;
	text-decoration: none;
}
.SidebarSection a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.SidebarSection a:visited:hover {
	color: #999999;
	text-decoration: none;
}

#projectProfile {
	background: url(images/projectProfile.jpg) no-repeat top;
	display: block;
	overflow: hidden;
	height: 217px;
	width: 214px;
	text-indent: -9999px;
	margin: 25px 0px 25px 0px;
}

#projectProfile:hover {
	background-position: bottom;
}

#imageSidebar {
	background: #FFFFFF url(images/imageSidebar.jpg) no-repeat left top;
	width: 270px;
	float: right;
	margin-top: 20px;
	padding: 10px;
	margin-left: 10px;
}
#imageSidebar img {
	margin-bottom: 25px;
}

/*---------------------- Gallery and Project Profiles ----------------------*/

#MainContent #projectss a {
	color: #0167B1;
	text-decoration: none;
	font-weight: bold;
}

#MainContent #projectss a:visited {
color: #FFFFFF;
text-decoration: none;
	font-weight: bold;
} 

#MainContent #projectss a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#projectss p {
color: #FFFFFF;
margin-left: 15px;
}

#projectss h2 {
color: #FFFFFF;
margin-top: 15px;
margin-bottom: 1em;
}

#projectss img {
margin-bottom: 15px;
margin-top:15px;
}

#projectss .projectDraw {
	background: #025E51;
	padding: 10px 10px 10px 10px;
	 box-shadow: 0px 0px 5px black;
	 -moz-box-shadow: 0px 0px 5px black;
	 -webkit-box-shadow: 0px 0px 5px black;
}

#MainContent .galleryRow a {
color: #0167B1;
	text-decoration: none;
	font-weight: bold;
margin-top: .5em;
}

#MainContent .galleryRow .galleryText {
margin-bottom: 15px;
}

#MainContent .galleryPhoto img {
margin: 15px;

float: left;
}

.tool-title {
display: none;
}
.tool-text {
	border:1px solid #ccc;
	float:left;
	margin:0;
	background-color:#FFFFFF;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	}
.tool-tip {
		z-index:99999999;
	}
