/* Website Stylesheet for MER Conference FOR PRESENTATIONS */

/* Last Updated: February, 2009 */

/* MAIN COLORS 
gold = color: #e8b604

blue = #0f5b96 
dark blue = #083253

*/


* {
    margin: 0 0;
    padding: 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

:focus {
    outline: 0;
}

html, body {
    height: 100%;
}

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

* html .clearfix {
    height: 1%;
}

body {
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    background: #0f5b96 url(/img/img01.gif) repeat-x top;
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #083253;
}
/* --------------------- START CONTENT ------------------------- */

#contentWrapper {
    text-align: left;
    margin-top: 30px;
    background: #FFFFFF url(/img/img05.gif) no-repeat;
    float: left; /*this is a necessary float */
    width: 620px;
    margin-left: 30px;
    margin-bottom: 20px;
    z-index: 0;
}

.content {
    width: 620px;
    color: #083253;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5px;
}

.content ul li {
    line-height: 2em;
    font-size: 1em;
    margin-left: 40px;
}

.content a {
    color: #083253;
    font-size: 13px;
    margin-left: 0px;
    margin-right: 0px;
}

.content a:hover {
    color: #e8b604; 
}

.content .title {
    margin-left: 40px;
    padding: 30px 30px 0px 0px;
    color: #083253;
}

.content .title a {
    text-decoration: none;
    color: #083253;
}

.content .links {
    margin: 40px 0 0 0;
    padding: 10px 0px 35px 0px;
    background: url(/img/img06.gif) repeat-x left bottom;
    border-top: 1px solid #083253;
}

.content .links a {
    padding-left: 10px;
    background: url(/img/img10.gif) no-repeat left center;
    text-decoration: none;
    font-weight: bold;
    color: #083253;
    margin-left: 80px;
    margin-right: 10px;
}

.content .links a:hover {
    color: #e8b604; 
}  

div.boxContent {
    clear: both;   /*need this to accommodate img that are floated right */
    position: relative;  /*need this to accommodate img that are floated right */
    left: 0px;
    z-index: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 620px;
    padding: 35px 0 5px 0;
    background: #FFFFFF url(/img/img11.gif) no-repeat top;
}
div.boxNoBorder {
    z-index: 0;
    border: none;
    margin-bottom: 5px;
    margin-top: 0px;
    width: 620px;
    padding: 0px 0px 10px 0;
}

div.boxNoBorder p {
    line-height: 130%;
    padding-bottom: 10px;
}
.alignCenter {
    text-align: center;
}

div.registration {
    width: 90%;
    padding: 5%;
    text-align: center;
    margin: -10px 0px;
}

div.registration ul li{
    text-align: left;
    margin-left: 80px;
}


#adBox {
    width: 500px;
    background: url(/img/adbox.jpg) no-repeat top;
    margin: 60px 0px 60px 60px;
    padding: 0px;
}

 #adBox_deep {
    width: 480px;
/*    background: url(/img/adbox_speaker.jpg) no-repeat top; */
    margin: 0 0px 40px 65px;
    padding: 5px;
    border: 1px solid #0f5b96; 
}

.borderPres {
    border-style: solid;
    color: #94b4d7;
    border-width: 2px;
    text-align: center;
}

.borderPresTop {
    color: #94b4d7;
    width: 60%;
    margin-bottom: 30px;
    margin-top: 0px;
    width: 450px;
}

p.header1 {
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 1.2em;
    margin: 20px 0% 10px 0px;
    padding: 3px;
    color: #000000;
    text-align: center;
    font-weight: normal;
}

p.header2 {
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 4em;
    margin: 5px 0% 0px 0px;
    padding: 3px;
    color: #073362;
    text-align: center;
    font-weight: bold;
}

p.header3 {
    font-family: arial, sans-serif;
    font-size: 1.8em;
    margin: 5px 0% 15px 0px;
    padding: 3px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

p.header4 {
    font-family: arial, sans-serif;
    font-size: 2.6em;
    margin: 25px 0% 15px 0px;
    padding: 0px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

p.header5 {
    font-family: arial, sans-serif;
    font-size: 1.6em;
    margin: 5px 0% 15px 0px;
    padding: 0px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

p.header6 {
    font-family: arial, sans-serif;
    font-size: 1.6em;
    margin: 15px 0% 0px 0px;
    padding: 0px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

p.header7 {
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 2.2em;
    margin: 0px 0% 40px 0px;
    padding: 3px;
    color: #073362;
    text-align: center;
    font-weight: bold;
}

fieldset.closeWindow {
    width: auto;
    border-style: none;
    padding-left: 16.5em;
    background-color: transparent;
    margin: 0;
}

.closeBtn {
    color: #FFFFFF;
    background-color: #083253;
    padding: 3px 6px; 
}


/* --------------------- END CALL FOR PRESENTATIONS CSS ------------------------- */