@charset "utf-8";

#main_content {
	padding:32px 0px 60px 38px
}

#contact h1 {
	margin:0px 0px 32px 0px;
	padding:0px;
}

#contact h2 {
	color:#6a5a55;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	margin:0px 0px 15px 0px;
}

#contact h3 {
	color:#ffaf50;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	line-height:normal;
	margin:0px;
	padding:0px;
}

#contact_addresses {
	background:url(../images/contact_addresses_bg.gif) bottom left no-repeat;
	display:inline;
	height:423px;
	float:left;
	width:490px;
}

#contact_addresses p {
	line-height:21px;
	margin:5px 0px 12px 0px;
	padding:0px;
}

#contact_eastman {
	display:inline;
	float:left;
	padding-top:20px;
	width:260px;
}

#contact_montreal {
	display:inline;
	float:left;
	padding-top:20px;
	width:230px;
}

#contact_form_box {
	background:#f7f7f6;
	border:1px solid #e9e5dd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display:inline;
	float:right;
	margin-right:32px;
	padding:15px 0px 14px 22px;
	width:383px;
}

#contact_form_box p {
	line-height:15px;
	margin:0px 0px 12px 5px;
	padding:0px;
	text-align:justify;
	width:350px;
}

#contact_form_box label {
	margin-left:5px;
}

.contact_field {
	border:1px solid #9a9a99;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin:2px 0px 12px 0px;
	padding:0px 5px 0px 5px;
	width:160px;
}

.contact_select {
	border:1px solid #9a9a99;
	margin:2px 0px 12px 0px;
	width:170px;
}

.contact_textarea {
	border:1px solid #9a9a99;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height:58px;
	margin:2px 0px 14px 0px;
	max-height:58px;
	max-width:350px;
	padding:5px;
	width:350px;

}

#contact_directions {
	background:url(../images/contact_directions_bg.gif) bottom no-repeat;
	float:left;
	margin:43px 0px 0px 0px;
	width:377px;
}

#contact_directions_content {
	width:345px;
}

#contact_directions_content p {
	text-align:justify;
}

#contact_directions_eastman {
	float:left;
	margin-top:50px;
	width:295px;
}

#contact_directions_montreal {
	float:left;
	margin-top:50px;
	width:258px;
}

.contact_directions_burst {
	margin:-10px 0px 0px -19px;
	width:66px;
	position:absolute;
	z-index:10;
}

.contact_map {
	border:4px solid #ece9e3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height:220px;
	width:250px;
}

.googlemap-map {
	height:220px;
	overflow:hidden;
	width:250px;
	z-index:1;
}

#contact h2.confirmation_h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-style:italic;
	font-weight:normal;
}


.contact_directions_box {
	background:#fff;
	border:1px solid #aaa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display:none;
	margin:70px 0px 0px 14px;
	position:absolute;
	width:220px;
	z-index:15;
}

.contact_directions_box fieldset {
	border:none;
}

.contact_directions_box input {
	border:1px solid #9a9a99;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin:2px 0px 12px 0px;
	padding:0px 5px 0px 5px;
	width:160px;
}



