﻿/** Elements on the page **/

.title
{
	font-size: 34px;
	color: White;
	font-family: Arial;
	width: 725px;
	float: left;
}

.title a
{
	color: #fff;
	text-decoration: none;
}
.title a:hover
{
	color: #fff;
	text-decoration: underline;
}

.subtitle
{
	font-size: 14px;
	padding-left: 5px;
	color: #345c66;
	font-family: Arial;
	float: left;
	width: 725px;
}

.photo
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(img/tampa-skyline.jpg);
	background-position: bottom center;
	height: 162px;
	width: 548px;
}

.smallPhoto
{
	padding: 4px;
	margin-bottom : 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right : 5px;
	margin-left : 5px;
}


.photomsg
{
	width: 548px;
	text-align: right;
	margin-top: 5px;
	font-size: 9px;
	font-style: italic;
	color: #61a3b2;
	letter-spacing: .75px;
}

.brdcrmbtrl
{
	min-height: 25px;
	background-color: #eff7f8;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 11px;
	font-family: Verdana;
}

.bdTitle
{
	font-size: 17px;
	min-height: 20px;
	padding-left: 6px;
	margin-top: 5px;
	font-family: Verdana;
	color: #555;
	border-bottom: #d5d5d5 1px solid;
	margin-left: 10px;
	line-height: 25px;
	margin-right: 12px;
}

h3
{
	color: #333333;
	font-size: 13px;
	padding: 4px;
	font-weight: bolder;
	padding-top : 10px;
	padding-bottom : 5px;
	padding-left : 3px;
}

.subnavHd
{
	color: #006699;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 3px;
	background-color: #ffffcc;
}

.aboveline {border-top : 1px solid #ddd; margin-top : 5px }


.mapItemHeader
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin-bottom: 3px;
	padding-bottom: 2px;
	line-height: 40px;
}

