@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
a{outline:none;border:none;}
img{border:none;}
input{vertical-align:middle;}

.floatleft		{float:left !important;}
.floatright		{float:right !important;}
acronym, abbr	{cursor: help;}

/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after	{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix		{display:inline-block;}
/* Hide from IE Mac \*/.clearfix{display:block;}/* End hide from IE Mac */

body
{
	margin:0;
	padding:0;
	background-color:#464646;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	padding-left:25px;
	padding-top:3px;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:25px;
	padding-top:4px;
}

#page
{
	margin:0 auto;
	width:850px;
	height:auto;
	background-color:#ffffff;
}

#header
{
	background-image:url(images/nashivlle_01.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:213px;
}

#wrapper
{
	width:850px;
	height:auto;
	margin:0 auto;
	background-image:url(images/wrapper-bg.jpg);
	background-repeat:repeat-y;
}

#left-bar
{
	width:238px;
	height:auto;
	float:left;
	background-color:#dddddd;
}

#right-bar
{
	width:612px;
	height:auto;
	float:right;
	padding-top:3px;
}

#page-title-bg
{
	width:601px;
	height:30px;
	background-image:url(images/title-bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
}

.page-title
{
	background:url(images/arrow.jpg) no-repeat center left;
	margin-left:15px;
}
	

#menu
{
	width:229px;
	height:auto;
	margin:0 auto;
	padding-top:3PX;
}

.title-bg
{	
	width:229px;
	height:30px;
	background:url(images/title-bg.jpg) repeat-x;
}

.menu-bullet
{
	background:url(images/bullet.jpg) no-repeat left center;
	margin-left:5px;
	
}

#links
{
	width:229px;
	height:auto;
	margin-top:6px;
	margin-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#464646;
}

#links ul {
	margin: 0;
	list-style:none;
	padding: 5px 3px 3px 8px;
		
}

#links li {
	
	padding: 2px 0px 0px 15px;
	line-height:1.5em;
}

#links a
{
	color:#464646;
	text-decoration:none;
}

#links a:hover
{
	color:#FF0000;
}

.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:15px;
	text-align:justify;
	color:#333333;
}

.indent
{
	margin-left:25px;
	list-style:square;
	line-height:1.5em;
}

#footer
{
	width:850px;
	height:34px;
	margin:0 auto;
	clear:both;
	background-color:#176893;
}

.footer-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	padding-top:8px;
}

.footer-text a
{
	color:#ffffff;
	text-decoration:underline;
}


.sitemap
{
	margin-left:25px;
	line-height:1.5em;
}

.sitemap-heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#880003;
	padding-bottom:10px;
	padding-top:10px;
}

.sitemap-list
{
	margin-left:25px;
	list-style:none;
	line-height:1.5em;
}

.sitemap-list a
{
	color:#333333;
	}
