* { padding: 0; margin: 0; }

body { background: #FFF url(/_images/body_background.png) repeat-x; }

a img { border: none; }

a, a:active, a:link, a:visited { color: #006698; text-decoration: underline; }
h2 a { text-decoration: none !important; }
a:hover { text-decoration: none; }
abbr { border-bottom: 1px dotted #aaa; cursor: help; }
i { display: none; }

hr {
	border-color: #ccc;
	border-style: dashed;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 10px;
	height: 0;
}

.digit, .time { font-family: Georgia, "Courier New", Courier, Sans-Serif; }

.time { width: 100px;}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#wrap {
	width: 905px;
	margin: 0 auto;
	border: 1px solid #b3b3b3;
	border-top: none;
	background: #FFF url(/_images/wrap_background.gif) bottom right no-repeat;
	min-height: 500px;
}

#header {
	width: 845px;
	position: relative;
	padding: 10px 30px 0;
	height: 108px;
}

#content {
	position: relative;
	padding: 10px 30px;
	font: 13px/20px Arial, Sans-Serif;
}
.flosee { min-height: 800px; }
.full { background-color: #FFF; }

#content p { margin-bottom: 10px; }

#footer {
	clear: both;
	background-color: #465358;
	width: 907px;
	margin: 0 auto 15px;
	position: relative;
}

#nav {
	background-color: #006698;
	height: 37px;
	border-bottom: 4px solid #064c6d;
	position: relative;
	z-index: 1000;
}

#breadcrumb {
	width: 845px;
	padding: 10px 30px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	font: bold 12px Helvetica, Arial, Sans-Serif;
	color: #006698;
}
#breadcrumb a, #breadcrumb a:visited {
	text-decoration: none;
	font-weight: normal;
}
#breadcrumb a:hover { text-decoration: underline; }
#breadcrumb span { color: #999; font-weight: normal; }
#jsddm { position: relative; }

#col_1 {
	width: 500px;
	margin: 0 10px 10px 0px;
}

#col_2 {
	position: absolute;
	left: 540px;
	top: 0;
	width: 335px;
	margin: 10px 30px 10px 0;
}

#logo {
	float: left;
	width: 326px;
	height: 88px;
}

#search {
	float: left;
	padding-top: 20px;
	padding-left: 150px;
}

#search form {
	width: 234px;
	padding-left: 131px;
}

#query { width: 145px; padding: 2px 0 1px; }

#search p {
	width: 362px;
	text-align: right;
	padding-top: 5px;
	font: 12px/16px Arial, Sans-Serif;
}

#submit {
	vertical-align: bottom;
	margin-bottom: -4px;
}

#jsddm {
	width: 847px;
	margin: 0 auto;
}

#jsddm li {
	float: left;
	height: 37px;
}

#jsddm > li > a:first-child {
	display: block;
	height: 37px;
	text-indent: -9999px;
}

.sub_menu {
	visibility: hidden;
	background-color: #064c6d;
	width: 100px;
}

#home a {
	background: url(/_images/nav.png) 0 0 no-repeat;
	width: 108px;
}
#sci_tech > a:first-child {
	background: url(/_images/nav.png) -108px 0 no-repeat;
	width: 213px;
}
#outreach_education > a:first-child {
	background: url(/_images/nav.png) -321px 0 no-repeat;
	width: 216px;
}
#opportunities > a:first-child {
	background: url(/_images/nav.png) -537px 0 no-repeat;
	width: 165px;
}
#about, #about > a:first-child {
	background: url(/_images/nav.png) -702px 0 no-repeat;
	width: 137px;
}

#home a.current, #home a.current:hover {
	background: url(/_images/nav.png) 0 -74px no-repeat;
	width: 108px;
}
#sci_tech > a.current:first-child, #sci_tech > a.current:first-child:hover {
	background: url(/_images/nav.png) -108px -74px no-repeat;
	width: 213px;
}
#outreach_education > a.current:first-child, #outreach_education > a.current:first-child:hover {
	background: url(/_images/nav.png) -321px -74px no-repeat;
	width: 216px;
}
#opportunities > a.current:first-child, #opportunities > a.current:first-child:hover {
	background: url(/_images/nav.png) -537px -74px no-repeat;
	width: 165px;
}
#about > a.current:first-child, #about > a.current:first-child:hover {
	background: url(/_images/nav.png) -702px -74px no-repeat;
	width: 137px;
}

#home a:hover {
	background: url(/_images/nav.png) 0 -37px no-repeat;
	width: 108px;
}
#sci_tech > a:first-child:hover, #sci_tech > .active:first-child {
	background: url(/_images/nav.png) -108px -37px no-repeat;
	width: 213px;
	cursor: default;
}
#outreach_education > a:first-child:hover, #outreach_education a.current:hover, #outreach_education > .active:first-child  {
	background: url(/_images/nav.png) -321px -37px no-repeat;
	width: 216px;
	cursor: default;
}
#opportunities > a:first-child:hover, #opportunities > .active:first-child {
	background: url(/_images/nav.png) -537px -37px no-repeat;
	width: 165px;
	cursor: default;
}
#about > a:first-child:hover, #about > .active:first-child {
	background: url(/_images/nav.png) -702px -37px no-repeat;
	width: 137px;
	cursor: default;
}


