/*-----------------------------------------------------------------------------------------------------------------------
  [SUB PAGE STYLESHEET]
  
  Project:		Professional Development
  URL:			northlandcollege.edu/excellence
  Version:		1.0
  Last Change:	06/11/08 [ created ]
  Copyright:	(c)2005-2008 Northland College. All Rights Reserved.
-----------------------------------------------------------------------------------------------------------------------*/	


/*-------------------------------------------------------------
	TABLE OF CONTENTS
---------------------------------------------------------------
	00. LAYOUT
	01. PAGE HEADERS
	02. SECTION 1
	03. TITLE
	04. TITLE
    05. TITLE
---------------------------------------------------------------*/


/*-------------------------------------------------------------
	01. PAGE HEADERS
---------------------------------------------------------------*/
#main-header-wrap {
	height:70px;
	width:100%;
	padding-top:12px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
	border-bottom-width:0px;
	border-bottom-style: solid;
	border-bottom-color: #000;}
#main-header-wrap h1 {
	height:70px;
	width:962px;
	padding-top:0px;
	margin-right:0px;
	margin-bottom:0;
	margin-left:0px;
	background-image: url(hd-main.gif);
	background-repeat: no-repeat;
	background-position: left top;}


/*-------------------------------------------------------------
	02. SECTION 1
---------------------------------------------------------------*/
#section-1 {
	width:962px;
	min-height:300px;
	position: relative;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:160px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;	
	/*background-image: url(../images/home/bg-section2.gif);
	background-repeat: repeat-x;*/}
/* ie hacks */
* html #section-1 { /* for IE6 */
	padding-bottom:0px;}
*:first-child+html #section-1 { /* for IE7 */
	padding-bottom:0px;}	
#section-1-wrap {
	width:962px;
	min-height:300px;
	margin: 0px auto;
	position: relative;}
#section-1 #left {
	float:left;
	width:450px;
	min-height:300px;
	overflow:hidden;
	margin-top:0;
	margin-right:0;
	margin-bottom:5px;
	margin-left:0;}
#section-1 #right {
	margin: 0 0 5px 62px;
	float:left;
	width:450px;
	min-height:300px;}	
#section-1 .content-box {
	width:100%;
	min-height:158px;
	position: relative;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:10px;
	margin-right: auto;
	margin-left: auto;}

#section-1 .content-box p {
	font-size: 1em;
	line-height: 1.3em;
	color:#414447;
	visible: false;
	margin-bottom:0px;
	margin-left: 2px;
	padding-right:5px;
	padding-top: 2px;
	padding-bottom:10px;
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8CACC;
	height:65px;}
#section-1 .content-box a {
	text-decoration: none;
	font-weight: bold;
	color:#0082E1;
	visible: false;}
#section-1 .content-box a:hover {
	/*background-color:#0082E1; */
	color: #00587A;
	visible: false;}



.archive-2007 a {
	display:block;
	width:300px;
	font: bold 13px sans-serif;
	color:#333;
	text-decoration: none;
	background-image: url(but-archive-2007.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 15px;
	height:25px;
	margin-top: 0px;}
.archive-2007 a:hover {
	background-position: 0 -25px;
	text-decoration: none;}
.archive-2007 span{
	visibility: hidden;}
	
	
/* inline links list */
#links ul {
	margin: 0;
	padding: 0;}
#links li {
	font-size: 13px;
	color: #999999;
	list-style: none;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 1.0em;
	padding-top:2px;
	padding-right: 0;
	padding-bottom:3px;
	padding-left:5px;
	margin-left:5px;
	background-image: url(../../001_Global/images/modules/arrow-blue-01.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;}
#links li span {
	color:#2F4251;
	padding-right:4px;
	font-weight: bold;
	text-transform: uppercase;}	
#links li a {
	font-weight: bold;}
#links li a strong{
	font-weight: bold;
	color: #2F4251;
	text-transform: uppercase;}		
#links li a:hover {
	font-weight: bold;
	text-decoration: underline;}
#links li a:hover strong{
	font-weight: bold;
	color: #2F4251;
	text-decoration: underline;}		
#links li.doc {
	padding-left:19px;
	background-image: url(/001_Global/images/icons/doc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;}
#links li.download {
	padding-left:15px;
	background-image: url(/001_Global/images/icons/download.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;}
#links li.video {
	padding-left:19px;
	background-image: url(/001_Global/images/icons/video.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;}
#links li.contact {
	padding-left:19px;
	background-image: url(/001_Global/images/icons/contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;}
#links li.external {
	padding-left:19px;
	background-image: url(/001_Global/images/icons/external.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;}	
	
