/*-------------------------- General Styles ---------------------------*/

body 
{
 font-size:  12px;
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #000;
 text-align: center;
}


img.logo
{
 border: none;
 position: absolute;
}

p 
{
  margin: 0 0 1em 0;
  line-height: 150%;
}


p.date
{
 font-weight: ;
 color: #666;
}


p.viewMore
{
 display: block;
 margin: 0;
 padding: 0;
}


.testimonials p
{
 color: #DAD6A6;
}


#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: #221E1F;
 margin: 0 0 0.5em 0;
}


h2 
{
 color: #221E1F;
 font-size: 20px;
 margin: 12px 0 0.5em 0;
}


.boxOut h2 a
{
 color: #c7000c;
 text-decoration: none;
}

.boxOut h2 a:hover
{
 color: #c7000c;
 text-decoration: underline;
}



h3 
{
 color: #221E1F;
 font-size: 16px;
 margin: 1em 0 0.5em 0;
}


.newsItem h3 
{
 margin: 1em 0 0.5em 0;
}


h4
{
 color: #221E1F;
 font-size: 14px;
 margin: 1.5em 0 0.5em 0;
}


.header h4
{
 text-align: right;
 margin: 0;
}


h5 
{
 color: #221E1F;
 font-size: 25px;
}


.header h5

{
 text-align: right;
 margin: 0;
}



/*---------------------- Links ---------------------------------*/

a,
a:link,
a:visited
{
 color: #008FCC;
 text-decoration: none;
}


a:hover,
a:active
{
 color: #666;
 text-decoration: none;
}


.testimonials a:hover,
.testimonials a:active
{
 color: #A5FF32;
 text-decoration: none;
}

.newsItem h3 a
{
 color: #c7000c!important;
 text-decoration: none;
}

.newsItem h3 a:hover
{
 color: #c7000c;
 text-decoration: underline;
}

/*---------------------- Lists ---------------------*/

ul, ol
{
 line-height: 150%;
 margin: 0 0 1em 0;
}


ul li
{
 padding: 0 0 0 13px;
 background-image: url(../assets/images/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;
 margin-right: 30px;
 text-align: right;
}


ul.legal li
{
 display: inline;
 font-size: 10px;
 color: #999;
 background-image: none;
}


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;
}


.testimonials ul li
{
 background-image: none;
 padding-left: 0;
}

.testimonials ul li.quote
{
 font-size: 13px;
 font-style: italic;
}

.testimonials ul li.source
{
 font-size: 10px;
 font-style: normal;
 margin-bottom: 10px;
 color: #999;
}

.testimonials p.para{
	font-size: 10px;
	color: white;
}

/*-------------------------- Main Navigation ---------------------------*/


ul#navigation
{
 margin: 0;
 list-style: none; 
 width: 207px;
 padding-left: 0;
}


ul#navigation li
{
 display: block;
 background-color: #221E1F;
 background-image: none;
 padding-left: 0;
 border-bottom: 1px solid #221E1F;
}


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: #221E1F;
 text-decoration: none;
 background-color: #DAD6A6;
}


/*-------------------------- Page Specific ---------------------------*/


body#latestEditionPage .subContent2 img
{
 margin-bottom: 15px;
}




