@charset "utf-8";
/* CSS Document
This style-sheet was written by Wallace Pei */
/*this html style is specific towards non-IE browsers so that we have vertical scrolling on each page browser
as we would with IE, this will prevent shifting of pages upon navigation of shorter to taller pages.*/
html { 
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
}
#container{
	width:981px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
/*This is a wrapper for all elements that are in the header of this site.
which contains a banner which contains 2 images, a centered wrapper for the navigation to be contained as well. */
#header{
	position:relative;
	width:981px;
	height:227px;
	margin-bottom:10px;
	z-index:1000;
}

#banner{
	position:relative;
	width:981px;
	height:174px;
}
#banner img{float: left;}

#shortlinks {
	position:absolute;
	top:141px;
	right:7px;
	width:150px;
	height:32px;
	text-align:center;
	color:#FFF;
}
#shortlinks a{
	font:12px/32px Arial, Helvetica, sans-serif;;
	color:#FFF;
	text-decoration:none;
}
#shortlinks img, #home{
	position:absolute;
	top:4px;
	left:4px;
	border:none;
}
#shortlinks a:hover{
	color:#000;
}

#center {
	position:relative;
	float: left;
	width:921px;
	height:53px;
	padding-left:30px;
	margin-top:5px;
} 
/* Navigation I used the suckerfish style to model my navigation*/
/*this shadow was a tutorial (http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/) I found for using drop shadows for css rather than using images. I'm hoping this person gets the credit they deserve, Wallace*/
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2000;
}
.nav li {
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/*This is for indicating to the user that there is a drop down menu if hovered*/
.nav li img{
  position: absolute;
  top:25px;
  right:5px;
  border:none;
}
.nav li a {
  font: 14px/32px Arial, Helvetica, sans-serif;
  font-weight:600;
  background: #909090;
  color: #ffffff;
  display: block;
  padding: 0 13px;
  text-decoration: none;
  height:32px;
}
.btn_about {width:70px;}
.btn_adinfo {width:170px;}
.btn_readsub {width:170px;}
.btn_ourweb {width:100px;}

/*I used this to space apart the menu buttons between the first to second and the second to third buttons.
The first and last have a 30px marginal space declared in the center class.*/
li.button_spacer{
	margin-right:100px;
}

.nav li a:hover{
  background: #d62c34;
  color: #000;		
}
/* for first level <ul id="nav-one" class="nav">
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #d62c34;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #b2b4b6;
  color: #ffffff;
  z-index: 1000;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #d62c34;
  color: #000;	
}
*/
.nav ul {
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 230px;
  position: absolute;
  top: -999em;
  left: 0px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 32px;
  display:block;
}

.nav ul li {
  border: 0;
  float: none;
}

.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  white-space: nowrap;
  outline: 0;
}
/*This is to style the drop down choices of each button*/
.nav li ul li a.choice {font-size:12px; font-weight: normal}

/*These specify the widths of each unordered list by button category*/
#about_us_list{
	width:145px;
}
#read_sub_list{
	width:230px;
}
#our_web_list{
	width:230px;
	left: -103px;
}
/*this places my button 30 pixels away from the right edge and right-aligns my button's label*/
li.last_button{float:right; text-align:right;}

.nav li a:hover,.nav li a:focus{
  background: #d62c34;
  color: #000;
  outline:0;
}
/*That's everything within the header*/

/*Content Space*/
#content{
	position:relative;
	width:917px;
	height:auto;
	padding:0px 32px 0px 32px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #767474;
}
#content h1{font-size: 18px; color:#d62d34; margin-top:0;}
#content h2{font-size: 14px; color:#d62d34; margin-top:0;}
/*This is where #info resides */
#content #column_left{
	position:relative;
	float:left;
	width:392px;
	height:auto;
}
/*This is where #pub_info resides */
#content #column_right{
	position:relative;
	float:right;
	width:522px;
	height:auto;
}
/*info and pub_info were made for use of the index page. */
#info{
	position:relative;
	float:left;
	width:330px;
	height:305px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding:15px 25px 15px 15px;
	margin-right:20px;
	margin-bottom:20px;
}
#info h1,#info p,#info h2{ padding-left:6px;}

#info a img.royal{
	border:hidden;
}
#info a:hover img.royal{
	border: groove #d62d34 medium;
}

.pub_info{
	position:relative;
	float:right;
	margin-bottom:20px;
	width:490px;
	height:245px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding:15px;
}
.pub_info img{
	position: relative;
	float:right;
	margin-left:10px;
	border:none;
}

