html, body  {
	height: 100%;
}

body {
	font-family		: tahoma;
	font-size		: 12px;
	background		: #E8E3D2;
	color			: #000000;
	text-align		: center;
	z-index:3;
	}

#page{
	width			: 1000px;
    position		: relative;
	margin			: 0px auto 0px auto;
	background-color: #FFFFFF;
	text-align		: left;
	z-index:2;
}

#wrap {
	width			: 1000px;
	position		: relative;
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	z-index:1;
}

#footer {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:100px 0px 0px 0px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#heading {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('http://www.lincolnneaga.org/images/header.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	border-bottom:0px solid #1F1E6C;
}

#logo {
	position		: relative;
	float			: left;
	top				: 20px;
	left			: 20px;
	}

#big_head {
/*
	position		: relative;
	top				: 30px;
	left			: 300px;
*/
	text-align		: left;
	color			: #1F1E6C;
	font-size		: 28px;
	font-style		: bold;
	font-family		: Candera;
/*	width			: 400px;*/
}
	
#small_head{
/*
	position		: relative;
	top				: 0px;
	left			: 300px;
*/
	text-align		: left;
	color			: #1F1E6C;
	font-size		: 16px;
	font-style		: italic;
	font-family		: Candera;
/*	width			: 400px;*/
}	

#platinum_head{
/*
	position		: relative;
	top				: 0px;
	left			: 750px;
*/
	text-align		: left;
/*	color			: #1F1E6C; */
	color			: #ADABB1; 
/*	font-size		: 24px; */
	font-size		: 16px;
	font-style		: bold;
	font-family		: Candera;
}	

#navigation {
	width:170px; 
	color: #1F1E6C;
	cursor:pointer;
}

#navigation ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	color:#1F1E6C;
}

#navigation ul li {
	display:block;
	border-bottom:1px solid #c5c5dc;
	color:#1F1E6C;
}

#navigation ul li:hover {
	display:block;
	background-color:#F2F2F7;
	color:#1F1E6C;
}

#navigation ul li a {
	text-decoration:none;
	display:block;
	padding:.5em .5em .5em .5em;
	color:#1F1E6C;
}

#navigation ul ul {
	display:none;
	position:absolute;
	margin:-30px 0px 0px 145px;
	border:#c5c5dc solid;
	border-width:1px;
	background-color:#FFFFFF;
	z-index:5;
}

#navigation ul li:hover ul {
	display:block;
	padding:.25em .5em .25em .5em;
}

#navigation ul ul li {
	width:180px; 
	float:left; 
	display:inline;
/*	padding:.5em 10px .5em .5em;*/
}
#navigation ul ul li:hover {
	text-decoration:none; 
	border-bottom:1px solid #c5c5dc;
/*	padding:.5em 10px .5em .5em;*/
	background-color:#F2F2F7;
}
#navigation ul li:hover ul li ul {display:none;}
#navigation ul li:hover ul li ul {display:none;}

#adbox {
	margin:50px 0px 0px 0px;
}

#leftcontent {
	position		: relative;
	float			: left;
	width			: 160px;
	font-size		: 12px;
	font-style		: none;
	font-family		: Candera;
	margin			: 40px 0px 0px 25px;
	padding			: 0px 0px 0px 0px;
}

#rightcontent {
	position		: relative;
	float			: right;
	width			: 150px;
	color			: #1F1E6C;
	font-size		: 12px;
	font-style		: none;
	font-family		: Candera;
	margin			: 40px 0px 0px 0px;
	padding			: 0px 20px 0px 40px;
}

#rightcontent h3 {
	margin:0px 0px 20px 20px;
}

#rightcontent p.date {
	margin:10px 0px 0px 0px;
}

#rightcontent p.event {
	padding:0px 0px 10px 20px;
	border-bottom:1px solid #c5c5dc;
}

#centercontent {
	position		: relative;
	color			: #1F1E6C;
	font-size		: 14px;
	font-style		: none;
	font-family		: Candera;
	margin			: 50px 250px 0px 220px;
	padding			: 0px 0px 0px 0px;
	z-index			: 1;
}

#centercontent h3{
	font-size		: 18;
	font-style		: bold;
	padding-top		: 20px;
}	

#centercontent p{
	padding-top		: 10px;
}

#rightbox {
	position		: absolute;
	font-size		: 12px;
	font-family		: tahoma;
	background-image: url('http://www.lincolnneaga.org/images/rnd_grey_box.jpg');
	left			: 600px;
	top				: 300px;
	height			: 131px;
	width			: 290px;
	border			: 0px solid #000;
	text-align		: center;
	}

