﻿/********************************************************/
/********************************************************/
/*						  Master						*/
/********************************************************/
/********************************************************/
html
{
	overflow: scroll;
}
body
{
	margin: 0;
	padding: 0;
	background-color: #F9F9F9;
	background-image: url(../images/pageBackground.png);
	background-repeat: repeat-x;
	font-family: Helvetica Neue Medium, Verdana, arial, sans-serif;
	font-size: 12px;
}
p	
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
}
img
{
	border: 0px;
}
ul	
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a:link {color: #008fbd; border: none;}     /* unvisited link */
a:visited {color: #008fbd; border: none;}  /* visited link */
a:hover {color: #008fbd; border: none;}   /* mouse over link */
a:active {color: #008fbd; border: none; outline: none;}   /* selected link */	
a:focus 
{
	-moz-outline-style: none; /* fixes firefox 3.5 and earlier dotted blue border around css styled links */
	outline: none; /* fixes firefox 3.6+ dotted blue border around css styled links */
}
.boldText 
{
	font-weight: bold;
}
.redText 
{
	color: #C02020;
	float: right;
}
.italicize 
{
	font-style: italic;
}
#pageWrapper 
{
	margin: auto;
	width: 999px;
	border-bottom: 1px solid #FFF; /*Opera and Safari top margin fix*/
	
}
#pageInnerWrapper 
{
	float: left;
}
#headerContentWrapper 
{
	float: left;
}
#mainContentWrapper 
{
	float: left;
	padding: 1px 0 0 0;	
}
#mainContentWrapper img
{
	float: left;
	margin: 0px;
	padding: 0px;
}
/************************************************/
/***           PAGE IMAGE AND TITLE           ***/
/************************************************/
#mainBannerWrapper
{
	background-image: url(../images/cityscapes/Stan_Weaver_Tampa.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 208px;
	overflow: hidden;
}

#mainBannerWrapper img
{
	z-index: 0;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

#mainBannerTitleWrapper
{
	float: left;
	width: 1000px;
	height: 210px;
	font-family: Verdana, Tahoma, HelveticaNeue-Black, Arial;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	color: #FFF;
	margin: -210px 0 0 0;
	position: relative;
	top: 0px;
}

#mainBannerTitleWrapper div
{
	z-index: 1000;
	float: right;
	width: 970px;
	height: 34px;
	display: inline;
	padding: 0;
	margin: 6px 30px 0 0;
}

#mainBannerTitleWrapper h2
{
	z-index: 1000;
	width: 970px;
	float: right;
	font-weight: normal;
	font-size: 18px;
	display: inline;
	padding: 0;
	margin: 145px 30px 0 0;
}

#masterPageTitle
{
	float: left;
	background-color: #414247;
	border-top: 2px solid #D7DBDD;
	border-bottom: 2px solid #D7DBDD;
	margin: 0px;
	padding: 1px;
	width: 1000px;
}

#masterPageTitle h1
{
	float: left;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0 30px;
	padding: 5px 0 5px 0;
	display: inline;
}

#masterPageTitle a
{
	float: left;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/downloadArrow.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 10px 0 0 50px;
	display: inline;
}

#masterPageTitle span 
{
	float: left;
	margin: 2px 0 0 30px;
	display: inline;
}

#masterPageTitle a:hover 
{
	background-position: 0px -20px;
	color: #008FBD;
	cursor: pointer;
}

#pageContentWrapper 
{
	float: left;
	width: 1000px;
	background-color: #FFF;
}
