/* Newhaven Fort Printer Friendly Style Sheet */

.skiplink
{
    position: absolute;
    left: -1000em;
    width: 20em;
}

.clear
{
    clear: both;
}

#mainContainer
{
    width: 100%;
    margin: 0; 
    text-align: left;
}
#left
{
    display:none;
}
#header
{
    display:none;
}
#banner
{
    display:none;
}
.outer
{
    border:0;
    background-image:none;   
    background-color:white; 
}
.inner
{
    width: 100%;
}
.float-wrap
{
    float:none;
    width: 100%;
    margin:0; 
}
#content
{
    float: none;
    width: 100%;
    padding:0px;
}
.contentWrap
{    
    padding:0px; 
    margin: 0;
    border: 0;
    margin:0;
}
.translate
{
    display:none;
}
#subMenu
{
    display:none;
}
img.floatleft
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
img.floatright
{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}
.displayImg
{ 
    float:left;
    margin-right:10px; 
} 
.displayText
{
    float:left;
    width:400px;
}

.pressReleaseItem
{
    margin-bottom:25px;
}    
.pressReleaseDate
{ 
    float:left;
    width:125px;
} 
.pressReleaseTitle
{
    float:left;
    width:400px;
}

/**************************
FORM STYLES
**************************/
.formContainer
{
    width:550px;
}
.formElement
{
    margin-top:5px;
    margin-bottom:5px;
}
.formLabel
{
    float:left;
    width:150px;
    font-weight:bold;
    margin-top:2px;
}
.formInput
{
    float:left;
    font-size:small;
    width:200px;
    font-family: arial,helvetica,sans-serif,verdana;    
    font-size: small; 
}
.formSelect
{
    width:200px;
}
.formTextArea
{
    width:200px;
    font-family: arial,helvetica,sans-serif,verdana;    
    font-size: small; 
}
.formTextArea
{
    width:350px;
    font-family: arial,helvetica,sans-serif,verdana;    
    font-size: small; 
}
.formSubmit
{
   margin-left:150px;
}
.mandatory
{
    color:Red;    
}

.pc_formLabel
{
    float:left;
    width:160px;
    font-weight:bold;
    margin-top:2px;
}

.pc_submitButton
{
    margin-left:160px;
}
  
.pc_formInput
{
    width:250px;
} 

.pc_formTextArea
{
    font-family: arial,helvetica,sans-serif,verdana;    
    font-size: small;
    width:250px;
    height:250px;
}