/* VERSIONS
/* 1_0: Primary Site Structure
/* 1_1: Changed default colors and site width 
/* 1_2: Updated to Sticky Footers, added tertiary-content [Author: Landon Durnan]
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =MAIN POSITIONING STYLES
----------------------------------------------------------------------------- */
html, body{ }
/* Sticky: html, body{ height: 100%; } */
html{ }
body { text-align: center; background: url(/images/common/headerbg.gif) 0 0 repeat-x; }
/* Sticky: body > #container { height: auto; min-height: 100%; } */
#container {  }
#inner-container,
#footer {
	height: 100%;
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}
#inner-container{}
#content {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
/* 
-----------------------------------------------------------------------------
 =HEADER
----------------------------------------------------------------------------- */
#header {
	padding: 0;
	z-index: 100;
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 90px;
	top: 0;
	}
	#masthead { 
		position: absolute;
		padding: 0;
		display: block;
		height: 106px;
		width: 280;
		height: 35px;
		top: 40px;
		left: 0;
		}
	#masthead #homelink { }
		#masthead #homelink a {
			background: url(/images/common/header_logo.gif) no-repeat;
			display: block;
			height: 35px;
			text-decoration: none;
			text-indent: -9999px;
			width: 280px;
			
			}
	#masthead address {
		}


/* 
-----------------------------------------------------------------------------
 =CONTENT
----------------------------------------------------------------------------- */

#primary-content,
#secondary-content,
#tertiary-content{ 
	color: #666;
	float: left; 
	position: relative;
	margin: 0;
	padding: 20px 0;
	min-height: 470px;
	display: inline; /* blast you IE6 */
	z-index: 30; /* if you change this check the content editor in IE7 */
	}
#primary-content {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 44px;
	}
#secondary-content {
	font-size: 1.2em;
	line-height: 1.6em;
	clear: right;
	width: 220px;
	}
#tertiary-content{
	font-size: 1.2em;
	line-height: 1.6em;
	width: 190px;
	padding-top: 0;
	}


/* 
-----------------------------------------------------------------------------
 =FOOTER
----------------------------------------------------------------------------- */
#footer-container {
	height: 120px;
	padding: 0;
	position: relative;	
	z-index: 10;
	background: url(/images/common/footer.gif) 0 0 repeat-x;
	}
	.editmode #footer-container {
	padding-bottom: 20px;
	}
	#footer-container #footer {
		width: 980px;	
		}
		#footer address {
			margin: 0;
			position: absolute; 
			top: 10px;
			left: 0px;
			color: #b2cbe0;
			font-family: Tahoma, Arial;
			font-size: 11px;
			font-weight: bold;
			}
			#footer address strong { color: #2d4a63; text-transform: uppercase; }
			#footer #tagline {
				display: block;
				height: 14px;
				width: 336px;
				text-indent: -9999px;
				background: url(/images/common/tagline.gif) 0 0 no-repeat;
				position: absolute;
				top: 10px;
				right: 0px;
				}
		#footer #validators {
			position: absolute;
			top: 10px;
			right: 0px;
			}
			#footer #validators a { color: #fff; }

/* 
-----------------------------------------------------------------------------
 =STRUCTURE
----------------------------------------------------------------------------- */

/* One Column
----------------------------------------------------------------------------- */
body.layout-n0-p1-s0 #primary-content {
	width: 790px;
	margin-left: 95px;
	}
body.layout-n0-p1-s0 #tertiary-content,
body.layout-n0-p1-s0 #secondary-content {
	display: none;
	}
	

/* Two Column A
----------------------------------------------------------------------------- */
body.layout-n1-p1-s0 #primary-content {
	width: 760px;
	margin-left: 30px;
	}
body.layout-n1-p1-s0 #secondary-content {
	display: none;
	}
body.layout-n1-p1-s0 #tertiary-content {
	}


/* Two Column B
----------------------------------------------------------------------------- */
body.layout-n0-p1-s1 #primary-content {
	width: 640px;
	margin-left: 0px;
	}
body.layout-n0-p1-s1 #tertiary-content {
	display: none;
	}
body.layout-n0-p1-s1 #secondary-content {
	margin-left: 100px;
	}
	
	

/* Two Column C (custom)
----------------------------------------------------------------------------- */
body.layout-n1-p1-s0-c #primary-content {
	width: 760px;
	margin-left: 30px;
	}
body.layout-n1-p1-s0-c #secondary-content {
	display: none;
	}
body.layout-n1-p1-s0-c #tertiary-content {
	}
body.layout-n1-p1-s0-c #primary-content .CenterLeftZone { 
	/*width: 510px;*/
	}
body.layout-n1-p1-s0-c .float-container{ 
	margin: 0 0 0 30px;
	width: 220px;
	}

	
/* Three Column
----------------------------------------------------------------------------- */
body.layout-n1-p1-s1 #primary-content {
	width: 510px;
	margin-left: 30px;
	}
body.layout-n1-p1-s1 #secondary-content {
	margin-left: 30px;
	}
