/* OFLC Students' site print stylesheet */

body {
	background: white;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	font-size: 90% !important;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}
	
a.accessLinks {
	display: none;
	}
	
/* ---------- header ---------- */						

#header {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	clear: both;
	}
	
#header img {	
	border: none;
	margin: 0;
	float: left;
	}
	
#header img.students-logo {	
	border: none;
	margin: 28px 0 0 88px;
	float: left;
	}		
	
#homepage #header img.students-logo {	
	display: none;
	}	
	
#homepage #header .print-logo img {
	display: inline;
	border: none;
	margin: 28px 0 0 88px;
	float: left;
	}	
		
#header #utility-nav {
	display: none;
	}
	
/* ---------- main nav ---------- */		
	
#main-nav {
	display: none;
	}	
	
/* ---------- subnav ---------- */	

#subnav-col {
	display: none;
	}
	
#homepage #subnav-col {
	display: block;
	border-bottom: 1px solid #ccc;
	}	
	
#homepage #subnav-col ul {
	margin: 0;
	padding: 0;
	background: none;
	}
	
#homepage #subnav-col ul li {
	margin: 0;
	padding: 0 0 2px 0;
	padding: 8px 0 9px 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.4;
	}	
	
#homepage #subnav-col ul li a {
	margin: 0;
	padding: 0 0 3px 0;
	display: block;
	line-height: 1;
	color: #000;
	text-decoration: none;
	width: auto;
	font-weight: bold;
	}
	
#homepage #subnav-col ul li a:link, 
#homepage #subnav-col ul li a:visited {
	color: #da210c;
	}
	
/* ---------- content ---------- */

/* breadcrumbs */

#breadcrumbs {
	font-size: 10px;
	padding: 10px 0 11px 0;
	border-top: 1px solid #ccc;
	clear: both;
	}
	
#breadcrumbs a:link, 
#breadcrumbs a:visited, 
#breadcrumbs a:hover {
	color: #767676;
	text-decoration: underline;
	}	

/* headers */

#content-col h1 {
	margin: 0;
	padding: 0 0 16px 0;
	font-size: 24px;
	line-height: 1;
	color: #da210c;
	font-weight: normal;
	}
	
#homepage #container h1 {
	margin: 0;
	padding: 10px 0 16px 0;
	font-size: 24px;
	line-height: 1;
	color: #da210c;
	font-weight: normal;
	border-top: 1px solid #ccc;
	clear: both;
	}	
	
#content-col h2 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 15px;
	line-height: 1;
	color: #da210c;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#content-col h2 a:link, 
#content-col h2 a:visited {
	color: #da210c;
	text-decoration: none;
	font-weight: normal;
	}	
	
#homepage #content-col h2 {
	margin: 0 0 4px 0;
	padding: 15px 0 10px 0;
	font-size: 16px;
	line-height: 1;
	color: #da210c;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#homepage #content-col h2 a:link, 
#homepage #content-col h2 a:visited, 
#homepage #content-col h2 a:hover {
	color: #da210c;
	font-weight: bold;
	}		
	
#content-col h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 15px;
	line-height: 1;
	color: #da210c;
	font-weight: normal;
	}	
	
#content-col h3 a:link, 
#content-col h3 a:visited {
	color: #da210c;
	text-decoration: none;
	font-weight: normal;
	}	
	
#homepage #content-col h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 12px;
	line-height: 1;
	color: #da210c;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
#homepage #content-col h3 a:link, 
#homepage #content-col h3 a:visited, 
#homepage #content-col h3 a:hover {
	font-weight: bold;
	}	

#content-col h4 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 12px;
	line-height: 1;
	color: #da210c;
	font-weight: bold;
	}
	
#content-col h4 a:link, 
#content-col h4 a:visited {
	color: #da210c;
	text-decoration: none;
	font-weight: bold;
	}	
			
/* paragraphs */	

#content-col p {
	margin: 0;
	padding: 0 0 19px 0;
	font-size: 12px;
	line-height: 1.4;
	}
	
#content-col p.intro {
	font-size: 13px;
	}
	
/* lists */	

#content-col ul li {
	font-size: 12px; 
	}
	
#content-col ul li p {
	font-size: 100%; 
	}	

#content-col ol li {
	font-size: 12px;
	}
	
/* blockquote */

#content-col blockquote {
	padding: 0 19px 0 19px;
	margin: 0;
	}	
	
/* links */	

#content-col a:link, 
#content-col a:visited {
	font-weight: bold;
	color: #767676;
	text-decoration: none;
	}
	
/* image treatments */	

#content-col img {
	float: left;
	margin: 4px 19px 19px 0;
	border: 1px solid #e6e6e6;
	}
	
#content-col img.noborder {
	border: none;
	}
	
#content-col img.img-right {
	float: right;
	margin: 4px 0 19px 19px;
	border: 1px solid #e6e6e6;
	}	
	
/* tabular data */	

#content-col table {
	margin: 0 0 27px 0;
	font-size: 100%;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
#content-col table caption {
	margin: 0;
	padding: 0;
	visibility: hidden;
	font-size: 0px;
	height: 0;
	width: 0;
	overflow: hidden;
	line-height: 0;
	position: absolute;
	left: -9999px;
	}		
	
#content-col table tr th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #000;
	padding: 10px;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}	
	
#content-col table tr td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
#content-col table tr th a:link, 
#content-col table tr th a:visited, 
#content-col table tr th a:hover {
	color: #000;
	}
	
#content-col table tr td a:link, 
#content-col table tr td a:visited, 
#content-col table tr td a:hover {
	color: #676767;
	}	
	
/* section homepages */	

#content-col .text-block {
	width: auto;
	clear: both;
	margin: 0; /* FF */
	}

#content-col .text-block h2 {
	padding: 8px 0 4px 0;
	}

#content-col .text-block h3 {
	padding: 8px 0 13px 0;
	}	
	
/* homepage */	

#homepage #content-col .text-block {
	width: auto;
	clear: both;
	margin: 0; /* FF */
	}
	
#homepage #content-col .text-block img {
	margin: 2px 19px 19px 0;
	}	

#content-col .text-block h2 {
	padding: 8px 0 4px 0;
	}

#content-col .text-block h3 {
	padding: 8px 0 13px 0;
	}	
	
/* ---------- footer ---------- */

#footer-kids, 
#footer-man, 
#footer-blank {
	width: 100%;
	clear: both;
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	}
	
#footer-kids img, 
#footer-man img, 
#footer-blank img {
	border: none;
	}
			

/* ---------- clearing divs ---------- */			
	
.clear { 
	clear: both;
	font-size: 0px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
	}	
