@charset "utf-8";
 @import url(/v3/css/pubstyles.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 --- */

.publication #top {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 980px;
	height: 300px;
	background: #ffffff url(/v3/images/publications/riderinsider/ri-header.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/publications/riderinsider/gradient.gif);
	background-repeat: repeat-x;
}
.publication #container #story2 {
	background-image: url(/v3/images/publications/riderinsider/gradient.gif);
	background-repeat: repeat-x;
}
.publication #container #story3 {
	background-image: url(/v3/images/publications/riderinsider/gradient.gif);
	background-repeat: repeat-x;
}
.publication #container #story4 {
	background-image: url(/v3/images/publications/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 2px 30px;
}
/* --- MAIN CONTENT END --- */
	
/* --- MAIN SIDEBAR BEGIN --- */
.publication #mainSidebar {
	float: right;
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	width: 250px;
	height: 750px;
	background-image: url(/v3/images/publications/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 --- */
