﻿body
{
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #002D5A;
    background-image: url(images/interface/site_bg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    
}


/* site layout */
#outercontainer 
{
    margin: auto;
    width: 975px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
#logocontainer 
{
    height: 146px;
    background-image: url(images/interface/logo_bg.jpg);
    background-repeat: no-repeat;
    margin-bottom: 2px;
    background-position: bottom;
}
#featureimagecontainer 
{
    height: 267px;
    padding-bottom: 2px;
}
#navigationcontainer 
{
    height: 32px;
    background-color: #002D5A;
}
#contentcontainer 
{
    padding: 0px 60px 0px 60px;
    margin: 40px 0px 30px 0px;
    background-image: url(images/interface/rhs_border.gif);
    background-repeat: repeat-y;
    border: 1px solid #ffffff;
}
#leftcontainer 
{
    float: left;
    width: 600px;
    padding-right: 20px;
}
#rightcontainer 
{
    float: left;
    width: 166px;
    padding-left: 56px;
}
#footercontainer 
{
    width: 915px;
    margin: auto;
    padding: 10px 0px 0px 60px;
}


/* html styles */
.clear 
{
    clear: both;
}
a 
{
    color: #002D5A;
    text-decoration:  none;
}
a:hover 
{
    color: #4279CC;
    text-decoration:  none;
}
p
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    line-height: 18px;
}
ul 
{
    margin: 0px 0px 0px 16px;
    padding: 0px 0px 15px 0px;
} 
li 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 2px;
    line-height: 18px;
}   
.largetext 
{
    font-size: 16px;
    font-weight: bold;
}
.smalltext 
{
    font-size: 11px;
}
#inthepress a 
{
    text-decoration: underline;
}
.redtext 
{
    font-weight: bold;
    color: #D40D16;
}
/* Navigation */
#navigationcontainer ul 
{
    padding: 8px 0px 0px 60px;
    margin: 0px;
} 
#navigationcontainer li 
{
    padding: 0px 38px 0px 0px;
    margin: 0px;
    list-style-type: none;
    display: inline;
    font-size: 12px;
} 
#navigationcontainer li a 
{
    color: #ffffff;
    text-decoration: none;
} 
#navigationcontainer li a:hover
{
    color: #77BAFB;
    text-decoration: none;
} 










/* HEADINGS   
----------------------------------------------------------*/

h1
{
    padding: 0px 0px 15px 0px;
    margin: 0px;
    font-size: 12px;
    color: #858383;
}
h2
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 13px;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}




/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 0px;
    padding: 1em;
    border: 1px solid #CCC;
    width: 60%;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{

}

table td 
{

}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/

.error
{
    color:Red;
}


div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    color: #999999;
}

#logindisplay a
{
    color: #999999;
    text-decoration: none;
}


#logindisplay a:hover
{
    color: #999999;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
