
/* HTML Elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DCDCDC;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #6B8B31;
}

a:hover {
	color: #94BF4A;
}

h1 {
	font-family: 'Century Gothic',Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666699;
	/*text-transform: lowercase;*/
}

h2 {
	font-family: 'Century Gothic',Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	/*text-transform: lowercase;*/
}

h4
{
	font-size: 12px;
}

input, select {
	font-size: 10px;
}

/* Header and Footer Elements */

#wrapper {
	width: 754px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}

#mast {
	height: 50px;
}

#footer {
	text-align: center;
	background-color: #F4F4F4;
	padding: 3px 0px 5px 0px;
}

#footer a {
	color: #6B8B31;
	text-decoration: none;
}

#footer a:hover {
	color: #94BF4A;
	text-decoration: underline;
}

/* Top Navigation Elements */

#navigation {
	height: 16px;
	background-color: #94BF4A;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

/* Left Navigation and Page Body Elements */

#content {
	background: url(/images/page_background.gif) #FFFFFF center top;
}

#menu {
	float: left;
	width: 130px;
}

#inside {
	padding: 10px;
	margin-left: 130px;
	min-height: 450px;
}
* html #inside {height: 450px;}

.testimonial {
	font-family: Verdana ,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #8EC243;
}

.menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	display: block;
	width: 110px;
	padding: 3px 10px 3px 5px;
	text-align: right;
	text-decoration: none;
}

.menu_item:hover {
	color: #FFFFFF;
	background-color: #2C72B7;
}

.bottom_links {
	background-color: #FFFBEA;
	border: 1px solid #FEE995;
	padding: 2px 2px 2px 2px;
}

.tinytext {
	font-size: 10px;
}

.flat_button {
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-image: url(/images/flatbutton_off.gif);
}

.flat_button:hover {
	font-size: 11px;
	color: #000000;
	border: 1px solid #94BF4A;
	background-image: url(/images/flatbutton_on.gif);
}

.validation_error {
	background-color: #FFCCCC;
}

/* Home Page Layout Elements */

#sidebar {
	float: right;
	width: 225px;
	padding-left: 10px;
}

.space {
	padding-left:30px;
	padding-right:10px;
}	

.unordered_list {
	padding-left:30px;
}

.unordered_list li {
	padding-top:5px;
}

.h_spacer {
	padding-left:10px;
}