/*
===================================================
Sole: Location
===================================================
*/

div#title_location
	{
	width: 436px;
	height: 27px;
	background: url(../images/title_location.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div#map
	{
	width: 619px;
	height: 192px;
	background: url(../images/location_map.jpg) 0 0 no-repeat;
	margin: 30px 0 15px 0;
	}
	
p.emphasize 	{ text-transform: uppercase; }


div.left {
	float: left;
	padding: 0;
	margin: 55px 0 0 0;
	}
	
div.right {
	float: left;
	padding: 0;
	margin: 30px 0 0 0;
	}

h3 {
	display: block;
	padding: 0 0 7px 0;
	margin: 0;
	text-indent: -999em;
	overflow: hidden;
	}

/* BEGIN: Helpful Links */
h1.helpful_links {
	display: block;
	width: 121px;
	height: 13px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/location_helpful_links.gif) 0 0 no-repeat;
	}
/* END: Helpful Links */

/* BEGIN: Link Titles */
h3.about_montauk 
	{
	width: 91px;
	height: 9px;
	background: url(../images/location_about_montauk.gif) 0 0 no-repeat;	
	}
h3.transportation
	{
	width: 90px;
	height: 9px;
	background: url(../images/location_transportation.gif) 0 0 no-repeat;
	}
h3.special_events {
	width: 82px;
	height: 8px;
	background: url(../images/location_events.gif) 0 0 no-repeat;
	}
h3.news {
	width: 162px;
	height: 10px;
	background: url(../images/location_news.gif) 0 0 no-repeat;
	}
h3.wineries {
	width: 120px;
	height: 10px;
	background: url(../images/location_wineries.gif) 0 0 no-repeat;
	}
h3.surf_shops {
	width: 148px;
	height: 11px;
	background: url(../images/location_surf_shop.gif) 0 0 no-repeat;	
	}
h3.golf {
	width: 26px;
	height: 8px;
	background: url(../images/location_golf.gif) 0 0 no-repeat;
	}
h3.horseback {
	width: 101px;
	height: 8px;
	background: url(../images/location_horseback.gif) 0 0 no-repeat;
	}
h3.mountain {
	width: 141px;
	height: 9px;
	background: url(../images/location_mountain.gif) 0 0 no-repeat;
	}
h3.triathlon {
	width: 56px;
	height: 8px;
	background: url(../images/location_triathlon.gif) 0 0 no-repeat;
	}
h3.petcare {
	width: 46px;
	height: 8px;
	background: url(../images/location_petcare.gif) 0 0 no-repeat;
	}
h3.medical_services {
	width: 95px;
	height:9px;
	background: url(../images/location_medical.gif) 0 0 no-repeat;
	}
/* END: Link Titles */

ul.nav_about_montauk,
ul.nav_transportation,
ul.nav_special_events,
ul.nav_news,
ul.nav_wineries,
ul.nav_surf_shops,
ul.nav_golf,
ul.nav_horseback,
ul.nav_mountain,
ul.nav_triathlon,
ul.nav_pet,
ul.nav_medical_services {
	padding: 0;
	margin: 0;
	list-style-type: disc;
	}

ul.nav_about_montauk li,
ul.nav_transportation li,
ul.nav_special_events li,
ul.nav_news li,
ul.nav_wineries li,
ul.nav_surf_shops li,
ul.nav_golf li,
ul.nav_horseback li,
ul.nav_mountain li,
ul.nav_triathlon li,
ul.nav_pet li,
ul.nav_medical_services li {	
	padding: 0 0 0 4px;
	margin: 0 0 0 12px;
	}