/* CSS Document */

/*Site pages and Menu style*/

/*Contact Page*/

*{
margin:0;
padding:0;
}


html {
font-size:100%;
background:#ffffff;
}


body{
 background: url(../images/bg_1.jpg) repeat-x center top;
 text-align:center;
 font-size:80%;
}


#wrapper{
    width:780px;
	background: #FFFFFF url(../none) no-repeat;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	
#banner,#wrapper,#footer{
    font: small Geneva, Arial, Helvetica, sans-serif;
    }
	

#banner{
	background:center url(../../images/low_fell_ban_test.gif) no-repeat;
	height:70px;
	padding-top: 10px;
	padding-bottom: 10px;
    }
	

#navigation_links{
    margin-top:5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
	
	
ul {
    background: #ffffff;
    font-weight: bold;
    margin:0;
	list-style:none;
	width: 720px;
    display: inline;
    text-align: right;
	padding: 0px;
   }
   
   
li {
    display: inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #bfbfbf;
   }
   

ul a {
   display:inline;
   padding:0 1em;
   line-height:2em;
   text-decoration:none;
   color:#949494;
   }
   

ul a:hover {
   color:#333333;
   }
   
   
.intro_text{
	padding: 5px;
	font: small Geneva, Arial, Helvetica, sans-serif;
   }

ol li {
	display: list-item;
	list-style: decimal inside;
	padding: 1em 5px;
	font: small Geneva, Arial, Helvetica, sans-serif;
	border-style: none;
   }
	
	
	
h1 {
	color: #408080;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-left: 15px;
    }
	

h2 {
	font-size: 14px;
	color: #408080;
	padding-top: 5px;
	border-top: 1px dashed #666666;
	margin: -5px 140px 45px 15px;
    }
	


a {
	text-decoration: none;
	color: #6666FF;
     }
	 
	 
a:hover {
    color:#663366;
	}


#footer {
	margin: 0px 50px 0px 15px;
	border-top: 1px solid #1D48A9;
	font-size: 12px;
	padding-top: 3px;
	color: #666666;
	clear: left;	
       }
