/* GENERAL STYLES ////////////// */
/* ///////////////////////////// */

.missing {
	font-weight: bold;
	color: #CC00FF;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-color: #C5EEF2;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #930;
	}
a:hover, a:active {
	color: #4A7431;
	text-decoration: none;
	}
a.down {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: s-resize;
	}
a.down:hover {
	border: none;
	}
a.up {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: n-resize;
	}
a.up:hover {
	border: none;
	}
table#shell {
	padding: 0px;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 6px solid #FFF;
	}

/* TOP LOGO AND BANNER AREA ////////////// */
/* /////////////////////////////////////// */

td#logo {
	background-color: #BEE989;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
td#banner {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image:  url(images/banners/02flowers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
div#subnav1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: right;
	padding: 10px 10px 5px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 71px;
	margin-left: 0px;
	}
div#subnav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding: 5px 10px 10px 10px;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
div#subnav1 a:link, div#subnav1 a:visited, div#subnav2 a:link, div#subnav2 a:visited {
	color: #FFF;
	text-decoration: none;
	}
div#subnav1 a:hover, div#subnav1 a:active, div#subnav2 a:hover, div#subnav2 a:active {
	color: #FC6;
	text-decoration: underline overline;
	}

/* BREADCRUMB (YOU ARE HERE) NAVIGATION ////////////// */
/* /////////////////////////////////////////////////// */

td#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FC6;
	background-image:  url(images/breadcrumb/yellowhazard.gif);
	background-position: left top;
	text-align: left;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0;
	height: 20px;
	padding-left: 8px;
	}

/* LEFT COLUMN SECTIONS ////////////// */
/* /////////////////////////////////// */

td#leftcol {
	width: 200px;
	vertical-align: top;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #81C757;
	background-image:  url(images/bg_grn_med2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
#navigation {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #4A7431;
	}
ul#mainnav, ul#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#mainnav li {
	margin: 0px;
	padding: 6px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C0D861;
	text-transform: uppercase;
	display: block;
	}
ul#mainnav li.subpage {
	padding: 3px 3px 3px 21px;
	font-size: 10px;
	line-height: 13px;
	text-transform: none;
	border-bottom-style: dotted;
	background-color: #395925;
	}
ul#mainnav li.active {
	background-color: #930;
}
ul#mainnav li.last {
	border: none;
	}
ul#mainnav li a, ul#mainnav li a:link {
	color: #FC6;
	text-decoration: none;
	}
ul#mainnav li:hover {
	background-color: #930;
	}
ul#mainnav li a:hover {
	color: #FFF;
	text-decoration: underline;
	}
#searcharea {
	vertical-align: top;
	background-color: #81C757;
	background-image:  url(images/bg_grn_med.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px 6px;
	}
#searcharea select {
	font-size: 10px;
	}
#searchfields {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #73833B;
	padding: 1px 0;
	margin: 0;
	}
#searchbox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #73833B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 110px;
	height: 16px;
	float: left;
	margin: 0;
	}
#searchbtn {
	font-size: 12px;
	font-weight: bold;
	background-color: #FC6;
	text-align: center;
	vertical-align: middle;
	height: 16px;
	width: 66px;
	border: 1px solid #000;
	padding-top: 2px;
	margin: 0;
	float: right;
	}
#searchbtn a {
	text-decoration: none;
	}
#searchbtn:hover {
	background-color: #930;
	}
#searchbtn a:hover {
	color: #FC6;
	}
	
#leftLogos a {
	text-align: center;
	display: block;
	margin: 10px;
}

#leftLogos a img {
	border: none 0px;
	margin: 0 0;
	text-align: left;
	display: inline;
}

#leftLogos img {
	border: none 0px;
	display: block;
	margin: 10px auto;
	clear: both;
}

/* SIDEBAR SPECIAL LINKS  ////////////// */
/* ///////////////////////////////////// */

p.spec-link {
	text-indent:-2000px;
	margin:0 auto;
	}
p.spec-link a {
	display:block;
	width:180px;
	height:75px;
	background-repeat:no-repeat;
	margin:0 auto;
	}
p.spec-link#spec-link1 a {background-image:url(images/sidebar_fidofields.png);margin-top:20px;}
p.spec-link#spec-link2 a {background-image:url(images/sidebar_triathlon.png);margin-top:5px;}
p.spec-link#spec-link3 a {background-image:url(images/sidebar_actguide.png);}

