
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #63953C;
}

/* Headers */
#header {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background: url(../images/grass01.jpg);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	/*margin-bottom: 15px;*/
	text-align: center;
}
#header2 {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	background: url(../images/grass01.jpg);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	/*margin-bottom: 15px;*/
	text-align: center;
}
#header2 img {
	padding: 0px;
	border: 0px;
}
#main {
	margin: 0 auto;
	width: 740px;
	background: #FFFFFF;
	height: 300px;

}
#page {
	float: left;
	width: 550px;
	text-align: justify;
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar {
	float: right;
	color: #999;
	width: 170px;
	background: #FFFFFF;
}
#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	background: #333 url(/images/footer.gif);
	width: 750px;
	clear: both;
	text-align: center;
}
#footer p { padding: 0; }


html>body { 
	margin-bottom: 0px; 
}
#page h2 {
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#sidebar h3 {
	font-weight: normal;
	font-size: 150%;
	color: #777;
	margin-bottom: -5px;
}

/* Links */
#main a:link, #main a:visited {
	text-decoration: none;
	color: #003366;
	border-bottom: 0px solid #003366;
}
#main a:hover {
	text-decoration: none;
	color: #CC3300;
	border-bottom: 0px solid #CC3300;
}
#header a, #header a:hover {
	color: #fff;
	text-decoration: none;
}
#header2 a, #header a:hover {
	color: #fff;
	text-decoration: none;
}#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
}
p.info {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #aaa;
}
.hide { display: none; }

/* Lists */
li { list-style: none; }
#sidebar ul { padding: 3px 0px 3px 0px; }
html>body #sidebar ul { padding: 3px 0px 3px 10px; }
* html body #sidebar li {
	margin-left: -30px;
}
#bits li {
	padding-bottom: 5px;
}
#bits li:hover {
	color: #666;
}

#services li {
	font-size: larger;
	line-height: 25px;
}

/* Navigation (Thanks SimpleBits) */
div#nav_container {
	width: 750px;
	margin: 0 auto;
	background-color: #006600;
	border-bottom: 1px solid #FFFFFF;
}
div#nav_container ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#nav_container ul li {
	display: inline;
	margin-left: -3px;
	list-style: none;	
}
div#nav_container ul li a {
	padding: 5px 5px 5px 5px;
	color: white;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
div#nav_container ul li a:hover {
	background-color: #003300;
	color: white;
}
#active a { border-left: 1px solid #fff; }

/* Watermark Testing */

#wm {
	/*background-image: url(/nspm/images/watermark.jpg);
	background-position:Center Center; 
	background-attachment:fixed; 
	background-repeat:no-repeat;*/
	filter:alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;
	z-index: 200;
}



#page-wm {
	background: #63953C;
	background-image: url(/images/watermark.jpg);
	/*background-position: center center; 
	background-attachment: fixed;*/
	background-repeat:	repeat;
	
	filter:alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;
	z-index: 1;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}


#watermark {
	float: left;
	padding: 5px 10px 5px 10px;
}

#watermark2 {
	float: right;
	padding: 5px 10px 5px 10px;
}