body.layout-n1-p1-s1 #tertiary-content {
	}

	
/* Split PC View
----------------------------------------------------------------------------- */
div.columns {
	}
div.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
div.columns div.col1 {
	margin-right: 3%; 
	}
div.columns div.col1, 
div.columns div.col2 {
	float: left;
	width: 47%;
	}

/* Float Container (unique special treatment)
----------------------------------------------------------------------------- */
.float-container{ 
	width: 220px;
	}
	
/* NoHeaderNoFooter
----------------------------------------------------------------------------- */
body.layout-n0-p1-s0-noheaderfooter { background: #fff; }
body.layout-n0-p1-s0-noheaderfooter #inner-container { width: 90%; margin: 0 auto; }
body.layout-n0-p1-s0-noheaderfooter #primary-content {
	width: 100%;
	margin: 0;
	}
body.layout-n0-p1-s0-noheaderfooter #tertiary-content,
body.layout-n0-p1-s0-noheaderfooter #secondary-content {
	display: none;
	}
body.layout-n0-p1-s0-noheaderfooter .directory-search input { width: 99% !important; }
body.layout-n0-p1-s0-noheaderfooter .directory-search select { width: 100% !important; }
body.layout-n0-p1-s0-noheaderfooter .directory-search input.button { width: auto !important; }
	
/* No Script Message
----------------------------------------------------------------------------- */
#noscriptmessage {
	left: 0;
	padding: 2px 0;
	background: #f9f9f9;
	z-index: 200;
	width: 100%;
	color: #000;
	font-size: 1.1em;
	text-align: center;
	opacity: 0.8;
	-moz-opacity: 80%;
	filter: alpha(opacity=80);
	}

	#noscriptmessage a { color: #666; text-decoration: underline; }

/* Portal header styles */

#facultyportal,
.facultyportal {
	background: url(/images/common/portal-bodybg.gif) 0 0 repeat-x;
	}

#facultyportal #tertiary-content h2.section a,
.facultyportal #tertiary-content h2.section a { 
	display: block;
	height: 55px;
	width: 261px;
	background: url(/images/common/facultyportal.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	}
.facultyportal #tertiary-content h2.section a { background: url(/images/common/faculty.gif) 0 0 no-repeat; }
#facultyportal .pc h1,
.facultyportal .pc h1,
#parentportal .pc h1,
.parentportal .pc h1,
#studentportal .pc h1,
.studentportal .pc h1 { display: none; }

#facultyportal #primary-content,
.facultyportal #primary-content,
#parentportal #primary-content,
.parentportal #primary-content,
#studentportal #primary-content,
.studentportal #primary-content,
#classpage #primary-content {
	padding-top: 74px;
	}
#facultyportal #secondary-content,
.facultyportal #secondary-content,
#parentportal #secondary-content,
.parentportal #secondary-content,
#studentportal #secondary-content,
.studentportal #secondary-content,
#classpage #secondary-content {
	padding-top: 72px;
	}
#facultyportal #tertiary-content,
.facultyportal #tertiary-content,
#parentportal #tertiary-content,
.parentportal #tertiary-content,
#studentportal #tertiary-content,
.studentportal #tertiary-content,
#classpage #tertiary-content {
	padding-top: 68px;
	}
	
#parentportal,
.parentportal {
	background: url(/images/common/parents-bodybg.gif) 0 0 repeat-x;
	}

#parentportal #tertiary-content h2.section a,
.parentportal #tertiary-content h2.section a { 
	display: block;
	height: 55px;
	width: 261px;
	background: url(/images/common/parentportal.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	}
	.parentportal #tertiary-content h2.section a { background: url(/images/common/parents.gif) 0 0 no-repeat; }
#classpage,
.classpage {
	background: url(/images/common/students-bodybg.gif) 0 0 repeat-x;
	}

#classpage #tertiary-content h2.section a,
.classpage #tertiary-content h2.section a { 
	display: block;
	height: 55px;
	width: 261px;
	background: url(/images/common/classpages.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	}
#studentportal,
.studentportal {
	background: url(/images/common/students-bodybg.gif) 0 0 repeat-x;
	}

#studentportal #tertiary-content h2.section a,
.studentportal #tertiary-content h2.section a { 
	display: block;
	height: 55px;
	width: 261px;
	background: url(/images/common/studentportal.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	}
	.studentportal #tertiary-content h2.section a { background: url(/images/common/students.gif) 0 0 no-repeat; }
#alumni-center {
	background: url(/images/common/alumni-bodybg.gif) 0 0 repeat-x;
	}

#alumni-center #tertiary-content h2.section a { 
	display: block;
	height: 55px;
	width: 261px;
	background: url(/images/common/alumniportal.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	}
/*#alumni-center .pc h1 { display: none; }*/

#alumni-center #primary-content {
	padding-top: 104px;
	}
#alumni-center #secondary-content {
	padding-top: 67px;
	}
#alumni-center #tertiary-content{
	padding-top: 60px;
	}
