/* common */
*{padding:0;margin:0;}
img{border:0; margin:0;}
p{padding:0 0 15px 0;}
.clear{clear:both;}

body { background-color: #fff; font-family: arial, verdana, helvetica, sans-serif; font-size: 80%; color: #000; height: 100%; }

a { color: #5F5A06; text-decoration: none; }
a:hover { text-decoration: underline; }



#topbg { width: 100%; background-image: url(images/background.gif); background-repeat: repeat-x; }

#topwrap { margin: 0 auto; width: 810px; }
  #logo { width: 500px; padding: 25px 0 0px 0; float: left; }
  #phone-number { padding: 60px 12px 5px 0; float: right; }  
#menuwrap { width: 100%; height: 36px; background-image: url(images/menu_bg.gif); background-repeat: repeat-x; }
  #mainmenu { margin: 0 auto; width: 810px; color: #fff; }
    #mainmenu ul { margin: 0; padding: 0px; }
    #mainmenu li { float: left; margin: 0 12px 0 0; list-style: none none; font-size: 100%;}
    #mainmenu #last { margin: 0; }
    #mainmenu li a { color: #000; font-weight: bold; text-decoration: none; }
    #mainmenu li a:hover { color: #c2d71b; }
    
#mainwrap { margin: 0 auto; width: 810px; }

#header-img { margin: 30px 0 0 5px; float: left; width: 535px; height: 356px; background-repeat: no-repeat; }

#header-box-first { margin: 30px 0 0 5px; float: left; width: 254px; height: 101px; background-image: url(images/box_bg.gif); background-repeat: no-repeat; font-size: 12px; }      
.header-box { margin: 12px 0 0 5px; float: left; width: 254px; height: 101px; background-image: url(images/box_bg.gif); background-repeat: no-repeat; font-size: 12px; }
  .header-box-in { width: 162px; padding: 15px 0 0 20px; color: #3C3C3C; float: left; }
    .header-box h3, .header-box h3 a, #header-box-first h3, #header-box-first h3 a { font-weight: bold; font-size: 15px; margin: 0 0 5px 0; color: #6D8907;}
    .header-read-more { float: right; padding: 43px 10px 0 5px; width: 90px; font-size: 10px; }
  .button { width: 40px; padding: 30px 0 0 5px; color: #3C3C3C; float: left; }
  
#content-home { padding: 30px 10px 0 0; width: 530px; float: left; }
#content { padding: 30px 10px 0 0; width: 430px; float: left; }
  #content h1, #content-home h1 { font-weight: bold; font-size: 175%; color: #585556; margin: 0 0 18px 0; font-family: georgia, serif;}
  #content ul, #content-home ul { padding: 0 0 15px 30px; }
  #content ul li, #content-home ul li { height: 20px; }
  #content ul li a, #content-home ul li a { color: #5F5A06; text-decoration: none; }
  #content ul li a:hover, #content-home ul li a:hover { text-decoration: underline; }
  #content a, #content-home a { color: #5F5A06; text-decoration: none; }
  #content a:hover, #content-home a:hover { text-decoration: underline; }

#rightcontent-home { float: right; padding: 65px 0 0 0; } 
#rightcontent { float: right; padding: 30px 0 0 0; }    
  #sidemenu { width: 315px; color: #333333; font-size: 12px; font-weight: bold; margin-top: 30px; }
  #sidemenu-home { width: 245px; color: #333333; font-size: 12px; font-weight: bold; margin: 16px 10px 0 0; }
      #sidemenu ul, #sidemenu-home ul { padding: 0; list-style: none; }
      #sidemenu li, #sidemenu-home li { margin: 0 0 4px 0; }
      #sidemenu li a, #sidemenu-home li a { height: 22px; voice-family: "\"}\""; voice-family: inherit; height: 22px; text-decoration: none; }
      #sidemenu li a:link, #sidemenu li a:visited { color: #585b5c; display: block; background: url(images/sidemenu_bg.gif); padding: 8px 30px 0 15px; text-decoration: none; }
      #sidemenu-home li a:link, #sidemenu-home li a:visited { color: #585b5c; display: block; background: url(images/sidemenu_bg_home.gif); padding: 8px 30px 0 15px; text-decoration: none; }
      #sidemenu li a:hover, #sidemenu-home li a:hover, #sidemenu li #current, #sidemenu-home li #current { text-decoration: underline; }

#footer { padding: 25px 70px 0 0; font-size: 85%; color: #676767; height: 20px; }
  #footer a { color: #5F5A06; text-decoration: none; }
  #footer a:hover { text-decoration: underline; }


/************* contact form ***************************/
form{
	width: 430px;
	margin: 15px 0 40px 0;
	clear: left;
}

#form-left{
	width: 210px;
	float: left;
}

#form-right{
	width: 210px;
	float: right;
}

.formfield, #messagediv label{
	padding: 0 0 10px 0;
}

input, select, textarea{
	border: solid 1px #BCB100;
	background: #fff;
	width: 180px;
}

textarea{
	width: 400px;
}

#submitdiv input{
	float: right;
	margin: 0 30px 0 0;
	background: #FFFCC1;
}

#errormsg{
	width: 320px;
	padding: 10px 10px 10px 70px;
	background: url(images/problem.jpg) no-repeat 10px 10px;
	color: red;
	border: solid 1px red;
	clear: left;
	height: 60px;
}
