/* 

///////////////////////////////////////////////////////
//  Stylesheet for the college of business website  //
/////////////////////////////////////////////////////

 */
 
#Menucontainer
{
	width:160px;
	padding:0 10px 0 10px;
}


	#Menucontainer .section
	{
		margin-top:10px;
		padding-bottom:10px;
		border-bottom:1px solid #8D672E;
		clear:left;
	}


		#Menucontainer .section a
		{
			display:block;
			padding:2px 8px 2px 0px;
		}
		
		
		#Menucontainer .section .main
		{
			font-weight:bold;
			text-decoration:none;
		}
	
	
		#Menucontainer .section .title,
		#Menucontainer .section .title a
		{
			display:block;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			padding:0 !important;
		}
		
		
		#Menucontainer .section .sub
		{
			display:none;
			margin-left:20px;
		}
		
		
		#Menucontainer .section .active
		{
			display:block;
		}
		
		
#col2 .entry
{
	display:block;
	/*border-bottom:1px solid #EFEFEF;*/
	padding-bottom:10px;
}


	#col2 .entrymain
	{
		display:block;
		padding:0 0 10px 0;
		margin:0 0 10px 0;
		border-bottom:2px solid #cbc1b0;
	}
	
	
		#col2 .entrymain table
		{
			width:100%;
		}
		
		
		#col2 .entrymain table td
		{
			width:50%;
		}
		
		
			#col2 .entrymain table td.lt
			{
				text-align:right;
			}
			
			
			#col2 .entrymain table td.rt
			{
				text-align:left;
			}
			
			
	#col2 .entrycolumn1, #col2 .entrycolumn2
	{
		clear:none;
		float:left;
		width:200px;
		margin:0;
		vertical-align:top;
	}
	
	
	#col2 .entrycolumn1
	{
		margin:0 15px 0 0;
	}
	
	
		#col2 .entry
		{
			display:block;
			margin:0 0 10px 0;
		}
		
		
			#col2 .entry img
			{
				float:left;
				margin:0 5px 5px 0;
			}
			
			
			#col2 .entry img.left
			{
				float:left;
				margin:0 5px 5px 0;
			}
			
			
			#col2 .entry img.right
			{
				float:right;
				margin:0 0 5px 5px;
			}
			
			
	#col2 .clearer
	{
		display:block;
		clear:both;
	}
	
	/* STYLE FOR CAREER CENTER SHOWCASE PAGES */
	#col2 #careerShowcase .fr { float: right; }
	#col2 #careerShowcase img {
		margin: 10px;
		border: 3px #EFEFEF inset;
	}
	#col2 #careerShowcase .showcaseInfo { font-style: italic; }
	
#col3 p
{
	display:block;
	margin-bottom:15px;
}
/* STYLES for pages with FAQ switchcontent */
.handcursor {
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 5px;
}
.switchgroup table {
	margin-top: 5px;
	margin-bottom: 10px;
}
.switchgroup td {
	border: #cccccc solid 1px;
	padding: 3px;
}
.switchgroup td p {
	padding: 0;
	margin: 0;
}
/* STYLE FOR buttons on Business Enterprise Program (BEP) */

#bep {
	height: 100px;
}

#bep ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	position: relative;
	
}

#bep li {
	float: left;
	padding: 0px;
	height: 50px;
	text-align: center;
	 
}

#bep img {
	padding: 10px 0px 30px 0px;
}

/* STYLE FOR The Center for Sustainable Business Practices */
	.csbp #col2 ol {
		margin-left: 20px;
	}
	#CSBPNav {
		border-bottom: 1px solid #94866f;
		width: 500px;
		height: 50px;
	}
	#CSBPNav li {
			float: left;
			margin: 0 0 6px 0;
			list-style-type: none;
	}
	#CSBPNav li a {
		padding: 3px;
		margin-left: 3px;
		border: 1px solid #94866f;
		background: #94866f; 
		color: #fff; 
		text-decoration: none;
	}
	#CSBPNav li a:hover {
		background: #fff;
		border-color: #94866f;
		color: #564630;
	}
