/****************Generic Selectors****************/

body {		
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #004000;
	background-attachment: fixed;
	background-image: url(llpx2225.jpg);
	background-repeat: repeat;

	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 0;
			
	}	

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	}

h2 {	
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;		
	}

h3 {
	font-size: 1.3em;	
	font-weight: bold;
	text-align: center;
	}

h4 {
	font-size: .9em;	
	font-weight: normal;
	}

p {
	width: 95%;
	font-size: 1em;
	text-align: justify;
	}

.address {
	font-size: 1em;
	text-align: center;
	}

.footer {
	font-size: .9em;
	}


.list {
	font-size: 1em;
	text-align: left;
	}

.splash {
	font-size: 1.3em;
	}	
/*************************  ID's *************************/

#navigation {
	position: absolute;
	z-index: 1;
	width: 235px;	
	height: 900px;
	top: 25px;
	left: 30px;	
	margin-right:10px;		
	padding-right:10px;
	padding-left:15px;
	padding-top:30px;
	text-align:center;
	
	border-right: 5px solid #F8C71D;
	}

#navigation>#navigation {width: 250px;}

#mainDoc {
	position: absolute;
	z-index: 2;
	left: 315px;
	top: 25px;
	padding: 5px 5px 20px 15px; /*top right bottom left*/	
	border-left: 5px solid #F8C71D;
	}


/*  LINK CODE  */

a:link {
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
 font-size: 1em;
 color: #000000;
 font-weight: normal;
}

a:visited {
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: blue;
 font-weight: normal;
}
a:hover {
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: green;
 font-weight: normal;
}
a:active {
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
 font-size: 1em;
 font-weight: normal;
}

li a:link {
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
 font-size: .9em;
 color: #000000;
 font-weight: normal;
}
li a:visited {
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
 font-size: .9em;
 color: blue;
 font-weight: normal;
}
li a:hover {
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
 font-size: .9em;
 color: green;
 font-weight: normal;
}
li a:active {
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
 font-size: .9em;
 font-weight: normal;
}






/*NAVIGATION MENU CSS CODE*/



#navigation ul {
margin-top: 40px; 
margin-bottom: 30px;
margin-left: -30px;
}


#navigation li{
list-style:none; 
margin: 8px; 
width: 210px; 
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
background-color: #573D0F;
text-align:center; 
}

#navigation li a{
text-decoration:none; 
color: #F8C71D;
display:block; 
width: 14.5em; 
padding-right:5px;
}

#navigation>li a{ width:14.1em; padding-right:3px;}

#navigation li a:hover{
background-color: #F8C71D; 
color: #573D0F;
}
