﻿@charset "utf-8";
/* 	RRC COLOUR PALETTE SELECTION									*/
/*	color		dark		regular		light		extra light		*/
/* 	vertrea		#639e6c		#86ba7c		#a1d183		#b9ceb7			*/
/*	rougenta	#c81f45		#ed1847		#e57379						*/
/*	murple		#668085		#95a8ce		#bcc7df						*/
/*	turkey		#047079		#00a3b5		#97c9cb						*/
/* 	yelloh		#d0b929		#ebd119		#ede7aa						*/


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image:url('../../images/grey-page-background.jpg');
	background-position:center;
	background-repeat:repeat-y;
}
ul {
	margin:0;
	padding:0;
	}

#headerbar {
	background-color:#639e6c;
	height:auto;
	padding-top:6px;
	padding-left:5px;
}
#headerbar .links {
	width:400px;
	color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	float:left;
}
#headerbar a:link {color:white;text-decoration:none;}
#headerbar a:visited {color:white;text-decoration:none;}
#headerbar a:hover {color:white;text-decoration:underline;}

#headerbar .themes {
	text-align:right;
	height:21px;
	line-height:21px;
	width:300px;
	color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin-left:580px;
}
#headerbar .themes img {
	width:12px;
	height:12px;
	border:1px solid white;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#logobar {
	background-image:url('../../images/logobar.gif');
	background-repeat:no-repeat;
	width:900px;
	height:50px;
	}
#header {
	background-color: #86ba7c;
	background-image:url('../../images/vertrea/header.gif');
	height:160px;
} 
#opac-header {
	background-color: #86ba7c;
	background-image:url('../../images/vertrea/opac-header.gif');
	height:160px;
} 
#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 */
}
#printheader, #printfooter {
	display:none;
}
#deviceheader {
	display:none;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #b9ceb7;
}
#mainContent { 
	margin: 0px; 
	padding: 0px; 
	} 
#templatecontent { 
	background-image:url('../../images/vertrea/leftcol-background.jpg');
	background-repeat:no-repeat;
	padding-top:5px;
}

#pagecontent { 
	margin-left:170px; 
	padding: 0 20px;
}
#footer {
	padding:20px;
	background-image:url('../../images/vertrea/medium-light-gradiant.jpg');
	background-repeat:repeat-x;
	background-color:#b9ceb7;
	color:#000000;
} 
#footer li  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%;
	list-style:none;
}
#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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%;
	list-style:none;
}
#footer h2 {font-size:70%;margin:0px;}
#footer ul {margin-top:4px;}
#footer a:link {color:black;text-decoration:none;}
#footer a:visited {color:black;text-decoration:none;}
#footer a:hover {color:black;text-decoration:underline;}
#footercolumn1 {
	width:260px;
	float:left;
}
#footercolumn2 {
	width:310px;
	border-left:1px dashed black;
	padding-left:45px;
	margin-left:265px;
}
#footercolumn3 {
	width:260px;
	float:right;
	padding-left:35px;
	border-left:1px dashed black;
}

#footerbar {
	background-color:#639e6c;
	font-size:10px;
	font-weight:bold;
	color:white;
	text-align:center;
	height:28px;
	padding:5px;
}
#footerbar p {
	margin:0px;
	padding-top:4px;
	}
#footerbar a:link {color:white;text-decoration:none;}
#footerbar a:visited {color:white;text-decoration:none;}
#footerbar a:hover {color:white;text-decoration:underline;}

.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;
}


/* SIDE NAVIGATION CSS */
#sidenav {	
	float:left;
	width:160px;
	padding:0px;
	margin:0px;
	padding-top:30px;
	padding-left:6px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidenav ul {
	font-size: 12px;
	list-style-type: none;
	font-weight: bold;
	padding-left:4px;
	padding-right:4px;
	color: #000000;
	width: auto;
	margin-left:0px;
	margin-right:0px;
	margin-top:3px;
	margin-bottom:0px;
}
#sidenav li {
	margin:0px;
	padding:2px;
	border-bottom: 1px dashed #555555;
} 
#sidenav a {
	font-weight: bold;
	display: block;
	padding: 4px;
	width: auto;
	text-decoration: none;
	color: #000000;
}


#sidenav  a:link {
	color: #000000;
	text-decoration: none;
}
#sidenav a:visited {
	color: #000000;
	text-decoration: none;
}
#sidenav a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #86ba7c; 
}
#sidenav a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #639e6c;
}
#sidenav h1 {
	font-family: Arial,Helvetica,sans-serif;
	color:#333333;
	font-size:13px;
	border-top:1px solid #86ba7c;
	border-left:6px solid #86ba7c;
	background-color:#a1d183;
	padding:3px 0px 7px 6px;
	margin-bottom:0px;
	margin-top:5px;	

}
#sidenav h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	padding-top:4px;
	text-align: center;
	margin-bottom: -3px;
	margin-top:15px;
	margin-left:0px;
	margin-right:1px;
	background-image: url('../graphics/sidebar-title-background.jpg');
	display:block;
}

.currentlink {
	background-color:#639e6c !IMPORTANT;
	color:white !IMPORTANT;
}





