@import url(ad_master.css);

/* =========== 3 COLUMN LAYOUT CSS =========== */

/* --- general styles --- */
.greenLink a{color:#a6ce39; font-weight:bold; text-decoration:none;}
.greenLink a:hover{color:#fff;}

/* --- header --- */
#hwrapper {z-index:5;}

/* --- page navigation --- */
#navigation{width:255px; height:685px; float:left;}
#pagenav{position:relative; float:left; margin-left:-15px; margin-top:-55px; padding-top:50px; width:258px; height:471px; background:url("../images/admissions/notepad.png") no-repeat; z-index:15;}
#notepad {margin-top:-50px; z-index:1;}
#pageNavContainer{position:relative; height:433px; z-index:10;}
#navList{position:relative; margin-left:25px; margin-top:-393px; list-style-type:none; line-height:0px; height:423px;}

#askabearcat{position:relative; float:right; margin-top:-140px; width:230px; z-index:10; background:none; }

#adbuilding{position:relative; margin-left:15px; margin-top:-35px; width:255px; height:232px; background:url("../images/adbuilding.gif") no-repeat;}
#adfeature{position:relative; padding-top:78px; text-align:center;}

/* --- main body content area --- */
#content{position:relative; float:left; margin-top:-25px; width:305px; z-index:20;}
#mainPic{position:relative; margin-left:-70px; margin-top:-25px; padding-bottom:1em;}
#mainText{width:300px; padding-bottom:1em;}
#mainText p{padding:0.5em 0;} 
#mediaBox{position:relative; margin-left:-1px; width:368px; height:232px; background:url("../images/admissions/mediabox.png") no-repeat;}
#mediaBoxLeft{position:relative; float:left; color:#fff; font-size:0.85em;}
#subPic{margin-left:50px; margin-top:50px; padding-bottom:1em;}
#subText{width:150px; margin-left:35px;}
#mediaBoxRight{position:relative; float:right; width:145px;}
#icons{width:127px; margin-top:55px;}
ul.social{list-style:none;}
ul.social li{display:inline; padding-left:12px; padding-right:12px;}
ul.mediaLinks{list-style:none; margin-top:-4px; margin-right:22px; text-align:right;}
ul.mediaLinks li{margin-top:19px;}
ul.mediaLinks li a{color:#283d53; font-weight:bold; text-decoration:none;}
ul.mediaLinks li a:hover{color:#485abd;}

/* --- sidebar content area --- */
#sidebar{position:relative; float:right; margin-top:-30px; margin-bottom:10px; width:210px; z-index:1;}
#flash{position:relative; margin-top:-25px; margin-left:-86px; z-index:2; width:300px; height:404px; background:url("../images/admissions/flash.png");}
#flash a#schedule {display:block; float:right; margin-top:60px; margin-right:20px; width:210px; height:175px; text-indent:-9999em; overflow:hidden;}
#flash a#downloads {display:block; float:right; margin-right:20px; width:210px; height:85px;  text-indent:-9999em; overflow:hidden;}

#corkboard{position:relative; float:right; margin-top:-50px; width:180px; height:400px; background:url("../images/admissions/corkboard.png") no-repeat; z-index:1;}
#postit1{position:relative; margin-left:40px; margin-top:25px; z-index:30;}
#postit2{position:relative; margin-left:25px; margin-top:-25px; z-index:20;}
#postit3{position:relative; margin-left:38px; margin-top:-75px; z-index:10;}

/* --- splash css --- */
#bgSplash{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:4990;
}

#splash{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:410px;
	width:600px;
	background:#000000;
	border:2px solid #cecece;
	z-index:5000;
	margin-left:-120px;
	padding:12px;
	font-size:13px;
}

#splash a{
	text-decoration:none;
}

#splash a:hover{
	text-decoration:underline;
}

#splashClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#a6ce39;
	font-weight:700;
	display:block;
}

#splashSkip{
	font-size:10px;
	line-height:10px;
	text-align:center;
	color:#ffffff;
	display:block;
}
/* --- end splash --- */

/* IE6 Hack */
* html ul#navList {margin-top:-340px; margin-bottom:-55px;}
* html #navList li a{float:left; clear:left;}
* html #pageNavContainer{height:0px; margin-top:-55px;}
* html #sidebar{margin-top:-670px;}
* html #corkboard{position:relative; margin-right:-21px;}
/* IE7 Hack */
*:first-child+html ul#navList {margin-top:-340px; }
*:first-child+html #navList li a{float:left; clear:left;}
*:first-child+html #pageNavContainer{height:90px; margin-top:-55px;}
