v\:* {
        behavior:url(#default#VML);
      }
/*------------------------------------<content>-------------------------------*/

#content {
	background: url(/images/leaf-bkg.jpg) no-repeat;
	padding: 20px 50px;
	clear:both;
}

h2 {
	font-style: italic;
}

#directions-tabs {
	margin: 0px;
	padding: 0px;
}
#directions-tabs li {
	background: transparent url(../images/locations/tab-right.gif) 100% 100% no-repeat;
	float: left;
	margin-left: 10px;
}
#directions-tabs li a {
	display: block;
	background: transparent url(../images/locations/tab-left.gif) 0% 100% no-repeat;
	padding-top: 4px;
	color: #7F8082;
	padding: 9px 10px 5px 10px;
}
#directions-tabs li.selected {
	background-image: url(../images/locations/tab-right-hover.gif);
}
#directions-tabs li.selected a {
	color: #4F5051;
	background-image: url(../images/locations/tab-left-hover.gif);
}


h3 {margin-bottom: 0px;}

.locations{ margin-top: 40px;}

.locations img {
	margin:0 10px 10px 0;
}


.calendar {
	margin-top: 0px;
}

#directions-widget {
	border: 1px solid #9c9ea1;
	background-color: #E0E0E0;
	margin-top: -20px;
}
* > #directions-widget {
	margin-top: 0px;
}

#directions-widget .contents {
	padding: 15px;
}
#directions-widget .contents h4 {
	margin: 0px;
}
#directions-widget-description {
	float: left;
	height: 155px;
	width: 100%;
	background: transparent none 100% 0% no-repeat;
}
#directions-widget .location-schedule {
	width: 615px;
	float: left;
}

.table-description, #directions-widget h3 {
	background: url(/images/locations/green-bg.gif) repeat-x;
	font-size: 1em;
	color: #ffffff;
	height: 22px;
	/*border: 1px solid #9c9ea1;
	border-bottom-width: 0px;*/
	padding: 8px 0px 0px 10px;
	margin: 0px;
	clear: both;
}

#map, #directions { 
	background: #E6E6E6;
	width: 415px;
	height: 320px;
	float: left; 
	border: 1px solid #9c9ea1;
	margin-top: 10px;
}
#map {
	float: right;
}
#directions {
	-moz-box-sizing: border-box;
}

.your-address {
	clear: both;
}

#fromAddress{
	border: 1px solid #9c9ea1;
	width: 775px;
	height: 2ex;
	float: left;
}


#directions {
	width: 378px;
	height: 320px;
	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 #9c9ea1;
}

.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;
}

.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;
}

