*
{
padding:0;
margin:0;
}


body {
    margin: 0;
    padding: 0;
    background-color: #dedede;
    background-image: url('images/grayback.jpg');
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    text-align: center;
}
#bigbox {
    position: static;
    width: 790px;
    margin-top: 40px;       
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;   /* why doesn't this put margin at bottom of page? */
    background-color: #ffffff;
    text-align: left;
    border: 5px;border-style:solid;
border-color:#ffffff;
}


a:link {
    color: #000000;
    font-weight: bold; }
 
a:visited {
    color: #000000; 
    font-weight: bold;
 }
a:hover { 	text-transform: none;
	font-weight:bold;
	color:#777777;
	background-color: transparent;  }
a:active {
    color: #000000;
    font-weight: bold; 
  } 
a {text-decoration:none;}





/*  Use this section to define  vertical navbar   */



ul.navbar {
    list-style-type:none;
    position: static;
   padding-top:0px;
    padding-left: 5px;
    margin:0;
    border: 0px;
    border-color:#ffffff;
    background: #ffffff;
}

ul.navbar li { 
   background-color: #ffffff;
   padding-top:0px;
   padding-right:20px;
   padding-bottom:2px;
   padding-left:5px;
   margin: 0px;
   font-size: 12px;
  } 

a.navbar:link {color: #555555; border:none; font-weight:bold; }
a.navbar:visited {color: #555555; font-weight:bold;}
a.navbar:hover {text-transform: none;
    font-weight:bold;
    color:#111111;
  } 



/*  Use this section to define horizontal navbar   */
/*This section replaced by stylemenu. Use below if don't need the drop down menu for Feeder parishes*/
/*
ul.navbarhor {
    list-style-type:none;
    position: relative;   
    height: 30px;
    padding: 0px;
    margin:0x;
    border: 0px ;
    border-color:#ffffff;
    background-color: #ffffff;  /* this is superceded by the image below. */
    background-image: url(images/graybut1.jpg);  
   }

ul.navbarhor li { 
   display: inline;
   background-color: #ffffff;   /* this is superceded by the image below  */
   background-image: url('images/graybut1.jpg'); 
   padding-top:0px;
   padding-right:15px;
   padding-bottom:0px;
   padding-left:40px;
   margin: 0px;
   font-size: 12px;
 } 


a.navbarhor:link {color: black; border:none;}
a.navbarhor:visited {color: black;}
a.navbarhor:hover {text-transform: none;
    font-weight:bold;
    color:#7a050b;
   }

 /*   background-color: #c5cfba;  */
        
a.navbarhor:active {background-color: #c2bfba;
    color: black; text-decoration:none;  border:none;}
*/





#banner {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #dddddd; 
   }

#mainbody {
    background-color: #ffffff;
    margin-top:-5px; margin-bottom:0;
    padding:0;
}




#footer {
    width:790px;
    clear: both;
    margin:0;
    padding-top: 0px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    font-size: .8em;    
}

#footer a{ text-decoration:none;  
    color: #000000; background-color: #ffffff;
    }






/* types of lists - classes   example use   <ul class="list-bul-in">      Use ol for numbered list */

.list-bul-in {
    text-indent: 10px; 
    list-style-position: inside; 
    }

.list-bul-in li { 
   background-color:transparent;
   border:0px solid;
   margin:0px;
   padding-left:.5em; 
   font-size:.8em;
}




.list-no-bul-in {
   list-style-type:none;
   list-style-position: inside;
 }

.list-no-bul-in li { 
   background-color:transparent;
   border:0px solid;
   margin:0px;
   padding-left:.5em; 
   font-size:.8em; font-weight:normal;
}





    



