.map-border{border:1px solid #ccc;}

/* Contact Box and Form
------------------------------------------------- */

#container{ width:500px; margin:0 auto; }

#Contact_Box {
	margin: 0 10px;
	border: 1px #CCC solid;
	float: left;
	padding: 45px 0 !important;
	display: inline;
	height: 400px;
	}

#Contact_Box div {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	}

#Contact_Box div#Address_Box {
	background: url('../images/contact/home_icon.gif') no-repeat left top;
	font: 13px Arial; color: #666; line-height: 20px; margin-bottom: 45px;
	}

#Contact_Box div#Phone_Box {
	background: url('../images/contact/phone_icon.gif') no-repeat left top;
	font: 13px Arial; color: #666; line-height: 20px; margin-bottom: 45px;
	}

#Contact_Box div#Email_Box {
	background: url('../images/contact/email_icon.gif') no-repeat left top;
	font: 13px Arial; color: #666; line-height: 20px; margin-bottom: 15px;
	}

	#Contact_Box div#Email_Box  a{font: 12px Arial; color: #666; line-height: 20px; margin-bottom: 15px;}

/*#Contact_Box div#Email_Box a {
	unicode-bidi: bidi-override;
	direction: rtl;
	}*/

#Contact_Box div strong {
	margin: 0;
	display: block;
	padding: 3px 0px 3px 0px;
	font-size: 20px;
	}

#Contact_Form,#Error-Message {
	width: 480px;
	margin-left: 10px !important;
	}

#Contact_Form {
	display: block;
	float: right;
	margin: 0 40px 0 10px;
	}

#Contact_Form dl {
	margin: 0;
	padding: 10px 40pxpx;
	width: 480px;
	}

#Contact_Form dl dt {
	/*clear: both;*/
	float: left;
	margin: 0;
	padding: 2px 0px 2px 10px;
	width: 100px; /* 110px */
	}

#Contact_Form dl dt label {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333;
	cursor: pointer;
	}

#Contact_Form dl dd {
	float: left;
	margin: 0;
	padding: 2px 0px 2px 0px;
	width: 340px;
	}

#Contact_Form dl dd.Half-Width {
	float: left;
	margin: 0;
	padding: 2px 0px 2px 0px;
	width: 95px;
	}

	#Contact_Form dl dd.Half-Width1 {
	float: left;
	margin: 0;
	padding: 2px 0px 2px 0px;
	width: 155px;
	height: 20px;
	}

#Contact_Form input,#Contact_Form textarea {
	width: 355px; /* 380px */
	border: 1px #CCC solid;
	
	}

#Contact_Form input{
height: 15px;
}

#Contact_Form dl dd.Half-Width input {
	width: 75px !important;
	}

#Contact_Form input.ZIP,#Contact_Form select {
	width: 155px !important;
	}

#Contact_Form dl dd.Button-Container {
	clear: both;
	margin: 0;
	padding: 10px 0px 5px 0px;
	width: 480px;
	text-align: center;
	}

#Contact_Form #Submit-Button {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF;
	width: 100px;
	height: 24px;
	margin: 0 auto;
	}

#Contact_Form input,#Contact_Form textarea,#Contact_Form select {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	}

#Contact_Form #AddressTxt {
	height: 40px;
	}

#Contact_Form #MessageTxt {
	height: 100px;
	}

#Error-Message {
	padding: 10px 0px;
	margin: 10px auto;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: center;
	border: 1px #FF3300 solid;
	background: #FFF3F0 none;
	}

#Email_Message {
	padding: 10px 0px;
	margin: 10px auto;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #060;
	text-align: center;
	border: 1px #6C9 solid;
	background: #EFFAFA none;
	text-align: center !important;
	}

#Contact_Form dl dd.Captcha-Container {
	clear: both;
	margin: 0;
	padding: 10px 0px 5px 0px;
	width: 480px;
	text-align: center;
	}

#Contact_Form dl dd.Captcha-Container input {
	width: 60px;
	padding: 2px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}


/* Classes
------------------------------------------------- */

.red-text {
	color: #FF0000;
	}

.green-text {
	color: #009900;
	}

/* REMOVE THIS AREA
------------------------------------------------- */

div#Main_Content table {
	border-collapse: collapse;
	border: 3px #EFEFEF double;
	width: 700px;
	margin: 10px auto;
	}
	
div#Main_Content table tr th,div#Main_Content table tr td {
	border: 3px #EFEFEF double;
	padding: 5px;
	}

div#Main_Content table tr th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}

div#Main_Content table tr td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	}

.left-area {
	width: 196px; /* 200px */
	}
	