tr.boardmembers {
	vertical-align	: top;
	text-indent		: 40px;
	margin-bottom	: 30px;
}	

td.bottom_padding_15 {
	padding-bottom	:15px;
}
	
*.copyright {
	font-style		: italic;
	text-align		: right;
	}

*.webmaster {
	font-family		: tahoma;
	font-size		: 10px;
}

#centertext {
	text-align		: center;
}

#lefttext {
	text-align		: left;
}
#righttext {
	text-align		: right;
}

#bold-text {
	font-weight		: bold;
}

#backcolor {
	background		: #DDA0DD;
}

#indent {
	text-indent		: 75px;
}

#quote { 
	font-style : italic;
	color : red;
	}

td {
	font-family		: tahoma;
	font-size		: 12px;
	color			: #1F1E6C;
	padding			: 3 3 3 3;
}

/*
a		{color: #3333FF;}
a:visited	{color: #666699;}
a:hover		{color: #3333FF;}
*/

*.links {
	font-family		: tahoma;
	font-size		: 12px;
	color			: #3333FF;
	text-indent		: 0.25cm;
	height			: 40px;
	background		: #0C1977;
	text-align		: center
	}


a.press-it-btn {
	display: block; /* Change anchor to block element */
	width: 53px; height: 24px; /* Specify width and height of the image. Height is value of each individual button graphic */
	background-image: url(button-sprite.png); /* Add the image as a background */
	background-position: top; /* Set the position to the top */
	text-indent: -9999px; /* Send the rendered HTML wording off screen */
}

#btn p a.press-it-btn:hover, #demo p a.press-it-btn:focus {
	background-position: center; /* Set the position to the center */
}

#btn p a.press-it-btn:active {
	background-position: bottom; /* Set the position to the bottom */
}

a.button { outline: none; } 

.push {
	height			: 200px;
}
	
.clearfooter {
height: 150px;
clear: both;
}
	
.clearfix:after {
	content			: ".";
	display			: block;
	height			: 0;
	clear			: both;
	visibility		: hidden;
}
	
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

#events {
	width:150px; 
	color: #1F1E6C;
}

#events ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#events ul li {
	display:block;
	padding:0px 0px 0px 0px;
}

#events ul li.underline {
	border-bottom:1px solid #c5c5dc;
	margin:0em 0em .25em 0em;
}

#events ul li:hover {
	display:block;
}

#events ul li a {
	text-decoration:none;
	display:block;
}

#events ul ul {
	display:block;
	position:relative;
	margin:0px 0px 0px 5px;
}

#events ul li:hover ul {
	display:block;
}

#events ul ul li {
	padding:.5em 0em .5em .5em;
}

#events ul ul li a {
	padding:0em 0em 0em 0em;
}

#events ul ul li:hover {
	text-decoration:none; 
}
#events ul ul li a:hover {
	text-decoration:none; 
	background-color:#F2F2F7;
}
#events ul li:hover ul li ul {display:none;}
#events ul li:hover ul li ul {display:none;}

#links {
	width:450px; 
	color: #1F1E6C;
	cursor:pointer;
}

#links ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}

#links ul li {
	display:block;
/*	border-bottom:1px solid #c5c5dc; */
}

#links ul li:hover {
	display:block;
	background-color:#F2F2F7;
}

#links ul li a {
	text-decoration:none;
	display:block;
	padding:.5em .5em .5em .5em;
}

#links ul ul {
	display:none;
	position:absolute;
	margin:-30px 0px 0px 145px;
	border:#c5c5dc solid;
	border-width:1px;
	background-color:#ffffff;
	z-index:5;
}

#links ul li:hover ul {
	display:block;
	padding:.25em .5em .25em .5em;
}

#links ul ul li {
	width:180px; 
	float:left; 
	display:inline;
/*	padding:.5em 10px .5em .5em;*/
}
#links ul ul li:hover {
	text-decoration:none; 
	border-bottom:1px solid #c5c5dc;
/*	padding:.5em 10px .5em .5em;*/
	background-color:#F2F2F7;
}
#links ul li:hover ul li ul {display:none;}
#links ul li:hover ul li ul {display:none;}

#feed-control {
	margin:50px 10px 0px 0px;
}

a  {
	text-decoration:none;
}

div { z-index:50; }

li.listbold
{
	font-weight	: bold;
}
