/* @override 
	http://columbiaanimecon.com/columbia/assets/site/Columbia.css
	http://localhost/~jpburns/knoxville/assets/site/knoxville.css
*/

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

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 1em;
}

a, a:visited{
	color: #004c90;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
}

h1, h2,h3,h4,h5,h6 {
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: .95;
	padding: 0;
	margin-bottom: .5em;
	margin-top: .5em;
}

hr{
	width: 100%;
	border-style: dashed;
	border-color: #3d77aa;
	margin: 0;
	padding: 0;
}

#header {
	display: block;
	padding: 0;
	z-index: 0;
	position: absolute;
	top: 0;
}

#header a {
	text-decoration: none;
	border-style: none;
}

#nav {
	padding-left: 40px;
	z-index: 2;
	width:800px;
	position: relative;
	top: 110px;
}

#nav a{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #263e6c;
	border: 2px solid #57adff;
	font: small-caps bold 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #b5e8ff;
	padding-bottom: 2px;
	z-index: 3;
}

#nav a:hover{
	color: white;
	background-color: #4876cd;
	border: 2px solid #c4ecff;
}

#nav li{
	margin: 0;
	padding: 0;
	display: inline-block;
	width: auto;
}

#nav li.active a{
	border: 2px solid #b5e8ff;
	color: #d1f0ff;
}
#map {
	width: 350px;
	height: 250px;
	margin: 10px;
	border: 3px solid #263e6c;
	float: right;
	top: 10px;
	clear: both;
}

#directions {
	background-color: #b2d5f4;
	float: right;
	z-index: 1;
	width: 100%;
}

#page {
	background-color: #1b367d;
	z-index: -2;
	width: 100%;
	height: 5000px;
	margin: 0;
	padding: 0;
	position: absolute;
}

#content {
	background-color: rgba(153,207,255,0.7);
	width: 700px;
	left: 65px;
	position: absolute;
	top: 133px;
	height: auto;
	display: block;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #2d5172;
	border-left-color: #2c5272;
	border-right-color: #d8edff;
	border-left-style: solid;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-right: 20px;
	z-index: 1;
	border-bottom-color: rgba(209,233,255,0.58);
}

.intro {
	color: black;
	margin-right: 5px;
	font: italic 1.2em/1.5em "Times New Roman", Times, Georgia, serif;
	word-spacing: -.1em;
	background-color: rgba(177,218,255,0.7);
	margin-left: 0;
	padding: 5px 25px;
	margin-top: 0;
}
.sub{
	color: #14387f;
	margin: 5px 0 0 20px;
	font: small-caps bold 20px/1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.dealerInfo{
	background-color: #badeff;
	border-bottom: 1px dashed #263e6c;
	margin-bottom: 5px;
	border-top: 1px solid #263e6c;
	border-right: 1px solid #a24c4e;
	border-left: 1px solid #263e6c;
	padding: 5px 15px 0;
}

.dealerInfo p{
		font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

.date{
	color: #263e6c;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 0;
}

ol{
	list-style-type: decimal;
	list-style-position: inside;
}

ol ol li{
	list-style-type: lower-latin;
	font-style: italic;
	line-height: .9em;
	margin: 0;
}

li{
	line-height: 1.2em;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*
#content img{
	vertical-align:text-top;
	margin: 5px;
	border: 3px solid #a23133;
	width: 90%;
}

 */

#content a:hover img{
	border: 3px dashed #952e47;
}


#footer {
	background-color: #112f49;
	color: #d3eaff;
	font: .5em "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: 1;
	position: relative;
	display: inline-block;
	text-align: center;
	width: inherit;
	padding: 2px 20px;
	left: -19px;
}

#footer a:link, #footer a:visited  {
	color: #eaf5ff;
	text-decoration: none;
}

#footer a:hover {
	color: #f4f8ff;
	text-decoration: underline;
	font-weight: bold;
}
