body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(../images/body_bg.gif) left top repeat-y #fff;
}

ul {

}

li {
	color: #666;
}

strong {
	color: #00B601;
}

img {
	border: 0px;
}

a.external {
	font-style: italic;
}

a:link, a:visited { 
	color: #339933;
}

a:hover {
	color: #666;
}

p, label {
	padding: 0px;
	font-size: 75%;
	color: #666;
}

p, div.forminput {
	margin: 5px 0px 5px 20px;
}

label {
	display: block;
}

input, textarea {
	margin-bottom: 5px;
	border: 1px solid #339933;
}

textarea {
	height: 100px;
	width: 300px;
}

ul li {
	margin: 5px 0px 5px 20px;
	padding: 0px;
	font-size: 75%;
	color: #00B601;
}

ul li span {
	color: #666;
}

h2 {
	font-weight: bold;
	font-size: 100%;
	color: #00B601;
}
h3 {
	font-weight: bold;
	font-size: 90%;
	color: #00B601;
}

.floatLeft {
	float: left;
	vertical-align: middle;
}

.floatRight {
	float: left;
	vertical-align: middle;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.width200px {
	width: 200px;
}

.padding5px {
	padding: 5px;
}

.actionbutton {
	border: 1px solid #339933;
	color: #666;
	background-color: white;
	margin-top: 10px;
	padding: 5px;
}

.thumbsection {
	border-bottom: 1px solid #aaa;
	margin: 5px 0px 5px 20px;
}

.thumbsection ul, .testimonialsection ul {
	list-style-type: none;
}

.thumbsection ul li {
	display: inline;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 0px;
	
}

.thumbsection img {
	border: 0px;
}

#headerbar {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 51px;
	background: url(../images/header_bg.gif) left top repeat-x;
}

#pageheader h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 237px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo.gif) left top no-repeat;
}

#pageheader h1 span {
	display: none;
}

#content {
	width: 480px;
	margin: 51px 0px 0px 237px;
	padding: 20px;
	background: url(../images/content_top.gif) 0px 0px no-repeat;
}


#navcontainer {
	position: absolute;
	left: 13px;
	top: 176px;
	width: 212px;
	margin-top: 20px;
	background: url(../images/nav_top.gif) left top no-repeat;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;

	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer li {
	padding: 13px 5px 13px 5px;
	margin: 0px;
	width: 196px !important;
	width /**/:206px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
	display: block;
}

#navlist li#first {
	border-top-style: none;
}

#navlist {
	background: url(../images/nav_bot.gif) left bottom no-repeat;
}

#navlist a {
	text-decoration: none;
}

#footer {
	border-top: 1px solid #e9e9e9;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}

#footer p {
	margin: 0px 0px 2px 0px;
}

#footer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;

}

#footer ul li {
	color: #666;
	display: inline;
	margin-left: 0px;
}

#footer ul li span {
	color: #00B601;
}

.hide {
	visibility: hidden;
}

.show {
	visibility: visible;
}