html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #272C41;
	color: #A7ADC4;
	font-family: Verdana, Arial, sans-serif;
}

h1
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 900;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

h2
{
	font-size: 14px;
	font-weight: 800;
	padding: 0px;
	margin: 18px 0px 8px 0px;
}

p
{
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 170%;
}

a 
{ 
	color: #A7ADC4;
	border-bottom: 1px dotted #A7ADC4;
    padding-bottom: 1px;
	text-decoration:none;
}

a:hover
{
    color: #A7ADC4;
    border-bottom: 1px solid #A7ADC4;
    padding-bottom: 1px;
    text-decoration: none;
}


ul
{
	margin: 20px 0px 0px 2px;
	padding: 0px;
	list-style-type: square;
}

li
{
	font-size: 10px;
	margin: 6px;
}


img.youarehere
{
	border: none;
	position: relative;
	top: 152px;
	left: 834px;
}

div.map
{	
	margin: 10px 0px 40px 20px;
	width: 996px;
	height: 197px;
	border: none;
	background-image: url(map.gif);
}

div.sidebar
{
	width: 180px;
	margin: 30px 10px 10px 30px;
	float: left;
}

.content
{
	width: 510px;
	margin: 30px 50px 30px 60px;
	float: left;
}

div.photothumbs
{
	margin: 30px 0px 30px 0px;
	width: 170px;
	float: left;
	font-size: 10px;
	text-align: right;
}

img.photothumb
{
	width: 75px;
	height: 75px;
	margin: 0px 3px 3px 0px;
	border: 1px solid #A7ADC4;
}

.photolink
{
	border: none;
	padding: 0px;
	margin: 0px;
}

.photolink:hover
{
	border: none;
	padding: 0px;
}

img.photogray
{
	width: 75px;
	height: 75px;
	margin: 0px 3px 3px 0px;
	border: 1px solid #A7ADC4;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

a.tooltip
{
	z-index: 6;
	text-decoration:none;
}

a.tooltip:hover
{
	z-index: 7;
	color: #800080;
	text-decoration:none;
}
a.tooltip span
{
	display: none;
	cursor: default;
	text-decoration:none;
}
a.tooltip:hover span
{
	font-size: 10px;
	line-height: 14px;
	font-weight: 800;
	display: block;
	z-index: 9;
	position: absolute;
	top: 110px;
	left: 680px;
	border: none;
	background-color: #A7ADC4;
	color:#272C41;
	padding: 6px 10px 6px 10px;
	text-align: left;
	cursor: default;
	white-space: nowrap;
	text-decoration:none;
}

.location_tag
{
	display: block;
	z-index: 9;
	position: absolute;
	border: none;
	background-color: #A7ADC4;
	color:#272C41;
	padding: 6px 10px 6px 10px;
	text-align: left;
	cursor: default;
	white-space: nowrap;
	text-decoration:none;
	visibility: hidden;
}

.location_p
{
	font-size: 10px;
	line-height: 14px;
	font-weight: 800;
	padding: 0px;
	margin: 0px;
}

.location_img
{
	position: absolute;
	visibility: hidden;
}

.footer
{
	font-size: 10px;
	clear: both;
	width: 970px;
	border-top: 1px solid #A7ADC4;
	color: #A7ADC4;
	margin: 60px 0px 10px 24px;
	padding: 5px 5px 20px 5px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.icon
{
	float: left;
	margin: 15px 0px 10px 5px;
	padding: 0px;
	border: none;
}
