/**
* @author Archa Sung <Archa@fryewiles.com>
* @author Julian Sutter <Julian@fryewiles.com>
* @version 0.0.1 20080102 AS
* @version 0.0.0 20081220 JS
*/


@import url(fw-common/common-layout.css);

#menu-contact {
	background-position: right top !important;
}

#content {
	margin: 0 auto 0;
}

#main-column #title-header h2 {
	margin: 0px;
	padding: 75px 0 0 320px;
	background: url(/images/contact/directions.gif) left top no-repeat;
	height: 168px;
	font-size: 1.50em;
	line-height: 1.2;
	color: #828C57;
	text-align: right;
}


.featured{
	margin: 25px 0;
}

#content-container #info {
	width: 500px;
	margin-left: 50px;
}


/*--------------------------------------------<Map>----------------------------------------------------*/

.printme {
	margin: 0 0 0 20px;
	background: transparent url(/images/contact/print.gif) left center no-repeat;
}

.printme a {
	display: block;
	padding: 4px 0 4px 26px;
	font-weight: bold;
}

#map, #directions {
	background: #E6E6E6;
	width: 795px;
	height: 300px;
	float: left;
	border: 1px solid #333;
	margin-top: 10px;
		width: 640px;
}

* > #map, * > #directions {
	width: 640px;
}

#map {
	/*
float: right;
*/
}


label.magiclabel {
	position: absolute;
	padding: 4px;
}


#directions {
	-moz-box-sizing: border-box;
}

.your-address {
	clear: both;
}

#fromAddress{
	border: 1px solid #333;
	width: 350px;
	height: 1em;
}


#directions {
	margin-right: 10px;
	float: left;
	overflow: auto;
}

label { cursor: pointer; }

.map-container input  { float: left;}

.map-container .address-field {
	margin-left: 5px;
	width: 317px;
	padding: 5px;
	border: 1px solid #333;
}

.map-container .itemized-directions {
	overflow: auto;
	height: 255px;
	float: left;
	width: 100%;
	padding: 0 !important;
	border: 1px solid #9c9ea1;
	background: #E6E6E6;
}

.map-container .itemized-directions li {
	border-bottom: 1px solid #9c9ea1;
	padding: 5px;
}

.map-container {
	margin-top: 20px;
	width: 600px;
}

.table-description a {
	color: #ffffff !important;
	margin: -15px 5px 0px 0px;
}

.table-description a:hover { color: #553C16 !important;}

.hide-scrollers .itemized-directions {
	visibility: hidden !important;
	overflow: hidden !important;
}body {

}

#side-column h3 {
	text-align: left !important;
}

