@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 1em;
	line-height: 1.7em;
	background-color: #51616F;
	}
#wrapper {
	position: absolute;
	z-index: 6;
	left: 30px;
	padding-top: 220px;
	width: 750px;
	background-attachment: fixed;
	background-image: url(../_images/grdnt_trnsprncy.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px groove;
	border-right: 1px groove #666;
	border-bottom: 1px groove;
	border-left: 1px groove #666;
	border-radius: 0px 0px 8px 8px;
	padding-bottom: 10px;
}
#elementA {
	/* [disabled]z-index: 1; */
	/* [disabled]height: 500px; */
	/* [disabled]width: 90%; */
	/* [disabled]top: 0px; */
	/* [disabled]position: fixed; */
	/* [disabled]border-radius: 0px 0px 666px 0px; */
	/* [disabled]border-top: 0px solid #92BED0; */
	/* [disabled]border-right: 80px solid #92BED0; */
	/* [disabled]border-bottom: 2px solid #1B3E5C; */
	/* [disabled]border-left: 0px solid #8EA3AE; */
	/* [disabled]background-color: #1B3E5C; */
}
#elementB {
	z-index: 3;
	height: 100%;
	width: 100%;
	bottom: 0px;
	position: fixed;
	/* [disabled]border-radius: 0px 800px 0px 0px; */
	/* [disabled]border-top: 5px solid #1B3E5C; */
	/* [disabled]border-right: 60px solid #1B3E5C; */
	/* [disabled]border-bottom: 0px solid #557583; */
	/* [disabled]border-left: 0px solid #557583; */
	background-image: url(../_images/Dunedin__11.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	/* [disabled]background-color: #CCC; */
}
#elementC {
	/* [disabled]z-index: 2; */
	/* [disabled]background-color: #FFCC00; */
	/* [disabled]height: 400px; */
	/* [disabled]position: fixed; */
	/* [disabled]width: 400px; */
	/* [disabled]top: 200px; */
	/* [disabled]right: 100px; */
	/* [disabled]position: fixed; */
	/* [disabled]border-radius: 220px; */
	/* [disabled]border: 20px solid #92BED0; */
}
#skyline {
	/* [disabled]background-image: url(../_images/skyline2_grdnt.png); */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]z-index: 12; */
	/* [disabled]height: 83px; */
	/* [disabled]width: 100%; */
	/* [disabled]bottom: 0px; */
	/* [disabled]position: fixed; */
	}

#clear {
	clear: both;
	}
#support {
	height: 101px;
	width: 108px;
	left: 0px;
	position: fixed;
	top: 130px;
	z-index: 900;
	background-image: url(../_images/support2.png);
	background-repeat: no-repeat;
}
#support h1 {
	margin-left: -1000px;
}
#support:hover {
	height: 195px;
	width: 208px;
	left: 0px;
	position: fixed;
	top: 90px;
	z-index: 900;
	background-image: url(../_images/support2b.png);
	background-repeat: no-repeat;
}

#mpologo {
	height: 29px;
	width: 75px;
	background-image: url(../_images/MPO_logo_75.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 40px;
	z-index: 99;
	left: 750px;
}
#countylogo {
	height: 49px;
	width: 75px;
	background-image: url(../_images/pinellas_county_logo_75.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 80px;
	left: 750px;
	z-index: 100;
}