/* MIDDLE COLUMN SECTIONS ////////////// */
/* ///////////////////////////////////// */

td.colspan2#maincontent {
	width: 560px;
	}
td#maincontent {
	width: 388px;
	vertical-align: top;
	background-color: #BEE989;
	background-image: url(images/bg_grn_lt2.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 10px;
	}
td#maincontent h1 {
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 2px 3px 3px #896;
	margin: -10px -10px 10px -10px;
	padding: 10px;
	background-image: url(images/bg_grn_lt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
td#maincontent h1.welcome span {
	display: none;
	}
td#maincontent h1.welcome {
    height: 61px; /* height of the replacement image */
    background-image:  url(images/h1_welcome_dpd.gif);
    background-repeat: no-repeat;
	margin: -10px -10px 10px -10px;
	}
td#maincontent h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #4A7431;
	margin: 0;
	margin-bottom: -10px;
	font-variant: small-caps;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
td#maincontent h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #4C7A7E;
	margin-bottom: -10px;
	}
	
td#maincontent h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #4A7431;
	margin: 15px 0;
	font-variant: small-caps;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
	
td#maincontent table.aboutus {
	width: 100%;
	margin: 14px 0;
	}
td#maincontent table.aboutus th, td#maincontent table.aboutus td {
	margin: 0;
	padding: 0 6px 0 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	border-bottom: 1px dotted #81C757;
	vertical-align: top;
	text-align: left;
	}
td#maincontent table.aboutus th {
	width: 40%;
	}
td#maincontent table.aboutus td {
	width: 60%;
	}

td#maincontent table.programs {
	width: 100%;
	}
td#maincontent table.programs th, td#maincontent table.programs td {
	margin: 0;
	padding: 0 3px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	border-bottom: 1px dotted #81C757;
	vertical-align: top;
	text-align: left;
	}
td#maincontent table.programs th {
	font-weight: bold;
	}
td#maincontent table.programs td {
	border-right: 1px dotted #81C757;
	}
td#maincontent table.programs td h2 {
	margin-bottom: 2px;
	}

/* MID COLUMN CALENDAR ////////////// */
/* ////////////////////////////////// */

#maincontent h3 span {
	}
#maincontent h3 {
	}
p.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #930;
	text-align: center;
	padding: 3px;
	color: #fc6;
	margin: -10px -10px 10px -10px;
	}
p.subnav a:link, p.subnav a:visited {
	color: #fff;
	}

#maincontent dl.events {
	margin: 0;
	padding: 0;
 	}
.events dt {
	margin-top: -0.6em;
	position: relative;
	left: 0;
	top: 1.1em;
	width: 2em;
	font-size: 18px;
	font-weight: bold;
	color: #930;
 	}
dl.events dd {
	border-left: 1px solid #030;
	margin: 0 0 0 30px;
	padding: 1px 0 2px 6px;
	font-size: 14px;
	font-weight: bold;
	background: #81C757;
 	}
dl.events dd.desc {
/*	border-bottom: 1px solid #000; */
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	padding: 3px 3px 3px 6px;
	background: #FFF;
 	}
dl.events p {
	font-size: 11px;
	padding-top: 9px;
	clear: both;
	float: none;
 	}
#maincontent a:link,#maincontent a:visited {
 	}
#maincontent a:hover,#maincontent a:active {
 	}
p.top {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	}
p.caption {
	font-size: 10px;
	font-weight: bold;
	}
img.floatright {
	float: right;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
table#rightblurb {
	width: 160px;
	font-size: 11px;
	line-height: 13px;
	background-color: #DEF3C5;
	padding: 6px;
	float: right;
	margin: 0 -10px 6px 6px;
	}

/* RIGHT COLUMN SECTIONS ////////////// */
/* //////////////////////////////////// */

td#rightcol {
	width: 160px;
	background-color: #81C757;
	background-image: url(images/bg_grn_dk2.gif);
	background-position: left top;
	background-repeat: repeat-y;
	vertical-align: top;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFF;
	}
#subpic {
	width: 100%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 11px;
	background: url(images/bg_grn_dk.gif);
	align:center;
	}
