﻿/*----------------------Styles that the editor will not need to use for new body content----------------------*/
/*----------------------Styles must use camelCase ----------------------*/
/*----------------------Styles should mimic descending order that they appear in the HTML ----------------------*/
/*----------------------Use HTML element name as a guide to where the style will be used, for example .headerBarTD for the table cell with the class .headerBarTD, name styles meaninfully ----------------------*/
html
{
	padding:0px;
	width: 100%;
}
.verticalRightBarTD
{
	display: none;
}
body
{
	background-color:#A79976;
	background-image: url('Images/bodyBGgrad.jpg');
	background-repeat: repeat-x;
	bacground-position: top center; 
	padding:0px; 
	margin:0px; 
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
	
}
:-moz-any-link:focus {
  outline: none;
}
p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/*----------------------Main Container Div----------------------*/
div#DivMainClass
{
	width:990px;
}
/*----------------------Shadow Effect or Outline on Main Container Div----------------------*/
div#header {
	padding-top:0px;
}
div#footer {
	padding-bottom:0px;
}
div#wrapper {
	width: 990px;
	margin: 10px auto 20px;
}

/*---------------------- Very Top Return to City Homepage Bar ----------------------*/
.homeBarDIV
{
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: .90em;
}
.homeBarDIV a
{
    color: #FFF;
    text-decoration: none;
}
.homeBarDIV .textSize
{
	float:right;
	width:13em;
	top:0px;
	position:relative;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.textSize img {
	margin-bottom: 3px;
}
/*---------------------- Top Banner Search Bar ----------------------*/
.headerDIV
{
	width:990px;
	height:89px;
	position:relative;
	right: 0px;
	overflow:hidden;
	z-index:0;
}
.headerSearch
{
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 15pt; /*-------moves search box content down------*/
	font-size:1.3em;
}
.headerSearchOptions
{
    text-align:right;
	color:#FFFFFF;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}
.headerSearchOptions a
{
    color: #FFFFFF;
    text-decoration: none;
}
.headerSearchOptions a:hover
{
    color: #CCCCCC;
    text-decoration: none;
}
.headerSearch .textBar
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #666666 #808080 #666666;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #330066;
	margin: 0;
	padding: 0px 2px 0px 2px;
}
.headerSearch .goButton
{
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	background-color: #666;
	color: #FFFFFF;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}
.searchBacking
{
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 15pt;  /*-------will move search bg down or up- also must move .headerSearch------*/
}
.floatRight
{
    float:right;
    width:150px;
}
.bodyImage
{
	padding:4px;
}

/* ------------------ For Pages with a Horizontal Top Nav Bar or a separator between header graphic and body -----------------------------*/
.horizontalNavBarDIV
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
	clear: both;
}
/* ------------------ Main Body Content -----------------------------*/
.contentBarDIV /*-----main body area below the header-----*/
{	width:990px;
	clear: both;
}
.breadcrumb
{
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: -2px;
}
.contentBarTable  /*-----main body table- split into three columns-----*/
{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}
.bodyContentTD  /*-----center body column- of three columns-----*/
{
	vertical-align:top;
	background:#FFFFFF;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.verticalLeftBarTD  /*-----left nav column- of three columns-----*/
{
	width: 200px;
	vertical-align: top;
	background-color: #A22239;
/*	padding: 0px;	
*/}
.verticalRightBarTD /*-----right column- of three columns- not always used, can display: none-----*/
{
	width: 222px;
	vertical-align: top;
	border-left: solid 1px #C0C0C0;
	padding-left: 5px;
	min-height:400px;
}
.flashContainer{
	margin:0px auto;
	width: 500px;
}
.textPaddingContent
{
    padding:5px;
}

/*---------------------Start PW Main Specific Styles -------------------*/
.fullPage {
	padding:15px;}
	
.hours {
	margin:5px;
	color: #FFF;
	text-align: center;
	font-size: 80%;
}
.hours a{
	color: #FFF;
	text-decoration: underline;
}
.hours a:hover{
	color: #FFF;
	text-decoration: none;
}
.GoSM{
	text-align: center;
	padding-top:10px;
}
/*.content {
	padding:15px;}
*/.flashImageNav{
		width:400px;
		float:right;
		margin:10px;}
.leftContent {
	color: #000;
	text-align: justify;
	float: left;
	clear: left;
	width: 330px;
	padding: 15px;
}
.leftContent p{
	color: #000;
	text-align: justify;
	line-height: 180%;
	font-size: 110%;
}
.leftContent a {
	text-decoration:underline;
	}
.leftContent a:hover {
	text-decoration:none;
	}
.rightBar {
/*	background-color: #efd1d8;*/
	color: #000;
	width: 370px;
	float: right;
	/*padding: 15px;*/ /* padding causes spacing error on IE6 */
	margin-right: 10px;
}
.rightBar p{
	text-align: justify;
	line-height: 105%;
	clear: both;
	padding-bottom: 15px;
}
.rightBar img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.rightBar a{
	color:#000;
	text-decoration:underline;
	}
.rightBar a:hover {
	text-decoration:none;
	}
.rightBar ul {
	line-height: 115%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.rightBar li {
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
}
/****************************Content Page ONLY *******************************/
.introText {
	color: #000;
	text-align: justify;
	float: left;
	width: 460px;
	padding: 10px;
}
.introText p{
	color: #000;
	text-align: justify;
	line-height: 180%;
	font-size: 110%;
}
.projectBar {
	color: #000;
	width:260px;
	float: right;
	padding: 10px;
	margin: 10px 10px 10px 0px;
	clear: left;
}
.projectBar p{
	text-align: justify;
	line-height: 105%;
	clear: left;
	padding-bottom: 15px;
}
.projectBar img {
	margin: 0px;
	padding: 0px;
	width: 225px;
	text-align: center;
}
.projectBar a{
	color:#000;
	text-decoration:underline;
	}
.projectBar a:hover {
	text-decoration:none;
	}
.projectBar ul {
	line-height: 115%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.projectBar li {
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
}

/* ------------------------- Start FOOTER -----------------------------------*/
.footerBarDIV
{
	color: #6F071C;
	font-size: .85em;
	text-align:center;
	padding-top:3px;
	padding-bottom: 20px;
}
.footerBarDIV a, .footerBarDIV a:hover
{
	color: #6F071C;
}
/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}
.directoryBarDIV
{
	background-color: #999999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 991px;
	margin: 0px auto 0px auto;
}
.topFlash
{
	
	width:400px; 
	height:225px;
	overflow:hidden;  
	position:relative;
}
.topFlash .titleBackground
{
	width:400px; 
	height:30px; 
	position:absolute; 
	bottom:0pt; left:0pt; 
	background-color:#fff; 
	filter:alpha(opacity=70);
	-moz-opacity:.70;
}
.topFlash .titleText
{
	width:400px;
	height:30px;
	position:absolute;
	bottom:0pt;
	left:0pt;
	padding-top:10px;
	padding-right:0pt;
	padding-bottom:0pt;
	padding-left:8px;
	font-weight:bold;
	font-size:1.1em;
}
/* CITY WIDE YARD SALE FORM */

div#yardSale {
    width: 90%;
    margin: 0;
    padding: 0;
    margin-top: 1.5em;
}
div#yardSale ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 1em;
}
div#yardSale ul li{
    margin: .5em 0;
}
div#yardSale fieldset{
    width: 50%;
}
div#yardSale legend{
    font-weight: bold;
}
div#yardSale ul li ul {
    margin: 0;
}
div#yardSale fieldset fieldset{
    width: 55%;
}
li#submit{
    padding-left: 20%;
}



