﻿body 
{
    background-color: #324888;
    font-family:Arial;     
}

#container
{
    width:980px;
    position:relative;    
    margin:auto;
    /*padding:8px; */
    top:10px;
    background-color:White;   
}

#logo
{
    width:300px;
    height:80px;
    float:left;
    
}

#topnav
{
    width:665px;
    height:55px;
    background-color:white;
    text-align:right;
    padding-right:15px;       
}


#mainnav
{    
   height: 25px;
   width: 380px;
   margin-left: 330px;
   clear: left;
   float: left;   
   margin-top: -45px;        
}

.navpanel
{    
    width:605px;
    height:35px;
    line-height:30px;
    padding-left:20px;
    background-repeat:no-repeat;          
}

#banner
{
    width:980px;
    height:200px;
    background-color:White;
    clear:left;
}

#topbar
{
    width:953px;
    height:18px;
    background-image:url(greenbar.jpg);
    margin-left:-3px;
    clear:left;
    
}

#content
{
    width:980px; 
    clear:left;      
}

#footer
{
    width:980px;
    background-color:blue;
    clear:left;
}

.sidenavpanel
{
    
    background-image:url(bluebar.jpg);
    width:200px;
}

.topcategory  {color : #000000; font-size : 12px; text-decoration : none;}
A.topcategory:link  {color : #000000; font-size : 12px; text-decoration : none;}
A.topcategory:visited  {color : #000000; font-size :12px; text-decoration : none;}
A.topcategory:active  {color : #84ba48; font-size : 12px; text-decoration : none;}
A.topcategory:hover  {color : #84ba48; font-size : 12px; text-decoration : none;}

#topseparator
{
    color: white;
    line-height:30px;
}

.sidecategory  {color : #000000; font-size : 12px; text-decoration : none;}
A.sidecategory:link  {color : #000000; font-size : 12px; text-decoration : none;}
A.sidecategory:visited  {color : #000000; font-size :12px; text-decoration : none;}
A.sidecategory:active  {color : #84ba48; font-size : 12px; text-decoration : none;}
A.sidecategory:hover  {color : #84ba48; font-size : 12px; text-decoration : none;}

.sideseparator
{
    clear:both;
    color: #b1acac;
    width: 190px;
    height: 2px;
}

.htmllayout
{
    margin-top:0px;           
    margin-right:0px;
    margin-left:8px;
    margin-bottom:15px;
    float:left;
    width:730px;   
}


.contenttable
{
    height:500px;
    width: 980px;  
    
}
.contentleftcolumn
{
    vertical-align:top;
    text-align:left;
    height:500px;
    width: 170px;
    float:left;   
    
}
.contentrightcolumn
{
    vertical-align:top;
    text-align:left;
    height:500px;
    width: 790px; 
    
}

.subcategorylabel
{
    font-size: x-large;
    font-weight: bold;
    color: #643a1f;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
}

.subcategorylabel2
{
    font-size: middle;
    font-weight: bold;
    color: #000000;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
    text-decoration:none;
}



.subcategory
{
    font-size: medium;
    font-weight: bold;
    color: #5C8727;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
    margin-left: 10px;
}

.center
{
    vertical-align:middle;
    text-align:center;
    
}

.category
{
    font-size: small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
    color: White;    
}

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

.shortdescription
{
    color:Gray;
    text-align:left;
}

.eventtitle
{
    color: #5C8727;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

.evendescription
{
    color:Black;
    font-size:small;
}

.backtopage
{
    color: #5C8727;
    font-size: large;
    font-weight: bold;
}

.picdisplay
{
    width:500px;
    height:375px;
    margin-top:10px;
    margin-left:1px;
    border-width:1px;
    border-style:solid;
    border-color:#643a1f;
}

.picgallery
{
    margin-left:30px;
    margin-top:30px;
}

.footer
{
    color:#5C8727;
    font-size:small;
    text-align: right;
    vertical-align:middle;    
}

.eventtitle
{
    font-size: large;
    font-weight: bold;
    color: #5C8727;    
    font-style: italic;
    font-variant: normal;
    text-transform: capitalize;
}

.lblattachment
{
   color:White;
}
A.lblattachment:visited
{
    color:White;
}

.icondisplay
{
    margin-top:10px;
    margin-left:1px;
    border-width:1px;
    border-style:solid;
    border-color:#5C8727;    
}

.font
{
    font-family:Arial;
}

.datapage
{
    text-align:center;
    background-color:#000000;    
    color:White;
}
   
.categorystatus
{
    font-size: 12px
    font-weight: bold;
    color: #5C8727;    
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
}


.snav
{    
    width:208px;
    margin-left:10px;           
}

.font
{
    font-size:small;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 850px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
/*text-transform: uppercase; */
/*border-bottom: 1px solid red; */
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}
