@charset "UTF-8";

/* CSS Document */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}


.wrapper {
	border-right: 1px solid #f3f0eb;
	border-left: 1px solid #f3f0eb;
	width: 950px;
	margin: auto;
	text-align: left;
}

h4 {
	font-weight: bold;
	font-size: 15px;
}

a:visited {
	color: blue;
}

.header {
	overflow: hidden;
	height: 65px;
	background: url('../images/header_back.jpg') top left repeat-x;
}

.content {
	border-bottom: 1px solid #f3f0eb;
	background: url('../images/content_back_color.jpg') top left repeat-y;
}

.col_1 {
	background: #FFFFFF;
	width: 745px;
	float: right;
}

.col_2 .read_more {
	text-align: right;
	font-style: italic;
}

.col_1 .read_more {
	text-align: right;
	font-style: italic;
}

.col_1_content {
	padding: 25px;
}
.col_1_content h1 {
	font-size:25px;
	}
.col_2_content {
	padding: 10px 10px 10px 10px;
}

.col_1 h2 {
	margin: 10px 0px 3px 0px;
	font-size: 20px;
}

.col_1 p {
	line-height: 22px;
}

.col_2 {
	font-size: 11px;
	width: 205px;
	float: left;
	background: #f3f0eb;
}

h2 a,h3 a {
	text-decoration: none;
}

h2 a:hover,h4 a:hover {
	text-decoration: underline;
}

.col_2 h3 {
	font-size: 12px;
	margin: 25px 0px 0px 0px;
}

.col_2 a {
	color: #1E66B2;
}

.col_2 p {
	line-height: 15px;
	margin-top: 0px;
}

.footer {
	clear: both;
	height: 50px;
	color: #716558;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 3px;
	background-image: url('../images/footer_line.jpg');
	background-repeat: repeat-x;
}

.site_navigation {
	padding-top: 31px;
	float: right;
	width: 448px;
}

.site_navigation a {
	height: 32px;
	width: 112px;
	display: block;
	float: left;
	text-align: center;
	background: url('../images/tab_back.jpg') top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 2px solid #000000;
}

.site_navigation a:hover {
	height: 38px;
	margin-top: -6px;
}

.site_navigation a.selected {
	background: url('../images/tab_back_selected.jpg') top left no-repeat;
	border-bottom: 2px solid #1E66B2;
}

.site_navigation a.selected:hover {
	height: 32px;
	margin-top: 0px;
}

.site_navigation a span {
	margin-top: 10px;
	display: block;
	font-size:12px;
}

/* Javascript menu */

.site_navigation div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

.site_navigation div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

