body,html{
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}


		
#wrapper{
	background-image:url("https://www.emory.edu/template_shared/images/container-white.gif");
	background-repeat:repeat-y;
	background-position:left;
	margin-left:auto;
	margin-right:auto;	
	position:relative;
	width:980px;
	padding:0px;	
	
}

#header{
margin:0 10px;
background-color:#022878;
height:138px;
background-image: url(../images/tagline.gif);
background-repeat: no-repeat;
background-attachment: scroll;
height: 105px;
background-position: 675px 13px;

}
#header img{border:none;}
#content{
	width:700px;
	text-align:center;

}
#content h1{
	color:#C79000;
	font-size:16px;
	font-weight:bold;
	margin:0 0 20px;
	padding:0;
}



#logo{
	position:absolute;top:10px;left:22px;	
}
#logoRight{
	left:229px;
	position:absolute;
	top:10px;	
}
.topnavigation { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;  
	color: #163b84; 
	text-transform: uppercase; 
	margin-left: 60px; 
	margin-left: 10px;
}
.navelement { 
	background-image:url('https://www.emory.edu/template_shared/images/navigation_background.gif'); 
	 text-align: center; 
	 padding-top: 7px; 
	 height: 20px; 
	 float: left;
}
.topnav_5 .navelement { 
	width: 190.4px; 
}
.divider { 
	float: left; 
	height: 27px; 
	width: 2px; 
}
.clear-all{clear:both;}
div#footer {clear:both;width:960px; border-top:1px solid #fff;background:#e8eef4;text-align:center;color:#2f42ba;padding-bottom:1px;}		

div#footer p {margin:5px 0;color:#2f42ba;font-size:9px;}	

ul#footLinks span {padding:0 5px;}

ul#footLinks li {display:inline;font-size:9px;}

ul#footLinks li a {color:#2f42ba; text-decoration:none;}

ul#footLinks li a:hover {text-decoration:underline;}
div#shadowBottom {background:url(https://www.emory.edu/template_shared/images/shadow-bottom.gif) no-repeat;height:6px;font-size:1px;}
div.navelement {  
	 height: 27px !important;
	 padding: 0px !important;
	 background-image:url("file:///H|/WebDevelopment/images/navigation_background.gif"); 
}
/*have to write these on the same line or the hover font color doesn't work*/
div.navelement, div.navelement a {
    color: #FFFFFF;
}
/*have to write these on the same line or the hover font color doesn't work*/
div.navelement:hover, div.navelement a:hover {
     /* background-image:url("https://www.sph.emory.edu/cms/images/navigation_background_on.gif");  */
     color: #7d610f !important;
     cursor: pointer;}

div.navelement a {
	text-decoration: none;
	display: block;
	width: inherit;
	height:20px; /*19 mac*/
	padding-top:7px; /*8 mac*/
}