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

/*---------------------RESET CSS--------------------*/
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;
	border:0;
	outline:0;
	font-size:100%;
	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
}
/*-----------------END RESET CSS--------------------*/

/*---------------------TEXT CSS--------------------*/
body {
	font:13px/1.5 Helvetica, Arial, sans-serif; background: #ffffff;
}

a:focus {
	outline:1px dotted invert;
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:25px;
	color: #225067;
}
h2 {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
h3 {
	font-size:13px;
	text-transform: uppercase;
	color: #225067;
	font-weight:600;
	padding-top: 10px;
}
h4 {
	font-size:12px;
	text-transform: uppercase;
}

.success-story-info {
	font-size:12px;
	font-weight: bold;
}

h5 {
	font-size:14px;
	text-transform: uppercase;
	color:#BEBEBE;
}
h6 {
	font-size:15px;
}
ol {
	list-style:decimal;
}
ul {
	list-style: disc;
}
li {
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
}
/*-----------------END TEXT CSS--------------------*/

/*---------------------960 CSS--------------------*/
.container_12 {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px
}
.container_12 .grid_3 {
	width:220px
}
.container_12 .grid_6 {
	width:460px
}
.container_12 .grid_9 {
	width:700px
}
.container_12 .grid_12 {
	width:940px
}
.alpha {
	margin-left:0
}
.omega {
	margin-right:0
}
.container_12 .grid_1 {
	width:60px
}
.container_12 .grid_2 {
	width:140px
}
.container_12 .grid_4 {
	width:300px
}
.container_12 .grid_5 {
	width:380px
}
.container_12 .grid_7 {
	width:540px
}
.container_12 .grid_8 {
	width:620px
}
.container_12 .grid_10 {
	width:780px
}
.container_12 .grid_11 {
	width:860px
}
.container_12 .prefix_3 {
	padding-left:240px
}
.container_12 .prefix_6 {
	padding-left:480px
}
.container_12 .prefix_9 {
	padding-left:720px
}
.container_12 .prefix_1 {
	padding-left:80px
}
.container_12 .prefix_2 {
	padding-left:160px
}
.container_12 .prefix_4 {
	padding-left:320px
}
.container_12 .prefix_5 {
	padding-left:400px
}
.container_12 .prefix_7 {
	padding-left:560px
}
.container_12 .prefix_8 {
	padding-left:640px
}
.container_12 .prefix_10 {
	padding-left:800px
}
.container_12 .prefix_11 {
	padding-left:880px
}
.container_12 .suffix_3 {
	padding-right:240px
}
.container_12 .suffix_6 {
	padding-right:480px
}
.container_12 .suffix_9 {
	padding-right:720px
}
.container_12 .suffix_1 {
	padding-right:80px
}
.container_12 .suffix_2 {
	padding-right:160px
}
.container_12 .suffix_4 {
	padding-right:320px
}
.container_12 .suffix_5 {
	padding-right:400px
}
.container_12 .suffix_7 {
	padding-right:560px
}
.container_12 .suffix_8 {
	padding-right:640px
}
.container_12 .suffix_10 {
	padding-right:800px
}
.container_12 .suffix_11 {
	padding-right:880px
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
/*-----------------END 960 CSS--------------------*/

/*---------------------CUSTOM CSS--------------------*/
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
body {
	color: #464646;
	font-size: 12px;
}
a {
	color: #4AAA42;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #225067;
}
h1 {
	font-weight: normal;
}
h2 {
	padding: 20px 0 0;
}
p {
/*	overflow: hidden;*/
	padding: 0 0 10px 0;
}
p.footer {
	overflow: hidden;
	padding: 10px 0;
	color: #225067;
	font-size:11px;
}
p.footer_nav {
	overflow: hidden;
	padding: 10px 0;
	text-align: right;
	color: #225067;
	font-size:11px;
}
.footer_nav A:link {
	color: #225067;
	text-decoration: none
}
.footer_nav A:hover {
	text-decoration: underline;
}
.container_12 {
/*background: #fff url(../img/12_col.gif) repeat-y;*/
}
.header_bg {
	background: url(../img/header_main.jpg) right no-repeat;
	height:116px;
	width:100%;
	margin:0;
	padding:0;
}
.logo {
	padding-top:37px;
}
.nav_bg {
	background:url(../img/bg_main_nav.png) repeat-x;
	height:42px;
	width:100%;
	margin:0;
	padding:0;
}

#resodyn-span ul {
	margin-left: 25px;
}

#navcontainer ul {
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	padding: 1px 0px 0px;
	height: 31px;
	text-transform: uppercase;
}
#navcontainer ul li {
	float: left;
	margin: 0;
	display: block;
}
#navcontainer ul li a {
	text-decoration: none;
	margin: 0;
	background: url(../img/nav_rollover.png) top left repeat-x;
	color: #CECECE;
	height: 28px;
	border-right: 1px solid #415B72;
	display: block;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-position: 0 -44px;
	color: #F2F2F2;
}
#navlist li a#current {
	color: #fff;
	background-position: 0 -43px;
}

