/* Contact Content Left */
#contact_col_left {
	width:340px;
	position:relative;
	float:left;
	margin:20px 0px 0px 0px;
	min-height:250px;
	background-image:url(../ims/content_2_4.jpg);
	background-repeat:no-repeat;
}
/* for Internet Explorer */
/*\*/
* html #contact_col_left {
	height:250px;
}
/**/


/* End Contact Content Left */
/*-------------------------------------------------------------------------------*/
/* Contact Content Right */
#contact_col_right {
	width:340px;
	position:relative;
	float:right;
	display:inline;
	margin:20px 0px 0px 0px;
	min-height:250px;
	background-image:url(../ims/content_2_4.jpg);
	background-repeat:no-repeat;
}
/* for Internet Explorer */
/*\*/
* html #contact_col_right {
	height:250px;
}
/**/

#title_2_4 {
	width:340px;
	background-image:url(../ims/title_2_4_back.gif);
	float:left;
}

#title_2_4_top {
	min-height:25px;
	width:340px;
	background-image:url(../ims/title_2_4_top.gif);
	background-repeat:no-repeat;
	float:left;
}
/* for Internet Explorer */
/*\*/
* html #title_2_4_top {
	height:25px;
}
/**/

#title_2_4_bot{
	height:6px;
	width:340px;
	background-image:url(../ims/title_2_4_bot.gif);
	float:left;
}

#contact_text {
	line-height:1.5;
	margin:0px;
	padding:4px 12px 0px 12px;
	float:left;
}

/* End Contact Content Right */
/*-------------------------------------------------------------------------------*/
/* End Form */
#form{
	width:316px;
	float:left;
	padding-bottom:4px;
}

#form_left{
	float:left;
	width:70px;
	min-height:10px;
}

#form_right{
	float:left;
	width:246px;
	min-height:10px;
}

.text_field{
	width:240px;
}

.submit {
	width:72px;
	height:24px;
	border:0px;
	background-image:url(../ims/submit.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.submit:hover {
	color: #FF6600;
}
/* End Form */