﻿body
{   background-image:url(/images/background.jpg);
    background-position:left bottom;
    background-repeat:repeat-x;
}

h1
{
    background-image:url(/images/logo.gif);
        background-repeat: no-repeat;
}

h2.newsHeader{                
    background-image:url(/images/news_and_events.gif);
    background-repeat: no-repeat;
}

.pageContainer{
    height:100%;
    margin:0;
    padding:0;
}

.contentContainer{
    background-color:White;
}

.siteOptions{
    color:#636364;
    font-size:0.8em;
    font-family:Arial;
}

.siteOptions a{
    color:#636364;
    text-decoration:none;
}

.siteOptions a:hover{
    color:#636364;
    text-decoration:underline;
}

.siteOptions .RSS{
    background-image:url(/images/rss.gif);
    background-repeat:no-repeat;
    background-position:right top;
    padding-right: 18px;
}

.siteOptions .smallLink{font-size:0.8em;}
.siteOptions .mediumLink{font-size:1em;}
.siteOptions .largeLink{font-size:1.2em}

.mainContent {background-color:#ffffff;}
.mainContent .padding {background-color:#ffffff;}

.mainContent ul{
    font-size:0.8em;
    list-style-type:none;
    list-style-type: none;
    color:#4f5254;
}
.mainContent li{
    font-family:Arial;
    list-style-type:none;
    line-height:1.4em;
    background-image:url(/images/bullet.gif);
    padding-left:5px;
    background-repeat:no-repeat;
    background-position: 0 .6em;
    padding-left: 0.6em;
    color:#4f5254;
}

.mainContent h2{
   color:#006469;
   font-size:1.1em;
   font-family:Arial;
   margin-bottom:0;
   font-weight:normal;
   text-decoration:none;
}

.mainContent a.newsTitle
{
   color:#006469;
   font-size:1.1em;
   font-family:Arial;
   margin-bottom:0;
   font-weight:normal;
   text-decoration:none;
   margin-top:5px; 
   margin-left:0px;
}

.mainContent a
{
   color:#006469;
   font-size:1em;
   font-family:Arial;
   margin-bottom:0;
   font-weight:normal;
   text-decoration:none;
}


.mainContent a:hover
{
   text-decoration:underline;
}

.mainContent h3{
   color:#006469;
   font-size:1.1em;
   /*font-weight:bold;*/
   margin-bottom:0;
   font-family:Arial;
}

.mainContent p, .mainContent p.newsBody
{
    font-family:Arial;
    font-size:0.8em;
    margin-top:0;
    color:#4f5254;
}

.mainContent p.introduction
{
   color:#006469;
   font-size:0.9em;
}


.mainContent p.listDescription
{
    font-family:Arial;
    font-size:0.8em;
    margin-top:0;
    margin-bottom:2px;
    color:#4f5254;
}

#textOnlyNavHeader
{
    display:none;
    visibility:hidden;
}
#tab3
{
    background: url(/images/nav_tabs.gif) 0 0 no-repeat;
    text-indent:-5000px;
}

#tab2
{
    background: url(/images/nav_tabs.gif) -98px 0 no-repeat;
    text-indent:-5000px
}

#tab1
{
    background: url(/images/nav_tabs.gif) -227px 0 no-repeat;
    text-indent:-5000px
}

.newsBoxTop
{   background:url(/images/top_right_news.gif) 0px 0px no-repeat;
    background-position:top right;
    height:18px;
    width:300px;
    background-color:#f0f0f0; 
}

.newsBoxBody
{
    background:url(/images/white.gif) 0px 0px repeat-y;
    background-position:top right;
    background-color:#f0f0f0;    
}

.newsBoxBody a.newsTitle
{   font-size:0.8em;
    font-family:Arial;
    color:#006469;
    text-decoration:none;
}

.newsBoxBody a.newsTitle:hover {text-decoration:underline;}

.newsBoxBody .newsBody
{   font-size:0.8em;
    font-family:Arial;
    color:#686a6c;
}

.newsColumn #linkImage
{
    background-color:#f0f0f0;
}

.footerContainer
{   background:url(/images/footer_filler.gif) 0px 0px repeat-x;
    background-position:right bottom; 
    float:left;
}

.footerTop{background-color:#ffffff;}
.footer #phoneNumber, .footer a 
{   font-family:Arial;
    font-weight:bolder;
    font-size:0.9em;
    color:#ffffff;
    text-decoration:none;
}

.footerCorner
{  background:url(/images/bottom-left.gif) 0px 0px no-repeat;
   background-position:bottom left;
   background-color:white;
}

.footer  
{   background-position:top left;
    background-color:#006469;
    font-family:Arial;
    font-weight:normal;
    font-size:1.2em;
    color:#aac0c1;
}

p.designby
{       font-size:0.6em;
    font-family:Arial;
}

p.designby a
{   text-decoration:none;
 color:#006469;
}

p.designby a:hover
{   text-decoration:underline;
}

/*for accessibility page (start) */
.mainContent th
{
    background-color:#006469;
    color:White;
}

.mainContent a
{
    text-decoration:none;
}

.mainContent a:hover
{
    text-decoration:underline;
}

.mainContent table
{
    margin-top:5px;
    
}

.mainContent table
{
    margin-top:5px;
        font-family:Arial;
    font-size:0.8em;
    margin-top:0;
    color:#4f5254;
}


/*for accessibility page (end) */

