﻿body 
{    
    margin-top:4px;    
    background-repeat:no-repeat;
    background-position: center top;
	text-align: left;
}

#container
{
    width:980px;           
    background-color:Transparent;
    margin:auto;
    margin-top:-2px;                     
}

#logo
{
    height:109px;
    float:left; 
}

#topnav
{
    height:109px;
    background-image:url(image/menutopbackground.jpg);       
    float:left;   
}


#mainnav
{     
   width: 980px;   
   float:left;   
   clear:left;   
   width:36px;            
}

.navpanel
{    
    width:605px;
    height:35px;
    line-height:35px;        
}

#banner
{
    width:980px;
    height:242px;
}

#topbar
{
    width:980px;
    height:18px;
    background-image:url(greenbar.jpg);
    margin-left:-3px;
    clear:left;
    
}

#content
{
    width:906px;
    padding-left:30px;
    padding-right:30px;
    border:7px solid #FFFFFF;   
}

#test
{
    width:950px;    
    padding-right:10px;
    padding-bottom:5px;    
}

#footer
{
    padding-top:5px;
    width:980px;
    background-color:Transparent;    
    clear:left;        
}

.sidenavpanel
{
    
    background-image:url(bluebar.jpg);
    width:200px;
}


.sidecategory  {color : #192222; font-size : 10px; text-decoration : none;}
A.sidecategory:link  {color : #192222; font-size : 10px; text-decoration : none;}
A.sidecategory:visited  {color : #192222; font-size :10px; text-decoration : none;}
A.sidecategory:active  {color : #4db5d2; font-size : 10px; text-decoration : none;}
A.sidecategory:hover  {color : #4db5d2; font-size : 10px; text-decoration : none;}

.sideseparator
{
    color: #FFFFFF;
    width: 130px;
    height: 2px;
}


.htmllayout
{
    margin-top:0px;
    padding-left:30px;       
    margin-right:20px;    
    background-color: #eae8e9;
    height:100%;       
}


.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: 12px;
    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;
}

.contenttest
{
    border:solid 1px #eae8e9;
    width:700px;   
}

.plainbackground{
   background:transparent url("bg.gif") repeat-x;
}

a { color:#4db5d2}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 650px; /*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 */
}