.cufon {
   color:#4e5b3d;
}
h1.cufon {
   font-size:28px;
}
h1#subtitle {
   font-size:22px;
}
h2.cufon {
   color:#fff;
   font-size:26px;
}
h3 {
   font-weight:bold;
   font-size:18px;
   margin-bottom:6px;
}
h3.cufon {
   font-size:26px;
}
h4.rate_cost {
   font-size:14px;
   color:#666;
   margin:0 0 10px 0;
   font-weight:bold;
}
#content_inner {
	padding:1em;
	color:#000;
	height:auto !important;
	min-height:200px !important;
	height:200px;
	background: #d3e7a1;
	text-align: left;
   padding: 30px 30px 43px 30px;
}
#content_inner .error {
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	padding:1em;
}
#content_inner em {
	font-style:italic;
}
#content_inner div.rates {
   color: #546244;
}
#content_inner ul {
	list-style:square;
}
#content_inner li {
	margin:0.5em;
}
#content_inner a {
	text-decoration:underline;
	color:#4e5b3d;
}

html, body {
	background: #f0f2e5;
	text-align: center;
}
#header {
	background: url(../../images/designs/design16/theme1-inner/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 119px;
	overflow:hidden;
}
#page {
	width: 746px;
	margin: auto;
}
#page #contentHolder {
	min-height:1px;
}
#page #contentHolder #menu {
	width: 155px;
	float: left;
	background: #e3d4b4;
	padding: 5px;
	text-align: left;
}
#page #contentHolder #menu li {
	padding-bottom:8px;
	background: url(../../images/designs/design16/theme1-inner/bg_menu.jpg) no-repeat bottom left;
}
#page #contentHolder #menu li a {
	color:#000;
	text-decoration:none;
	font-size:11px;
}
#page #contentHolder #menu li a:hover {
	color:#4a771b;
	text-decoration:underline;
	font-weight:bold;
}
#page #contentHolder #content {
	float: left;
	width: 580px;
}
#page #contentHolder #content #heading {
   position:relative;
	background: #4d5c3d;
	text-align: left;
	padding-left: 43px;
}
#page #footer {
	background: #4d5c3d;
	text-align: left;
	padding-left: 10px;
	height:20px;
	color: #fff;
	font-size: 10px;
}
#page #footer a {
	color: #fff;
	font-size: 10px;
	line-height: 20px;
}

#customer_form {
   width:100%;
   margin-bottom:20px;
}
#customer_form fieldset{
   border:#4e5b3d 2px solid;
}
#customer_form .inner {
   margin:10px 25px 15px 15px;
}
#customer_form fieldset legend{
   font-size:1.3em;
   font-weight:bold;
   padding:0 5px;
   margin:0 10px;
   color:#4e5b3d;
}
#customer_form .labeled_input {
   width:100%;
   height:35px;
   clear:both;
   margin:5px 0;
   padding-left:10px;
   color:#000;
}
#customer_form .tall {
   height:100px;
}
#customer_form .labeled_input label{
   float:left;
   width:110px;
   text-align:right;
   margin-right:20px;
   font-weight:bold;
   padding-top:8px;
}
#customer_form .labeled_input .fields {
   display:block;
   float:left;
   padding-top:7px;
}
#customer_form .labeled_input input[type="text"] {
   height:20px;
   width:260px;
}
#customer_form .labeled_input textarea {
   height:80px;
   width:260px;
}
#customer_form input[type="submit"] {
   clear:both;
   margin:0 0 8px 130px;
}
#customer_form .labeled_input input.phone {
   width:40px;
}
#customer_form .labeled_input input.amount {
   width:60px;
}

/** begin hours chart **/
#hours_box {
   border:#4e5b3d 1px solid;
   color: #000;
}

#hours_box .odd {
   background:#eee4d0;
}

#hours_box .even {
   background:#f7ffe3;
}
/** end hours chart **/


