* {
	margin: 0;
	padding: 0;
} 

body {
	background-color: #000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 80%;
	margin-bottom: 10px;
}

a:link,  a:visited {
	color:  #F3901D;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}

a:hover,  a:active {
	color: #FDBB30;
	text-decoration: underline;
	font-weight: bold;
	font-size: .9em;
}

#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #5D9732;
	background: url(images/body-bkg.gif) repeat-y;
}

#header {
	height: 242px;
	background: #000 url("images/header-bkg.jpg") repeat-x;
	position: relative;
}

#header img.logo {
	padding-top: 10px;
}

#topnav {
	position: absolute;
	left: 360px;
	top:18px;
}

#topnav img {
	padding-left: 8px;
	border: none;
}

#sidebar {
	background-color: #5D9732;
	float: left;
	width: 348px;
}

#content {
	background-color: #fff;
	text-align: left;
	color: #000;
	margin-left: 348px;
	padding: 14px 6px 10px 14px;
	min-height:400px;
   height:auto !important;
   height:400px;
}

#flashcontent {
text-align: center;
}

body.home #content {
	padding: 20px 30px;
	text-align: justify;
}

#content img.pageimg {
	float: right;
	padding: 0 0 10px 10px;
}

#rightside {
	float: right;
	width: 268px;
	padding: 0 0 0 10px;
}

img.title {
	padding-bottom: 18px;
}

#content p {
	padding-bottom: 16px;
	padding-right: 10px;
	line-height: 1.4em;
}

/* minor headings on contact page */
#content p.subhead {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content p.indented {
	margin-left: 40px;
}

.greenhighlight {
	color: #5D9732;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}

ul.resources {
	padding-left: 24px;
}

ul.resources li {
	list-style-type: none;
	padding-bottom: 10px;
}

p.kudo {
	color: #5d9732;
}
p.testimonialAuthor {
	padding-left: 260px;
}

img.titlelink {
	float: right;
	border: none;
}

div.pageheading {
	height: 100px;
	width: 380px;
	display:block;
	padding-bottom: 20px;
}
#content table.data td {
	padding-right: 10px;
}

#content a {
	color: #F3901D;
	text-transform: uppercase;
}



#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	background-color: #000;
	padding-top: 10px;
}

#footer p {
	padding-bottom: 8px;
}

#footer p.bottomnav {
	text-transform: uppercase;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

/* Contact Form */
form {padding-top: 10px;}
form p.subfield {padding-left: 110px;}
form p label {
	float: left;
	width: 160px; 
	text-align: right;
	font-weight: bold;
	font-size: .95em;
	padding-right: 10px;
	color: #5d9732;
}

form input.txt {
	color: 000;
	border: 1px solid #5d9732;
	padding: 2px;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form textarea.txt {
	color: #000;
	border: 1px solid #5d9732;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form input.choice {
	margin-right: 6px;
}
form select {
	color: #000;
	border: 1px solid #5d9732;
}

form option {
	padding: 4px;
}

input.submit {
	color: #f3901d;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
	padding: 2px;
	cursor: pointer;
}

form p {
  margin: 0;
  padding: 0;
}

div.clearfloats { clear: both; } 