	html { height: 100%; margin-bottom: 1px; } /* This forces a scrollbar on Mozilla & WebKit to prevent jumping on centered sites */
	
	/* Do not remove the following section, these rules are required for forms */
		.comment-replies {
			margin-left: 30px;
		}

		.form-element.form-hide, .form-important {
			display: none;
		}

		.form-element.form-type-checkbox label,
		.form-element.form-type-radio label {
			display: inline;
		}

		.form-float-left {
			float: left;
		}

		.form-element.form-float-left {
			padding-right: 10px;
		}
		
		/* This section works with the wt.hero function in site-local.js.  Values set to % need to be set.  Caption and control rules should be removed if not in use. */

		div#imageFadeContainer {
			position: relative;
			width: %;
			height: %;
			overflow: hidden;
		}

			div#imageFadeContainer img {
				position: absolute;
				top: 0px;
				left: 0px;
			}

			div#imageFadeContainer div#hero-foreground {

			}

			div#imageFadeContainer div#hero-caption {

			}

			div#imageFadeContainer div#hero-controls {

			}

				div#imageFadeContainer div#hero-controls ul {

				}

					div#imageFadeContainer div#hero-controls ul li {

					}

						div#imageFadeContainer div#hero-controls ul li a {

						}

						div#imageFadeContainer div#hero-controls ul li a#hero-previous {

						}

						div#imageFadeContainer div#hero-controls ul li a#hero-pause {

						}

						div#imageFadeContainer div#hero-controls ul li a#hero-play {

						}

						div#imageFadeContainer div#hero-controls ul li a#hero-next {

						}
						
		/* Global styles */
		
		.clear {
			clear: both;
		}
		
		form .clear {
			clear: none;
		}
		
		.left {
			text-align: left;
		}
		
		.center {
			text-align: center;
		}
		
		.right {
			text-align: right;
		}
		
		img.left {
			float: left;
		}
		
		img.center {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		img.right {
			float: right;
		}
		
		/* Specific styles */
		
		#wrapper { /* If a non YUI-standard width is being used, set it here; otherwise replace the wrapper ID in includes/header.inc.php with the appropriate YUI ID. */
			width: 61.5385em; /* Set in ems by dividing the desired width by 13; the default is for 800px */
			*width: 60.0554em; /* Make up for IE's inability to do math by multiplying the first width by 0.9759 */
			text-align: left;
			margin: auto; /* A value of auto centers the page, while 'auto 0px' will left align it; god help you 'auto 0px auto auto' will right align it */
		}

html#map
{
	background-color: #c6cdca;
}

html#holidays { background-color: #2E98BF; }

#holidays #hd, #holidays ul.navigation, #holidays #bd h2 { display: none; }


html#map #bd
{
	background: url(../images/map.gif) no-repeat;
	border: 7px solid #90a1a4;
	width: 971px;
	height: 583px;
	position: relative;
	margin: 75px auto 0 -93px;
}

a { color: #000; }

.content
{
	font-family: georgia, times, serif;
	color: #474b4e;
	width: 300px;
	text-align: center;
	float: right;
	margin: 60px 60px;
}

.content h1
{
	text-indent: -5000px;
	background: url(../images/southside_logo.gif) no-repeat;
	width: 350px;
	height: 105px;
	position: absolute;
	top: -95px;
	left: 50%;
	margin-left: -175px;
}

html#map div.circle
{
	text-decoration: none;
	position: absolute;
	width: 15px;
	height: 15px;
	outline: none;
	cursor: pointer;
}

.numbers
{
	background: url(../images/circle2.gif) no-repeat;
	font-size: .7em;
	font-weight: bold;
	width: 15px;
	height: 15px;
	text-align: center;
	padding-top: 2px;
	padding-left: .5px;
}

html#map div.chattanooga-convention-center 
{
	background: url(../images/convention_center.gif) no-repeat;
	width: 93px;
	height: 20px;
}

html#map div.the-chattanoogan
{
	background: url(../images/chattanoogan.gif) no-repeat;	
	width: 100px;
	height: 13px;
	margin-left: -30px;
}

html#map div.carta 
{
	background: url(../images/carta.gif) no-repeat;
	width: 48px;
	height: 15px;
}

html#map div.chattanooga-choo-choo-hotel 
{
	background: url(../images/choo_choo2.gif) no-repeat;
	width: 66px;
	height: 37px;
	margin-top: -25px;
}

.chattanooga-convention-center .numbers, .the-chattanoogan .numbers, .carta .numbers, .chattanooga-choo-choo-hotel .numbers
{
	visibility: hidden;
}

.fashion-gifts
{
	color: #3ebbb6;
}

.studios-galleries
{
	color: #77bd57;
}

.food-drink
{
	color: #f89f35;
}

.specialty
{
	color: #ee5fa1;
}

ul#legend
{ 
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	background-color: white;
	border: 3px solid #474b4e;
	padding: 10px;
}

ul#legend li
{
	font-size: 1.2em;
	list-style-type: none;
}

ul#legend li input
{
	margin-right: 4px;
}

.hover_content span
{
	display: none;
	background: transparent url(../images/bground.png) no-repeat scroll 50% 100%;
	top: auto;
	left: auto;
	bottom: 10px;
	right: -93px;
	padding: 1px 10px 10px 10px;
	position: absolute;
	text-align: left;
	width: 180px;
	z-index: 100;
	color: #474b4e;
	font-family: georgia, times, serif;
	

}

.chattanooga-convention-center .hover_content span
{
	right: -150px;
	background-image: url(../images/bground_2.png);
}

.hover_content_hover span
{
	display: block;	
}

span h1
{
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: -8px;
}

span h2
{
	font-variant: small-caps;
	font-size: .9em;
	line-height: 1em;
	margin-bottom: -6px;
}

span h3
{
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
	line-height: 1em;
}

span p
{
	font-size: .8em;
	line-height: 1.2em;
	margin-top: 10px;
	
}

html#map ul.navigation li
{
	list-style-type: none;
	display: none;
}

p.openhouse
{
	text-indent: -5000px;
	background: url(../images/ss_thumb.jpg) no-repeat;
	width: 210px;
	height: 75px;
	position: absolute;
	top: -90px;
	left: 768px; 
}

#ft 
{
	padding-top: 10px;
	font-size: .8em;
	color: #979b98;
	width:100%;
}
    #ft p {
        width:50%;
        position:relative;
        float:left;
    }

#ft a
{
	color: #979b98;
}












