﻿body 
{
    margin: 0 auto;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    background-image: url(Images/background1.jpg);
    background-repeat: repeat;     
}

legend {font-family:Verdana, Arial, Sans-Serif; font-size: 12pt; font-weight:bold;}
fieldset {border-color:Blue; padding:10px; border-width:1px; width:90%;}

/*
Admin Section
*/
#adminwrapper
{
    margin: 0 auto;
    text-align: left;
    width: 800px;
    border-top: solid 1px #E3E3F2;
    border-left: solid 1px #E3E3F2; 
    border-right: solid 1px #E3E3F2;
    background-color: #DBD1CF;  
}

#adminheader
{
    height: 53px;
    background-color: #E3E3F2;
}

#adminlogo
{
    height: 53px;
    width: 277px;
    background-image: url(WebsiteImages/bgslogo.gif);
}

#adminbar
{
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #5A5ABE;
    height: 20px;
    color: White;
    font-size: 10pt;
    text-align: right;
}

#adminleft
{
    float: left;
    width: 200px;
}

#admincontent
{
    float: left;
    width: 590px;
    padding-left: 5px;
}

#adminfooter
{
    width: 100%;
    height: 25px;
    background-color: #5A5ABE;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

#adminleftmenu
{
    padding-left: 5px;
    
}

/*
classes
*/
.displaynews
{
    /* border: solid 1px #0000ff; */
}
.displaynewsheader
{
    color: White;
    background-color: #0000ff;
    margin-bottom: 3px;
}

/*
Image and Video Galleries
*/
#imagegallerymain
{
    width: 420px;
}

#imagegalleryview
{
    float: left;
    width: 260;
}

#imagegalleryselect
{
    float:right;
    width: 130px;
    text-align: center;
}

.imagegallerycaption
{
    text-align: left;
    font-size: 12pt;
}

.imagegallerycredit
{
    text-align: left;
    font-style: italic;
    font-size: 10pt;
}

#videogallerymain
{
   width: 420px;
}


/*
Request Info
*/

#submitinfo
{
    text-align: center;
}

/* Contacts Control */

.contactcontainer
{
    width: 100%;
}

.contacttitle
{
    background-color: #5259C4;
    font-size: 12pt;
    font-weight: bold;
    
}

.contactinfo
{
    font-size: 12pt;
    float: left;
    width: 50%;
}

.contacthow
{
    font-size: 12pt;
    float: left;
    width: 50%;
}

.contactctrlcontainer
{
    width: 100%;
}

.contactlabel
{
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 2px;
}

.contactctrl
{
    float: left;
    width: 65%;
}


.contactsubmit
{
    text-align: center;
}

.suggestioncontrollabel
{
    font-size: 10pt;
    color: Blue;
}

#contentcontrolcontent
{
    
}

/* Topics Control */

.topic 
{
    font-size: 12pt; font-weight:bold;
}

.subtopic
{
    font-size: 12pt; font-weight:bold;
}


.subtopiclink
{
    font-size: 10pt;
}

/* Subpage Title */

.pagetitle
{
    font-size: 20pt;
    color: #000095;
    padding-left: 20px;
}

.intscroll 
{ 

    scrollbar-3dlight-color:#DAD2CF; 

    scrollbar-arrow-color:#000000; 

    scrollbar-base-color:#DAD2CF; 

    scrollbar-darkshadow-color:#DAD2CF; 

    scrollbar-face-color:#DAD2CF; 

    scrollbar-highlight-color:#0000ff; 

    scrollbar-shadow-color:#0000ff; 

    scrollbar-track-color:#DAD2CF; 
    
    overflow: auto; width: 590px; height: 525px;

}



/* Misc */
.scrollnews
{
    font-size: 10pt;
    color: Blue;
}