#navlist a.single{padding: 11px 7px 2px 7px}

#navlist a.smallbiz{
	text-align: center;
	line-height: 13px;
	padding: 7px 7px 6px 7px;
	}
	
#navlist a.programs{
	text-align: center;
	line-height: 13px;
	padding: 7px 7px 6px 7px;
	}
	
ul#navlist2 {
	padding:5px 10px 2px 10px;
	white-space: nowrap;
	font-size: 13px;
	line-height:20px;
}
#navlist2 li {
	display: inline;
	list-style-type: none;
	/*border-right: 1px solid #ffffff;*/
}
#navlist2 a {
	padding: 3px 5px 3px 5px;
	margin:auto 5px 5px 5px;
	color:#ffffff;
	border:1px solid transparent;
}
#navlist2 a.current {
	background-image:url(/img/nav_third.png);
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
#navlist2 a:link{
	color: #fff;
	text-decoration: none;
}
#navlist2 a:hover {
	color: #fff;
	text-decoration: none;
	background-image:url(/img/nav_third.png);
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
.nav2_bg{
border-bottom:1px solid #ccc;
}
.navlist3 {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.navlist3 li {
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 0;
}
.navlist3 li a {
	text-decoration: none;
	color:#fff;
}
.navlist3 li a:hover {
	text-decoration: underline;
}
.carousel_bg {
	background: #496576;
	width:100%;
	margin:0;
	padding:0;
	height:340px;
}
.carousel_left {
	border:1px solid #B3B3B3;
	padding: 5px;
	margin:10px;
	width:400px;
	min-height: 40px;
	background: url(../img/carousel_textbg.png);
	position: absolute;
	z-index:1;
	color:#FFFFFF;
}
.carousel_right{
	border:1px solid #B3B3B3;
	padding: 5px;
	margin:10px 10px 10px 505px;
	width:400px;
	min-height: 40px;
	background: url(../img/carousel_textbg.png);
	position: absolute;
	z-index:1;
	color:#FFFFFF;
}

.smcarousel_left {
	border:1px solid #B3B3B3;
	padding: 5px;
	margin:10px;
	width:250px;
	min-height: 40px;
	background: url(../img/carousel_textbg.png);
	position: absolute;
	z-index:1;
	color:#FFFFFF;
}
.smcarousel_right{
	border:1px solid #B3B3B3;
	padding: 5px;
	margin:10px 10px 10px 340px;
	width:250px;
	min-height: 40px;
	background: url(../img/carousel_textbg.png);
	position: absolute;
	z-index:1;
	color:#FFFFFF;
}

.smcarousel_left_bottom {
	border:1px solid #B3B3B3;
	padding: 5px;
	margin:10px;
	width:250px;
	min-height: 40px;
	background: url(../img/carousel_textbg.png);
	position: absolute;
	z-index:1;
	color:#FFFFFF;
	bottom: 0;
}
.smcarousel_right_bottom{
	border:1px solid #B3B3B3;
	padding: 5px;
	margin:10px 10px 10px 340px;
	bottom: 0;
	width:250px;
	min-height: 40px;
	background: url(../img/carousel_textbg.png);
	position: absolute;
	z-index:1;
	color:#FFFFFF;
}

.smcarousel_right_bottom_defense{
	border:1px solid #B3B3B3;
	padding: 5px;
	margin:10px 10px 10px 340px;
	bottom: 0;
	width:350px;
	min-height: 40px;
	background: url(../img/carousel_textbg.png);
	position: absolute;
	z-index:1;
	color:#FFFFFF;
}

.smcarousel_left_defense {
	border:1px solid #B3B3B3;
	padding: 5px;
	margin:10px;
	width:350px;
	min-height: 40px;
	background: url(../img/carousel_textbg.png);
	position: absolute;
	z-index:1;
	color:#FFFFFF;
}
.bottom_bg {
	background: url(../img/bg_bottom_gradient.gif) repeat-x bottom;
	width:100%;
	margin:0;
	padding:30px 0 30px 0;
	min-height: 150px;
}
.footer_bg {
	background: url(../img/bg_footer_top.png) repeat-x;
	width:100%;
	margin:0;
	padding:0;
	height:18px;
}
.content ul li {
	margin: 0 0 0 50px;
	padding: 0;
}
.content ol li {
	margin: 0 0 0 50px;
	padding: 0;
}
.rightalign {
	text-align: right;
}
form.search{
padding-right:78px;
text-align:right;}

form.search input#search {
	width: 150px;
	margin: 0 0 0 5px;
}
form.search input#s_btn {
	margin-top: 3px;
	width: 40px;
}
.row {
	clear: both;
	margin: 10px 0;
}
.basicform label, .basicform .form-label, .basicform .form-entry {
	float: left;
}
.basicform label, .basicform .form-label {
	width: 20%;
}
.basicform .form-entry {
	width: 40%;
}
.basicform .form-entry label {
	float: none;
	width: auto;
}

