/*         This is the LLIA web site CSS style sheet                   */
/*                                                                     */
/*         General  Selectors                                          */
/*                                                                     */
body {
	border:      0;
	padding:     0;
	margin:      0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background:  #FFE;
	color:       #333;
	}
#wrap {
    margin: 0 auto;
	min-width:   800px;
	max-width:   1024px;
    }		
/*                                                                     */
/*         Header  selectors                                           */
/*                                                                     */
 header {
	width:       100%;
	margin:      000;
	border:      00;
	padding:     0 0 0 0;
	background:  #696;  
	color:       #333;
	height:      137px;
	background-image: url(img/Headerimg.jpg);
	background-position: 137px;
	background-repeat: no-repeat;
	}
#logo {
    width:       137px;
	height:      137px;
	float:       left;
	}
#h1h2 {
    height: 114px;
    }
#nav2{
    height: 23px;
	}
#nav {
	float:       left;
	margin:      0;
	padding:     0;
	list-style:  none;
    background-color: #696;
	color:       #333;
	}	
#nav li {
	float:       left;
	margin:      0;  
	padding:     0;
	font-family: "Lucida Grande", sans-serif;
	font-size:   60%;
	}	
#nav a {
	float:       left;
	display:     block;
	margin:      0 1px 0 0;
	padding:     4px 8px;
	color:       #333;
	text-decoration: none;
	border-top:   1px solid #9B8748;
    border-left:  1px solid #9B8748;
    border-right: 1px solid #9B8748;
	border-bottom: none;
	background-color:  #F9E9A9;
	}
#nav a:hover, body#home #Home a {
	color:       #333;
	padding-bottom: 5px;
	border-color: #727377;
	background:  #ffe;
	}	
#nav a:hover, body#schedule #MeetingSchedule a, body#schedule #AboutLLIA a{
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	} 
#subnav a:hover, body#schedule #MeetingSchedule a {
	padding-right: 9px;
	margin: 0;
	}	
#nav a:hover, body#minutes #MeetingMinutes a, body#minutes #AboutLLIA a{
	color:       #333;
	padding-bottom: 5px;
	border-color: #727377;
	background:  #ffe;
    }
#subnav a:hover, body#minutes #MeetingMinutes a {
	padding-right: 9px;
	margin: 0;
	}	
#nav a:hover, body#events #Events a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	}
#nav a:hover, body#phone #PhoneNumbers a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	}	
#nav a:hover, body#history #History a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	}	
#nav a:hover, body#links #Links a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	}	
#nav a:hover, body#contact #Contact a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	}	
#nav a:hover, body#area #AreaActivities a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe; 
	}		
#nav a:hover, body#visitor #VisitorGuide a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	}
#nav a:hover, body#bylaw #ByLaws a, body#bylaw #AboutLLIA a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	}
#subnav a:hover, body#bylaw #ByLaws a {
	padding-right: 9px;
	margin: 0;
	}
#nav a:hover, body#photo #Photo a {
	color: #333;
	margin:      0 0 0 0;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffe;
	}	
/*                                                                     */
/*         C L A S S  Selectors                                        */
/*                                                                     */
.alpha 	{
    list-style-type: lower-alpha;
	}
.center {
    text-align: center;
	padding: 2px;
	}	
.Earls {
    float: left;
    margin: 0px; 
	padding: 0px; 
	border: 0px;
	width: 810;
	}
.left {
    text-align: left;
	}
.leftside {
    float: left;
    width: 20%
	height: 60px;
	padding: 10px;
	margin: 10px;
	}
.right {
    text-align: right;
    }	
.rightside {
    float: right;
	width: 20%
	height: 60px;
	margin: 8px;
	}
.border {
    border: 2px solid green; 
    }
.border td, .border th {
    border: 1px solid green;
    padding: 0.2em;
    }	
.submenu {
    background:  #696; 
	width:       137px;
	height:      440px;
	float:       left;
	font-family: "Lucida Grande", sans-serif;
	list-style-type: none;
	text-align: right;
	}
.weather {
    float: right;
	width: 186px;
	}
#subnav {
	float:       right;
	margin:      0;
	padding:     0 0 0 0;
	list-style:  none;
    background-color: #696;
	color:       #333;
	}	
#subnav li {
	float:       right;
	margin:      10px 0 0 0;  
	padding:     0;
	border:      1px, 0, 1px, 1px;
	width:       130px;
	font-size:   60%;
	font-family: "Lucida Grande", sans-serif;
	}
#subnav a {
	float:       right;
	width:       100px;
	display:     block;
	margin:      0 1px 0 0;
	padding:     5px 8px;
	color:       #333;
	text-decoration: none;
	border-top:   1px solid #9B8748;
    border-left:  1px solid #9B8748;
    border-bottom: 1px solid #9B8748;
	border-right: none;
	background-color:  #F9E9A9;
	}
#subnav a:hover  {
	color: #333;
	margin:  0;
	padding-right: 9px;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff;
	}				
.u {
    text-decoration: underline;
	}
/*                                                                     */
/*         I D  Selectors                                              */
/*                                                                     */
#content {
	float:       left;
	width:       80%;
	padding:     0;
	margin-right: 0%;
	margin-left: 3%;   
	margin-top:  15px;
    }
#date {
    float:    right;
	font-size: xx-small;
	bottom: -20px;
	padding-bottom: 0;
	margin-bottom: 0;
    position: relative;
	down: -50px;
	color: white;
	}
#page_footer {
	clear:       both;
	background:  #cccccc;
	padding:     0px;
	border:      0px;
	width:       100%;
	height:      60px;
	font-size:   smaller;
	color: #333;
    }		
h1 {
	text-align: center;
    color: #fff;
    padding:     0;
    border:      0;
    margin:      0;
    }
h2 { padding-top: 0;
    color: #fff;
    margin-top: 10px;
	text-align: center;
    font-style:  italic;
    }	
#sidebar {
	float:       right;
	width:       30%;
	background:  #929B1C;
	color: #333;
	margin-top: 10px;
    }	
#sidebar div {
	margin:      0;
	border:      0;
	padding:     20px;
    }
div.minutes {
    font-family: "Times New Roman", sans-serif;
	}
hr { 
    clear: both;
	}	
td.bylaw {
    width: 15%;
	}
li.submenu {
    background: #ffe;
    }
ul.submenu {
    list-style-type: none;
	}	
/*                                                                     */
/*         D E S C E N D A N T  Selectors                              */
/*                                                                     */
/*     no descendent selectors at this time                            */
/*                                                                     */
/*         C H I L D  Selectors                                        */
/*                                                                     */
/*     no child selectors at this time                                 */
/*                                                                     */
/*         P S E U D O _ C L A S S  Selectors                          */
/*                                                                     */
/*     no pseudo-class selectors at this time                          */

