@charset "UTF-8";/* CSS Document */body {	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;	font-size: 90%;	background: #C0C0C0;	width: 800px;	margin: auto;}h1 {	font-size: 150%;	font-weight: normal;	margin-top: 1px;}h2 {	font-size: 110%;	font-weight: normal;	margin-top: 1px;}.kicker {	font-size: 110%;	font-weight: normal;	margin-bottom: 1px;	font-weight: normal;}.bigger {	font-size: 115%;}#header{	color: #006e35;	font-size: 200%;	line-height: 90%;	font-weight: light;	border: none;	text-align:center;}h2.homeDescription {	margin-top: 25px;	font-size: 135%;	font-weight: normal;	text-align:center;}#right1 {	margin-top: 30px;	vertical-align:top;	height:25%;}#right2 {	vertical-align:middle;	height:25%;}#right3 {	vertical-align:middle;	height:25%;}#right4 {	display: table-cell;	align: bottom;	height:25%;}p {}.leftSide {	width: 500px;}.rightSide {	width: 300px;	float:right;	clear:none;}.rightSideHome {	width: 300px;	height: 653px;	float:right;	clear:none;}.content {}p.red{color: #58996C};p.home{font-family:"arial"; font-size: "122"};p.side{	left: 700px;	top: 200px;}.contactInfo {	color:#006e35; font-size:12px; 	position: relative; bottom: 0;	text-align:bottom;}.phoneInfo {	font-size:12px; }ul#menu {    padding: 0px;	margin-top: 25px;}ul#menu ul.sub-menu {    padding:0;}ul#menu li, ul#menu ul.sub-menu li {    list-style-type: none;    display: inline-block;	margin-top:2px;}/*Link Appearance*/ ul#menu li a, ul#menu li ul.sub-menu li a {    text-decoration: none;    color: #fff;    background: #666;    padding:5px;    margin-right: 5px;    display:inline-block;	width: 182px;	height: 20px;}/*Link Appearance*/ ul#menu li a:hover, ul#menu li ul.sub-menu li a:hover {    background: #006e35;}/*Make the parent of sub-menu relative*/ ul#menu li {    position: relative;}/*sub menu*/ ul#menu li ul.sub-menu {    display:none;    position: absolute;    top: 30px;    left: 0;    width: 100px;}ul#menu li:hover ul.sub-menu {    display:block;}