/* CONTACT.PHP */

DIV.contact_data {
	float: left;
	width: 355px; 
}

DIV.contact_heading {
		padding: 0;
		font-weight: bold;
		margin: 15px 0 10px 0;
		font-size: 15px;
		color: #FF9900; 
	}

	DIV.contact_data DIV.contact {
		color: #999999;
		margin-top: 20px;
	}
	
		DIV.contact_data DIV.contact A {
			color: #99999;
		}
	
	DIV.contact_data DIV.opening {
		color: #999999;
		margin-top: 20px;
		padding: 5px;
		border: 3px solid #999999;
	}


DIV.contact_us {
	float: right;
	width: 300px;
}

	TABLE.contact_form {
		width: 300px;
		color: #999999;
	}
	
		TABLE.contact_form TD.name {
			text-align: left;
			text-transform: lowercase;
			vertical-align: top;
			padding: 2px 0;
		}
			
		TABLE.contact_form TD.value {
			width: 230px;
			text-align: right;
		}
		
			TABLE.contact_form TD.value INPUT.textfield {
				border: 1px solid #999999;
				width: 200px;
				padding: 2px;
				color: #999999;
			}

	TABLE.contact_form TD.value TEXTAREA {
			width: 200px;
			height: 50px;
			border: 1px solid #999999;
			padding: 2px;
			color: #999999;
		}

	TABLE.submit {
		width: 300px;
		clear: left;
	}
	
	TABLE.submit TD {
		padding: 10px 0 10px 90px;
		
	}

		TABLE.submit INPUT.button {
			color: #666666;
			border: 0;
			background-color: #CCCCCC;
			padding: 2px 5px;
			text-align: center;
			width: 100px;
			text-transform: lowercase;
		}

HR {
	float: left;
	width: 700px;
	height: 1px;
	border: 0;
	margin: 20px 0; 
	background-color: #999999;
}

DIV.maps_link {
	float: left;
	width: 690px;
	background-color: #F6F6F6;
	text-align: right;
	padding: 15px 5px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	margin: 10px 0;
}

DIV.section_box {
	float: left;
	margin: 20px 0;
	color: #666666;
	width: 704px;
}

	DIV.section_box DIV.creative_red {
		font-weight: bold;
	}

	DIV.section_box DIV.mail_box {
	/*	float: left;
		display: block;*/
	}

/* MAPS */

DIV.map_image {
	float: left;
	width: 376px;
}

	DIV.map_image A {
		margin: 
	}

DIV.map_description {
	float: right;
	width: 317px;
	font-size: 11px;
	color: #666666;
}

	DIV.map_description DIV.contact_heading {
		background: url("../images/icon_list_item.gif") no-repeat 0 5px;
		padding: 0 0 0 15px;
		font-weight: bold;
		margin: 0 0 5px 0;
		color: #000000;
	}

	DIV.map_description STRONG {
		margin: 5px 0 0 0;
	}

	DIV.map_description P {
		margin: 0;
	}

