/* Left panel CSS */
#contact_left_content {
    float: left;
    width:550px;
}
#contact_news_rss {
	float:left;
	width:30px;	
	padding-top:13px;
}

#contact_main_container {
	float:left;
	width:555px;
	/*background: #fff url('../img/newspagecon.png') no-repeat;*/
	background: url(../img/555stripshadow.png) repeat-y;
	
}
.contact_end_container {
	float:left;
	width:555px;
	height:5px;
	background: url(../img/bottom555stripshadow.png) no-repeat;
	
}
#contact_main_heading {
	float:left;
	width:550px;
	height:38px;
	background: #aec56f url('../img/block_header.png') repeat-x;
	
}

#contact_main_breadcrumb {
	float:left;
	width:530px;
	padding:10px;
	background: #fff url('../img/breadcrumb_container.png') repeat-x;
}

#contact_heading_title {
	float:left;
	width:500px;
	padding:10px;
}

#contact_body {
	float:left;
	width:530px;
	padding:10px;
	background-color:#fff;
	
}
#contact_form {
	float:left;
	width:500px;
	margin:10px;
	
}
#contact_form div.label{
	float:left;
	width:120px;
	margin-left:10px;
	margin-bottom:10px;
	
}
#contact_form div.contact_input{
	float:left;
	width:350px;
	margin-left:10px;
	margin-bottom:10px;
	
}
#contact_map_container {
	float:left;
	width:555px;
	margin-top:30px;
	/*background: #fff url('../img/newspagecon.png') no-repeat;*/
	background: url(../img/555stripshadow.png) repeat-y;
	
}
#contact_map {
	float:left;
	padding:10px;
	background-color:#fff;
	
}
.submit{
	width:120px;
	padding-left:10px;
	
}

/* Right panel CSS */
#contact_right_content {
    float: left;
	width: 280px;
	margin-left: 25px;
}

/* Contact Info */
#contact_info {
    float: left;
	width: 267px;	
	background: url(../img/267stripshadow.png) repeat-y;
}
#contact_info_title {
    float: left;
	width: 262px;
	height:38px;
	background: #aec56f url('../img/block_header.png') repeat-x;
}
.contact_end {
    float: left;
	width: 262px;	
	height: 3px;
	background: url(../img/bottom267stripshadow.png) no-repeat;
}

#contact_info_title h1 {
	float:left;
	padding:10px;
}

#contact_info_box {
	float:left;
	padding: 10px;
	width:242px;
	background-color: #fff;
}

#contact_info_box p{
	color:#8A8A8A;
	font-family: Arial, Myriad Pro, Verdana,  Helvetica, sans-serif;
	font-size:12px;
	padding: 1px;
}



