@charset "utf-8";
/* MRT.css */
/* CSS Document for New MotorcycleRoadTours.com layout and formatting */
/* CSS Document - modified and expanded from Dreamweaver examples */
/* by Ned Buratovich www.imagiNed-Web-Design.com November 2009 */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #003300;
}
.MRT_layout #container {
	width: 1020px;  /* This was the original site width (more or less) so I've kept it */
	text-align: left;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url(images/MRT2tone_site_bkgd.gif);
	background-repeat: repeat-y;
} 

.MRT_layout #header {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 1020px;
	height: 240px;
	background-image: url(images/MRT-header-background-titles.jpg);
	background-repeat: no-repeat;
} 


#apDiv_header_spillover {
	position:absolute;
	left:1px;
	top:240px;
	width:1020px;
	height:24px;
	z-index:7;
}

.MRT_layout #header a img {
	border-style: none;
} 



/************************** mainContent comes first in page flow for better SEO ********************/
.MRT_layout #mainContentSleeve {  /* use of a "sleeve" gets around padding-box-model issues with IE */
	float: right; 
	width: 829px;  /* since this element is floated, a width must be given */
	margin-top: 240px;  /* give room for absolutely positioned header */
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
} 

.MRT_layout #mainContent {
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	position: relative;
} 

.MRT_layout #sidebar1Sleeve {  /* use of a "sleeve" gets around padding-box-model issues with IE */
	width: 186px;  
	margin-top: 240px;  /* give room for absolutely positioned header */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/Road-FallOff.png); /* cutesy extension of header graphic */
	background-repeat: no-repeat;
} 

.MRT_layout #sidebar1 {
	padding-top: 32px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
}

/* need to have some text in a div following the sidebar menu to prevent a weird problem in IE8
   where the border of sidebar_ads seems to ignore the presence of the Spry Vertical Menu
   this makes the text same color as the background so no one can see it */
.MRT_layout #sidebar1Sleeve #sidebar1 p#IE_sidebar_Menu_fix  { 
	color: #003301;
}


.MRT_layout #mainContent p {
	text-align: left;
} 

.MRT_layout #mainContent ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-image: url(images/Green-Dot.png);
} 

.MRT_layout #mainContent h1 {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 32pt;
	text-align: center;
} 

.MRT_layout #mainContent h2 {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 17pt;
} 

.biggerText {
	font-size: 125%;
} 

.smallerText {
	font-size: 70%;
} 

.boldText {
	font-weight: bold;
} 

.MRT_layout #mainContent a {
	color: #FFFF00;
	text-decoration: underline;
} 

.MRT_layout #mainContent a:hover {
	color: #000066;
} 

.MRT_layout #mainContent img {
	border: 1px solid #000000;
}

.MRT_layout #mainContent .hasBorder {
	border: 1px solid #000000;
}

.MRT_layout #container a.button {
	display: block;
	width: 150px;
	height: 36px;
	cursor: pointer;
	color: #003300;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(images/button_normal.png);
	text-align: center;
	line-height: 200%;
	background-repeat: no-repeat;
	background-position: center center;
}

.MRT_layout #container a.button:hover, .MRT_layout #container a.button:focus{
	color: #000000;
	background-image: url(images/button_hover.png);
	background-repeat: no-repeat;
}

.MRT_layout #container a.pmt_button {
	display: block;
	width: 58px;
	height: 36px;
	cursor: pointer;
	color: #003300;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/button_pmt_normal.png);
	text-align: center;
	line-height: 230%;
	background-repeat: no-repeat;
	background-position: center center;
}

.MRT_layout #container a.pmt_button:hover, .MRT_layout #container a.pmt_button:focus{
	color: #000000;
	background-image: url(images/button_pmt_hover.png);
	background-repeat: no-repeat;
}


.MRT_layout #mainContent .tour_subheading {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 19pt;
	text-align: center;
} 

.MRT_layout #mainContent table.rateTable {
	border: 1px solid #003300;
	background-color: #E4F1E4;
	font-size: 115%;
	font-weight: bold;
	color: #002B00;
	text-align: left;
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
}

.MRT_layout #mainContent table.rateTable td {
	padding: 3px;
}


.MRT_layout #mainContent table.rateTable td.prices {
	text-align: right;
	width: 100px;
}

.MRT_layout #mainContent table.rateTable th {
	background-color: #003300;
	color: #FFFFFF;
	font-size: 110%;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.MRT_layout .CC_list_line {
	float:	left;
	margin-right:	31px;
}

.MRT_layout .FAQ_Question {
	background-color: #E4F1E4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-top:28px;
}

.MRT_layout p.TOP_link {
	float:right;
	margin-left:24px;
	display: block;
	background-color: #df7000;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}




.MRT_layout #sidebar1 p {
	color: #FFFFCC;
	text-align: center;
}
.MRT_layout #sidebar1 p a {
	color: #FFFF00;
	text-decoration: underline;
}
.MRT_layout #sidebar1 p a:hover {
	color: #FF9900;
}

.MRT_layout #sidebar_ad_list {
	border: 1px solid #deaf1b;
	margin-top: 25px;
	width: 100%;
}

.MRT_layout .sidebar_ads {
	border: 1px solid #003300;
	background-image: url(images/Ad-Background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.MRT_layout .sidebar_ad_cat {
	background-image: url(images/Ad-Cat-Background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #deaf1b;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}





.MRT_layout #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DF7000;
	font-size: 90%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003300;
} 
.MRT_layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.MRT_layout #footer a {
	color: #FFFF00;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.centered {  /* for use with a fixed width object */
margin-left:auto;
margin-right:auto
}


/* Style for the line telling how to operate the collapsible panesl */
.MRT_layout #mainContent p.NavNote {
	font-size: 90%;
	margin-bottom: -11px;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}
