/*-------------------------- Typography Styles ---------------------------*/

body 
{
 font-size:  12px;
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #000;
 background-color: #FFF;
 text-align: center;
}


p 
{
  margin: 0 0 1em 0;
  line-height: 150%;
}


p.date
{
 font-weight: 10px;
 color: #666;
}


p.viewMore
{
 display: block;
 margin: 0;
 padding: 0;
}


#indexPage .newsItem p 
{
 margin-bottom: 0;
}


.newsItem p.date 
{
 margin: 0.2em 0 0.5em 0;
}


em
{
 font-style: italic;
}


strong
{
 font-weight: bold;
}
 

/*---------------------- Headings ---------------------*/

h1 
{
 font-size: 32px;
 color: #003;
 margin: 0 0 0.5em 0;
}


h2 
{
 color: #003;
 font-size: 20px;
 margin: 12px 0 0.5em 0;
}


h3 
{
 color: #003;
 font-size: 16px;
 margin: 1em 0 0.5em 0;
}


.newsItem h3 
{
 margin: 1em 0 0 0;
}


h4
{
 color: #003;
 font-size: 14px;
 margin: 1.5em 0 0.5em 0;
}


.header h4
{
 text-align: right;
 margin: 0;
}


h5 
{
 color: #003;
 font-size: 25px;
}


.header h5

{
 text-align: right;
 margin: 0;
}



/*---------------------- Links ---------------------------------*/

a,
a:link,
a:visited
{
 color: #86BE54;
 text-decoration: none;
}


a:hover,
a:active
{
 color: #666;
 text-decoration: none;
}


.contactInfo a:hover,
.contactInfo a:active
{
 color: #A5FF32;
 text-decoration: none;
}



/*---------------------- Lists ---------------------*/

ul, ol
{
 line-height: 150%;
 margin: 0 0 1em 0;
}


ul li
{
 padding: 0 0 0 13px;
 background-image: url(../assets/general/bullet_arrow.gif);
 background-repeat: no-repeat;
 background-position: 0 5px;
}


ol
{
 list-style: decimal;
}


ol.address,
ol.contact
{
 list-style: none;
 color: #FFF;
 padding-left: 10px;
}


ul.legal
{
 margin-top: 0;
 text-align: right;
 clear:both;
 padding-left:207px;
 height:40px;
}


ul.legal li
{
 float:left;
 font-size: 10px;
 color: #999;
 background-image: none;
 white-space:nowrap;
}


ul.legal li a,
ul.legal li a:link,
ul.legal li a:visited
{
 color: #999;
}


ul.legal li a:hover,
ul.legal li a:active
{
 color: #666;
}


/*-------------------------- Main Navigation ---------------------------*/


ul#navigation
{
 margin: 0;
 list-style: none; 
 width: 207px;
 padding-left: 0;
}


ul#navigation li
{
 display: block;
 background-color: #003;
 background-image: none;
 padding-left: 0;
 border-bottom: 1px solid #FFF;
}


ul#navigation a 
{
 padding-top: 10px;
 display: block;
}


ul#navigation li a:link,
ul#navigation li a:visited
{
 font-weight: normal;
 color: #FFF;
 text-decoration: none;
 font-size: 12px;
 padding: 5px 0 5px 10px;
}


ul#navigation li a:hover,
ul#navigation li a:active
{
 color: #003;
 text-decoration: none;
 background-color: #86BE54;
}


