/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	padding-left: 50px;
	font-size: 100%;
	}

body {
	font: 76%/1.5em Verdana, Helvetica, Arial, sans-serif;
	color: #777;
	background: #fff url(images/Snow-Wood.jpg) repeat;
	cursor: default;
	margin-top: 0;
	}

/* Headers and Paragraphs:
------------------------------------------------ */
# h1, h2, h3, h4, h5, h6 {
	font-family: “Trebuchet MS”, sans-serif;
	font-weight: light;
	line-height: 1.3em;
	color: #777;
}

h1 { font-size: 135%;}
h2 { font-size: 125%;}
h3 { font-size: 115%; color: #669C16; max-width: 500px; padding-bottom: 5px;}
h4 { font-size: 100%; margin: 0;}
h5 { font-size: 90%; color: #669C16; max-width: 500px;}
h6 { font-size: 90%;}
p { font-size: 90%; max-width: 500px;  }
.panel h2.title {font-size:100%;  margin-bottom: 20px; font-weight: bold; color: #E5E5E5; border-bottom:1px dotted #E5E5E5; }

/* Layout
------------------------------------------------ */

#flash {
	width: 560px;
        height: 360px;
	margin-bottom: 20px;
	}

#flash2 {
	width: 560px;
        height: 560px;
	}

#den {
       margin: 20px 0px;
       max-height: 600px;
       overflow: auto;
	}

#footer {
	float: left;
	clear: both;
	width: 940px;
	padding-left: 20px;
	padding-bottom: 15px;
	display: inline; 
	font-size: 80%;
}

#wrap {
	float: left;
	margin: 40px;
}

#basic {
	float: left;
	width: 900px;
	padding: 20px;
	margin-top: 40px;
	background: #fff;
}


/* Content styling
------------------------------------------------ */
a:link, a:visited {
	color: #669C16;
	border-bottom: none;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background: #669C16;
	text-decoration: none;
	}


/* Lists 
------------------------------------------------ */
ol {
	padding-left: 20px;
}


/* Images 
------------------------------------------------ */
img {	
	border: 0;
	padding: 5px;
	}

headerimg {	
	border: 0;
	height: 75px;
	width: 150px;
	padding: 0;
	margin: 0;
	background-color: none;
	text-decoration: none;
	}

#den img{
	padding: 5px 0px;
	}

a:hover img {
	border: 0;
	color: none;
	background: none;
	text-decoration: none;
	}

headerimg a:hover img {
	background: none;
	}


.addthis_button {
	float: right;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: none;
	background: none;
	text-decoration: none;
}


