body
{
	width: 716px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

img
{
	border: 0px;
}

.blue_bar
{
	height: 42px;
	background-image: url(/images/iframe/blue_gradient.gif);
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.pin_desc
{
	padding: 2px 2px 2px 5px;
	clear: both;
}

.pin_desc img
{
	float: left;
	margin-right: 5px;
}

.pin_desc div
{
	font-size: 8pt;
	padding-top: 8px;
}

.right_bottom
{
	position:absolute;
	bottom: 10px;
	right: 20px;
}

#top_bar
{
	background-image: url(/images/iframe/grey_gradient.jpg);
	background-repeat: no-repeat;
	background-color: #eeeeee;
	height: 29px;
	padding-left: 14px;
}

#top_bar img
{
	float: left;
	border: 0px;
	cursor: pointer;
}

#footer
{
	height: 13px;
	background-image: url(/images/iframe/blue_mixed_gradient.gif);
	clear: both;
	border-top: 1px solid white;
}

#legend_container
{
	width: 116px;
	height: 433px;
	background: #dcf4ff;
	float: left;
	border-left: 1px solid white;
}

#map_container
{
	width: 599px;
	float: left;
	height: 433px;
}

#map_container div.blue_bar
{
	padding-left: 12px;
	vertical-align: middle;
	line-height: 41px;
}

#map_container div.blue_bar img
{
	vertical-align: middle;
	margin-right: 20px;
	cursor: pointer;
}

#map_container div.blue_bar input
{
	width: 125px;
}

#map_container div.blue_bar select
{
	width: 100px;
}

#map
{
	height: 389px;
	width: 599px;
}

/* Mentors */
div.mentor
{
	display: block;
	width: 238px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
	float: left;
	background: #eeeeee;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	position: relative;
}

div.mentor img
{
	cursor: pointer;
}

div.middle_mentor
{
	border: 1px solid white;
	background: #f8f8f8;
}

div.mentor p
{
	padding-left: 20px;
	padding-right: 20px;
}

.mentor_content
{
	color: #333333;
	font-size: 10px;
	font-family: verdana, arial;
}

div.divider_h-lblue
{
	float: left;
	display: block;
	width: 100%;
	height: 5px;
	line-height: 5px;
	margin-bottom: 2.0em;
	background-color: #85bee1;
}

.highlight
{
	color: #6096b8;
	font-weight: bold;
}