.halfmoon{
	/* position: absolute; (for the menu bar to shrink with page shrink, take out inline-block below) */
	z-index: 2;
	top: 104px;
	visibility: visible;
	width: 100%;
	
	
}

.halfmoon ul{
display: inline-block;
margin-left:30px;
margin-top: 12px;
font: bold 12px Helvetica;
letter-spacing: normal;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.halfmoon li{
	
display: inline;
margin: 0;



}

.halfmoon li a{
text-decoration: none;
padding:5px;
margin: 0;
margin-right: 20px; /*distance between each tab*/
color: #F5E9B8;
font-size: 13px;

}

.halfmoon li a:visited{
color: #F5E9B8;
}

.halfmoon li a:hover, .halfmoon li.active{
color: #7A5330;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
margin-top:2px;
border: 1px solid #7A5330; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ecc175;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;

border: 0 solid #7A5330; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
margin-left:5px;
margin-right:5px;
text-decoration: none;
color: #7A5330;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #f8dfb3;
}

/* Header area */

#header {
    
	background: url(http://calder.med.miami.edu/images/bg_header_pagetest.png) 0 0 repeat-x;
    height: 7.6em;
    padding: 1em;
    margin: 0 0 2em 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

#header_inner_wrap {

    text-align: left;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #transparent;
    height: 7em;
    max-width: 1400px;
}


/* Footer */


#footer {
    margin: 0;
    padding: 10px 0 0px 0;
    font-size: .8em;
    color: #333;
    border-top: 1px dotted #efefef;
}

#footer p {
    margin: 0;
    line-height: 1.4em;
    text-align: center;
}

#footer a, #footer a:link, #footer a:visited {
    color: #888;
}

#footer a:hover {
    color: #ccc;
}

div.footer-wrap { border-top: 1px solid #D9E0BF; max-width: 1100px; margin: 0 auto; }


div.footer {
  background-image:url(http://calder.med.miami.edu/images/footer_bg.png);
  background-repeat: no-repeat;
  padding: 13px 0 0 40px;
  padding-left:250px;
  width:auto;
  margin-bottom:10px;
  border-bottom-right-radius:9px;
  border-bottom-left-radius:9px;
  position: relative;
  background-color:#7B9A70;
}

div.footer address {
  color: #eaf1e1; 
  font-size: 11px; 
  line-height: 1.25em;
  font-style: normal;
  margin-bottom:11px;
  margin-top:-7px;
}

div.footer address span {
  display:block;
  margin-top:4px;
}

div.footer ul {
  width:275px;
}

div.footer ul li {
  color: #d8e0b9;
  font-size: 1.1em;
}

div.footer li a {
  color: #d8e0b9;
  text-decoration: none;
  line-height:1.3em;
}

div.footer copyright {
  float: none;
}

div.blackboard {
   	float:right; 
	margin-top:-125px; 
	margin-right:100px;
	font-size:10px;
	line-height: 1.2em;
}

div.facebook {
    float:right; 
    margin-top:-125px; 
    margin-right:65px;	
}

