@charset "utf-8";
/* Custom Styles for Secondary Page */

/*EDIT NOTHING ON THIS PAGE ABOVE THE LINE THAT SAYS "YOU MAY EDIT BELOW THIS LINE"*/

html, body {
	background: #f4f6f1;
	font: .95em 'Avenir', 'TW Cen MT', 'Century Gothic', 'Trebuchet', Georgia, 'Times New Roman', 'Times', serif;
	height:100%;
}
.quote
{
	background-color:#fffdc7;
	color: #000;
}

#containerbox {
	background: #b6ce99;
	width:850px;
	/*min-height:618px;*/
	/*min-height:100%;*/
	/*position:relative;*/
	margin:30px auto;
}

#wrapper {
	height:100%;
}

#top{
	height:102px;
	width:100%;
	position:relative;
	top:0;
	left:0;
}

#topTitle{
	height:72px;
	width:100%;
	background:#9fad9f url('../images/collegeLitLogo.png') no-repeat 3px 3px;
	position:relative;
	top:0;
	left:0;
}

#topTitle p, #topTitle h1{
	/*margin:auto 0 auto 140px; */
	position:relative;
	top:0px;
	left:160px;
	padding:0;
	color:#ffffff;
	font-size:3.9375em;
}

#topTag{
	height:30px;
	width:100%;
	background-color:#fda527;
	/*position:absolute;*/
	position:relative;
	/*top:72px;*/
	top:0;
	left:0;
}

#topTag p{
	margin:auto 0 auto 10px; 
	padding:0;
	color:#000000;
	font-size:1.5em;
	position:absolute;
}

#contentcontainer{
	width:100%;
	min-height:486px;
	height:100%;
	/*background: url('../images/bigLogo.png') no-repeat top left;*/
	/*overflow:hidden;*/
	display:block;
	position:relative;
	overflow: hidden;
	
}	

#sidemenu{
	height:100%;
	width:135px;
	background-color:#b6ce99;
	float: left;
	/*position:absolute;
	left:0;
	top:0;*/
}

#sidemenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#sidemenu li{
	margin:0; 
	padding:5px 0 5px 10px;
	border-bottom:2px solid #a5bb8b;
	/*text-indent:-10px;*/
}

#sidemenu li a{
	color:#000000;
	font-size:1.1em;
	text-decoration:none;
}

#sidemenu li a:hover{
	color:#ffffff;
}

#contentareaHome{
	width:532px;
	min-height:100%;
	display:block;
	position:absolute;
	left:135px;
	background: #f4f6f1;
	top:0;
	padding:10px 10px 10px 30px;	
}

#contentarea{
/*	width:620px;
	min-height:100%;
	display:block;
	position:absolute;
	left:135px;
	top:0;
	padding:10px 10px 40px 169px;*/	
	min-height: 493px;
	width: 715px;
display: block;
padding-left: 32px;
background: #f4f6f1;
background-image: url('../images/bigLogo.png');
background-repeat: no-repeat;
background-position: top left;
float: left;
padding-bottom: 15px;
padding-right: 15px;
box-sizing: border-box;

}

#rightside{
	width:183px;
	height:100%;
	background-color:#fffdc7;
	color: #000;
	position:absolute;
	right:0;
}

#rightsideSubPage{
	width:4px;
	height:100%;
	background-color:#fffdc7;
	position:absolute;
	right:0;
	top: 0;
}


#footer{
/*	position:relative;
	z-index:2;
	display:block;
	bottom:0;
	left:0;
	margin-top:-3px;
	width:100%;
	height:30px;
	background-color:#fda527;*/
}

#footer{
	background-color: #fda527;
	color: #000;
	height: 32px;
	width:100%;
	/*margin-top:3px;*/
}

#footer span{
	border-right:1px solid black;
	font-size:0.8571428571428571em;
	text-align:center;
	vertical-align:middle;
	display: inline-block;
	padding: 9px 0;
	height: 12px;
	
}
#footer span:first-child{
	width: 252px;
}

#footer span:nth-child(2){
	width:142px;
}
#footer span:nth-child(3){
	width:112px;
}
#footer span.lastitem{
	border-right:none;
	width: 320px;
	padding-top: 0;
	position: relative;
	top: -2px;
}

#footer a{
	color:#000000;
}
#footer a:hover{
	color:#000000;
}

#contentarea .wcuLogo {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;

}

#contentcontainer .wcuLogo
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*You may change things below this line*/

