@charset "UTF-8";
/* ----- 
CSS Stylesheet by CLM Design, http://www.clmdesign.com
Last edited by: 	Elaine Van Der Wall, elaine@clmdesign.com
Last edited date: 	April 13, 2009

Color scheme
#333   		Dark Grey
#949c4f		Logo Green
----- */

/* ----- 
Base Styles
----- */

body {
	margin:0;
	padding:0;
	background:#fff;
	font-size:11px;
	color: #333;
	font-family:"Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	text-align:center;
}
#container {
	margin:25px auto;
	width:700px;
	text-align:left;
}
p {
	font-size:11px;
	line-height:20px;
}
a, a:link, a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
img {
	border:0;
}
hr {
	display:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#333;
}
ul li {
	font-size:11px;
	line-height:20px;	
}


/* ----- 
IDs
----- */

#header {
	text-align:center;
}
#menu  {
	text-align:center;
}
#body {
	margin:50px;
	text-align:left;
}
#footer {
	text-align:center;
}
#seo {
	text-align:left;
	color:#333;
	margin:50px;
}
ul#navigation {
	list-style-type:none;	
}
ul#navigation li {
	display:inline;
	padding:3px 11px;
}

/* ----- 
Classes
----- */

.hr {
	border-bottom:1px #666 solid;
	display:block;
	clear:both;
	margin:11px 0;
}

.left {
	display:block;
	float:left;
	text-align:left;
	width:45%;
}

.right {
	display:block;
	float:right;
	text-align:right;
	width:45%;
}
.clear {
	display:block;
	clear:both;
}
a.here, a.here:link, a.here:visited, a.here:hover, a.here:active {
	text-decoration:underline;
}