/*
Cascading Style Sheet for www.snydertechnical.com
Designed by Jon Paul Snyder @ www.wildwebweaves.com

Colors Used

#f2f2f2 - Off White 
999BBF - Grey-Blue
5851B4 - Violet
AAA878 - Tan

D8CAA8 - Tan
5C832F - Green

382513 - Dark Brown
363942 - Dark Gray

#42468c - Light Blue
#000066 - Dark Blue (logo matched)

#266 - Teal
#696 - Green
#bc9 - Light Green
#021 - Dark Green

#fe0 - logo yellow
#ef5 - logo green
*/


@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #696;
}

ul, ol, dl, li {
	padding: 0;
	margin: 0;
    list-style:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding: 0 2em;
}
a img { 
	border: none;
}

a:link {
	color: #fe0;
	text-decoration: underline; 
}
a:visited {
	color: #ef5;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #fe0;
	text-decoration: none;
}

.container {
	background-color: #696;
	margin: 0 auto;
	width: 90%;
}

.header {
	background-color: #021;
/*	background-image: url(../images/EdgeboroLandfill-800x200.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	margin: 0 0 .5em 0;
	padding:2em;
	border-radius:1em;
}
.logo {
	float:left;
	width:383px;
	margin:0;
	padding:0;
	vertical-align:middle;
}

.sidebar {
	float: left;
	width: 15%;
	font-size: smaller;
	background-color: #021;
	padding:2em 0;
	border-radius:1em;
}

.nav {
	float:left;
	margin:0;
	padding:0;
    width:100%;
	font-size:.9em;
	position:relative;
	
}
.nav ul li{
	width:100%;
	cursor: pointer;
	background:#021;
}
.nav ul li a {
    color:#fff;
    display:inline-block;
    text-decoration:none;
	width:96%;
	padding:.6em .3em .4em;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
}
.nav ul li:hover a:hover{
	position: relative;
	background: #bc9;
	color:#021;
/*	text-align:center;	*/
}
.nav a.current {
    background-color:#bc9;
	color:#021;
	width: 96%;
/*	text-align:right;*/
}


#newsletter-form img {
	float:left;
	background-color:#bc9;
	margin:0 1em 1em 0;	
}

#newsletter-form p {
	width:90%;
	font-weight: bold;
	font-size:.9em;
	color:#266;	
}

#safesubscribe img {
	margin:1em 0;	
}


.content {
	float:left;
	width:85%;
	padding: 1em 0;
	color:#021;
	background-color:#bc9;
	border-radius:1em;
}
.content ul li{
	list-style-type: disc;	
 	list-style-image: url(../new/CSS/bullet.gif);
 	list-style-position: inside;
	padding-left: 3em;
}

.box25 {
	width:25%;
	float:right;	
	font-size:.9em;
	text-align:center;	
}

.box33 {
	width:33%;
	float:right;	
	font-size:.9em;
	text-align:center;	
}

.box50 {
	float:left;
	width:45%;
	font-size:.8em;	
	margin:.5em;
	padding:.5em .5em .5em 0;
	border: thin solid #000;
	border-radius: 1em;
}

.box75 {
	width:70%;
	float:right;	
	font-size:.9em;
}

.box100 {
	float: left;
	width:90%;
	list-style: none;
	margin:.5em 2em;
	padding:.5em 1em;
	border: thin solid #000;
	border-radius: 1em;
}

.footer {
	background-color: #021;
	min-height: 100px;
	font-size: smaller;
	position: relative;/* for IE6 Layout */
	clear: both; 
	margin: .5em 0 0 0;
	border-radius:1em;
}

/* ~~ miscellaneous float/clear classes ~~ */

.imgrt img {
	float:right;
	margin-left: 1em;	
}
.imglft img {
	float:left;	
	margin-right: 1em;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1em;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;

}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: .1em;
	line-height: 0px;
}

#unbalance p{
	text-align:center;
	font-size:.8em;
}

#copyright {
	float: left;
	width:90%;
	list-style: none;
	margin:.5em 2em;
	padding:.5em 1em;
 	width: 100%;
	font-size:1.1em;
}

#www p{
	vertical-align:bottom;
	text-align:right;
	font-size:.8em;	
}

/*.email {
	float: left;
	position: relative;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	background: #006
}
.email a, a:link, a:visited {
	display: block;
	text-decoration: none;
	color: #D8CAA8; 	
}
.email a:hover, a:active, a:focus { 
	color: #000;
	text-decoration: underline;
}
*/