/* CSS Document */
/*MAJOR STRUCTURAL STYLES*/
html, body {
/*height: 100%;*/
	
}
body {
	margin-top: 0px;
	padding-top: 0px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c3e4f4;
	border-left-color: #c3e4f4;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #C3E4F4;
	text-align: center;
	font-weight: normal;
}
/*mobileheader only shows in print or handheld views in place of masthead etc*/
#mobileheader {
	display:none;
}
#footer {
	background-color: #FFFFFF;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #6d8399;
	width: 970px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#415089;
	text-decoration:none;
}
#footer a:hover {
	color:#415089;
	text-decoration:underline;
}
/*print friendly markup*/
#footerimg {
	display:none;
}
/*controls container for top nav bar. see topnav.css for nav list styles*/
#mainnav {
/*moved to topnav css file*/
}
/*topnav styles in topnav2.css*/




#container {
	/*height: 100%;*/
	width: 970px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #b4ccdb;
	background-image: url(../images/layoutFinal/contentBg.jpg);
	text-align: left;/*min-height: 700px;*/ /*works but footer doesn't align to bottom*/
}
#masthead {
	padding: 0px;
	margin:0px;
	/*background-color: #CCCCCC;*/
	/*height: 95px;*/
	height: 115px; /*combine with 1x970 px trans gif to help with editing display */
	width: 970px;
	background-image: url(../images/layoutFinal/headerDk6.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#logos {
	/*padding-top: 15px;*/
	width: 485px;
	height: 100px;
	float: left;/*padding-left: 20px;*/
}
#logos a img {
	border:none;
}
#utils {
	float:right;
	width:338px;
	font-size:11px;
	line-height:15px;
	color:#415089;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:right;
}
#utils a img {
	border: none;
}
#utils p {
	padding-top: 5px;
	margin: 0px;
}
#utils a:link, #utils a:visited, #utils a:active {
	color:#415089;
	text-decoration:none;
}
#utils a:hover {
	color:#415089;
	text-decoration:underline;
}
#searchbox {
	display: block;
	vertical-align: bottom;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchbox form {
	margin:0px;
	padding:0px;
}
#searchbox input {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;/*height: 19px;CHANGES ALL FORM ELEMENT HEIGHTS*/
}
#searchbox .formtext {
	border-color:#415089;
	/*border-color: #CC9933;*/ 
	border-style:solid;
	border-width:1px;
	color:#415089;
	font-size:1em;
	height: 17px;
	vertical-align: bottom;
	padding: 0px;
	margin-right: 2px;/*background-color:#FFFFCC;*/
}
/*CONTENT LEVEL STYLES*/
/*container div for content; margin values = right and left columns' widths + some padding */
#content {
	/*width: 545px;*/
	margin-left: 190px;
	margin-right: 195px;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	/*border: 1px dotted #CCCCCC;*/
	min-height: 400px;
	text-align:left; /*added to counteract user WYSIWYG*/
	font-weight: normal;
line-height: 1.3em;
}
#content ul {
	margin-left: 20px;
	padding-left: 0px;
	/*list-style-type: none;*/
	list-style-image: url(../images/layoutFinal/bulletStd.gif);
}
#content a {
	color: #1a398b;
}
#content a:visited {
	color: #485474;
}
#content a:hover, #breadcrumbs a:hover, #rightNav a:hover {
	text-decoration: none;
}
#content hr {
	color: #CCCCCC;
	border: none;
	height: 1px;
}
#content #breadcrumbs, #content #breadcrumbs a, #content #breadcrumbs a:visited {
	/*color: #60728B;*/
	color: #1a398b;
}
#content a.pageTop {
	text-align: right;
	font-size: 10px;
	display: none;
}
#content h1.title, #content h1 {
	font-weight: bold;
	font-size:16px;
	color: #1a2f5b;
	padding-top: 4px;
