﻿div#Content
{
	width: 100%;
	height: 527px;
	background-color: #555e5b;
	border-bottom: solid 1px black;
}

div#FeatureList
{
    float: left;
    border-right: solid 1px black;
    height: 527px;
    width: 135px;
}

div#FeatureListControls
{
	height: 50px;
	width: 100%;
	text-align: center;
}

div#ContentMain
{
    float: left;
}

div#TitleBar
{
    height: 50px;
    width: 600px;
    border-bottom: solid 1px black;
	background-image: url(../Images/Art/GrayGradient.Vertical.bmp);
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 49px;
	font-size: 1px;
}

div#Canvas
{
	width: 600px;
	height:450px;
	background-color:#242d29;
}

div#FeatureBar
{
    float: left;
    height: 527px;
    width: 253px;
    border-left: solid 1px black;
}

div#ControlBar
{
    height: 50px;
    width: 100%;
    border-bottom: solid 1px black;
	background-image: url(../Images/Art/GrayGradient.Vertical.bmp);
	background-position: left top;
	background-repeat: repeat-x;
}

div#FeatureDescription
{
	padding-top: 15px;
}

div#FeatureDescriptionBody
{
	background-color: #555e5b;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	cursor: default;
}

div#PhotoInfoBar
{
    clear: both;
    height: 25px;
    width: 600px;
    border-top: solid 1px black;
	background-image: url(../Images/Art/PhotoInfoBar.Gray.bmp);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 24px;
	font-size: 1px;
	position: relative;
	left: 0px;
	top: 0px;
}

div#PhotoCaption
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 25px;
    width: 600px;
}

.hidden
{
    display: none;
}

div#FeatureTitle
{
    float: left;
    padding-left: 10px;
}

div#MapControl
{
    float: right;
    line-height: 8pt;
    padding-right: 10px;
}

.article
{
	padding-left: 14px;
	padding-right:25px;
	text-align:left;
}

.article a:link, .article a:visited, .article a:active
{
	text-decoration: none;
	color: #ffff9d;
	color: #ffff88;
}

.article a:hover
{
	text-decoration: underline;
	color: #ffff88;
}

.article strong
{
	color:#ffcc66;
}

a:link.highlighthyperlink, a:visited.highlighthyperlink, a:active.highlighthyperlink
{
	text-decoration: none;
	color: white;
}

a:hover.highlighthyperlink
{
	text-decoration: underline;
}

img.bookmark
{
	position: absolute;
	right: 23px;
	top: 13px;
	cursor: pointer;
}

img.email
{
	position: absolute;
	right: 5px;
	top: 12px;
	cursor: pointer;
}

.featureListPanel
{
	margin-top: 10px;
}

.featureImage
{
	margin-bottom: 5px;
}

.nounderline
{
	text-decoration: none;
}

.mapimage
{
	margin-left: 5px;
}

.mainframe
{
	width:100%;
	height:449px;
}

