/*  style sheet for lawn clutter.org website. 1-29-2007 pw  */
/* colors 
dark blue #698DA6;
light blue #E3EAEF;
white #FFFFFF;
pale blue #F5F6F6;
blue/purple light #DEE0E0;
darker blue/burple #ADAFB1,
not quite black: #2BB2B;
darker not quite black: #181818;
light purple, followed link: #B74F98;  */

/* the whole thing */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;	background-color: #698DA5;
	color: #698DA5;
	}
/* masthead for page title */
#masthead {
	width: 94%;
	height: 146px;
	position: absolute;
	left: 2%;
	padding: 10px;
	background-color: #E3EAEF;
	text-align: center;	border: #2B2B2B double;	z-index: 1;}
/* Masthead text styles */
#masthead h1{
	color: #698DA5;
	text-align: center;
	font-family: Arial, Helvetica, Veranda, sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 4em;
	z-index: 2
}

/* Logo a symbol */	
#logo{
	position: absolute;
	background-color: #E3EAEF;
	background-image: url(../images/logo.gif); 
	height: 130px;
	width: 130px;
	background-repeat: no-repeat;
	border: #2B2B2B double;
	top: 5px;
	left: 5px;
}
/* container, holds navigation, content and footer 	*/
#container {
	position: absolute;
	top: 200px;
	left: 2%;	
	width:94%;
	padding: 10px;
    padding: 10px; 
	background-color: #698DA5;
 }
/* Navigation, for the menu*/
#navigation {
	 float: left;
 	 width: 15%;
	 border: 1px solid #2B2B2B;
	 margin-top: 0%;
     margin-bottom: 0%;
     background-color: #E3EAEF;
	 padding-top: 0%;
} 
/* Navigation Styles */
#navigation img{
position: relative;left: 3em;/*margin-bottom: 1em */
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0em;
	padding: 0em;}
#navigation li {
	display: block;
	margin: 0em;
	padding: 0em;
	border: 1px solid #2B2B2B;
	font-size: 1em;
}
/* link style within navigation */
#navigation a {
	color: #698DA5;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: center;
	border: 1px solid #2B2B2B;font-weight: bold;
}
#navigation a:visited {
	color: #BF4F98;
	text-decoration: none;
	border: 1px solid #2b2b2b;
	font-size: 1em;
	}
#navigation a:hover {
	color: #181818;
	text-decoration: none;
	border: 1px solid #2b2b2b;
	font-size: 1.2em;
}
/* content, for the main stuff */
#content {
	float: right;
	background-color: #E3EAEF;
	width: 81%;
	border: 1px solid #2B2B2B;
	color: #181818;
	margin: 0em;
	padding: 1em;
}
/* Content text Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #698DA5;
}
.style_bold {
font-weight: bold;
	}
.style_italic {
font-style: italic;
	}
#content img {
	padding: 5px;
	border: 0px solid #B74F98;
}
/* Content link styles */	
a {	
	color: #698DA5;
	text-decoration: underline;
}
a:visited{
color: #BF4F98;
}
a:hover {
	color: #698DA5;
	font-size: 1.2em;
}
/* Content list Styles */
#content ul {
	list-style-type: circle;
	width: 100%;
	display: list-item;
	padding: 0em;	margin-left: 1em;	margin-bottom: 1em;}
#content li {
	display: list-item;
	margin-left: 1em;	margin-bottom: 1em;
	padding: 0em;
	}
/* footer, it's the footer! */
#footer {
	position: relative;
	text-align: center;
	font-size: .8em;
	clear: both;
	width: 100%;
	padding: 0px;
	border: 0px solid #6633cc;
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footer a {
	color: #2B2B2B;
	text-decoration: underline;
}
#footer a:visited {
	color: #E3EAEF;
	text-decoration: underline;
	font-size: 1em;
	}
#footer a:hover {
	color: #2B2B2B;
	font-weight: bold;
	text-decoration: underline;}


/* Table Styles  */	    
table {
border-style: solid;
border-color: black;
border-width: thin;
border-collapse: collapse;
width: 100%;
}

td {
border-style: solid;
border-color: black;
border-width: thin;
text-align: center;width: 20%;padding:1%;
}

td.heading {
font-size: 1.1em;
font-weight: bold;
background-color: #698DA6;
}

table img {
border-style: solid;
border-color: black;
border-width: 1px;
}

a:link img {border-style: none;}

a:visited img {border-style: none;}


