/* global */

    body {
	background:#f0fafa url(/img/bg_body.gif) repeat-x;
	font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#333;
	line-height:160%;
	margin:0;
	padding:0;
	text-align:center;
}
/* headings */
        h1 {
	font-size:200%;
	font-weight:normal;
}
h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:1em 0;
	color:#555d5d;
}
h2 {
	font-size:25px;
	font-weight:bold;
}
h2.title {
	margin-top:.5em;
}
#side h2 {
	padding:.7em 31px;
	color:#fff;
	background:#a5cb53;
	margin-top:0;
	font-size:20px;
}
h3 {
	font-size:22px;
	font-weight:bold;
}
h4 {
	font-size:120%;
	margin-bottom:0px;
	padding-bottom:0px;
}


/* // headings */

    /* image replacement */
        .graphic, #subscribe, form#searchForm button {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

    /* clearfix */

		#content:after, ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#content, ul {
	display:block;
}
/*  \*/
		#content, ul {
	min-height:1%;
}
* html #content, * html ul {
	height:1%;
}
/* // clearfix */
	
	/* HTML Tags */
        a {
	text-decoration:none;
	color:#7ea42b;
}
a:hover {
	color:#999;
}
table, input, textarea, select, li {
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#333;
}
p, blockquote, ul, ol, form {
	margin:1em 0;
}
blockquote {
}
img {
	border:none;
}
hr {
	display:none;
}
table {
	margin:1em 0;
	width:100%;
	border-collapse:collapse;
}
th, td {
	padding:2px 5px;
}
th {
	text-align:left;
}
li {
	display:list-item;
}
/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container {
	margin:0 auto;
	width:936px;
	text-align:left;
	position:relative;
}
#header {
	height:103px;
	position:relative;
	background:url(/img/bg_header.gif) no-repeat 0 0;
}
#intro {
	margin:1em 0;
	height:214px;
	position:relative;
	background:url(/img/bg_intro.jpg) no-repeat 0 0;
}
#content {
	margin:1em 0;
	background:#fff;
	border-top:5px solid #d7e6e6;
	border-bottom:5px solid #d7e6e6;
	padding:31px 0;
}
#main {
	float:left;
	display:inline;
	margin-right:31px;
	margin-left:31px;
}
#main img {
	margin:8px;
	border:2px solid #333;
}
#side {
	float:left;
	display:inline;
	width:313px;
	margin-left:31px;
	background:#f8f8f8;
	padding-bottom:1em;
	position:relative;
}
#footer {
}
/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  ul#nav li {
	margin:0;
	padding:0;
	list-style:none;
}
ul#nav {
	position:absolute;
	right:0;
	top:60px;
	height:32px;
}
ul#nav li {
	float:left;
	display:inline;
	height:32px;
	line-height:32px;
	margin-left:15px;
}
ul#nav li a {
	float:left;
	display:inline;
	height:32px;
	line-height:32px;
	font-size:17px;
	color:#555d5d;
	padding:0 10px;
}
ul#nav li.selected a, ul#nav li a:hover {
	background:#929d9d;
	color:#fff;
}
/* //main nav */
	
/* //navigation elements */

/* header */

	#header h1 {
	position:absolute;
	left:-1px;
	top:9px;
	height:50px;
	line-height:50px;
	font-size:30px;
	font-weight:bold;
	color:#555d5d;
	margin:0;
}
#header h1 a {
	color:#555d5d;
}
/* // header */

/* content */

	#content a {
	text-decoration:underline;
	font-weight:bold;
}
#side .content {
	width:251px;
	margin-left:31px;
}
#subscribe {
	width:71px;
	height:66px;
	position:absolute;
	top:-10px;
	right:-15px;
	background:url(/img/bg_subscribe.png) no-repeat 0 0;
}
#subscribe a {
	display:block;
	width:76px;
	height:66px;
}
/* intro */
																				
		#intro h2 {
	margin:0;
	position:absolute;
	left:31px;
	top:60px;
	font-size:30px;
	line-height:35px;
}
#intro p {
	margin:0;
	position:absolute;
	left:31px;
	top:100px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	width:530px;
	line-height:110%;
}
/* // intro */					
		
	/* thumbs */
	
		ul.thumbs, ul.thumb li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.thumbs li {
	float:left;
	display:inline;
	margin:.5em 0 .5em 20px;
}
ul.thumbs li.first {
	margin-left:0;
}
ul.thumbs li img {
	border:5px solid #d7e6e6;
}
ul.thumbs li a:hover img {
	border:5px solid #929d9d;
}
/* // thumbs */		
	
	/* blog list */
	
		ul.blog, ul.blog li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.blog {
	width:251px;
	margin-left:31px;
}
ul.blog li {
	padding-top:.5em;
	border-top:1px solid #ccc;
}
ul.blog li.first {
	padding-top:0;
	border-top:none;
}
ul.blog li h3 {
	margin:.5em 0;
	font-size:15px;
}
ul.blog li p {
	margin:.5em 0;
}
ul.blog li span {
	font-style:italic;
	color:#777;
}
/* // blog list */		

	/* // link */	
	
		p.link {
	height:34px;
}
#content p.link a {
	float:left;
	height:34px;
	line-height:31px;
	background:url(/img/bg_btn.gif) no-repeat 0 0;
	padding-left:25px;
	color:#555d5d;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-transform:lowercase;
}
#content p.link a:hover {
	color:#fff;
}
p.link a span {
	float:left;
	height:34px;
	background:url(/img/bg_btn.gif) no-repeat 100% 0;
	padding-right:25px;
	cursor:pointer;
}
/* // link */	
	
	/* form */
																				
		form {
	margin:1em 0;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
legend {
	display:none;
}
label {
	float:left;
	width:120px;
	text-indent:20px;
}
input, textarea {
	width:250px;
	border:1px solid #ccc;
	padding:5px;
}
textarea {
	height:120px;
	overflow:auto;
}
form p {
	clear:both;
	margin:0;
	padding:8px 0;
	background:#f8f8f8;
	border-top:5px solid #fff;
}
form p.submit {
	background:#fff;
	border-top:5px solid #fff;
	height:34px;
}
button {
	border:none;
	padding:5px 15px;
	margin:0;
	float:left;
	background:#A5CB53;
	color:#555d5d;
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
}
form#searchForm {
	margin:0;
	position:absolute;
	right:0;
	top:15px;
	width:200px;
}
form#searchForm input {
	width:150px;
	float:left;
	vertical-align:middle;
}
form#searchForm label {
	display:none;
}
form#searchForm button {
	float:left;
	margin-left:5px;
	width:32px;
	height:32px;
	padding:0;
	background:url(/img/bg_search.png) no-repeat 0 0;
	vertical-align:middle;
}
/* // form */					
						
	
/* // content */

/* footer */

	#footer a {
	color:#555;
	text-decoration:underline;
}
#footer ul {
	float:right;
	margin:0 0;
	padding:0;
}
#footer li {
	display:inline;
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}		
	
p.bodycontent {
	margin-top:5px;	
}

/* // footer */
