@charset "utf-8";
 @import url(/v3/css/riderinsider-styles.css);
.publication #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the 'text-align: center' on the body element. */
	position: relative;
}

/* --- TOP BEGIN --- */



/*//////////////// MENU OVERRIDES ////////////////*/
#mainMenu ul.main li a.menu, #MMhome a, #mainMenu ul.main li.unhighlight a {
	color: #fff;
	text-decoration: none;
}
#mainMenu ul.main li#MMcontact a.contact {
	color: #ccc;
}
#mainMenu a.menu, #mainMenu li.unhighlight a {
	text-decoration: none;
	border-bottom: 1px dotted #36a3be;
}
#mainMenu a.contact {
	text-decoration: none;
	border-bottom: 1px dotted #36a3be;
}
#mainMenu a.menu:hover, #mainMenu li.unhighlight a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#mainMenu a.contact:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
/* --- ARROWS --- */
	#mainMenu a.arrow {
	background: url(/v3/images/riderinsider/menu-arrow.gif) no-repeat;
	border: none;
}
#mainMenu a.arrow-small {
	background: url(/v3/images/riderinsider/menu-arrow-small.gif) no-repeat;
	border: none;
}
#mainMenu #maps-close a, #mainMenu #stops-close a, #mainMenu #fares-close a, #mainMenu #howtoride-close a, #mainMenu #store-close a, #mainMenu #contact-close a {
	color: #ffffff;
	border: none;
}
#mainMenu #MMsearch form input.button {
}
#mainMenu ul.main li#MMcontact a.contact {
	color: #fff;
}
#mainMenu ul.main li#MMcontact a.contacthighlight {
}





.publication #top {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 980px;
	height: 325px;
	background: #ffffff url(/v3/images/riderinsider/ri-header.jpg) no-repeat;
	/*background: #ffffff url(/v3/images/riderinsider/ri-header-alt.jpg) no-repeat;*/
	clear: both;
}
/* --- Links Begin - wil not use but saved in case we need to use at a later time MChadwick --- 
.publication #publink1 {
	position: absolute;
	top: 160px;
	left: 460px;
	width: 330px;
	height: 50px;
	background-color: transparent;
	border: 0px solid transparent; /* --- change border 1px solid yellow to see placement when adjusting links --- 
}
.publication #publink2 {
	position: absolute;
	top: 210px;
	left: 460px;
	width: 330px;
	height: 50px;
	background-color: transparent;
	border: 0px solid transparent; /* --- change border 1px solid yellow to see placement when adjusting links --- 
}
.publication #publink3 {
	position: absolute;
	top: 260px;
	left: 460px;
	width: 330px;
	height: 50px;
	background-color: transparent;
	border: 0px solid transparent; /* --- change border 1px solid yellow to see placement when adjusting links --- 
}
.publication #publink4 {
	position: absolute;
	top: 310px;
	left: 460px;
	width: 330px;
	height: 50px;
	background-color: transparent;
	border: 0px solid transparent; /* --- change border 1px solid yellow to see placement when adjusting links --- 
}
 --- Links End --- */
 
/* --- Images Begin--- */
.publication #container .imageNumber {
	padding: 15px 15px 0 0;
	float: left;
	clear: left;
}
.publication #sidebar img {
	padding: 15px 15px 0 0;
}
/* --- Images End --- */
.publication #top.modes {
	height: 178px;	/* bumping up the size a bit when MODES include file is present */
}
.publication #logo-print {
	display: none;
}
/* MODES code is in global.css */

/* --- TOP END --- */
	
	
/* --- MIDDLE BEGIN --- */
	
.publication #middle {
	float: left;
	margin: 0;
	padding: 0 15px 15px 15px;
	width: 950px;
	clear: both;
	background-color: #ffffff;
}
/* --- MAIN CONTENT BEGIN --- */

/* --- Story Backgrounds Begin (Optional backgrounds) --- */
.publication #container #story1 {
	background-image: url(/v3/images/riderinsider/gradient.gif);
	background-repeat: repeat-x;
}
.publication #container #story2 {
	background-image: url(/v3/images/riderinsider/gradient.gif);
	background-repeat: repeat-x;
}
.publication #container #story3 {
	background-image: url(/v3/images/riderinsider/gradient.gif);
	background-repeat: repeat-x;
}
.publication #container #story4 {
	background-image: url(/v3/images/riderinsider/gradient.gif);
	background-repeat: repeat-x;
}
/* --- Story Backgrounds End --- */

.publication #mainContent {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	width: 665px;
	clear: right;
}
.publication #storyContent {
	margin: 0 15px 20px 30px;
}
/* --- MAIN CONTENT END --- */
	
/* --- MAIN SIDEBAR BEGIN --- */
.publication #mainSidebar {
	float: right;
	margin: 0 0 0 10px;
	padding: 0 30px 0 0;
	width: 240px;
	min-height: 750px;
	background-image: url(/v3/images/riderinsider/gradient.gif);
	background-repeat: repeat-x;
}
.publication #mainSidebar.noborder {
	border-left: 1px solid #ffffff;
	margin-left: 15px;
}

/* --- MAIN SIDEBAR END --- */
	
/* --- MIDDLE END --- */

/* --- BOTTOM BEGIN --- */
.publication #bottom {
	width: 980px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	clear: both;
}
.publication #bottomContent {
	width: 980px;
	height: 150px;
	background: #ffffff url(/v3/images/structure/bottom-bg.gif) repeat-x;
}
/* --- BOTTOM END --- */




