/* PRESS CENTER STYLES */


#presswrapper h3 { margin: 15px 0px 5px 15px; }

#presswrapper p { line-height: 15px; margin: 5px 0px 5px 15px; }

#pressmediabox { 
    background-color: #434343;
    color: #FFFFFF;
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px -9px 0px;
    width: 580px;
    float: left;
}

div.pressmediapanel {
      float: left;
	width: 259px;
	/*height: 100px;*/
      padding: 15px;
}

div.leftpanelborder {
     border-right: 1px solid #F0F0F0;
}


div.pressheaderbox { 
width:100%;
float:left;
margin: 10px 0px 0px 0px;
border-bottom: 1px dashed #666666;
background-color: #666666; 
}

div.presspanel {
    width: 580px;
    float:left;
}

div.morepress {
    width: 579px;
    float:left;
    background-color: #DEDEDE;
    border-bottom: 10px solid #CCCCCC;
    border-left: 1px solid #cccccc;
    margin-bottom: -10px;
}

.pressheaderbox > h2 {
margin-left: 15px;
font-size: 21px;
}



div.morebutton {
    cursor: pointer;
    float:right;
    background-color:#9EB2CB;
    color:#42484F;
    padding: 3px;
    text-shadow: 0px 2px 2px #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #8B96A3;
}

}

div.morebutton a {
    color: white;
}