/* START OF PAGECONTENT STYLES */

	#pagecontent {
		font-family:Arial, Helvetica, sans-serif;
		padding-bottom:35px;
	}
	#pagecontent li {
		font-size:13px;
		color:#222222;
		line-height:1.6em;
		margin-bottom:7px;
		padding-bottom:7px;
		margin-left:20px;
		}
	#pagecontent td {
		font-size:13px;
		color:#222222;
		line-height:1.6em;
		margin-bottom:12px;
		}
	#pagecontent p {
		font-size:13px;
		color:#222222;
		line-height:1.6em;
		margin-bottom:12px;
		}
	#pagecontent ul, #pagecontent ol {
		margin-left:25px;
		}
	#pagecontent h1 {
		font-family:Futura, Century Gothic, AppleGothic, sans-serif ;
		font-size:1.8em;
		}
	#pagecontent h2 {
		color:#222222;
		font-size:20px;
		margin-top:12px;
		border-bottom:1px dashed #666666;
		margin-right:20px;
		}
	#pagecontent h3 {
		color:#111111;
		font-size:17px;
		background-color:#a1d183;
		border-bottom:1px solid #639e6c;
		padding:3px;
		margin-bottom:8px;
		margin-top:21px;
		}
	#pagecontent h4 {
		color:#222222;
		font-size:15px;
		margin-bottom:10px;
		}
	#pagecontent h5 {
		color:#222222;
		font-size:15px;
		}
	#pagecontent h6 {
		color:#222222;
		font-size:14px;
		}
	#pagecontent a:link {
		color:#0066FF;
		text-decoration:underline;
		}
	#pagecontent a:visited {
		color:#0066FF;
		text-decoration:underline;
		}
	#pagecontent a:hover {
		color:#FFFFFF;
		text-decoration:none;
		background-color:#86ba7c;
		}	
.instructionbox {
	background-color:#eeeeee;
	padding-left:15px;
	padding-right:15px;
	margin:15px 25px 15px 25px;
	border:1px dashed #639e6c;
}
.notebox {
	background-color:#eeeeee;
	padding-left:15px;
	padding-right:15px;
	margin:15px 25px 15px 25px;
	border:1px dashed #639e6c;
}


/* END OF PAGECONTENT STYLES */


/* FEEDBACK PAGE STYLES */
body.feedbackpage {
	background-image:url('../../images/vertrea/grad-background.jpg');
	background-repeat:repeat-x;
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size:.8em;
	text-align:left;
	padding:15px;
}
h1.feedbackpage {font-size:20px;}
h2.feedbackpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
legend.feedbackpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#639e6c;
	}
fieldset.feedbackpage {
	padding:10px;
}

/* END OF FEEDBACK PAGE STYLES */


/* BREADCRUMB NAV STYLES */
#breadcrumb {
	height:auto;
	padding-top:6px;
	font-size:75%;
	padding-bottom:4px;
	border-bottom:1px dotted #aaaaaa;
}
#breadcrumb a {padding:3px;}
#breadcrumb a:link {color:#0066FF;text-decoration:none;}
#breadcrumb a:visited {color:#0066FF;text-decoration:none;}
#breadcrumb a:hover {color:white;background-color:#86ba7c;text-decoration:underline;}

/* END OF BREADCRUMB NAV STYLES */

/* SITE SEARCH NAV STYLES */
#sitesearch {
	height:auto;
	padding-top:6px;
	font-size:75%;
	padding-bottom:4px;
	border-bottom:1px dotted #aaaaaa;
	float:right;
}
#sitesearch a {padding:3px;}
#sitesearch a:link {color:#0066FF;text-decoration:none;}
#sitesearch a:visited {color:#0066FF;text-decoration:none;}
#sitesearch a:hover {color:white;background-color:#86ba7c;text-decoration:underline;}

/* END OF SITE SEARCH NAV STYLES */




.ms-gb {
				font-size:15px !IMPORTANT;
}


.ms-vb {
				font-size:15px !IMPORTANT;
}





/* TOP MENU STYLES */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#8e8e8e;
	background:url("../../images/vertrea/menu-grad.jpg");
	background-repeat:repeat-x;
	overflow:hidden;
	}
.menu ul{
	height:36px;
	list-style:none;
	margin:0;
	padding:0;
	background:url("../../images/vertrea/menu-grad.jpg");
	}
.menu li{
		float:left;
		}
.menu li a{
		background:url("../../images/vertrea/menu-grad.jpg");
		color:#0a0a0a;
		display:block;
		font-weight:bold;
		line-height:36px;
		padding:0px 8px;
		text-align:center;
		text-decoration:none;
		border-right:1px solid #eeeeee;
		}
.menu li a:hover{
			color:#000000;
			text-decoration:none;
			background:url("../../images/vertrea/menu-grad-hover.jpg");
			background-position:right;
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url("../../images/current-bg.gif") top left repeat-x;
		color:#ffffff;
		}
		
li.lastitem a {
	width:auto;
	padding-left:8px;
    padding-right:8px;
	border-right:1px solid #eeeeee;
	text-align:left;
}

/* END OF TOP MENU STYLES */

/* BACKGROUND COLOUR FOR HIGH PRIORITY ANNOUNCEMENTS */
#home-announcements div.High {
	background-color:#a1d183;
}