line-height: 18px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 1px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
#content h3, #content h4, #content h5, #content h6 {
	font-size: 12px;
	font-weight:bolder;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color:#333333;
}
#content .eRoundupEntry h3 {
	color: #394559;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content p {
	margin-top: 2px;
	line-height: 130%
}
#content .spacedList li {
	margin-bottom: 8px;
}
#content a img {
	border: none;
}
#content img {
	border: 1px solid #CCCCCC;
}
#cse-search-results {
	width: 545px;
	overflow:hidden;
	font-size: 12px;
}
#cse-search-results a {
	color: #1a398b;
}
/*structural div for right-hand "features" column*/
#rightNav {
	float: right;
	width: 160px;
	margin: 0px;
	/*background-color: #F1F5FC;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#rightNav h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
#rightNav p {
	margin-bottom: 5px;
}
#rightNav img {
	/*border: 1px solid #003366;*/
	border: 1px solid #6699CC;
}
#rightNav a, #rightNav a:visited {
	color: #1a398b;
}
.feature {
	width: 100%;
	border: 1px solid #666666;
	height: 80px;
	margin-bottom: 10px;
}
/*container area for left side sub-nav*/
#subnav {
	float: left;
	width: 187px;
	margin: 0px;
	padding: 0px;
	/*background-color: #415089;*/
	height: 100%;	/*background-color: #eeecec;*/	/*#CCCCCC*/
	padding-bottom: 40px;
	background-image: url(../images/layoutFinal/subnavBottomBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*left side sub-navigation bar styles*/
#navbar {
	margin: 0px;
	padding: 0px;
	width:187px;
	display:block;
	background-color: #EAEDEF;/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;*/
	
}
#navbar ul {
	margin:0px;
	padding: 0px;
}
#navbar li a#navParent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #183b66;
	display:block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../images/layoutFinal/h1bg2.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	background-position: left top;
	margin:0px;
	padding-left: 20px;
	padding-right: 10px;
}
#navbar ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#navbar li.last {
	border-bottom:none;
}
#navbar li a {
	display:block;
	text-decoration:none;
	color: #183b66;
	padding-left: 20px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;*/
background-image: url(../images/layoutFinal/subnavBottomBorderBg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navbar li li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 11px;
}
#navbar li a:hover, #navbar h1 a:hover, #navbar h1.navrelated a:hover {
	/*color: #eebc35;*/
	color:#cba02d; /*darker shade of yellow reads better against bg color */
}
#navbar ul li ul {
	margin-left: 15px;
	width: 145px;
}
#navbar li li {
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	margin-left: 0px;
}
#navbar ul li ul li ul {
	margin-left: 15px;
	width: 130px;
}
#navbar .activefolder, #navbar .activepage, #navbar .currentLink {
	font-weight: bold;
}
/*hides handheld only plain text items from reg screen browsers*/
.showhandheld, #topnav .showhandheld {
	display: none;
}
.stopfloat {
	display: inline;
	width: 90%;
	float: left;
}
/*SEARCH OUR SITE*/
#googleform {
	width: 400px;
	background-image:url(http://www.google.com/logos/Logo_40wht.gif);
	background-position:right top;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}
.nohref {
	text-decoration: underline;
	cursor: default;
}
#featureBox {
	float: right;
	/*background-color:#eebc35;*/
	background-color:#fcedc6;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#featureBox h2 {
	font-size: 13px;
	font-weight: bold;
	margin:0px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	background-color:#eebc35;
}
/*div is coded as container in XSL*/
#featureBox div {
	margin-left: 5px;
	padding-top: 3px;
	margin-right: 10px;
	padding-bottom: 5px;
}
#featureBox div p {
	margin-bottom: 3px;
}
#featureBox div ul {
	margin-top: 2px;
}
#content div.directoryRow, #content div.directoryRow2 {
	display:block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0px;
	width: 100%;
	min-height: 156px;
	height: 156px;
	overflow: visible;
}
#content div.directoryRow2 {
	padding-bottom: 10px;
}
/*#content div.directoryRow div.directoryText {
	display: block;
	margin-left: 100px;
        /*min-height: 100px;
	min-height: 136px;*/ 

#content div.directoryRow2 div.directoryText2 {
	display: block;
	margin-left: 120px; /*120*//*min-height: 136px;
	min-height: 100px;*/ 
}
/*keeps longer "titles" div from wrapping under image*/
/*#content div.directoryRow2 div.directoryText2 div {
        display: block;
	margin-left: 120px; 
}*/

#content div.directoryRow div.directoryText h2, #content div.directoryRow2 div.directoryText2 h2 {
	padding-top: 0px;
	margin-top: 0px;
}
#content div.directoryRow img, #content div.directoryRow2 img {
	margin-right: 20px;/*margin-bottom: 10px;*/
}
/*ADMINISTRATIVE HOME BIOS & HEADSHOTS*/
#content div.directoryRowLong {
	margin-bottom: 15px;
}
#content div.directoryRowLong img {
	margin-right: 20px;
margin-bottom: 12px;
}
/*inline program news insert div */
#content div#newsInlineIndex {
	display:block;
	margin-top: 15px;
	margin-bottom: 10px;
}
#content meta, #content link {
display:none; /*hide MS word junk tags*/
}

/*research resources page*/
#resources_images {
	vertical-align: top;
	min-height: 120px;
}
#resources_images img {
	
vertical-align: top;
margin-right: 10px;
}

#resources_images a img {
border:1px solid #CCCCCC;
}