#subpic a {
	color: #FFCC66;
	font-weight: bold;
	}
#subpic a:hover, #subpic a:active {
	color: #FFFFFF;
	}
#announcements {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image:  url(images/bg_grn_med.gif);
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 12px 6px;
	}
#announcements a:link, #announcements a:visited {
	color: #930;
	font-weight: bold;
	}
#events {
	background-image:  url(images/bg_grn_dk.gif);
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	}
#events h3 span {
	display: none;
	}
#events h3 {
    height: 36px; /* height of the replacement image */
    background-image:  url(images/events.gif);
    background-repeat: no-repeat;
	margin: 6px 0;
	}
#events dl {
	}
#events dt {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 45px;
	float: left;
	margin: 0;
	padding: 1px 0;
 	}
/* commented backslash hack for mac-ie5 \*/
#events dt { clear: both; }
/* end hack */

#events dd {
	font-size: 10px;
	color: #FFF;
	width: 90px;
	float: left;
	margin: 0 0 0 3px;
	padding: 1px 0;
	clear: none;
 	}
#events p {
	font-size: 11px;
	padding-top: 9px;
	clear: both;
	float: none;
 	}
#events a:link,#events a:visited {
	font-weight: bold;
	color: #FC6;
 	}
#events a:hover,#events a:active {
	color: #FFF;
 	}

/* FOOTER AREA ////////////// */
/* ////////////////////////// */

#footer {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #FC6;
	background-image:  url(images/bg_gold_footer.gif);
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	font-size: 12px;
	color: #930;
	text-align: center;
	}
div#byline {
	width: 748px;
	padding: 6px;
	margin: 0 auto;
	font-size: 11px;
	color: #728A8D;
	text-align: right;
	}
div#byline a {
	color: #728A8D;
	}
div#byline a:hover {
	color: #930;
	background-color: #FFF;
	}
	
/* ****************************************************************** */
.photoBack {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(http://www.decatur-parks.org/PhotoGallery/photoBack.png);
	width: 160px;
	height: 160px;
	padding: 3px;
	float: left;
	text-align: center;
}

.photo {
	position: relative;
	border: #666666 solid 1px;
	border-bottom: #BBBBBB solid 1px;
	border-right: #BBBBBB solid 1px;
}

.photoSlide {
	position: relative;
	width: 500px;
	margin: 0px auto 0px auto;
	text-align: center;
}

div.photoSlide p {
	text-align: center;
}

.photoSlideControls {
	text-align: center;
}

.photoButtonLeftOn {
	border: 0;
	vertical-align: middle;
	background-image: url(http://www.decatur-parks.org/PhotoGallery/leftArrow.png);
	width: 30px;
	height: 30px;
}

.photoButtonLeftOff {
	border: 0;
	vertical-align: middle;
	background-image: url(http://www.decatur-parks.org/PhotoGallery/leftArrowGrey.png);
	width: 30px;
	height: 30px;
}

.photoButtonRightOn {
	border: 0;
	vertical-align: middle;
	background-image: url(http://www.decatur-parks.org/PhotoGallery/rightArrow.png);
	width: 30px;
	height: 30px;
}

.photoButtonRightOff {
	border: 0;
	vertical-align: middle;
	background-image: url(http://www.decatur-parks.org/PhotoGallery/rightArrowGrey.png);
	width: 30px;
	height: 30px;
}

.photoButtonUpOn {
	border: 0;
	vertical-align: middle;
	background-image: url(http://www.decatur-parks.org/PhotoGallery/upArrow.png);
	width: 30px;
	height: 30px;
}

.photoButtonUpOff {
	border: 0;
	vertical-align: middle;
	background-image: url(http://www.decatur-parks.org/PhotoGallery/upArrowGrey.png);
	width: 30px;
	height: 30px;
}

div#dpd h1 {
	font-size: 36px;
	color: #FFF;
	text-transform: capitalize;
	font-variant: small-caps;
	margin-bottom: 0px;
}

#preview {
	float: right;
	margin: 5px 0;
	vertical-align: middle;
}

#photoControls {

}

.photoPreview {
	max-height: 32px;
	max-width: 32px;
	margin: 3px;
	border: 1px solid #000000
}

hr {
	border: 1px solid #FFFFFF;
}
	