@charset "UTF-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
	/*background-image:url(../img/content-bg.jpg);*/
	background-repeat:repeat-y;
	background-position:center;
}
a {
    color: #2F42BA;
}
a:hover {
    text-decoration: underline;
}
#wrapper{
	width:960px;
	margin:0 auto;
	height: auto;
	box-shadow: 7px 0 10px -4px #d6d6d6, -7px 0 8px -4px #d6d6d6;
	border: 1px solid #d6d6d6;
	
}
#header {
    background-image: url(../img/header-bg.jpg);
    height: 134px;
    margin: 0 auto;
    width: 100%;
}

#container {

    padding: 0 64px;
}

#wrapper{
   
    background-repeat:repeat-y;
    background-position:left;
    margin:auto;
    position:relative;
    width:960px;
    padding-bottom: 30px; 
}
#header{
   
    background-color:#022878;
    height:138px;    
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 105px;
    background-position: 675px 13px;    
}
#header img{border:none;}
#content{
    width:700px;
    text-align:center;
    /*float:left;   */
}
#content h1{
    color:#C79000;
    font-size:1.7em;
    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; 
    
}
.navelement { 
     background-image:url('http://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:100%;height:50px;position:relative;border-top:2px solid #fff;background:#e8eef4;text-align:center;color:#2f42ba;padding-bottom:30px;}       

div#footer p {margin:5px 0;color:#2f42ba;font-size:9px;}    

ul#footLinks {padding-top:13px;}

ul#footLinks span {padding:0 5px;}

ul#footLinks li {display:inline;font-size:9px;}

ul#footLinks li a {color:#2f42ba;}

ul#footLinks li a:hover {text-decoration:underline;}
div#shadowBottom {background:url(http://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("http://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*/
}

.logout_
{
float:right;
margin-right: 10px;
margin-top: 10px;
}

.logout_ a
{
text-transform: none;
font-size: 12px;
margin-right: 5px;
}