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

/* CSS for IMF website - header, main nav and home page layout */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c3d0e5;
	text-align: center;
	color: #17191b;
	/*color:#1A2539;*/
	margin: 0px;
	padding: 0px;
	border: none;
	behavior: url("csshover3.htc");
}

/* The Wrapper ID */
#page {
	width: 950px; 
	border: none;
    padding: 0px;
	margin: auto;
	text-align: left;
	background: #ffffff url(images/imfbg.gif) repeat-y top;
}

/* Text, links and paragraph tags */

.diagnosecontenttext {
	text-align: left;
    line-height: 1.1;
}

.eventscontenttext {
	text-align: left;
	line-height: 1.23;
}

.donatehometext {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}

.copyrighttext {
	position: relative;
	top: 15px;
	font-size: 10px;
	text-align: center;
	line-height: .1;
	clear: both;
}

.homecontentlink {
	font-size: 12px;
	color: #17191b;
}

a.dropdownlink {
	font-size: 14px;
	color: #17191b;
	text-decoration: none;
}

p.morelink {
	display: block;
	font-size: 10px;
	color: #17191b;
    text-align: right;
	font-weight: bold;
}

a.donatehomelink:link {
	font-size: 11px;
	color: #ffffff;
}

a.donatehomelink:visited {
	color: #ffffff;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #17191b;
}

a:visited {
	color: #7c8592;
}


p {
	margin: 0px;
}

img {
	border: 0px;
}

.center {
	text-align: center;
    margin: auto;
}

img.centered {
    display: block;
    margin: auto;
	}
	
nomargin {
    display: block;
    margin: 0px;
	}
	
img.menuimg {
    display: block;
    margin: 0px;
	border: 0px;
	}	

/* Home Page Boxes */

#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	border: none;
	padding:0px;
	margin:0px;
	z-index:100;
}

#events, #flash, #donate, #diagnose {
	float: left;

}

#events {
	position: relative;
	left: 30px;
	top: 16px;
	border: 2px solid #7c8592;
	margin: 0px;
	padding: 47px 13px 13px;
	width: 158px;
	background: #c3d0e5 url(images/HOME_eventsheader.gif) no-repeat left top;
	z-index:1;
}

#flash {
	position: relative;
	left: 40px;
	top: 16px;
	border: 2px solid #7c8592;
	margin: 0px;
	padding: 0px;
	width: 486px;
	height: 279px;
	background: #c3d0e5 url(images/HOME_flashholder.jpg) no-repeat left top;
	z-index:1;
}

#donate {
	position: relative;
	left: 50px;
	top: 16px;
	border: 2px solid #c3d0e5;
	margin: 0px;
	padding: 5px 9px 5px 62px;
	width: 117px;
	height: 74px;
	background: #7c8592 url(images/HOME_donateribbon.gif) no-repeat left top;
	z-index:1;
}


#diagnose {
	position: relative;
	left: 50px;
	top: 25px;	
	border: 2px solid #7c8592;
	margin: 0px;
	padding: 50px 13px 13px;
	width: 162px;
	background: #c3d0e5 url(images/HOME_diagnoseheader.gif) no-repeat left top;
	z-index:1;
}

#footer {	
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 50px;
	clear: both;
	z-index:1;
}

/* Main Navigation */

ul {
  padding: 0;
  margin: auto;
  list-style: none;
  border: 0px;
  }
  
li.mainnav {
  	float: left;
  	position: relative;
	text-align: center;
	width: 182px;
	border: 0px;
  }
  
li.endcap {
	float: left;
  	position: relative;
	text-align: center;
	width: 202px;
}
  
li ul {
  	display: none;
  	position: absolute; 
  	top: 33px;
  	left: 0px;
	border: 1px solid #7c8592;
	margin: 0px;
	padding: 10px 0px 10px;
	width: 180px;
	line-height: 2;
	background: url(images/bg_dropdown.jpg) repeat left top; 
	clear: both;
	z-index:100;
  }
 
  
ul.aboutimf {
	position: absolute;
	top: 33px;
	left: 28px;
	width: 172px;
}

ul.education {
	width: 172px;
}

li:hover ul { 
	display: block; 
	}
	
li ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #17191b;
}

li ul li a:hover {
	text-decoration: underline;
}

li ul li a:visited {
	color: #17191b;
}

