/* CSS Document */

/* Add color and style to the layout:  */
	
    body {
    background: #E8E8E8;
    background-image: url(../images/page_bg.jpg);
		background-repeat: repeat-x;
    }
		
		h1 {
    color: #FFFFFF;
    font-size: 30px;
    width: 200px;
    text-align: center;
    }

    h2 {
    padding-bottom: 0.5em;
    }
    
    h3 {
    padding-bottom: 0.2em;
    font-size: 1.3em;
    }
    
    h4 {
    padding: 0.5em 0 0 0;
    font-size: 1.1em;
    }
    
    p {
		line-height: 1.6em;
		}	

		cite {
     font-style: italic;
     font-size: 0.8em;
    }
    
    #container {
		border: 1px solid #808080;
		background: #FFFFFF;
		}	
    	
		#header {
		border: 2px solid #660000;
		background-color: #660000;
		background-image: url(../images/header2.jpg);
		background-repeat: no-repeat;
		background-position: top right;
    }
    
	/* Coloring the site nav buttons  */
	/* above the header               */
	
		#navbar {
			background: #FFFFFF;
		}
		
		#navbar ul {
		border: 0px solid yellow;
		color: black;
    font-size: 1em;
    }
		
    #navbar ul li {
    padding: 0 0.5em;
    }
    
    a.sitenav1 {
      border: 1px solid white;
      border-bottom: 6px solid #660000;
      color: black;
    }

    a:hover.sitenav1  {
      border-bottom: 6px solid #660000;
      border-top: 1px solid #660000;
      border-left: 1px solid #660000;
      border-right: 1px solid #660000;
      background: #FFF0F5;
    }

    a.sitenav2 {
      border: 1px solid white;
      border-bottom: 6px solid #0000FF;
      color: black;
    }
    
    a:hover.sitenav2  {
      border-bottom: 6px solid #0000FF;
      border-top: 1px solid #1E90FF;
      border-left: 1px solid #1E90FF;
      border-right: 1px solid #1E90FF;
      background: #E0FFFF;
    }
    
    a.sitenav3 {
       border: 1px solid white;
     border-bottom: 6px solid #FFD700;
      color: black;
    }    
    
    a:hover.sitenav3  {
      border-bottom: 6px solid #FFD700;
       border-top: 1px solid #FFD700;
      border-left: 1px solid #FFD700;
      border-right: 1px solid #FFD700;
     background: #FFFACD;
    }
    
    a.sitenav4 {
      border: 1px solid white;
      border-bottom: 6px solid #006400;
      color: black;
    }    
    
     a:hover.sitenav4 {
     border-bottom: 6px solid #006400;
     border-top: 1px solid #006400;
     border-left: 1px solid #006400;
     border-right: 1px solid #006400;
     background: #F0FFF0;
    } 
    
    a.sitenav5 {
    border: 1px solid white;
    border-bottom: 6px solid #551A8B;
    color: black;
    }
    
    a:hover.sitenav5  {
    border-bottom: 6px solid #551A8B;
    border-top: 1px solid #551A8B;
    border-left: 1px solid #551A8B;
    border-right: 1px solid #551A8B;
    background: #E6E6FA;
    }
    
 /* Setting up the breadcrumb links  */
   
  	#breadcrumb {
		border-top: 3px solid white;
		border-bottom: 3px solid white;
    font-size: 0.9em;
	 }

   	#breadcrumb li a:link {
		text-decoration: none;
	 }

    #breadcrumb li a:visited {
		text-decoration: none;
	 }
	  #breadcrumb li a:hover {
		text-decoration: underline;
	 }
	 
	/* Side bar styling  */
 
/* Formatting up the div ID sidebarnav  */
/* definition list for hover effect */ 

    .sidecontent {
      margin-top: 1em;
      padding: 0.8em;
    }

 #subnav {
    padding: 1em;
    }
 #subnav ul {
    margin-right: 1em;
   }
  
 #subnav li {
    list-style: none;
    text-align: left;
  }

 #subnav li a {
    display: block;
    padding: 0.25em 1em 0.25em 0.75em;
    text-decoration: none;
	} 
  
  #subnav li a:hover {
    text-decoration: underline;
  }  
 	/* Styles for main content area  */

    #sitemap {
      font-weight: bold;
      font-size: 120%;
    }
    
    #sitemap li {
      list-style:none;
    }
    
    #sitemap li ul li {
     font-size: 85%;
     font-weight: normal;
    }
    
  
	/* The footer area  */

		#footer {
		border: 1px solid #808080;
		background: #E8E8E8;
		}
		
		#footer ul {
    list-style-type: none;
    }
		
    #footer ul li a {
        text-decoration: underline;
        color: midnightblue;
    }

    #footer ul li a:hover {
        color: midnightblue;
        text-decoration: none;
    }
    
	/* The definition list for events */

dl.event
{
margin: 0 0 2em 0;
padding: 0;
}

.event dt
{
position: relative;
left: 0;
top: 1.1em;
width: 5em;
}

.event dd
{
border-left: 1px solid #000;
margin: 0 0 0 6em;
padding: 0 0 .5em .5em;
font-weight: bold;
}

/* Images */

img {
    border: 1px solid #FFFFFF;
    }

/* Background pictures:  */

#phone {
    background-image: url(../images/telephone.gif);
		background-repeat: no-repeat;
		background-position: top right;
}

#address {
    background-image: url(../images/stamp.gif);
		background-repeat: no-repeat;
		background-position: top right;
}

