/* CSS Document for PRINT */

/****basic layout*****/



body
{
	font-family: serif;
	font-size:12pt;
	background-color:#FFF;
	margin-left:72px;
	margin-right:72px;
}

#wrapper
{
	width:100%;
	position:relative;
	background-color:#FFF;
}

#content
{
	width:100%;
}

#navigation
{
	display:none;
}

#footer
{
	clear:both;
	text-align:center;
}

#backtotop
{
	display:none;
}

/*****headings**********/

h1 
{
	color:#000;
	text-align:center;
	font-size:20pt;
}

h2 
{
	background-image:none;
	text-align:center;
	color:#000;
	font-size:18pt;
}

h3
{
	text-align:center;
	color:#000;
	font-size:16pt;
}

h4
{
	clear:both;
	text-align:center;
	color:#000;
	font-size:14pt;
}

h5
{
	font-size:12pt;
}

/*****links******/
a:link
{
	color:#000;
	text-decoration:none;
}



/*****main navigation  links******/
#navigation a:link, #navigation a:visited
{
	display:none;
}



/***photos***/
.img-wrapper 
{
	display:none;
}

.img-wrapper-horsedrive
{
	display:none;
}


/**blockquote, ul, tour description***/
blockquote
{
	font-style:italic;
}

ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.tourDesc
{
	margin-top:1.5em;
	margin-bottom:1.5em;
}


/*****table*******/
caption
{
	font-size:20px;
	font-weight:bold;
	margin:1em 0;
	background-color:#FFF;
	border:medium;
}

th
{
	text-align:center;
	background-color:#FFF;
	
}

td
{
	background-color:white;
	padding-right:10px;
	padding-left:10px;
}

tr
{
	text-align:center;
	
}


/******form*******/

fieldset
{
	margin:1em 0;
	padding:1em;
	border:1px solid #000;
	background:#FFF;
}

legend
{
	font-weight:bold;
}

.label
{
	float:left;
	width:10em;
	display:block;
	width:170px;
}

#verification
{
	display:none;
}

input
{
	width:200px;
}

input.radio, input.checkbox
{
	width:auto;
}

.required
{
	font-size:.75em;
	color:#000;
}



