﻿@import "SchoolCommon.css";
@import "../NPCourseCommon.css";

/*
 *	SoE Course Page CSS
 */

.ElectiveOptionsHolder{ width: 200px; }

#careerwrap {
	width: 479px;
	margin: 0 auto;
	background: url(/sitecollectionimages/templateimages/bkg_careerimg.jpg) left top repeat-y;
	display: table; /* must put this in for FireFox. */
	}
	
/*  Float containers fix: Content is floated and needs to be contained in order for the background 
to show in the browsers other than IE   */
.clearfix:after {
content: "."; 
display: block; 
min-height: 100%;
/*max-height: 2800px;
min-height: 500px;*/
clear: both; 
visibility: hidden;
}


/* Top banner */
#careerimage {
	top: 0px;
	width: 479px;
	height: 266px;
	/*background: url(PublishingImages/topban.jpg) left top no-repeat;*/
	margin: 0px auto;
	}

/* left navigation style or left content container*/
	
#careercontent{
	width: 429px;
	max-height: 1000px;
	min-height: 30px;
	float: left;
	text-align: left;
	margin: 0px auto;
	padding: 8px 23px 0px 27px;
	/*background: url(PublishingImages/img_student.jpg) left bottom no-repeat;*/
	}
		
/* Copyright footer area */		
#careerbkgimg {
	clear: both;
	width: 479px;
	height: 38px;
	text-align: left;
	background: url(/sitecollectionimages/templateimages/bkg_careerfooter.jpg) left bottom repeat-x;
	margin: 0px auto;
	}
	