.pub_info a.button, #info a.button{
  font: 12px/32px Arial, Helvetica, sans-serif;
  font-weight:600;
  background: #b2b4b6;
  color: #ffffff;
  display: block;
  padding: 0 13px;
  text-decoration: none;
  width:120px;
  height:32px;
  float:left;
  margin-right:20px;
  text-align:center;
}
.pub_info a.button:hover, #info a.button:hover{
  background: #d62c34;
  color: #000;
}
/*this is for having a large square as a main canvas box*/
#main_canvas{
	position:relative;
	float:left;
	width:885px;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding:15px;
}

/*Footer Space*/
#footer{
	position:relative;
	width:981px;
	height:33px;
	text-align:center;
	color:#FFF;
	background-color:#d62d34;
	margin-top:20px;
}
#footer a{
	font:12px/32px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#000;
}

/*From previous style.css of RPL */
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
.bodyHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B0B0B;
    line-height: 18px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	line-height: 18px;
}
a.bodylink {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.bodylink:hover {
	color: #56678a;
	text-decoration: none;
}
a.navlink {
	color: #6a92a7;
	text-decoration: underline;
	font-weight: bold;
}
a.navlink:hover {
	color: #56678a;
	text-decoration: none;
}
a.whitelink {
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:hover {
	color: #ffffff;
	text-decoration: none;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767474;
	border: 1px solid #cc0000;
	width: 255px;
}
.dropdown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767474;
	border: 1px solid #cc0000;
	width: 210px;
}
                  
.titles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #909090;
	line-height: 18px;
	font-weight: bold;
}
.titlelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4E4F;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
a.titlelink:hover {
	color: #D2232A;
	text-decoration: none;
}
.inputboxNoWidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767474;
	border: 1px solid #cc0000;
	border-color: #d2232a;
}
.titlesSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	font-weight: bold;

}
.titlesWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	font-weight: bold;
	background-color: #514F50;
	padding: 6px;
}
.footnoteRed {

	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
}
a.topnav {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
}
a.topnav:hover {
	color: #E6E6E6;
	text-decoration: none;
}
a.bottomnav {

	color: #767474;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
}
a.bottomnav:hover {
	color: #D2232A;
	text-decoration: none;
}
.titlered {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D2232A;
	line-height: 18px;
	font-weight: bold;
}
.newscaption {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	font-weight: normal;
	text-decoration:none;
}
a.newscaption:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	line-height: 14px;
	font-weight: normal;
	text-decoration:none;
}
.newscaption_date {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767474;
	line-height: 14px;
	font-weight: normal;
	text-decoration:none;
}
a.newscaption_date:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	line-height: 14px;
	font-weight: normal;
	text-decoration:none;
}
.newstitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7f7f7f;
	line-height: 16px;
	font-weight: bold;
}
.titlereddkgrey {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5B5C;
	line-height: 18px;
	font-weight: bold;
}
.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767474;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
}
.bodyHighlightItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B0B0B;
	line-height: 18px;
	font-style: italic;
}
.inputboxgrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767474;
	border: 1px solid #767474;
	width: 255px;
}
.inputboxNoWidthGrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767474;
	border: 1px solid #767474;
	border-color: #767474;
}
.news {
	color: #767474;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.news:hover {
	color: #CC0000;
	text-decoration: none;
}
#lightbox{	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
	}
#lightbox img{ 
	width: auto; 
	height: auto;
	}
#lightbox a img{ 
	border: none; 
	}

#outerImageContainer{ 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
	}
#imageContainer{ 
	padding: 10px; 
	}

#loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
	}
	
#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
	}
#imageContainer>#hoverNav{ 
	left: 0;
	}
#hoverNav a{ 
	outline: none;
	}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
	}
#prevLink { 
	left: 0; 
	float: left;
	}
#nextLink { 
	right: 0; 
	float: right;
	}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(http://pubnet.rogerspublishing.ca/images/prevlabel.gif) left 15% no-repeat; 
	}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(http://pubnet.rogerspublishing.ca/images/nextlabel.gif) right 15% no-repeat; 
	}

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
	}

#imageData{	
	padding:0 10px; 
	color: #666; 
	}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	
#imageData #caption{ 
	font-weight: bold;	
	}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
	}	 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
	}
/*This is for us to place images to the left or right of text.*/
img.left{
	float: left;
	margin-right: 10px;
}

img.right{
	float: right;
	margin-left: 10px;
}
/*end of original style.css from previous RPL*/
