/*************************************************************
 * general catch-all rule to remove all margins and padding 
 */

* {
	margin: 0;
	padding: 0;
	font-family:  sans-serif;

}

/* generally we want a 20 pixel paragraph break unless otherwise stated */
p {
	margin-bottom: 20px;
	font-family:  sans-serif;	
	font-size: 1em;
}

/* general font family and size */


/*************************************************************
 * misc 
 */
.left {float: left;}

.right {float: right;}

.above {float: none;}



.left img {margin: 0 18px 6px 0;}

body, html {
	height: 100%;
	overflow: hidden;
}

/* Make the page includes all content (has nothing to do with the technique) 
 * but makes sure that the content is all shown, even with the -120px
 *offset */ 
p#makescroll { 
	height: 175px; 
	clear: both;
}


/*************************************************************
 * The navigation bar header rules 
 */	

#header {
	background: #f7fe50 url(img/header_bg.jpg) left top repeat-x;
	height: 120px;
	position: relative;
	margin-right: 16px; /*space for the scrollbar */
	z-index: 1000; /* guarantee header is on top of all else */
	overflow: hidden; /*stop header overlapping the scrollbar*/
}
#header h1 {
	text-align: center;
	height: 50px;
	font-family: "Comic Sans MS", cursive;
	font-size: 2.0em;
	padding-left: 0px;	
}
#header h2 {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.0em;
	height: 28px;
	padding-left: 0px;
	
}
#header a {
	background: transparent url("img/1.jpg") left top repeat-x;
	border-left: 2px solid #D8EBD8;
	border-right: 2px solid #D8EBD8;
	color: #004d4d;
	display: block;
	float: left;
	font: bold 1.0em sans-serif;
	line-height: 41px;
	height: 41px;
	padding: 0px 8px;
	text-decoration: none;
	margin-top: 1px;
}
#header a:hover {
    	background: transparent url("img/1.jpg") left bottom repeat-x;
	color: #004d4d;
}

/* selected page tab (not a link) appears similar to .header a (above) */
#selected  {
	background: transparent url(img/1.jpg) left top repeat-x;
	border: 2px solid #000000;
	color: #000000;
	display: block;
	float: left;
	font: bold 1.3em sans-serif;
	line-height: 41px;
	height: 41px;
	padding: 0px 12px;
	margin-top: -1px;
}


/***************************************************************
 * default settings for all content 
 */
#content {
	position:relative;
	clear: both;
	height: 100%;
	margin-top: -120px; /* This is how  */
	padding-top: 125px; /* it is framed */
	padding-left: 20px;
	padding-right: 20px;
	overflow: scroll;
	background: #ffffcc;
}

#content h2 {
	color: #323232;
	margin-top: 10px;
	margin-bottom: 10px;
}


#content h3 {	
	color: #445044;
}
     
	  

/******************************************************* 
 * Local Attractions page
 */
#attractlist {clear: both;}

#attractlist img {
        border: 0px;	
  	display: block;
  	margin-top: 5px;
  	margin-bottom: 5px;
  	margin-right: auto;
  	margin-left: auto;
  	text-align: center; /* ie5 seems to need this */
}     


#attractlist h3 {
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	font-family:sans-serif;
	color: #000000;
}


/*******************************************************
 * Caravans for sale page
 */
.caravan {
	padding-left:00px;
	padding-right:20px;
	height: 450px;	
}

.caravan h3{
	text-align: center;	
	padding-top: 20px;	
	padding-bottom: 20px;
}

.caravan ul {	
	font-size: 1em;
	margin: 1em 1em;
	color: #000000;
	list-style-image: url(img/bullet.gif);
}


.caravan .price{
	font-size: 1.6em;
	color: purple;
}

.call {
	margin: 0 0px 0px 0;
      	background: transparent url(img/call_bg.jpg) left center repeat-x;
      	text-align: center;
      	font-size: 1.6em;
      	clear: both;
      	color: blue;
      	margin-top: 0px;
}


.caravangalleryright 
{ 
  float:right;
	position: relative; 
  	width: 400px; 
  	height: 360px;
}
.caravangalleryleft 
{ 
  float:left;
	position: relative; 
  	width: 400px; 
  	height: 360px;
	padding-right:40px;
}

.caravanthumbs 
{ 
	width: 400px; 
  	float: none;
}

.caravanthumbs a 
{ 
	display: block; 
  	float: left;  
  	width: 70px; 
  	height: 50px;
	padding: 1px; 
	border: 2px solid #40403E;
}

.caravanthumbs img 
{ 
	width:  70px; 
	height: 50px; 
	border: 0;
}

.caravanthumbs a:hover {
	border-color: #000;
}

.caravanthumbs a:hover img { 
	position: absolute; 
	width: auto; 
	height: auto; 
	left: 0px;
	top: 0px; 
	padding: 1px;
	border: 2px solid #40403E;
}
.caravanstartpic img 
{ 
	margin: 0px 0px 10px 0px;
	padding: 1px;
	border: 2px solid #40403E;
	float: left;
}






/*******************************************************
 * Contact page
 */

#contact ul{	
	font-size: 1em;
	padding-left: 10px;
	margin: 1em 1em;
	color: #000000;
	list-style-image: url(img/bullet.gif);
}
#contact img{
	border: 0px;	
  	display: block;
  	margin-top: 5px;
  	margin-right: auto;
  	margin-left: auto;
  	margin-bottom: auto;
  	text-align: center; /* ie5 seems to need this */
}


/*******************************************************
 * About page (aka index aka The Park)
 */
#about img{
        display: block;	
      	clear: both;
      	margin-right: auto;
      	margin-left: auto;
      	margin-bottom: 20px;
      	border: 3px solid #8A6;
      	text-align: center; /* ie5 seems to need this */
}

#about .fees{
        font-size: 16pt;
        display: block;	
      	clear: both;
      	margin-right: auto;
      	margin-left: auto;
      	text-align: center; /* ie5 seems to need this */     
}



/*******************************************************
 * gallery page 
 */

#galcontent {
	overflow: scroll;
	height: 100%;
	clear: both;
	margin-top: -120px; /* This is how  */
	padding-top: 125px; /* it is framed */
	padding-left: 20px;
	padding-right: 20px;
	background: #85aa60;
}
#galcontent h2 {
	color: #323232;
	margin-top: 10px;
	margin-bottom: 10px;
}


#gallery 
{ 
	position: relative; 
  	width: 900px;
  	padding-top: 8px;
}

#thumbs 
{ 
	width: 300px; 
  	float: left;
}

#thumbs a 
{ 
	display: block; 
  	float: right;  
  	width: 90px; 
  	height: 70px;
	padding: 1px; 
	border: 2px solid #40403E;
}

#thumbs img 
{ 
	width:  90px; 
	height: 70px; 
	border: 0;
}

#thumbs a:hover {
	border-color: #ddd;
}

#thumbs a:hover img { 
	position: absolute; 
	width: auto; 
	height: auto; 
	left: 0px;
	top: 8px; 
	padding: 1px;
	border: 2px solid #40403E;
}
#startpic img 
{ 
	padding: 1px;
	border: 2px solid #40403E;
	float: left;
	margin: 0px;
}


