/* loc.css - location page styles */

/* page heading */
h1
{
	margin-top: 10px;
	font-size: 13pt;
	font-weight: bold;
	color: rgb(255,255,0);
}

/* main page div */
#main
{
	margin-left: 30px;
}

/* misc loc styles */
#street
{
	font-size: 11pt;
}

#phone
{
	font-weight: bold;
	font-size: 10pt;
}

#fax
{
	font-weight: normal;
	font-size: 9pt;
	padding-left: 8px;
}

#cross
{
	font-size: 9pt;
	font-style: italic;
}

#hours
{
	margin-bottom: 8px;
}

#nearby
{
	margin-top: 2px;
}

#patio
{
	font-weight: bold;
}
	
/* Yahoo map */
#map
{
	float: left;
	width: auto;
	margin: 12px 10px 20px 0;
}

/* map help box */
#map_help
{
	float: right;
	margin: 20px 120px 0 0;
	width: 130px;
	border-top: 3px solid white;
	border-right: 3px solid rgb(128,128,128);
	border-bottom: 3px solid rgb(128,128,128);
	border-left: 3px solid white;
	text-align: center;
	padding: 6px;
	font-weight: bold;
	color: rgb(0,0,102);
	background-color: rgb(192,192,192);
}

/* map help box links */
#map_help a:link,
#map_help a:visited,
#map_help a:hover,
#map_help a:active
{
	color: rgb(0,0,102);
	text-decoration: none;
}

/* credit card style */
.card
{
	padding: 0 2px 0 2px;
}

