/* CSS Reset */
* {margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
img {display:block;}



body,td,th,button,input,textarea {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	/*letter-spacing: 2px;*/
}


body,td,th {
	background:#1a1a1a url(img/bgd.png) top repeat-x;
	
	
}
html,body {
	margin: 0;
	text-align: center;
	min-height:100%;
	background:#86ac33 url(img/bgd.png) top repeat-x;
}
img {
	border:0;
}
a {
	outline:none;
}
h1.main {
	background:top left no-repeat;
	text-indent: -5000em;	
	height: 40px;
}
#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#body {
	color: #5a5a5a;
	line-height:1.6em;
}
p+p {
	margin-top: 2em;
}
#header {
}
#logo {
	display:block;
	width:240px;
}
#logo img{
	padding:30px 0;
}

#navigation {
	display: block;
	height: 41px;
	width: 900px;
	overflow: hidden;
	background-position: 0 0;
	background-image: url(img/nav.png);
	background-repeat: no-repeat;
	position: relative;
}
#navigation a {
	float: left;
	display: block;
	height: 41px;
	margin-top: 0;
	background-position: 0 0;
	background-image: url(img/nav.png);
	background-repeat: no-repeat;
	text-indent: -9000em;

}
#navigation a.nav-return {
	background-position: 0px 0px;
	width: 157px;
}
#navigation a.nav-blog {
	background-position: -157px -0px;
	width: 93px;
}
#navigation a.nav-return:hover {
	background-position: 0px -41px;
}
#navigation a.nav-blog:hover, body.blog #navigation .nav-blog {
	background-position: -157px -41px;
}




#body {
	background: #ffffff url(img/bodyshadow.png) top repeat-x;
	padding: 30px 30px 20px 30px;
	min-height:300px;
	position:relative;

}
body.home #body {
	padding: 10px 10px 0 10px;
}
#divider {
	height: 25px;
	width: 900px;
	background:url(img/bodycap-trans.png) top left no-repeat;
}
#footer-callout {
	background: transparent url(img/barbgd.png) 0 0 no-repeat;
	width: 900px;
	height:120px;
	position:relative;
}
#footer-callout a, #footer-callout a:hover, #footer-callout a:visited {
	color: #117e92;
}
#footer-callout h3,#footer-callout p {
	position: absolute;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 1.6em;
}
#footer-callout h3 {
	left:-9000em;
}


#footer-callout .callout-expand {
	left: 80px;
	top: 42px;
	width: 220px;
}
#footer-callout .callout-testimonial {
	left: 360px;
	top: 42px;
	width: 220px;
}
#footer-callout .callout-contact {
	left: 690px;
	top: 42px;
	width: 160px;
}

#footer * {
	display: inline;
	font-size: 10px;
	letter-spacing: 0;
	margin-top: 10px;
	line-height: 8px;
	color: #ccc;
}
#footer {
	text-align: center;
	margin-bottom:2em;
	margin-top:6px;
}
#footer p+a {
	margin-left:20px;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active, #footer a:link {
	padding:0 5px 0 10px;
	color: #ccc;
	text-decoration:none;
}
#footer a+a {
	border-left:1px solid #ccc;
}

a#here-to-help {
	background: transparent url(img/btn-contact.gif) 0 0;
	position:absolute;
	top:20px;
	right:0;
	text-indent:-9000em;
	outline:none;
	width:280px;
	height:70px;
	display:block;
}





/*  --------------------------------- Wordpress additions ---------------------------------- */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin narrowcolumn */
.narrowcolumn {
	float: left;
	padding: 0 20px 20px 0px;
	margin: 0px 0 0;
	width: 570px;
	}
.narrowcolumn a {
	color:#3577df;
	}
.narrowcolumn h1 {
	font-size:20px;
	font-weight:bold;
	color:#deac1f;
	}	
.narrowcolumn div.post-title {	
	background:#000000;	
	padding:7px 10px;
	}	
.narrowcolumn div.post-title h2, .narrowcolumn div.post-title h2 a {
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	}
.narrowcolumn h2, .narrowcolumn h2 a {
	font-size:18px;
	font-weight:bold;
	color:#92bd35;
	text-decoration:none;
	}
	
.narrowcolumn h3, .narrowcolumn h3 a {
	font-size:18px;
	font-weight:bold;
	color:#92bd35;
	text-decoration:none;
	}	
.narrowcolumn p, .narrowcolumn ul {
	margin:0 0 .8em 0;
	line-height: 1.8em;
	}	
.narrowcolumn ul {
	margin-left:30px;
	}
.narrowcolumn ul li {
	list-style: disc;
	}
div.hentry {
	margin-bottom:40px;
	}
.narrowcolumn div.entry {	
	padding:10px;
	border-bottom:1px solid #b5b5b5;
	}	
.narrowcolumn p.postmetadata {	
	padding: 0 10px;
	}	
.narrowcolumn p.postmetadata, .narrowcolumn p.postmetadata a {	
	color:#666666;
	font-size:11px;
	}		
	

/* End narrowcolumn */


/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	width: 240px;
	margin-left: 590px;
	}
#sidebar ul {
	margin: 0 0 20px 0;
}
#sidebar ul li {
	margin: 10px 0 10px 20px;
}
#sidebar ul li, #sidebar ul li a  {
	color: #696969;
	font-size:11px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar h2 {
	font-size:16px;
	color: #a8d93c;
	font-weight:bold;
}	
#sidebar ul li.rss {
	margin: 10px 0 0 20px;
}

#sidebar ul li.rss a {
	padding: 2px 0 10px 20px;
	background-color: transparent;
	background-image: url(img/rss.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 2px;
}	
/* End Sidebar */

