/* Base */
body {
	margin: 0px;
}

td, p, li {
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5b441a;
	line-height: 18px;
	text-align: left;
}

a {
	color: #689633;
	text-decoration: underline;
}

img {
	border: 0;
}

.small {
  font-size: 10px
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #689633;
	letter-spacing: -2px;
	margin: 0px;
}

h2 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #689633;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
}

h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	color: #689633;
	letter-spacing: -1px;
	margin: 10px 0 5px 0;
}

.entry-content h3 {
	clear: both;
}
h2 a {
	text-decoration: none;
}

/* Layout */
#container {
	text-align: center;
}

.pagewidth {
	width: 600px;
	margin: 0 auto;
}


#utility td {
	background-color: #5b441a;
	color: #e8e4dc;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	background-image: url("/images/header-bg-shadow.png");
	background-repeat: repeat-x;
	background-position: center bottom;
}

#utility a {
	color: #e8e4dc;
	text-decoration: none;
}

#header td {
	padding-top: 4px;
}

#headline {
	width: 338px;
}

.contact {
	text-align: right;
}

#main td {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url("/images/main-bg-shadow.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	
}

#feature td {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-color: #8cb75a;
	background-image: url("/images/feature-pattern-bg.png");
	background-repeat: repeat;
}

#extended td {
	background-color: #b3d88c;
	color: #729d44;
	text-align: center;
	background-image: url("/images/extended-bg-shadow.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
}

#content {
	padding-right: 15px;
}

#content p, #content-full p {
  text-align: justify;
}

#sidebar {
}

/* Style */
#header h2 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #5b441a;
	letter-spacing: -1px;
	margin: 3px 0 0 0;
	font-weight: normal;
}

#header a {
	text-decoration: none;
}

.article {
	padding-bottom: 5px;
}

.separator-top {
	padding-bottom: 5px;
}
.separator-bottom {
	clear: both;
	padding-top: 5px;
}

.module {
	background-color: #d9ebc5;
	margin-bottom: 15px;
}

.module  h3 { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 1.25em;
  padding: 3px 0px 2px 12px;
  border-bottom: 1px solid #aaa;
  background: url("/images/tl.png") no-repeat top left;
	margin: 0;
}

.module-content {
  background: url("/images/br.png") no-repeat bottom right; 
  padding: 8px 12px 5px 12px; 
}

.module-content p {
	margin-top: 0;
	margin-bottom: 12px;
}

.module ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.image-left {
	float: left;
	clear: left;
	margin: 5px 10px 5px 0;
}

.image-right {
	float: right;
	clear: right;
	margin: 5px 0 5px 10px;
}

.return {
	padding: 3px;
	background-color: #d9ebc5;
}

