/*  CSS for LMHopkins.com */

/* Global Styles */

body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #2A3F00; /* #5C743D; was color */
	height: auto;
	margin:0px;
	}
	
a {
	color:  #6F2400;
	}
	
a:hover {
	color: #5C5F55;
	}
	
a:visited {
	color:  #5C743D; 
}

/* ID Styles */
	
#container {
	top: 0;
	width: 780px;
	text-align: left;
	background-color: #F0F5FA;
	border-right: solid #000000 2px;
	border-left: solid #000000 2px;
	}
	
#header {
	width: 100%;
	border-bottom: solid #000000 4px;
	height: 230px;
	}

#logo  {
	float: left;
	width: 326px;

}

#banner	{
	float: left;
	width: 380px;
	font: 24px Arial, Helvetica, sans-serif;
	color: #5C743D;
   text-align: center;
	line-height: 18px;
	margin-top: 10px;
	}
	
#contents {
	width: 100%;
	font-weight:500;
	}
	
#linkList {
	position: absolute;
/*   top: 252px; */
	left: 11px;
	width: 148px;
}
  
#introduction {
   float: right;
	width: 300px;
	margin-left: 10px;
}

#introduction p:first-letter {
	font-size:large;
	font-weight:800;
	vertical-align:text-bottom;
	letter-spacing: 2px;
}

#specifics {
	float: right;
	width: 300px;
	margin-left: 10px;
	padding-bottom: 10px;
}

#footer {
   clear: both;
	font-size: 90%;
	margin: 0;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #800000;
	text-align: center;
	}

/* Class Styles */
	
.subHeader {
	font-size:large;
	font-weight:400;
	vertical-align:text-bottom;
	}
	
#navBar{
	margin: 0 5% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
   voice-family: "\"}\""; 
   voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}
