﻿/* /////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */
/* HTML ELEMENTS */


H1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #0072bb;
    font-weight: normal;
}


H2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0072bb;
    font-weight: lighter;
}

hr
{
    border-width: 1px;
    border-color: #3366CC;
    color: #fff;
    background-color: #fff;
    border-style: none none dotted;
}

td
{
    font-family: Verdana;
    font-size: 14px;
    color: #666666;
}

p
{
    font-family: Verdana;
    font-size: 14px;
    color: #666666;
}

li
{
    font-family: Verdana;
    font-size: 14px;
    color: #666666;
}

.imageborder
{
    border: 1pt solid #B70000;
}

.tableborder
{
    border: 1pt solid #CCCCCC;
}

.DateText
{
    font-family: Verdana;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: normal;
}


/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* HYPERLINKS */

a
{
    font-size: 14px;
    color: #3366CC;
    font-family: Verdana;
    text-decoration: none;
}

a:hover
{
    font-size: 14px;
    color: #339966;
    font-family: Verdana;
    text-decoration: underline;
}

a.whitelinks
{
    font-size: 14px;
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
}

a:hover.whitelinks
{
    font-size: 14px;
    color: #FFCC00;
    font-family: Verdana;
    text-decoration: underline;
}



a.smallredlink
{
    font-family: Verdana;
    height: 30px;
    width: 110px;
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
     background-image:url('../Templates/SmallRedLink_1.jpg');
}
    

a:hover.smallredlink
    {
    background-image:url('../Templates/SmallRedLink_2.jpg');
    font-family: Verdana;
    height: 30px;
    width: 110px;
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
    }
    
    
a.largeredlink
{
    font-family: Verdana;
    height: 30px;
    width: 330px;
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
    background-image:url('../Templates/LargeRedLink_1.jpg');
}
     
a:hover.largeredlink
    {
    background-image:url('../Templates/LargeRedLink_2.jpg');
    font-family: Verdana;
    height: 30px;
    width: 330px;
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
    }



/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* INNER ITEMS */


#pageTitle
{z-index: 1; left: 30px; top: 17px; height: 51px; width: 342px; position: absolute;}







/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* DHTML HOMEPAGE IMAGE CONTENT SLIDER */

.sliderwrapper
{
    z-index: 1;
    left: 0px;
    top: 0px;
    position: relative;
    overflow: hidden; /*leave as is*/
    width: 800px; /*width of featured content slider*/
    height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute; 
left: 0; 
top: 0;  
background: white;
width: 800px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 250px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; 
opacity: 1;
}

.pagination
{
    text-align: right;
    z-index: 1;
    left: 9px;
    top: 50px;
    position: absolute;
    padding-right: 2px;
    padding-top: 15px;
    padding-bottom: 12px;
}

.pagination a
{
    padding: 22px 22px 22px 22px;
    text-decoration: none;
    color: #000000;
    background: white;
    font-family: verdana;
    font-weight: bold;
}

.pagination a:hover, .pagination a.selected
{
    color: #333333;
    background-color: #E8E8E8;
}