.staff ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.staff ul li {
	margin: 0;
}
.staff ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.staff ul li a:hover {
	text-decoration: underline;
}
.staff li a.current {
	font-weight: bold;
	color: #496576;
}

.staffname{
	font-size:14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.stafftitle{
	font-size:12px;
	text-transform: uppercase;
	color: #999999;
	font-weight:600;
	padding: 0;
	}

.staffnumber{
	color:#fff;
	padding:0;
	}
	
.staffbio {
	color: #fff;
	padding: 0 10px 10px 10px;
	margin-left:220px;
	text-align:justify;
	}

.staffbio p{
	line-height:15pt;
}
.biop1 {
	/*margin-left:20px;*/
}

.staffbio li{margin-left: 250px;}

.staffcontact a:link{
	color: #70d268;
	}
	
.staffcontact{
	float:left;
	padding-right:15px;
	border-right:1px white solid;
}

td.subcategory {
	width:40px;
	padding-left: 15px;
	padding-right:15px;
}

.grid_4_chart{
	display:inline;
	float:left;
	width:320px;
	}
	
.mr_table{
	padding-left:25px;
}

.mr_table_img{
	width:200px;
	
}
/*-----------------END CUSTOM CSS--------------------*/

.depthead {
	font-weight:bold;
}

.deptassistant {
	font-style:italic;
}

.internalimage{border:1px solid #90A7b2;}

#nojs
{
	width:90%;
	border:thin #C00 solid;
	background-color:#FF6666;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#currentstate
{
	min-height:200px;
}

.medical-floating-right {
	width: 700px;
	height: 700px;
	float: right;
	background: url(../medical/imgs/medical-article.jpg) no-repeat;
	position: absolute;
	z-index: -10;
	right: 0px;
	top: 390px;
}

.valley-header{
}
	
.valley h1{
	color: #021f2e;
	font-size: 34px;
	padding: 0;
	margin: 0;
	}
	
.valley blockquote{
	padding: 0px 0 45px 0;
	font-size: 15px;
	color: #021f2e;
	text-align: justify;
	line-height: 16pt;
	}

.valley-author{
	color: #fff;
	font-style: italic;
	}
	

.space-race{
	background: url(../space/img/space-race-header.jpg) no-repeat;
	}

.space-race h1{
	margin-top: 200px;
	margin-left: 66px;
	padding-top: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 26px;}
	
.space-subheader{
	margin-left: 66px;
	text-transform: uppercase;
	font-weight: 100;
	color: #9BBACE;
	width: 479px;
	font-size: 14px;
	}
	
.space-author{
	color: #fff;
	font-style: italic;
	margin-left: 66px;
	}
	
.firstletter {
	float: left;
	font-size: 3em;
	line-height: 1;
	font-weight: 100;
	margin-right: 0.1em;
}

.space-race blockquote{
	width: 479px;
	margin-left: 66px;
	text-align: justify;
	font-size: 12px;
	color: #fff;
	}

.highlight{
	color: #225067;
	font-weight: bold;
	}
	
.portaltable {
	border-collapse: collapse;
	width: 100%;
}

.portaltable td {
	border-bottom: 1px solid #B2B2B2;
	font-size: 11px;
	color: #3D3E3F;
	padding:10px;
}

/*PORTAL ADS*/
a.altenergy-portal img {border: 3px solid #ffffff;}
a.altenergy-portal img:hover {border: 3px solid #75a13c;}

a.medical-portal img {border: 3px solid #ffffff;}
a.medical-portal img:hover {border: 3px solid #c74226;}

a.space-portal img {border: 3px solid #ffffff;}
a.space-portal img:hover {border: 3px solid #715984;}


.subscript{font-size:xx-small; vertical-align:bottom;} 
.supscript{font-size:xx-small; vertical-align: top;} 
/*----------- STYLES FOR OLD CONTENT--------------*/
.bodytext{font-weight: bold; text-align: left; line-height:20pt;}


/*success stories styles*/
div.success-dock{
	width: 180px;
	height: 250px;
	margin: 0;
	margin-top: 7px;
	float: left;
	text-align:center;
	}
img.success-dock-img{
	margin:auto;
	margin-bottom:0;
	cursor:pointer;
}

div.success-active{margin-top: 0;}

div.success-top-l{
	background: url(../images/success-stories-top-l.png) top no-repeat;
	position: absolute;
	height: 166px;
	width: 30px;
	left: 235px;
	top: 10px;
	z-index:98;
	}
	
div.success-top-r{
	background: url(../images/success-stories-top-r.png) top no-repeat;
	position: absolute;
	height: 166px;
	width: 30px;
	right: -5px;
	top: 10px;
	}

div.success-container{
	background: #E5E5E5;
	border: 1px solid #606666;
	padding: 15px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	}
div.success-stories {
	float: left;
	width: 230px;
	margin: 0;
}

.success-image{
	float: right;
	border: 1px solid #606666;}

div.success-content {
	margin-left: 240px;
	padding: 10px 22px 20px 22px;
	background: #fff;
}
.success-list{
	text-transform: uppercase;
	list-style-type: none;
	padding: 11px 0 0 0;
	margin: 0;
}

.success-list li{
	padding: 20px 0 20px 0;
	margin: 0;
	position:relative;
	z-index:100;
	cursor:pointer;
	width:264px;
}

div.ahover {
    position: absolute;
    background:url(../images/success-arrow.png) no-repeat;
    height: 46px;
    width: 264px;
	z-index:99;
	margin-left:-4px;
	margin-top:3px;
}
.dock-lg
{
	width:170px;
	height:220px;
}

.partnering li {
	padding: 5px 0 10px 0;
}

.usa-sm-map{float:left; margin-right: 30px;}

.states-img-right{
	float: right;
	margin: 10px 0 10px 10px;
	}
	
.states-img-left{
	float: left;
	margin: 10px 10px 10px 0;
	}
	
.photo-cap{font-style: italic;}

.quad-bg{
	height: 226px;
	border-bottom: 1px solid #3c3c3c; 
	background:url(../defense/images/quad-bg.jpg) repeat-x;
	margin-top:-31px;
	padding: 0;
	}
	
.quad-positioning{margin-top: -230px;}

.quad-content{padding-top: 25px; font-size: 15px;}

.quad-lightbox{margin-top: 40px;}

.quads{float: left;}

.start{
	float: left; 
	margin: 50px 10px 0 0; 
	padding: 7px 5px 5px 7px;
	height: 69px;
	width: 250px;
	background: #028BA1;
	text-align: center;
	}
	
.start p{
	font-family: helvetica neue, helvetica, arial, sans-serif; 
	color: #fff;
	font-size: 17px;
	}
	
.start a{color: #CCB500; font-weight: bold;}

.searchbox {
margin-top: -10px;
width: 170px;
color: #8C8C8C;
font-family: Helvetica, arial, sans-serif;
}

.map-content{text-align: center;}


.state-list{
	border-top: 1px dotted #7096a4;
	width: 100%;
	background-color: #F6F6F6;
	margin-bottom: 10px;
	padding: 10px;
}

.state-list h3{
	margin: 0 0 0 5px;
	font-size: 18px;
	font-weight: 400;
	color: #7096a4;
	font-family: 'Helvetica Neue', Helvetica, Arial,'Liberation Sans', sans-serif;
}

.state-list-table {
	border-collapse: collapse;
	width: 100%;
	}

.state-list-table td {
	padding:5px;
	}

.state-list-table td.col2{width:200px; vertical-align: top;}

.state-list ul{margin: 0 0 20px 30px;}

#statestext h2{
	margin: 0 0 0 15px;
	font-size: 18px;
	font-weight: 400;
	color: #688c2f;
	font-family: 'Helvetica Neue', Helvetica, Arial,'Liberation Sans', sans-serif;
}

.state-link{
	margin: 0 0 10px 40px;
	}
	
.state-list ul{margin: 0 0 0 -30px;}
