/* 
	TVRM website stylesheet.
	Base style sheet for all pages.
	Some specifics if common enough.
*/
/*---------------------------------------*/
/* tag styles */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #BD9A77;
}
	
a:link, a:visited {
	color: #8B4501;
	text-decoration: underline;
}

a:hover, a:active {
	color: #A27243;
	text-decoration: underline;
}

h1 {
	margin-top: -10px;
	margin-bottom: -36px;
	height: 105px;
	padding-top: 24px;
	background-image: url(/graphics/layout/pageheaders/Blank.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: inherit;
	text-align: center;
	color: #8B4501;
}

h2 {
	color: #8B4501;
	margin-top: 24px;
	margin-bottom: -12px;
	border-bottom: 1px solid #937201;
	font-size: 1.8em;
}

ol {
	margin-top: -20px;
}

table {
	background-color: #FFFFFF;
}

/*---------------------------------------*/
/* generic classes */
/* images */
	.page_hdr {
		margin: -10px 0 0 0;
	}
	
	.img_noborder {
		border: none;
	}
	
	.img_lt_bdr {
		border: 1px solid #8B4501;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.img_rt_bdr {
		border: 1px solid #8B4501;
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	
	.img_lt_nobdr {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.img_rt_nobdr {
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	
	.img_ctr_bdr {
		border: 1px solid #8B4501;
		text-align: center;
		margin-left: 5px;
		margin-bottom: 5px;
	}

	.img_ctr_nobdr {
		text-align: center;
		margin-left: 5px;
		margin-bottom: 5px;
		border: none;
	}
	
	.img_section {
		padding-top: 10px;
	}

	img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
		
/* Misc classes */
	.special_note {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		padding: 3px;
		background-color: #FDD8B3;
		border: 1px solid #8B4501;
	}

	.textBold {
		font-weight: bold;
	}
	
	.textItalic {
		font-style: italic;
	}

	.textBoldItalic {
		font-weight: bold;
		font-style: italic;
	}


/* Generic Table 1 */
	.GenericTable1 {
		background-color: #E8B07A;
		border-collapse: collapse;
		text-align: center;
		border: 1px solid #8B4501;
	}
	
	.GenericTable1 caption {
		background-color: #FDD8B3;
		color: #6E3B0A;
		border: 1px solid #8B4501;
		font-size: 1.5em;
		text-align: left;
	}
	
	.GenericTable1 tfoot {
		background-color: #FDD8B3;
		color: #6E3B0A;
		border: 1px solid #8B4501;
		font-size: 0.8em;
		text-align: left;
	}
	
	.GenericTable1 th {
		padding: 2px 3px 2px 3px;
		background-color: #8B4501;
		color: #FFEEDD;
		border-bottom: 1px dashed #E8B07A;
		border-left: #FFEEDD;
		text-align: right;
	}

	.GenericTable1 td {
		padding: 2px 3px 2px 3px;
		border: 1px dashed #8B4501;
		text-align: left;
	}
	
/* Generic Table 2 - no borders.  Feedback forms only so far */
	.GenericTable2 {
		background-color: #E8B07A;
		border-collapse: collapse;
		text-align: center;
	}
	
	.GenericTable2 caption {
		background-color: #FDD8B3;
		color: #6E3B0A;
		font-size: 1.5em;
		text-align: left;
	}
	
	.GenericTable2 tfoot {
		background-color: #FDD8B3;
		color: #6E3B0A;
		font-size: 0.8em;
		text-align: left;
	}
	
	.GenericTable2 th {
		padding: 2px 3px 2px 3px;
		background-color: #8B4501;
		color: #FFEEDD;
		border-left: #FFEEDD;
		text-align: right;
	}

	.GenericTable2 td {
		padding: 2px 3px 2px 3px;
		text-align: left;
	}
	
/* Generic Table 3 - no background color. */
	.GenericTable3 {
		background-color: inherit;
		border-collapse: collapse;
		text-align: center;
	}
	
	.GenericTable3 caption {
		background-color: #FDD8B3;
		color: #6E3B0A;
		font-size: 1.5em;
		text-align: left;
	}
	
	.GenericTable3 tfoot {
		background-color: #FDD8B3;
		color: #6E3B0A;
		font-size: 0.8em;
		text-align: left;
	}
	
	.GenericTable3 th {
		padding: 2px 3px 2px 3px;
		background-color: #8B4501;
		color: #FFEEDD;
		border-left: #FFEEDD;
		text-align: right;
	}

	.GenericTable3 td {
		padding: 2px 3px 2px 3px;
		text-align: left;
	}
/*---------------------------------------*/
/* Special Styles */
.dropcap {
	font-size: 50px;
	color: #8B4501;
	font-weight: bold;
	float: left;
	height: 34px;
	line-height: 34px;
	margin-top: 2px;
	margin-right: 1px;
}
* html .dropcap {
	margin-right: -2px;
	margin-top: 3px;
}


/*---------------------------------------*/
/* Wrapper styles (the "cage" around the entire page */
	#wrapper {
		position: relative;
		text-align: left;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
/*		padding: 125px 0 0 0; */
/*		background-image: url(/graphics/layout/rotate2/rotate.php); */
		background-position: left top;
		background-repeat: no-repeat;
		background-color: #8B4501;
/*		border: 1px solid #000000; */
	}
/* End of Wrapper */

/*---------------------------------------*/
/* Content area */
	#content {
		clear: both;
		margin: 0 0 0 5px;
		padding: 10px 10px 0 15px;
		width: 735px;
		float: left;
		background-color: #FFEEDD;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	
/*---------------------------------------*/
/* Navigation style */
/* See navestyle.css */

/*---------------------------------------*/
/* Sidebar styles */
	#sidebar {
		clear: none;
		margin: 0;
		padding: 15px 5px 0 0;
		width: 210px;
		float: right;
	}

		/* Styles for items in SideBar */
		.SideBarBox {
			margin: 0 8px 8px 0;
			padding: 3px 3px 3px 3px;
			width: 194px;
			background-color: #FFEEDD;	
		}
		
		.SideBarContent {
			padding: 2px 4px 2px 6px;
			border: 1px dashed #8F792F;
			color: #000000;
			font-size: 0.9em;	
		}	
		
		.SideBarBox h3 {
			color: #8B4501;
			margin-top: 0px;
			margin-bottom: -12px;
			border-bottom: 1px solid #937201;
			font-size: 1.3em;
		}
		
/*---------------------------------------*/
/* "Talking point" formatting */
	.TalkingPoint {
		float: right;
		width: 175px;
		margin: 5px 0px 5px 10px;
		padding: 5px;
		background-color: #FEDFBF;
		border: 1px dashed #8B4501;
		font-style: italic;
		text-align: center;
		font-weight: bold;
		color: #8B4501;
		font-size: 1.2em;
	}


/*---------------------------------------*/
/* Copyright formatting */
	#Copyright {
		clear: both;
		background-color: #E8B07A;
		border-top: 1px solid #000000;
		padding-bottom: 5px;
		margin-top: -1px;
	}

	#Copyright p {
		text-align: center;
		font-size: 0.8em;
		margin-top: 5px;
		margin-bottom: 0;
	}