.site_navigation div a:hover
	{	background: #49A3FF;
		color: #FFF}

.highlights_section h1 {
	margin: 0px;
}
.highlights_section h1 a {
	color:#ffffff;
	}
.highlights_section {
	padding: 25px;
	background-image: url('../images/highlights_section_back.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #1E66B2;
}

.highlights_section_foot {
/*	background: url('../images/highlights_section_back.jpg') top left
		repeat-x;
	height: 45px;
	margin-bottom: -40px;*/
}

.highlighted_links_section {
	margin-botom: -20px;
}

.highlighted_links_section a {
	background: url('../images/highlighted_link.png') top left no-repeat;
	behavior: url('iepng.htc');
	color: #FFFFFF;
	display: block;
	width: 230px;
	margin-right: 5px;
	float: left;
	padding: 6px 0px 10px 35px;
	font-size: 15px;
	text-decoration:none;
}

.highlighted_links_section a:hover {
	text-decoration: underline;
}

.logo,.logo img {
	border: none;
	display: block;
	width: 336px;
	float: left;
}

.login_box_top {
	background: url('../images/login_back_top.jpg') top center no-repeat;
	height: 36px;
}

.login_box_top span {
	font-size: 17px;
	padding: 10px 0px 0px 20px;
	display: block;
}

.login_box_bottom {
	background: url('../images/login_back_bottom.jpg') top center no-repeat;
	height: 9px;
}

.login_box_body {
	border-right: 3px solid #A0CC39;
	border-left: 3px solid #A0CC39;
	background: url('../images/login_back_body.jpg') top center repeat-x;
	background-color: #30B14A;
	text-align: right;
	padding: 0px 5px 0px 5px;
}

.login_box_body span {
	display: block;
	float: left;
	width: 60px;
	font-size: 13px;
}

.login_box_body div {
	clear: both;
	height: 25px;
}

.login_box_body a {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
}

.login_box_body input {
	border: 1px solid #666666;
	width: 105px;
}

.login_box {
	width: 190px;
	margin: 10px auto -10px auto;
}

.login_submit {
	background: url('../images/submit_button.jpg') top center repeat-x;
	width: 78px;
	height: 40px;
	text-decoration: none;
	float: right;
}

.login_submit:hover {
	background: url('../images/submit_button_hover.jpg') top center repeat-x
		;
}

span.clearfix {
	display: block;
	clear: both;
	float: none;
}

.highlights_section h1 {
	font-size: 20px;
}

.mim_link_list p a {
	display: block;
}

.mim_link_list p {
	margin-left: 20px;
}

.about_us_row {
 clear:both;
height:100px;
}

.l {
 
width:80px;
float:left;
}
.r b {
	display:block;
	}
.r {
 
width:450px;
float:right;
}

.three-tiers {
 
height:371px;
background: url('../images/research-hover-thang2.jpg') top left no-repeat;
}

.three-tiers-col-1 {
 
float:left;
width:300px;
}

.three-tiers-col-2 {

float:right;
width:230px;
margin-top:18px;
}

.tier-1 {

 height:105px;

cursor:pointer;
}

.tier-2 {
height:100px;
 margin-bottom:13px;
cursor:pointer
}

.tier-3 {
height:105px;
 height:133px;
cursor:pointer;
   margin-bottom:18px;    
}

.tier-text-1, .tier-text-2, .tier-text-3 {
display:none;
}

.tier-text-default b, .tier-text-1 b, .tier-text-2 b, .tier-text-3 b {
font-size:18px;
display:block;
}

.tier-text-default b {
color:grey;
}
.dist-links a {
display:block;
margin-left:20px;
}
.site_navigation a span.ps {
margin-top:7px;
line-height:11px;
}

.highlights_section a {
color:#ffffff;
}

.p-login {
font-size:15px;
}

.left {
	float:left;
	padding-right: 10px;
}

.right {
	float:right;
	padding-left: 10px;
}

.login {
	font-size: 12px;
	float:right;
	color:white;
	margin-top: -60px;
}
.login a{
	color:white;
}

.indent {
	padding-left: 25px;
	line-height: 22px;
}

.note {
	background: url('../images/post-it-note.jpg') top left no-repeat;
	width: 205px;
	height: 229px;
	float: left;
	margin-right: 20px;
}

.note_text {
	font-size: 13px;
	padding: 15px;
	margin-top: 23px;
	font-style: italic;
	
}

.library {
	line-height: 22px;
}

.library .links {
	padding-left: 25px;
	line-height: 22px;
	margin-bottom: 15px;
}

h6 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
  margin-bottom: 10px;
}

.address {
	text-align: center;
	padding: 20px;
}

.contact-left {
	float: left;
	margin-right: 60px;
}

.partners {
	display: inline;
	text-align: center;
	margin-top: 20px;
}

.partners a, partners a:visited{
	color: white;
}

.partners-top img{
	margin-right: 50px;
}

.partners-bottom {
	margin-right: 15px;
	margin-top: 20px;
}


#sddm
{	float: right;
	margin-top: 25px;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 5px;
	width: 105px;
	height: 30px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}
	
#sddm li a#mim_resources_nav, #sddm li a#mim_components_nav, #sddm li a#contact_nav
	{padding: 10px 5px 0px 10px;}

#sddm li a:hover
{	background: #49A3FF}

#sddm li a.selected
 { background: #1E66B2}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 10px 10px;
		min-width: 105px;
		height: 20px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 12px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

