.body{
	width:800px;
	font-size: 62.5%;
	font-family: Verdana;
}
a{
	color:#9e9e9e;
	text-decoration: none;
	
}
a:hover {
	color: #4d4d4d;
	text-decoration: none;
}
a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
#main_bg {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	position: absolute;
	top:55px;
	left: 296px;
	text-align: right;
}
.tel {
	font-size: 0.7em;
	text-align: inherit;
	padding-left: 245px;
	padding-top: inherit;
}
#info {
	float: right;
	width: 800px;
}

#menu{
	position: absolute;
	top:95px;
	left:65px;
	font-family: Verdana;
	font-size: 0.8em;
	
}
#menu a {
	text-decoration: none; 
	color: #9e9e9e;
}
#menu a:hover {
	text-decoration: none; 
	color: #4d4d4d;
}
#menu ul {
	list-style: none;
	text-align: right;
	line-height: 14px;
	vertical-align: middle;
}

.menu2{
	vertical-align: middle;
	padding-top:5px;
}

.on {
	vertical-align: middle;
	color: #9BBB38;
	
}
#content{
	width:500px;
	position: absolute;
	top:143px;
	left: 296px;
	text-align: justify;
	font-size: 0.8em;
	font-family: arial,sans-serif;
	 text-decoration: none;  
	 color: #000000;
}
#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #93C725;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#257EC7;
	
	
}
#content li{
	font-weight: normal;
	font-size: 1em;
	line-height:22px;
	list-style: circle;
	
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2px;
}

fieldset {
	padding: 2px;
	margin-top: 10px;
	border: 1px solid #b5c3ce;
}

legend {
	font-weight: bold;
	border: 1px solid #b5c3ce;
	
	color: #000;
	padding: 5px;	
}

form h2 {
	border: 0px solid #fff;
	background-color: transparent;
	color: #000;	
	font-size:1.2em;
}

div.form_row {
	margin-bottom: 10px; 
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
 
  width: 620px; 
}

form fieldset {
  
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  
}

form fieldset legend {
	font-size:0.9em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
   color: #9BBB38;							  
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	font-size:0.8em;
	width: 300px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}



form input, form textarea, form select, form checkbox  {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.field {
  border: 1px solid #ACA671;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px;
}