﻿body 
{
    background-color:#ffffff;
    margin:0px;
    font-family: arial;
}

/* Layout for master pages */

/* Header Layout */

#HeadCenter 
{ 
    margin-top: 10px;
    text-align: center;
    height: 204px;
    background-image: url(images/nav/header_bg.jpg);
    background-repeat: repeat-x;
}  

#HeadWrapper 
{
    width:82em;
	margin:auto;
    text-align:left;  
}

#HeaderLeft
{ 
   float: left;
    }
    
#HeaderMid
{
    border: solid 1px blue;
  margin: 0px 475px 0px 210px;
    }
    
#HeaderRight
{
    float: right;
    width: 40em;
    height: 204px;
    background-repeat: no-repeat;
  
    }
    
#SiteMenuWrapper
{
    float: right;
    margin-top: 154px;
    }


/* Main Content Layout */

#ContentCenter 
{
    height: auto;
    text-align: center;
    min-height: 33em;
    
}

#ContentWrapper
{  
    
    width: 82em;
    text-align: left;
    margin: auto;
    padding-top: 1em;
   
    }
    
#TwoColContent
{
    
  
  text-align:justify;
  margin-right: 19em;
  
    }
    
#TwoColRight
{
    
    margin-left: 2em;
    width: 17em;
    float: right;
    display: inline;
    }    


/* Footer Layout */    
    
#FooterCenter 
{
    clear: both;
    text-align: center;
    height: 2.7em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-image: url(images/nav/footer_bg.jpg);
    background-repeat: repeat-x;
}


#FooterWrapper
{
    
    width: 82em;
    margin: auto;
    text-align:right;
    padding-top: 9px;
}
    
    
/* End of Masterpage layouts */


/* Side Item Layout */

.Section
{
    height: 1.75em;
    background-image: url(images/nav/section_top.jpg);
    background-repeat: no-repeat;
    border-right: 1px solid #cccccc;
    height: auto;
    margin: 0em 0em 1em 0em;
    }
  
.SectionHead
{
    font-weight: bold;
    padding: 3px 3px 3px 5px;
    }  
    
.Section p
{
    line-height: 1.5em;
    }
    
.SectionBody
{ 
    background-image: url(images/nav/section_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0em 0em 1em 0em;
    }

  
.Quotes
{
    
    color: #669933;
    line-height: 1.5em;
    display:block;
    margin: 0.25em;
    clear: both;
    
    }
    
.QuoteText
{
    margin-top: 1em ;
    margin-bottom: 1em;
    float: left;
    display: block;
    font-style: italic;
}
    
.QuoteName
{
    margin-bottom: 1em;
    font-size: 0.8em;
    width: 14em;
    float: right;
    text-align: left;
    }
    
    
/* End Side Item Layout */   
    
 
 
/* UL styles */ 

 .FormUl
 {
     margin-top: 2em;
     display: inline;
     clear: both;
     
    
     }
    
 .FormUl li
 {
     text-indent: 0px;
     margin: 0px 0px 0.4em 0em;
     list-style: none;
     clear: both;
     float: left;
     display: inline;
     width: 42em;
     }
    
 .FormUl .FormLabel
 {
     float: left;
     vertical-align: top;
     width: 12.5em;
     display: inline;
     
     }
     
.FormUl .FormCheckBox input
{

    width: 1em;
    
    }

   
.FormUl .Optional
 {
          background-color: #eeeeee;
     }  
     
 .FormUl input, .FormUl textarea
 {
     color: #666666;
     float: right;
     vertical-align: top;
     width: 24em;
     border: 1px solid #cccccc;
    background-color: #ffffff;
     }

     
.ProfileUl
 {
     text-indent: 0px;
     list-style: none;
     float: left;
     display: inline;
     margin: 2em 1em 1em 0em;
     clear: none;
     padding: 0em;
     
     }
    
 .ProfileUl li
 {
     text-indent: 0px;
   
     list-style: none;
     clear: both;
     float: left;
     display: inline;
     width: 28em;
     background-color: #eeeeee;
    margin: 1px;
    padding: 0.5em 1em 0.5em 1em;

     }
    
 .ProfileUl .FormLabel
 {
     float: left;
     vertical-align: top;
     width: 10em;
     display: inline;
     
     }
      
 .ProfileUl li h3
{
    padding: 0px;
    line-height: 1.0em;
    margin: 0px;
    font-weight: bold;
   
    }    
     
 
 .ProfileUl input, .ProfileUl textarea
 {
     color: #666666;
     float: right;
     vertical-align: top;
     width: 15em;
     border: 1px solid #cccccc;
    background-color: #ffffff;
     }
          

/* End UL styles */ 
     
 .ValCont
 {
     float: left;
     color: #AE2024;

          
     }
     
li .ValSum
{
    margin-bottom: 1em;
     color: #AE2024;
     float: right;
     text-indent: 0em;
     vertical-align: top;
     text-align: left;
     width: 24em;
     line-height: 1.5em;


    
    }


.SiteMap li 
{
    margin: 0.6em;
   
    
    }
    
.AdminTable td , .AdminTable th
{
    margin: 1px;
    padding: 0.5em;
    }
    
