/* revised : 05/09/2008 : dw */

/*  all media  */
@media all
{
/* CSS Document */

/*////////////////////////////////////////////////*/
/*/                   Defualt                    /*/
/*////////////////////////////////////////////////*/

html, body,td,th {font-family: Arial, Helvetica, sans-serif;font-weight:normal;}

h1, h2, h3, h4, h5, h6, p, body, a, div, form, inputs, blockquote {margin:0px; padding:0px; background:none; list-style:none; font-size:13px;}

/*------------------- link hover --------------------*/
a:link, a:visited, a:active, a:link, a:focus {color:#333; outline:none; text-decoration:none;}

a:hover {text-decoration:underline; outline:none;}

em {font-style:normal;}

b {}

strong {color:#000; font-weight:bold;}

span {}

p {line-height:14px; padding-bottom:8px; color:#333; font-size:11px}

label {}

ul li {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

body {background:url(../graphics/layout/bgBody.gif) #d4edf0 right top repeat-x; /*background-attachment:fixed*/}
/*--------------------standards -------------------*/

#printPage {display:none;}

.small_print {text-align:center; margin:auto;}

.small_print p {font-size:10px;}

.print_screen {display:none;}

.scrollable {
	overflow: auto; 
	overflow-x: hidden;
}

#logoCamping {background:url(/graphics/layout/logo2.png)}

/*////////////////////////////////////////////////*/
/*/             Basic Layout                     /*/
/*////////////////////////////////////////////////*/

#container_1 {width:auto; background:url(../graphics/layout/bgTrees.png) left bottom repeat-x; }

#container_2 {width:678px; margin:auto; padding-bottom:60px}

#pageContent {}


/*------------------------------ logo Title */
#logoTitle {}

#logoTitle h1 {
	background:url(../graphics/newlogo.png) top no-repeat;
	width:332px;
	height:158px;
	font-size:0px;
	text-indent:-5000px;
	display:block;
	}

/*------------------------------ footer */
#footer {background:#98ca3c;}



/*////////////////////////////////////////////////*/
/*/             promoAd                          /*/
/*////////////////////////////////////////////////*/

.promoAd {background:url(../graphics/layout/bgWhiteAlpha.png); padding:10px; margin-bottom: 20px;}

.promoAd .colLeft {float:left; display:inline; width:298px}

.promoAd .colRight {background:url(../graphics/layout/bgInfo.gif) #fff center bottom no-repeat; width:360px; float:left; display:inline; margin-top:2px; min-height:251px;} * html .promoAd .colRight { height:251px; }

.promoAd .contentWrap {padding:10px 20px 20px 20px}

a.btnVisit {width:151px; height:87px; float:left; display:inline; background:url(../graphics/layout/btnVisit.gif) center top no-repeat; text-indent:-5000px}

a.btnVisit:hover {background-position:center bottom;}

img.btnComingSoon	{width:151px; float:left; display:inline; padding:15px 0 0;}


/*----------------- headers */


.promoAd h3 {
	width:360px;
	height:71px;
	font-size:0px;
	text-indent:-5000px;
}


#smokey {background:url(../graphics/layout/titleSmokeyHollow.gif) no-repeat}

#merry {background:url(../graphics/layout/titleMerryMacs.gif) no-repeat}

#baraboo {background:url(../graphics/layout/titleBarabooHills.gif) no-repeat}

#tilleda {background:url(../graphics/layout/titleTilledaFalls.gif) no-repeat}

#crystal {background:url(../graphics/layout/titleCrystalLake.gif) no-repeat}

#bud {background:url(../graphics/layout/titleBudStyer.gif) no-repeat}

#edge	{ background:url(../graphics/layout/titleRiversEdge.gif) no-repeat }

#riverBend {background:url(../graphics/layout/titleRiverBend.gif) no-repeat}

#harbour {background:url(../graphics/layout/titleHarbourVillage.gif) no-repeat}


/*----------------- Address */

.promoAd .address {float:left; display:inline; width:140px; border-left:1px solid #e3e3e3; margin-top:10px; margin-left:10px; padding-left:10px;  }

.promoAd .address h6 {color:#333; padding-bottom:5px; font-size:12px}

.promoAd .address address {font-style:normal; font-size:11px; color:#4D4D4D;}

.promoAd .address address b {color:#1B75BC; font-weight:normal;}


/*----------------- imgs */

.promoAd .imgWrap {}

.promoAd .imgWrap img {border:2px solid #fff; margin-right:2px}


/*////////////////////////////////////////////////*/
/*/             Footer                           /*/
/*////////////////////////////////////////////////*/


#footer {padding-top:0px; padding-left:20px; padding-bottom:40px }

#footer h4 {color:#2e4916; text-indent:-5000px; background:url(../graphics/layout/itsAllAboutTheStuff.jpg) no-repeat; width:282px; height:80px }

#footer .contentWrap {width:678px; margin:auto;}

#footer ul {float:left; display:inline; width:180px; color:#2e4916;}

#footer ul.ulCol2 {/*margin-top:-20px;*/}

#footer ul li {list-style:disc; }

}

/*  print media  */
@media print
{
			/* ---------- hide */
			#container_1, #footer {display:none}
			
			/* ---------- show */
			#printPage {display:block;}
			#printPage img {page-break-after:always;}
}