﻿body 
{
    background-color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

#wrapper
{
    width: 780px;
}

#header
{
  
}

#logo
{
    height: 110px;
    padding-bottom: 5px;
}

#mainmenu
{
   width: 100%;
}

#mainmenu-left
{
    float: left;
    height: 22px;
    width: 14px;
    background: url(Images/menubarleft.jpg) no-repeat;
}

#mainmenu-content
{
    float:left;
    text-align: center;
    padding-top: 2px;
    width: 752px;
    height: 22px;
    background: url(Images/menubar.jpg) repeat-x;
}

#mainmenu-right
{
   float: left;
   height: 22px;
   width: 14px;
   background: url(Images/menubarright.jpg) no-repeat;
}

#leftside
{
    float: left;
    width: 181px;
    background: url(Images/leftbackground.jpg) repeat-y;
}

#content
{
    float: left;
    width: 415px;

}

#contenthead
{
    background: url(Images/contenthead.jpg) no-repeat;
    width: 414px;
    height: 28px;
}

#contentheadtitle
{
    position: relative;
    top: 1px;
    left: 20px;
    font-size: 16pt;
    color: #3366CC;
}

#rightside
{
    float: left;
    width: 178px;
}

#newsbox
{
    width: 176px;
    border: solid 1px #000000;
    background-color: #CC0000;
    height: 210px;
}

#newshead
{
    background: url(Images/newshead.jpg) no-repeat;
    width: 178px;
    height: 28px;
}

#newscontent
{
   padding-left: 2px;
   padding-right: 2px;
}

#contactusbox
{
    width: 176px;
    border: solid 1px #000000;
    background-color: #3366CC;
    height: 210px;
}

#contactushead
{
    background: url(Images/contactushead.jpg) no-repeat;
    width: 178px;
    height: 28px;
}

#contactuscontent
{
    padding-left: 2px;
    padding-right: 2px;
}

#footer
{
   background: url(Images/footerbar.jpg) repeat-x;
   height: 49px;
}

#footerdigitalbeckley
{
    float: left;
    height: 49px;
    width: 85px;
}

#contentcontrol
{
    padding-left: 5px;
    padding-right: 5px;
}

/*
LeftImagesControl
*/

.leftimagescontrol
{
   /*border: solid 1px #000000;*/
   width: 175px;
}

/*
Admin Section
*/
#adminwrapper
{
    width: 780px;
    border-top: solid 1px #3366CC;
    border-left: solid 1px #3366CC; 
    border-right: solid 1px #3366CC;  
}

#adminheader
{
    height: 85px;
}

#adminbar
{
    width: 100%;
    height: 22px;
    background: url(Images/menubar.jpg) repeat-x;
}

#adminleft
{
    float: left;
    width: 181px;
    background: url(Images/leftbackground.jpg) repeat-y;
}

#admincontent
{
    float: left;
    width: 580px;
    padding-left: 5px;
}

#adminfooter
{
    width: 100%;
    height: 22px;
    background: url(Images/menubar.jpg) repeat-x;
}

#adminleftmenu
{
    padding-left: 25px;
    
}


/*
Contact Control
*/

.contactctrltitle
{
    float: left;
    font-weight: bold;
    width: 30%;
}

.contactctrltextbox
{
    width: 65%;
}

.contactcontrol
{
    text-align: center;
    margin-right: 10px;
    color: #ffffff;
    font-size: 10pt;
}

.contactcontrol a
{
    color: #ffffff;
}

.contactcontrol a:visited
{
     color: #ffffff;
}