/*---------------------------------------*/
/* Timetable styles */
	.timetable {
		background-color: #E8B07A;
		border-collapse: collapse;
		text-align: center;
		border: 1px solid #8B4501;
	}
	
	.timetable caption {
		background-color: #FDD8B3;
		color: #6E3B0A;
		border: 1px solid #8B4501;
		font-size: 1.5em;
		margin-left: -1px;
	}
	
	.timetable tfoot {
		background-color: #FDD8B3;
		color: #6E3B0A;
		border: 1px solid #8B4501;
		font-size: 0.8em;
		text-align: left;
	}
	
	.timetable th {
		padding: 2px 3px 2px 3px;
		background-color: #8B4501;
		color: #FFEEDD;
		border-left: 1px dashed #E8B07A;
		border-right: 1px dashed #E8B07A;
		border-bottom: 1px solid #8B4501;
	}

	.timetable td {
		padding: 2px 3px 2px 3px;
		border: 1px dashed #8B4501;
	}

/*---------------------------------------*/
/* Other specific styles */

/* Rides page */
	#pic_MRL {
		clear: both;
		float: left;
		margin-top: 15px;
		margin-right: 5px;
		width: 150px;
		height: 251px;
		background-image: url(/graphics/in_page/rides_overview/MRL.jpg);
	}

/* Back | Top clear for contact page */
	.ClearBoth {
		clear: both;
	}

/*---------------------------------------*/
/* Generic form styles */

	fieldset.formfieldset {
		background-color: #E8B07A;
		border: 1px solid #8B4501;
		padding: 0 0 5px 5px;
		width: 450px;
	}
	
		fieldset.formfieldset legend {
			font-size: 2em;
			font-weight: bold;
			color: #8B4501;
			margin-bottom: 15px;
		}
	
	fieldset.formfieldset_2nd {
		background-color: #E8B07A;
		border: 1px solid #8B4501;
		padding: 0 0 5px 5px;
		width: 400px;
		margin-bottom: 10px;
	}
	
		fieldset.formfieldset_2nd legend {
			font-size: 1.2em;
			font-weight: bold;
			color: #8B4501;
			margin-bottom: 15px;
		}
	
	input.formtxtfld {
		color: #000000;
		background-color: #FDE0C2;
		border: 1px inset #245424;
	}
	
	select.formslctfld, option.formoptfld {
		color: #000000;
		background-color: #FDE0C2;
		border: 1px inset #245424;
	}

	textarea.formtextarea {
		color: #000000;
		background-color: #FDE0C2;
		border: 1px inset #245424;
		width: 375px;
		height: 100px;
	}

	input.FormBtn {
		color: #FFEEDD;
		background-color: #8B4501;
		border: 1px outset #FFEEDD;
	}
	
/*---------------------------------------*/
/* MapQuest form styles */
	#MQInstructions {
		width: 265px;
		float: left;
		margin-right: 5px;
	}
	
	#MQFormStyle {
		width: 145px;
		float: right;
		padding-right: 40px;
	}
	
	#MQFormStyle table {
		background-color: #E8B07A;
	}
	
	p.MQdisclaimer {
		font-size: 0.75em;
	}
	
	fieldset.MQFieldsetStyle {
		background-color: #E8B07A;
		border: 1px solid #8B4501;
		padding: 0 0 5px 5px;
		color: #000000;
		font: bold 1.1em Georgia, "Times New Roman", Times, serif;
		width: 175px;
	}
	
	img.MQimg {
		border: 1px solid #000000;
	}
