* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('images/bg.jpg') repeat-x #99b363;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #6c6c6c;
	font-size: 1em;
	font-weight: normal;
}

#container {
	width: 801px;
	margin: 0 auto;
}

#header {
	width: 801px;
	height: 252px;
	padding-top: 28px;
}

#title {
	margin-left: 20px;
}

#nav {
	list-style: none;
	padding-top: 12px;
}

#nav li {
	display: inline;
}

#banner {
	display: block;
	color: #494949;
	line-height: 1.15;
	font-size: 1.4em;
	font-weight: bold;
	width: 295px;
	margin-left: 350px;
}

#content_wrapper {
	width: 100%;
	background: url('images/content_top.jpg') no-repeat top left;
	margin-top: 21px;
	padding-top: 15px;
}

#content {
	background: url('images/content_middle.jpg') repeat-y;
	height: 100%;
	width: 755px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 5px;
	font-size: 0.8em;
}

#content_bottom {
	background: url('images/content_bottom.gif') no-repeat top left;
	height: 15px;
}

.panel_wrapper {
	float: left;
	margin-left: 23px;
	width: 236px;
	background: url('images/panel_bg.jpg') repeat-y;
	border-bottom: 1px solid #c6c9c1;	
	font-size: 1.2em;
	margin-bottom: 10px;
}

.panel_wrapper#first_panel {
	margin-left: 0;
}

.panel {
	background: url('images/panel.jpg') no-repeat top left;
	width: 233px;
	padding-right: 3px;
	padding-bottom: 7px;
}

.panel span.title {
	display: block;
	width: 236px;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 20px;
	color: #799242;
	font-weight: bold;
}

.panel ul {
	list-style: url('images/listicon.gif');
}

.panel ul li {
	margin-left: 28px;
	margin-top: 5px;
	padding-left: 3px;
	font-size: 0.8em;
	font-weight: bold;
}

#footer {
	width: 781px;
	padding: 0 10px;
	font-size: 0.8em;
	/*font-weight: bold;*/
	margin-top: 7px;
	margin-bottom: 10px;
	color: white;
}

#footer span img {
	margin-left: 10px;
	padding-right: 3px;
}

/* OTHER STYLES */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*END  OTHER STYLES */

/* HEADINGS */

h1 {
	font-size: 2.5em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	color: #7c9545;
}
h2 {
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 2.0em;
	color: #7c9545;
}
#title h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #dbeeaa;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
}
h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding:0;
	color: #7c9545;
	text-decoration: underline;
}
h4 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #7c9545;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #7c9545;
}
h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #7c9545;
}
/* END HEADINGS */

/* LISTS */
ul {
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 0.25em 30px;
	padding: 0;
}
dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}
/* END LISTS */

/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.4em;
}
blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */

/* LINK STYLES */

a {
	color: #7c9545;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

#nav li a {
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	/*text-decoration: underline;*/
	color: #b0c97c;
}

.button {
	display: block;
	float: left;
	width: 87px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url('images/button.jpg') no-repeat;
	font-size: 0.75em;
	margin-left: 20px;
	color: #edffbe;
	font-weight: bold;
	text-decoration: none;
	margin-top: -10px;
}

.button:hover {
	text-decoration: underline;
}

#footer a {
	text-decoration: none;
	margin-left: 20px;
	color: white;
	cursor: pointer;
}

/* END LINK STYLES */

/* WEB DESIGN PAGE */

.itemtext ol, .itemtext ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.itemtext ol li, .itemtext ul li {
	margin: 0 0 3px;
	padding: 0;
	}
	
.itemtext h3 { /* For use on Pages */
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

.itemtext h4 { /* For use on Pages */
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

.permalink .primary .aside .itemtext {
	font-size: 1.4em;
	color: #999;
	}

.primary .item .itemtext {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: justify;
	color: #ccc;
	}

.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
.primary .item .itemtext div,
.primary .item .itemtext blockquote {
	margin: 13px 0;
	}

.primary .aside .itemtext p,
.primary .aside .itemtext ul,
.primary .aside .itemtext ol,
.primary .aside .itemtext div,
.primary .aside .itemtext blockquote {
	margin: 5px 0;
	}

.permalink .primary .aside .itemtext p,
.permalink .primary .aside .itemtext ul,
.permalink .primary .aside .itemtext ol,
.permalink .primary .aside .itemtext div,
.permalink .primary .aside .itemtext blockquote {
	margin: 13px 0;
	}