#jsddm li ul { visibility: hidden; position: absolute; margin: 0; padding: 10px 0 5px; z-index: 999; background-color: #064c6d; background-color: rgb(10, 136, 198); border: 1px solid #064c6d; border-top: none; margin-left: -1px; }
#jsddm li ul li { float: none !important; margin: 0; padding: 0; height: auto; width: 100%; font: 12px Arial, Sans-Serif; color: #FFF; font-weight: bold; }
#jsddm #about ul { right: 7px; min-width: 137px; }
#jsddm #outreach_education ul { min-width: 216px; }
#jsddm #sci_tech ul { min-width: 213px; }
#jsddm li ul li a { display: block; height: auto; color: #FFF; padding: 5px 10px; margin: 0; text-decoration: none; }
#jsddm li ul li a:hover { background-color: #064c6d; height: auto; text-decoration: none; }

#content h2 {
	font: 30px Futura, Arial, Sans-serif;
	color: #006698;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
	margin-top: 15px;
}

.latest { color: #ea0606; font-weight: bold; font-size: 11px; }

dl { padding: 5px 0; }
dd {
	padding: 0 0 15px 0px;
	font-size: 12px;
}

#col_1 h2, #col_2 h2 {
	margin-top: 0;
}

h2.inner { margin-top: 25px !important; }

h3, h4, h5 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	padding-bottom: 5px;
}

h5 { font-weight: bold; text-transform: uppercase; font-size: 12px; margin-top: 5px; }

.sidebar h3 {
	color: #006698;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0 3px;
	cursor: pointer;
}

iframe { margin-bottom: 20px; }

#slideshow {
	margin-bottom: 5px;
	margin-left: 0 !important;
	height: 250px;
	overflow: hidden;
}

#content ul { line-height: 18px; }

.sect {
	background-color: #f2f2f2;
	color: #000;
	padding: 10px;
	margin: 0 0 15px;
}

.sidebar ul, .sect ul, #content ul {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}

#content ul li ul { list-style: lower-alpha; padding-left: 15px; }
.downloadbanner { padding: 0; height: 35px; line-height: 35px; text-align: center; width: 100%; background-color: #009afe; font-size: 16px; margin-top: -9px;}
.downloadbanner a:link, .downloadbanner a:visited { font-weight: bold; color: #666; text-decoration: none; color: #FFF; width: 100%; height: 35px; display: block; }
.downloadbanner a:hover { text-decoration: underline; background-color: #028ce6; }
ol { margin-left: 15px; list-style: decimal; }
.sidebar ul { margin-bottom: 10px; }
.sidebar ul li, .sect ul li, ol li { margin: 5px 0; }

.sect p.note {
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

table { margin-bottom: 5px; }
table td, table th { padding: 5px; }
table th { text-align: left; text-transform: uppercase; font-size: 12px; padding-top: 5px; }
table.full { width: 845px; margin-bottom: 10px; } 
table.col { width: 475px; background: #FFF; }
table.full td, table.full th, table.col td, table.col th { border: 1px solid #000000; }
.partners img { padding: 12px 12px 12px 0; vertical-align: middle; }

.partners img:first-child { margin-left: 12px; }

.partners a.more-partners { margin-left: 20px; font-style: italic; }

.sidebar {
	background-color: #f2f2f2;
	padding: 10px;
}

.sidebar img { padding: 10px 10px 10px 0; }

#accordion { padding-top: 10px; }

.ad { margin: 10px 0; text-indent: -9999px; }

a.ad_brochure { background: url(/_images/download_brochure.png) no-repeat; height: 63px; width: 335px; display: block; }
a.ad_brochure:hover { background: url(/_images/download_brochure.png) 0 -63px no-repeat; height: 63px; width: 335px; display: block; }

.img_right {
	float: right;
	margin-left: 15px;
}

.img_right p { font-size: 10px; line-height: 15px;}
.img_right a img { border: 5px solid #ddd; }
.img_right a:hover img { border: 5px solid #000; }
.img_right img { border: 5px solid #ddd; margin-bottom: 5px; }

img.right {
	float: right;
	border: 5px solid #ddd;
	margin-left: 15px;
}
.img-caption { padding-bottom: 15px; }
.img-caption img { margin-bottom: 3px !important; border: 5px solid #ddd; }
.img-caption p {
	padding: 0 !important; margin: 0 !important; font-size: 11px; font-style: italic; line-height: 11px !important;
}

.entry-meta { padding: 0 0 15px; font-style: italic; }
.nav-previous { float: left; width: 50%; padding-bottom: 15px; }
.nav-next { float: right; width: 50%; padding-bottom: 15px; text-align: right; }

.more-link { padding-left: 5px; }
.post { clear: both; }
td.date { width: 45px; text-align: center; }
.gallery { padding-top: 10px; }
.gallery-item { float: left; padding: 0 40px 25px 0; width: 156px; }
.gallery-item a img { border: 3px solid #ddd; }
.gallery-caption { padding-top: 5px; font: 13px Helvetica, Arial, Sans-Serif; color: #006698; text-align: center; }
object { margin-bottom: 25px; border: 5px solid #ddd; }
#footer p {
	padding: 15px 30px;
	color: #FFF;
	font: 11px/16px Arial, Sans-Serif;
}

#footer a:link, #footer a:visited { color: #FFF; }

#footer p.legal { position: absolute; top: 0; right: 0; text-align: right; }
