/*================================================================================================
Graphical Page Navigation NorthlandCollege.edu Style Sheet

version:   2.0
date:      10/17/06
author:    Chad Sperling
website:   http://www.northlandcollege.edu/
notes:     
================================================================================================*/

/****************************
 PAGE HEADER HEAD / PAGE TABS
****************************/
#content-head {
  height:140px;
  background-color:#000000;
  line-height:140px;
  position:relative;
  border-bottom:1px solid #000000;}
#content-head.genre-tabs {
	width: 758px;
	height:85px;
	line-height:60px;
	margin-left: 6px;
	border-bottom:1px solid #000000;}
#content-head.no-tabs {
	width: 758px;
	height:60px;
	line-height:60px;
	margin-left: 6px;
	border-bottom:1px solid #000000;}
#content-head h1 {
  font-size:26px;
  color:#FFF;
  margin:0 0 0 10px;}
#shadow {
	width: 758px;
	height:5px;
	font-size:1px;
	clear:both;
	background-color: #FFFFFF;
	background:url(/global/images/backgrounds/navbar/shadow.gif) no-repeat left top;
	margin-left: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
/***********************************************
STANDARD TABS (no external link)
************************************************/ 
#content-tabs {
  position:absolute;
  bottom:-2px;
  left:10px;}
#content-tabs ul {
  list-style:none;
  margin:0;
  padding:0;
  line-height:30px;}
#content-tabs li {
  float:left;}
#content-tabs a {
	float:left;
	height:30px;
	margin:0;
	padding:0 10px;
	display:block;
	color:#191919;
	font-size:10px;
	font-weight:bold;
	background:url(/global/images/backgrounds/navbar/page-tabs_main.gif) top right;
	text-decoration: none;}
#content-tabs a:hover {
	color:#D70900;
	font-weight:bold;
	text-decoration: none;}

#content-tabs .empty a {
  padding:0;
  width:2px;}
#content-tabs a.off,
#content-tabs a.off:hover {
  color:#666;
  text-decoration:none;
  background-position:top right;}

#content-tabs a.first {
  background:url(/global/images/backgrounds/navbar/page-tabs_ends.gif) top left;}

#content-tabs .on a.first,
#content-tabs a.first:hover {}

#content-tabs a.last {
  background:url(/global/images/backgrounds/navbar/page-tabs_ends.gif) top right;}

#content-tabs .on a,
#content-tabs .on a:hover,
#content-tabs .on a.last:hover {
  text-decoration:none;
  background-position:bottom right;}

#content-tabs .on a.first,
#content-tabs .on a.first:hover {
  text-decoration:none;
  background-position:bottom left;}