#left_column {
	float: left;
	width: 750px;
	z-index: 8;
}
#right_column {
	float: left;
	z-index: 7;
	width: 750px;
}
img.float_left {
	float: left;
	border: 1px solid #000;
	margin: 5px;
}
img.float_right {
	float: right;
	border: 1px solid #000;
	margin: 5px;
}
#header {
	position: fixed;
	left: 0px;
	z-index: 7;
	height: 150px;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	background-image: url(../_images/header_bg3.png);
	background-position: left top;	
}
#header h1 {
	margin-left: -9000px;	
}
/*---------- menu ---------------*/
#menu {
	width: 730px;
	background-color: #62A746;
	float: left;
	z-index: 10;
	padding: 160px 10px 10px 10px;
	position: fixed;
	top: 0px;
	height: 30px;
	border-bottom: 2px solid #030;
	border-radius: 0px 0px 8px 8px;
	border-right: 2px solid #030;
}
#menu h1{
	font-size: 0.8em;
	border-bottom: 1px solid #537080;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	color: #92BDD0;
}
#menu p{
	font-size: 0.7em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #FFF;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	padding-left: 1em;
}
#menu a {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	color: #FC0;
}
#menu a:active {
	color: #FFF;
}
#menu a:visited {
	color: #E8E7E9;
}
/*---------- articles ---------------*/
#article {
	border-radius: 8px;
	background-color: #FFFCE2;
	border: 1px solid #436158;
	margin-right: 10px;
	padding: 10px 10px 83px;
	z-index: 9;
	margin-left: 10px;
}
#article h1 {
	font-size: 2.3em;
	margin-left: -10px;
	margin-right: -10px;
	border-bottom: 1px solid #607381;
	color: #607381;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0.2em;
	line-height: 1em;
	margin-bottom: .3em;
}
#article h2 {
	margin-left: -10px;
	margin-right: -10px;
	padding: 0.3em 20px 0.2em;
	color: #000;
	border-bottom: 1px solid #FFF;
	margin-bottom: .4em;
}
#article h3 {
	color: #3A5F9E;
	font-weight: bold;
	padding-bottom: .4em;
}
#article h4 {
	background-color: #F90;
	color: #23417F;
	text-transform: capitalize;
	padding: .5em;
	border-radius: 12px 12px 0px 0px;
}
#article p {
	padding-bottom: 1em;	
}
#article em {
	color: #06C;	
}
#article a:hover {
	/* [disabled]font-size: 1.2em; */
}
#article caption {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
}
#article table {
	font-size: 0.8em;
	border-spacing: 0px;
	border: 1px solid #06F;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2em;
}
#article th{
	font-weight: bold;
	color: #FFF;
	background-color: #06F;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCC;
}
#article th.darkblue {
	background-color: #032B99;
}
#article tr.orange {
	background-color: #FF9900;
	color: #FFF;
}
#article tr.white {
	background-color: #FFF;	
}
#article td {
	padding: 5px;
	border: 1px solid #CCC;
}
#article td.main {
	font-weight: bolder;
}
#article td.white {
	background-color: #FFF;	
}
#article td.grey {
	background-color: #CCC;
}
#article ul {
	margin-left: 20px;
	margin-right: 20px;
}
#article ul li {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 1em;
}
#article ol {
	margin-left: 3em;
}
#article ol li {
	list-style-type: upper-alpha;
	list-style-position: outside;
}
#supporters p {
	font-size: 0.8em;
	line-height: 1.4em;
	padding-left: 10px;
}
#supportersleft {
	float: left;
	width: 335px;
}
#supportersright {
	float: right;
	width: 335px;
}
/*---------- blueboxes ---------------*/
#bluebox {
	background-color: #193D5D;
	border-radius: 8px;
	width: 250px;
	float: right;
	padding: 1em;
	right: 0px;
	margin-left: 10px;
	margin-right: 0em;
	margin-bottom: 10px;
}
#bluebox h1 {
	color: #FC0;
}
#bluebox h2 {
	color: #FFC;
}
#bluebox a {
	color: #FC0;	
}
#bluebox p {
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.6em;
}
#bluebox p.author {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	padding-left: 30px;
}
#bluebox ul {
	margin-left: 1em;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5em;
}
#bluebox ul li {
	list-style-type: disc;
	list-style-position: outside;
}
/*---------- whiteboxes ---------------*/
#whitebox {
	border-radius: 8px 0px 8px 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFC64E;
	background-color: #FFF;
	padding: 10px;
	position: relative;
	float: left;
	width: 200px;
}
#whitebox p {
	font-size: .8em;
	line-height: 1.2em;
	text-align: center;
	padding: 0px;
}
#whitebox img {
	border: 1px solid #000;
	margin-bottom: 10px;	
}
