/*-----------------------------------------------------------------------------------------------------------------------
  [SUB PAGE STYLESHEET]
  
  Project:		ROBO STORM
  URL:			northlandcollege.edu/robostorm
  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:200px;
	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:200px;
	width:982px;
	padding-top:0px;
	margin-right:0px;
	margin-bottom:0;
	margin-left:0px;
	background-image: url(hd-main.png);
	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;}
