body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #33471C;
	background-color: #E26304;
	background-image: url(img/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0;
	margin: 0px;
}
#masthead {
	padding: 0px;
	margin: 0;
	background-image: url(../header2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D1CF62;
	border-right-color: #45622F;
	border-bottom-color: #45622F;
	border-left-color: #45622F;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: 11pt;
	color: #FFFFFF;
}
#wrapper {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/nav_bkg.jpg);
	background-repeat: repeat;
}
#column_wrapper {
	background-image: url(img/clm_middle.jpg);
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #45622F;
	border-right-color: #45622F;
	border-bottom-color: #45622F;
	border-left-color: #45622F;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 660px;
	float: left;
}
#left {
	width: 200px;
	float: left;
	background-image: url(img/h_plant_service.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 10px;
}
#right .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 140px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(img/home_pg_t.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
}
.floatleft { float: left; margin: 10px 10px 10px 0px; border: 1px solid #666; padding: 2px;}
.floatright { float: right; margin: 10px 0px 10px 10px; border: 1px solid #666; padding: 2px;}

#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #CCCCCC;
	background-color: #2E411B;
	padding: 0px;
	margin: 0;
	font-size: 0.6em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#left a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#left a:hover {
	color: #FCBB1B;
	font-weight: bold;
	text-decoration: none;
}
#right a:link {
	color: #E0890B;
	text-decoration: none;
}
#right a:visited {
	color: #DF6103;
	text-decoration: none;
}
#right a:hover {
	color: #14370D;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #CB6001;
	font-weight: lighter;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 0.9em;
	margin: 20px 0 0 0;
	font-weight: bold;
	color: #AE4C02;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
/* FRANCHISEE FORM */

#fr_form{
	color:#3C5C10;
	width:175px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	background-image: url(img/form_bkg.jpg);
	background-repeat: repeat-y;
	background-color: #FBFAF4;
	padding: 0px;
	font-weight: bold;
	border: 1px solid #E26404;
}
#fr_form h3{
	height:28px;
	text-indent:-8000px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}		
#fr_form fieldset{
		margin:0;
		padding:0;
		border:none;	
		padding-bottom:1em;
}		
#fr_form legend{display:none;}	
#fr_form p{
	margin-top: 0.5em;
	margin-right: 20px;
	margin-bottom: 0.5em;
	margin-left: 10px;
}	
#fr_form label{display:block;}	
#fr_form input, #fr_form textarea{
	width:130px;
	border:1px solid #618219;
	background:#fff;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}		
#fr_form textarea{
		height:125px;
		overflow:auto;
}					
#fr_form p.submit{
	text-align:right;
}	
#fr_form button{
	padding:0;
	text-indent:-8000px;
	overflow:hidden;
	width:68px;
	height:43px;
	border:none;
	cursor:pointer;
	text-align:center;
	background-image: url(img/form_button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
}
img, a img{
border:  0 none;}
