@charset "utf-8";
/* CSS Document */
/*text formatting */
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	border-bottom: #030 thin solid;
}
h1 {
	font-size: 1.25em;
	text-indent: -9999px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 297px;
	margin: 0;
}
h2 {
	font-size: 1.5em;
	color: #030;
	background-image: url(images/upper-right-green.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E9FFC0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body {
	background-color: #A57630;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
a {
	color: #a57630;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #030;
	border-bottom:dashed #030 thin;
	text-align: left;
}
h2 a {
	color: #030;
	background-image: url(images/upper-left-green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}
h2 a:hover {
	border: none;
	text-align: left;
}
#editable h3 {
	padding-left: 10px;
	font-size: 1.25em;
}
#editable h4 {
	font-size: 1em;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#editable p a {
	text-align: left;
}
#editable p em {
	font-style: normal;
	font-weight: bold;
	color: #A57630;
}
#editable h5 a {
	text-align: left;
}
#editable h5 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content h2 a {
	text-align: left;
}
/*containers*/
div {
	padding: 1px 0;
	}
#content {
	float: right;
	width: 73%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 0px;
	margin-right: 2%;
}
.footer {
	clear: both;
	background-color: #a57630;
	height: 3em;
	padding: 10px;
	color: #FFF;
	text-align: center;
}
#wrapper {
	width: 100%;
	min-width: 784px;
	height: 100%;
	padding: 0;
	background-color: #BDD78C;
	float: left;
}
#full-wrapper {
	width: 90%;
	background-color: #BDD78C;
	min-width: 850px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1100px;
}
#background {
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	background-image: url(images/bottom-left-green.gif);
	background-color: #E9FFC0;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*navigation*/
#navigation {
	margin-right: 76%;
	padding-top: 5px;
	padding-left: 3%;
	padding-right: 1em;
}
#navigation ul {
	list-style-type: none;
	width: 12em;
	padding:0;
	float:left; /*contains floated list items*/
}
#navigation ul li {
	margin: 0;
	padding: 0;
	background-color: #000;
	float: left; /*corrects IE whitespace bug*/
	width: 100%;
	margin-bottom: 5px;
}
#navigation ul li a{
	background-image: url(images/button.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
	text-transform: uppercase;
	line-height: 2.5em;
	padding-right: .5em;
	padding-left: .5em;
	text-decoration: none;
	display: block;
}
#navigation ul li a:hover {
	text-decoration: none;
	text-align: center;
	color: #e9ffc0;
	background-image: url(images/here_button.png);
	background-color: #75894c;
}	
/*footer*/
.footer a {
	color: #FFF;
	text-decoration: none;
	line-height: 2em;
}
.footer a:hover {
	border-bottom-color: #fff;
	border-bottom-style: dotted;
}
/*Content*/
#content p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content #editable {
	background-image: url(images/bottom-right-green.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#editable .empty {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/upper-left-green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
span {
	padding-left: 10px;
}
/*special content*/
#content .feature {
	text-align: center;
	padding: 5px;
	background-color: #eeee8f;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #A57630;
	background-image: url(images/sun_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1.9em;
	padding-top: 12px;
}
#content .test_caption {
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
	display: block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content .testimony {
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	width: 25%;
	background-color: #fff;
	margin-right: 10px;
	border: thin solid #758a4c;
	margin-top: 8px;
	padding: 8px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/*images*/
#background #editable img {
	float: left;
	margin-bottom: 10px;
}
#image_float {
	float: left;
}
#editable p img {
	float: left;
	border: thin solid #BDD78C;
	background-color: #bdd78c;
	margin-right: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
#editable p img.imgasis {
	border: none;
	background-color: #ffffff;
	padding: 0;
}
img.img_alt {
	float: right;
}
.test_caption_block {
	float: right;
	width: 95%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.right_side {
	float: right;
	width: 60%;
	margin-bottom: 10px;
	margin-left: 10px;
}
.right_side p img {
	float: right;
}
.right_side p a {
	float: right;
}
.right {
	display: block;
	margin-left: 225px;
	margin-top: 35px;
}
.right_side_home {
	margin-bottom: 10px;
	margin-top: 40px;
	margin-right: 3%;
}
.right_side_home p img {
	float: right;
}
.right_side_home p a {
	float: right;
}
/*#editable p .home_img {
	width: 25%;
	height: auto;
}*/
.right_side_home p a {
	text-align: left;
}
.right_side_test {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.right_side_test p img {
	float: right;
	margin-left: 20px;
}
.right_side_test p a {
	float: right;
}


#editable .specials {
	background-color: #ffffff;
	width: 90%;
	border: medium solid #BDD78C;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	clear: both;
}
.icon {
	padding: 0 10px;

}
