
/* Tour  */
div.tour {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 10px;
}

div.tour a {
	color: #666666;
}

div.tour_navigation {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	float: right;
}

div.tour_left {
	float: left;
	width: 251px;
	border-right: 1px solid #cccccc;
	padding: 0px 8px 0px 8px;
}

img#tour_image_left {
	float: right;
}

div.tour_right {
	float: left;
	width: 219px;
	padding: 0px 8px 0px 8px;
}


/* Products  */
div.products {
	padding: 15px;
}

div.products_left {
	float: left;
	padding-right: 15px;
	width: 150px;
}

div.products_right {
	float: left;
	padding-top: 47px;
	width: 350px;
}

p.products_copy {
	margin-top: 15px;
	padding: 0px;
}
p.products_copy a {
	color: #000000;
	text-decoration: underline;
}


/* appointments */

div.appointments {
	padding: 15px;
}

div.appointments a {
	color: #666666;
}

div.appointments dl {
	margin-bottom: 15px;
	padding: 0px;
	color: #666666;
}

div.appointments dt {
	margin: 0px;
	padding-bottom: 2px;
	color: #666666;
	font-weight: bold;
}

div.appointments dd {
	margin: 0px;
	padding: 0px;
}


/* locations */

div.locations {
	padding: 15px;
}


h3.locations_hd {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	padding-top: 2px;
}

h3.locations_body {
	font-size: 12px;
	color: #666666;
	clear: both;
	margin-top: 35px;
	padding-top: 2px;
	border-top: 1px solid #666666;
	width: 480px;
}

div.locations_copy_wrapper {
	width: 480px;
	color: #666666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	clear: both;
}

div.locations_copy_wrapper_endcap {
	width: 480px;
	color: #666666;
	padding-bottom: 0px;
	margin-bottom: 0px;
	clear: both;
}

div.locations_copy_left {
	float: left;
	width: 300px;
}

div.locations_copy_right {
	float: left;
	width: 150px;
}

div.locations_clear {
	clear: both;
}


/* services (sub-categories) */

div.services_details {
	padding: 15px;
}

div.services_details p {
	margin-bottom: 10px;
	padding: 0px;
}

div.services_details b {
	color: #666666;
}

div.services_details h3 {
	color: #666666;
	font-size: 12px;
}










