/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
}
HTML, BODY
{
	height: 100%;
	background: #374756 url(../images/BG.png) repeat-x;
	color: #FFFFFF;
	font-family: Arial;
/*WRONG FONT!!!*/
}
A
{
	color: #A2BCC8;
}
A:hover
{
	color: #FFFFFF;
}
.italics
{
	font-style: italic;
	font-size: 10px;
}
#wrapper-all
{
	margin: 0 auto;
	width: 760px;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 760px;
	margin: 0 auto -60px;
/*the bottom margin is the negative value of the footer's height*/
	background: #101B27;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	height: 120px;
	background: url(../images/eau-claire-river.png) no-repeat right;
}
#logo IMG
{
	margin: 0 0 0 26px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 24px;
	margin: -24px 0 0;
	border-bottom: 4px solid #A3BDC9;
	text-align: right;
	padding-right: 15px;
}
#nav-horizontal UL
{
	float: right;
}
#nav-horizontal LI
{
	font-family: "Arial Narrow", Arial, sans-serif;
	display: block;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	text-transform: lowercase;
	font-size: 12pt;
	margin-right: 4px;
}
#nav-horizontal A
{
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px;
	width: 80px;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	background-color: #A3BDC9;
	color: #FFFFFF;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
/*height: 100px;*/
	float: left;
	margin: 1em 30px;
}
#column-a1, #column-a2
{
	min-height: 230px;
	width: 335px;
	margin-bottom: 20px;
}
#column-a1
{
	float: left;
}
#column-a2
{
	float: right;
}
#column-a3, #column-a4
{
	width: 335px;
}
#column-a3
{
	width: 335px;
	float: left;
	margin-top: -25px;
}
#column-a4
{
	width: 335px;
	float: right;
	margin: -27px 0 0 10px;
}
#column-a5
{
	width: 234px;
	float: left;
	margin-top: 7px;
	margin-left: 8px;
}
#column-a5 IMG
{
	margin-bottom: 20px;
	border: 4px solid #A2BCC8;
}
#column-a6
{
	width: 400px;
	margin-left: 286px;
}
#column-a4 UL LI, #column-a6 UL LI
{
	font-size: 14px;
	margin-left: 33px;
}
#gallery IMG
{
	margin: 0 18px 13px 0;
}
#traditional-gallery A IMG
{
	margin: 0 4px 10px 5px;
}
#traditional-gallery A IMG:hover
{
	margin: 0 4px 6px 5px;
}
#traditional-gallery P
{
	color: #26313C;
	margin-left: 6px;
}
.attraction
{
	display: block;
	clear: both;
	margin-bottom: 30px;
	height: 157px;
}
.attraction-pic
{
	float: left;
}
.attraction-pic IMG
{
	border: 4px solid #667332;
}
.attraction-text
{
	float: right;
	width: 400px;
	margin-left: 20px;
}
#gmap
{
	margin-left: 23px;
}
#book
{
	float: left;
	width: 192px;
	margin-left: -12px;
	position: absolute;
	margin-top: 12px;
}
#column-a2 #book {
   margin-top: 0px;
   margin-left: 120px;
}
#best
{
	position: relative;
	margin-left: -14px;
	margin-top: 30px;
}
.facebook
{
	position: absolute;
	top: 364px;
	margin-left: 225px;
}
/*Tiny Tip JQuery*/
.tinyTip
{
	width: 325px;
	padding: 17px 0px 0px;
	display: block;
	background: url(../images/tinyTip-top.png) no-repeat 0px 0px;
}
.tinyTip .content
{
	padding: 0px 15px;
	font-size: 14px;
	/*[disabled]font-family:"Lucida Sans Unicode";*/
	color: #010101;
	background: url(../images/tinyTip-content.png) repeat-y 0px 0px;
}
.tinyTip .bottom
{
	height: 47px;
	background: url(../images/tinyTip-bottom.png) no-repeat 0px 0px;
	font: 0px/0px sans-serif;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 60px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 700px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 20px;
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	color: #FFF;
}
#footer-links A
{
	text-decoration: none;
	color: #FFF;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
H1
{
	font-size: 18pt;
	margin-bottom: 1em;
	text-transform: uppercase;
}
H2
{
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 12pt;
	text-transform: uppercase;
}
P
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
}

