@charset "UTF-8";
/* CSS Document */

img.mainpic{margin-top:14px;}
#bodybacktop{background:url(../images/bodyback_top.jpg) repeat-x; width:auto; height:18px;}
#body_container{background:url(../images/bodyback_background.jpg) repeat; width:auto; height:auto;}
#bodyrepeat{background:url(../images/bodyback_repeat.jpg) repeat-y; width:950px; height:auto;}
#bodybackbottom{background:url(../images/bodyback_bottom.jpg) repeat-x; width:auto; height:24px;}

/*--------------------------- contact form --------------------------*/

#contact-area {
	width: 610px;
}

.font_type{
           font:15px "Georgia", Times New Roman, Times, serif;
		   color:#663300;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 390px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #663300;
}

.submit{
          background:url(../images/submit.jpg) no-repeat 0px 0px;
		  width:130px;
		  height:30px;
		  display:block;
		  cursor:pointer;
		  float:right;
		  margin-right:20px;
}

.submit:hover{
          		background:url(../images/submit.jpg) no-repeat 0px -30px;
		  		width:130px;
		  		height:30px;
}

label {
	float: left;
	text-align: right;
	margin-right: 50px;
	width: 150px;
	padding-top: 5px;
	font-size: 15px;
}

.choice{margin-top:9px; width:380px;}
#message_title{margin-top:15px;}

#map{background:url(../images/contactus_mapshadow.jpg) no-repeat; width:281px; height:218px; margin-left:14px; margin-top:1px; padding-left:5px; padding-top:5px;}


