/*
The GREENS
7b9374 main USED
95A990 10% add white
B0BEAC 
CAD4C7
E5E9E3
5C6E57 10% add black
3E4A3A USED 
1F251D USED BODY TEXT COLOR  
*/

* {
	margin: 0;
	padding: 0;
}
a img { border: none; /* removes default blue border around linked images */ }
body {
	/* font-family: Futura, "Futura Medium", Helvetica, Arial, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-color:#FFF;
	color:#1F251D; /* all text that darkest green */
	text-align: center; /* centers everything in IE */
}
#wrapper {
	width: 900px;
	margin: auto; /* centers wrapper in most browsers */
	text-align:left; /* resets IE center hack */
	padding:0 10px;
	background-image:url(../images/bg-wrapper.gif);
	/*background-image:url(../images/bg-grid900.gif);*/
	background-position:center;
	background-repeat:repeat-y;
}
/*div { border: 1px solid red; }*/
/* LAYOUT STYLES */
#header {
	height: 135px;
	background-image:url(../images/logogreen.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#nav {
	height: 36px;
	/*background-image:url(../images/bg-navbar.jpg);
	background-position:center;
	background-repeat:no-repeat;*/
	background-color:#1F251D;
}
#main {
	overflow:hidden;
	clear:both;
}
#sidebar1 {
	float: left;
	width: 270px;
	padding-left:15px;
	padding-bottom:15px;
}

#content {
	float: right;
	width: 570px;
	padding-right:15px;
	padding-bottom:15px;

}
#footer {
	height: 30px;
	clear: both;
	background-image:url(../images/bg-navbar.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

/* START CLASS STYLES */
#header p {
	width: 400px;
	float: right;
	text-align: right;
	color:#FFF;
}
#header p.tinylink {
	padding-right:15px;
	padding-top:15px;
}
#header p.contact {
	padding-right:15px;
	padding-top:40px;
}
#header p.date {
	padding-right:15px;
	padding-top:10px;
}
#header img.logo {
	float:left;
	height:120px;
}
p.tinylink a,
p.contact a,
p.tinylink a:visited,
p.contact a:visited {
	color:#FFF;
	text-decoration: underline;
}
p.tinylink a:hover,
p.contact a:hover {
	color:#FF9;
	text-decoration: underline;
}
#main a:link { color: #3E4A3A; } 
#main a:visited { color: #7b9374; }
#main a:hover {color:#900;}
/* START SIDEBAR AND CONTENT STYLES */
#sidebar1 img.sb-full {
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	width:268px;
}
div#sidebar1 ul, div#content ul { list-style:none; }
#content img.left {
	float:left;
	width:270px;
	margin-right:15px;
	margin-bottom:8px;
}
#content p,
#sidebar1 p {
	margin-bottom:15px;
}

#content h1,
#content h2,
#sidebar1 h3,
#sidebar1 h4 {
	font-weight: normal;
	color:#7b9374;
	text-transform:uppercase;
}
#sidebar1 h3 {border-bottom: 1px solid #7b9374;}
#content h1 {
	margin-top:15px;
	font-size:24px;
	line-height:30px;
	/*border-bottom: 1px solid #7b9374;*/
}
#content h2,
#sidebar1 h3 {
	margin-top:15px;
	font-size: 18px;
	line-height:22px;
}
#sidebar1 h4 {
	margin-top:10px;
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
}
ul.feeds li a img { padding-bottom:8px; }
/* END SIDEBAR AND CONTENT STYLES */

/* START ASSORTED SPECIALTY STYLES */
.hr {
	border-bottom: 1px solid #000;
	padding:0;
	margin:0;
}
.floatright {
	float: right;
	padding: 0 0 10px 10px;
	/*clear: right; IS THIS NECESSARY? */
}
.containingbox p { margin-top: 0; }
.item {
	width:100%;
	height:auto;
	clear:both;
	margin-bottom:18px;
}
.item img {
	margin-bottom:18px;
	width:120px;
	float:left;
	clear:both;
}
.item p {
	text-align:left;
	margin-left:150px;
	margin-right:0px;
}
.item h2 {
	text-align:left;
	margin-left:150px;
	margin-right:0px;
}
.item h4 {
	text-align:left;
	margin-left:150px;
	margin-right:0px;
	font-weight:bold;
}
.item ul {margin-bottom:15px;}
.item li {margin-left:170px;
  list-style:disc;
	list-style-position:outside;
}
code {font-family:"Courier New", Courier, monospace; color:#030; line-height:16px;}

.shadebox { background-color:#E5E9E3; }
.itembg {
	width:100%;
	height:auto;
	clear:both;
	background-color:#E5E9E3;
	margin-bottom:0px;
	margin-top:0px;
}
.itembg img {
	margin-bottom:18px;
	width:255px;
	margin-left:15px;
	margin-top:8px;
}
.itembg p {
	text-align:left;
	margin-left:300px;
	margin-right:8px;
	margin-top:8px;
}
.itembg h4 {
	text-align:left;
	margin-left:300px;
	margin-right:8px;
	margin-top:8px;
}
.itembg ul {
	text-align:left;
	margin-left:300px;
	margin-right:8px;
}
.bulletlist {
	margin-left: 36px;
	margin-bottom:15px;
	line-height:24px;
}
.bulletlist li {
	list-style:disc;
	list-style-position: outside;
}
.bulletlist-indent {
	margin-left: 186px;
	margin-bottom:16px;
}
.bulletlist-indent li {
	list-style:disc;
	list-style-position: outside;
	margin-bottom:8px;
	line-height:18px;
}
.bulletlist-indent strong {
	font-weight:normal;
	color: #900;
}
img.header {
	margin-bottom:0;
	float:none;
}
table.six {
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.mono { font-family:"Courier New", Courier, monospace; }
.thumbright {
	width:120px;
	height:auto;
	float:left;
	clear:left;
	border:1px solid #7b9374;
	margin: 0 30px 12px 0px;
	padding: 0;
}
.pink { color:#C0C;}
/* END ASSORTED STYLES */



/* START FOOTER STYLES */
#footer p {
	padding:0 15px;
	line-height:30px;
	color:#FFF;
	text-align: center;
}
#footer p a {
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
}
#footer p a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FF9;
}
/* END FOOTER STYLES */
