/* CSS Document */


h5 {
margin: 0;
padding: 0;
}

#navContainer {
display: none;
}

#blueHeadline {
width: auto;
height:37px;
overflow: hidden;
}

#wrapper {
display:block;
text-align: left;
width: 850px;
margin-right: auto;
margin-left: auto;
padding: 0;
background-color:#FFFFFF;
border-left: 4px solid #FFFFFF;
border-right: 4px solid #FFFFFF;
}

#rightColumn {
display: list-item;
width: auto!important;
padding-top: 20px;
padding-bottom: 30px;
z-index:10;
height: auto!important;
}

#biography {
display: list-item;
width: auto;
height: 100%;
margin-top:10px;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}

#logo {
display:block;
padding-bottom: 30px;
}

#wrapper {
text-align: left;
padding: 0;
}

#footer {
display: none;
}

.searchRightFloat {
display: none;
}

#checkAvail {
display: none;
}

#videoLink {
display: none;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    display: none;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

