@charset "utf-8";
/* CSS Document */
body {
	background: #FFF;
	margin: 0;	/*The margin and padding are set to zero to account for differing browser defaults */
	padding: 0;
	text-align: center;  /*This center alignment is to correct an issue found in earlier I.E. 5 browers  */
}

#wrapper {
	width: 900px;
	margin: 0;
}
#header {
	padding: 0;
	margin: 0;
	background:#FFF;
	clear: left;
}
#navigation {
	float:left;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	text-align: center;
	padding: 8px 0 0 0;
	background:url(images/green_color_chip_for%20background.gif);
}

a {
	color:#000;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover {
	color: #ffff99;	
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}


#content {
	margin-left: 190px; /*The combination of a left margin of 180 px for the Navigation Division and 190px for the Content Division provide the appearance of a 10px margin beside the content of the Content Division */
	font-size: 14px;
	line-height: 16px;
	color:#000;
	font-family: geneva, arial, helvetica, sans-serif;
}
#content a {
	color:#336699;
	font-size:20px;
	font-weight:500;
	text-decoration:underline;
}
#content a:hover {
	color: #000000;
	font-size:20px;
	font-weight:500;
	text-decoration:none;
}

#content h1 {
	font-size: 20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#006600;
	text-align: center;
}

#content h2 {
	font-size: 1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #cc6600;
	margin-top:0.5em;
	margin-bottom: 0;
	text-align: left;
}
#content h3 {
	font-size: 1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #cc6600;
	margin-top: 25px;
	margin-bottom: 0;
}
#content h4 {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #cc6600;
	margin-top:0;
	margin-bottom:0;
	text-align: left;
}
#content h5 {
	font-size: 1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #cc6600;
}
#content table {
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #000000;
	border: hidden;
	text-align:center;
	margin-left: auto;
	margin-right: auto;  /*-- These margin settings center the table within the CONTENT division --*/
	width: 80%;
}
#content td {
	padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px;

}
#content col {
	width: 30em;
}
#content td {
	vertical-align: top;
	font-size: 14px;
}

.testimonial {
	font-size: 12px;
	color: #cc6600;
	font-weight:900;
	font-style:italic;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

.menu_list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align:center;
	line-height: 16px;
	color: #000;
}
.menu_list_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 16px;
}
.green_text {
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #060;
}
.orange_text {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #C60;
}
.black_text {
	font-size: 1.1em;
	text-align: left;
	font-weight: 500;
	padding: 0;
	
}

#footer {
	padding: 0;
	margin: 0;
	background:url(images/green_color_chip_for%20background.gif);
	clear: left;
	text-align: left;
	
}
