/* ----- main.css / Clinton County Main Styles / Created by Jeremy Sweazy / Copyright 2010 ForeFront. All rights reserved. ----- */
/* ----- COLORS:  orange: f29400; turquose/dark blue: 0e555a; link blue: 66b0c9; heading blue: 004963; border blue: 0a556e; list item current green: 588905; ----- */
	
/* ----- BEGIN general ----- */
*, body {
	font-family: Georgia, Serif;
}
a {
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a img {
	border: none;
}
p {
	margin: 0 0 15px 0;
}
.clear {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {display:inline-block;}
	/* Hide from IE Mac \*/
	.clear {display:block;}
	/* End hide from IE Mac */

/* ----- END general ----- */

/* ----- BEGIN headings ----- */
h2 {
	color: #66b0c9;
	font-size: 24px;
	padding-bottom: 10px;
}
h3 {
	color: #f29400;
	font-size: 20px;
	padding-bottom: 10px;
}
h4 {
	color: #000;
	font-size: 18px;
	padding-bottom: 10px;
}
#hotels h2 {
	color: #fff;
}
h1 {
	text-indent: -9999px;
}
.turq, .turq a{
	color: #0e555a;
}

#nav, #secondary_nav, #showcase, #showcaseHolder, #rightTop, #footleft, #headRight, #logo, #footer img {
	display: none;
}

/* ----- BEGIN home page ----- */
#container {
	min-height: 699px;
	margin: 20px 0;
}
#maintop {
}
#logo {
	padding: 0 0 50px 0;
}
#main {
	min-height: 784px;
	background-color: white;
}
#left {
	float: left;
}
#right {
	padding: 20px 0 0 0;
	width: 300px;
	float: right;
}

div#hotels {
	height: 120px;
	padding: 10px 60px 10px 10px;
	border: 1px solid #0a556e;
	background: #f29400 url('../images/bellhop.png') no-repeat bottom right;
	font-size: 12px;
	color: #fff;
}
div#girlfriend {
	margin: 20px 0 0 0;
	font-size: 12px;
	min-height: 165px;
	background: url('../images/girlfriendgetaway.png') no-repeat top right;
}
#girlfriend p {
	padding: 0 0 0 5px;
	width: 100px;
}
div.link img {
	display: none;
}
div.link a:link:after, div.link a:visited:after {
   content: " (" attr(href) ")(MORE INFO) ";
   font-size: 90%;
   }
div.link {
	padding: none;
	margin: 0 0 50px 0;
}
div.more {
	display: block;
}
