@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");


*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	/*min-width:840px;for netscape browsers*/
	font-family: Helvetica, Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	background: url(../images/layout/header.jpg) left top repeat-x;
	color: black;
}

#Container
{
	width: 980px;
	text-align: left; /* Counteract to IE5/Win Hack */
}

#Header
{
	float: right;
	width: 780px;
	height: 80px;
	text-align: center;
	font-size: 45px;
	font-style:italic;
	font-weight: 100;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
}

#Content
{
	float: left;
	width: 980px;
	padding-bottom: 20px;
}

#Footer
{
	float: left;
	width: 980px;
	height: 306px;
	color: black;
	background: url(../images/layout/footer-back.jpg) left top no-repeat;
}

#Copyright
{
	float: left;
	width: 800px;
	color: black;
	text-align: center;
	padding-left: 180px;
	padding-top: 20px;
}


.LeftColumn
{
	float: left;
	width: 182px;
	background: url(../images/layout/navigation-back.jpg) left top repeat-y;
}

#StateLogo
{
	float: left;
	width: 182px;
	height: 122px;
}

.RightColumn
{
	float: right;
	width: 770px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	font-family: Helvetica, Arial, Verdana, Helvetica, sans-serif;
}

.NarrowColumn
{
	float: left;
	width: 650px;
	margin-left: 85px;
	margin-right: 0px;
}

.NarrowColumn img
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.RightImage
{
	float: right;
}

.GatlinburgCity
{
	color: #00F;
	font-size: 15px;
	text-align: left;
	line-height: 22px;
}

.GatlinburgCity h4
{
	color: #00F;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}

.PigeonForgeCity
{
	color: #DF6B08;
	font-size: 15px;
	text-align: left;
	line-height: 22px;
}

.PigeonForgeCity h4
{
	color: #DF6B08;
	font-size: 15px;
	text-align: center;
}

.PittmanCenterCity
{
	color: #000;
	font-size: 15px;
	text-align: left;
	line-height: 22px;
}

.PittmanCenterCity h4
{
	color: #000;
	font-size: 15px;
	text-align: center;
}

.SeviervilleCity
{
	color: #800080;
	font-size: 15px;
	text-align: left;
	line-height: 22px;
}

.SeviervilleCity h4
{
	color: #800080;
	font-size: 15px;
	text-align: center;
}