@charset "utf-8";
body  {
	font-family: Georgia, tahoma;
	background: #666666;
	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-weight: 100;
	font-size: 0.8em;
	line-height: 1.5em;
}

h1 {
	font-size: 2em;
	margin-top: 0px;
	line-height: 1em;
}

h2 {
	font-size: 1.25em;
	margin-top: 0em;
		margin-bottom: 1em;
}

h3, h4, h5 {
	font-size: 1.25em;
	margin-top: 0em;
}

h6 {
	float: none;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3.first {
	margin-top: 0px;
	margin-bottom: 1em;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header {
	background-image: url(images/logo.png);
	height: 60px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#header .search  {
	width: 760px;
	height: 30px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#banner {
	margin: 0;
}

.paperstore #header {
	background-image: url(http://www.researchhaven.ca/images/logo.png);
	height: 60px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}

.paperstore #header .search  {
	width: 760px;
	height: 30px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}

.paperstore #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.paperstore #banner {
	margin: 0;
}

.paperstore2 #banner {
	margin: 0;
	padding-bottom: 19px;
}
.base_1 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border: thin solid #999;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 20px;
	padding-top: 5px;
}
.base_1 #sidebar1 p {
	color: #333;
}

.base_1 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border: thin solid #999;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 20px;
	padding-top: 5px;
	text-align: center;
}
.base_1 #sidebar2 p {
	color: #333;
}

.base_1 #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right: 20px;

/*	margin-right: 20px;*/
}

.base_1 #sidebar p {
	color: #333;
}
.base_1 #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: hidden;
	width: 485px;
	float: left;
}

.base_1 #mainContent p{
	color: #333;
	margin-top: 0em;
	margin-bottom: 1em;
} 

.base_2 #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: hidden;
	width: 740px;
	float: left;
}

.base_2 #mainContent p{
	color: #333;
	margin-top: 0em;
	margin-bottom: 1em;
}

.paperstore #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border: thin solid #999;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 20px;
	padding-top: 5px;
}
.paperstore #sidebar1 p {
	color: #333;
}
.paperstore #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border: thin solid #999;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 20px;
	padding-top: 5px;
	text-align: center;
}
.paperstore #sidebar2 p {
	color: #333;
}

.paperstore #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right: 20px;

/*	margin-right: 20px;*/
}

.paperstore #sidebar p {
	color: #333;
}
.paperstore #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: hidden;
	width: 485px;
	float: left;
}

.paperstore #mainContent p{
	color: #333;
	margin-top: 0em;
	margin-bottom: 1em;
}

.paperstore2 #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: hidden;
	width: 740px;
	float: left;
}

.paperstore2 #mainContent p{
	color: #333;
	margin-top: 0em;
	margin-bottom: 1em;
}  
#footer {
	width: 760px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 50px;
	background-color: #F8D71F;
	vertical-align: middle;
	text-align: center;
}
#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 */
	font-size: .9em;
	color: #868686;
}
#footer .left {
	float: left;
	width: 100px;
	height: 50px;
	}
#footer .right {
	float: right;
	width: 100px;
	height: 50px;
	vertical-align: middle;
}
#footer a, #footer a:link {
	color: #000080;
	text-decoration: none;
	font-size: 1em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

.base_1 #mainContent .col1 {
	float:left;
	width:220px;
}
.base_1 #mainContent .col2 {
	float:left;
	width: 220px;
	margin-right: 0px;
}

.base_1 #mainContent .ind_col {
	float:left;
	width:20px;
}

.paperstore #mainContent .col1 {
	float:left;
	width:220px;
}
.paperstore #mainContent .col2 {
	float:left;
	width: 220px;
	margin-right: 0px;
}

.paperstore #mainContent .ind_col {
	float:left;
	width:20px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
 .picture {
	 margin-bottom:10px
 }

#tagline {
font-weight: bold;
background-color: #fdf8f2;
color: #050845;
font-style: italic;
margin: 0;
padding: 0 0 0 20px;
width: 300px;
float: left;
}

.box {
	width: 460px;
	border: thin solid #999;
	padding: 10px;
	margin-bottom: 10px;
}

.box2 {
	width: 720px;
	border: thin solid #999;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.boxSidebar {
	width: 210px;
	border: thin solid #999;
	background: #EBEBEB;
	padding: 10px;
		margin-bottom: 10px;
}
.boxFull {
	width: 720px;
	border: thin solid #999;
	margin-bottom: 10px;
	padding: 10px;
}
#altContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: hidden;
	width: 740px;
	float: left;
}
.copyright {
	color: #FFF;
	text-align: center;
	float: none;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
