@import url(/shared/styles/columns.css);


.png { behavior: url('http://www.bemidjistate.edu/primarytemplatefiles/admissions/inc/iepngfix.htc'); }

/* 
Set the .png class above for any element in your html that contains a png image. this allows pngs to display in ie6 . This causes css to not validate. To correct, it can be moved within the page template.
*/

body {
	border:0;margin:0;
	font-family: Verdana,"Lucida Grande", "Lucida Sans Unicode", MS Sans, sans;
	color: #545454;
	text-align:center;
	}
	
img {
	border:0;margin:0;padding:0;
	}



a, a:visited {
	text-decoration:none;
	color: #0C4A24;
	}

a:hover {
	color: #993300;
	text-decoration:underline;
	}
	
#wrapper {
	width:810px;
	margin: 0 auto;
	text-align:left;
	}

#logonav {
	height:34px;
	width: 810px;
	background: url('../images/logonav-bg.png') no-repeat 0 0;
	margin:0;
	padding:0;
	}

#logonav-h1 {
	width: 289px;
	height: 28px;
	position: relative;
	margin:0 0 0 13px;padding:0;
	font-size: 1px; color: #fff;
	}
	
#logonav-h1 span {
	background: url('../images/logonav-logo.gif') no-repeat 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#logonav ul {
	float:right;	
	margin: -24px 10px 0 0;
	}
	
#logonav li {
	display: inline;
	margin:0;padding: 0 10px;
	border-left: 1px #333 dotted;
	color: #666633;
	font-size: .65em;
	font-family:Verdana;
	letter-spacing:-.05em;
	font-weight:400;
	line-height: 24px;
	}
	
#logonav li.first {
	border-left: 0;
	}
	
#logonav a,
#logonav a:visited {
	text-decoration:none;
	color: #666633;
	}
	
	
#logonav a:hover {
	text-decoration:underline;
	}
	
#breadcrumbs {
	margin: 5px;
	padding-left: 10px;
}

#breadcrumbs ul {
	display: inline;
	font-size: .7em;
	font-family: Arial;
	color: #406d6a;
	list-style-type: none;

	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	display: inline;
	padding: 0 5px 0 13px;
	margin: 0;
	background-image: url('/shared/images/chevron.gif');
	background-repeat: no-repeat;
	background-position: -2px 0px;
}

#breadcrumbs ul li:first-child {
	border-left: none;
	padding: 0 5px 0 0;
	background-image: none;
}

#breadcrumbs ul li a, #breadcrumbs ul li a:link, #breadcrumbs ul li a:visited, #sectiontitle ul li a:active  {
	color: #406d6a;
	text-decoration: none;
}

#breadcrumbs ul li a:hover {
	color: #993333;
	text-decoration: underline;
}

	


#footer {
	margin:10px 0 20px 0;border:0;padding:0;
	font-family: "Lucida Grande" , Verdana, Sans;
	font-size: .65em;
	color: #666;
	line-height: 1.2em;
	}

#footer-links {
	background: url('../images/footer-bg.png') repeat-y 0 90%;
	min-height: 100px;
	padding: 20px 0 0 0;
	margin:0;
	text-align:left;
}



#fl-adm {
	float:left;
	display:block;
	width: 115px;
	height: 100%;
	border-right: 1px solid #eaeaea;
	margin:0 0 0 25px; padding:0;
	min-height:150px;
	_margin: 0 0 0 15px;
	
/* not sure why IE6 is having trouble with the width of this div, but this is the best solution for the moment. causes css not to validate. */
	}
	
#fl-acad {
	float:left;
	display:block;
	width: 119px;
	height: 100%;
	border-right: 1px solid #eaeaea;
	margin-left:10px;
	min-height:150px;
	
	}
	
	
#fl-camp {
	float:left;
	display:block;
	width: 119px;
	height: 100%;
	border-right: 1px solid #eaeaea;
	margin-left:10px;
	min-height:150px;
	}
		
	
#fl-off {
	float:left;
	display:block;
	width: 121px;
	height: 100%;
	border-right: 1px solid #eaeaea;
	margin-left:10px;
	min-height:150px;
	}
	
	
	
#fl-alum {
	float:left;
	display:block;
	width: 117px;
	height: 100%;
	border-right: 1px solid #eaeaea;
	margin-left:10px;
	min-height:150px;
	}
	
#fl-news {
	float:left;
	display:block;
	width: 120px;
	height: 100%;
	margin-left:10px;
	min-height:150px;
	}
		
	
ul.footer-links {
	list-style:outside;
	margin:.5em 0 .5em 0;padding:0;
	}
	
ul.footer-links li {
	list-style:none;
	margin:0;padding: .5em 0 ;
	color: #666;
	font-family:Verdana;
	font-weight:400;
	line-height: 1em;
	}
	
ul.footer-links a,
ul.footer-links a:visited {
	color: #666;
	text-decoration:none;
	}

ul.footer-links a:hover {
	color: #993300;
	text-decoration:underline;
	}
	

#copyright {
	padding: 10px; margin:0;
	line-height:1.7em;
	}

#copyright a, 
#copyright a:visited {
	color: #666;
	text-decoration:none;
	padding: 0;
	}


#copyright img {
	margin: 0 10px 0 10px;
	position:relative;
	top: .5em;
	}
	
#copyright a:hover {
	color: #993300;
	text-decoration:underline;
	}


	/* search */

	#search_box_container {
		position: absolute; 
		top: 4px; 
		margin: 0 auto; 
		width: 780px;
		padding: 0;

	}

	#search_box_tab {
		float: right;
		padding: 0px 90px 0px;
		margin: 0;
		font-size: 11px;

	}
	#search_box_tab a {
		background-color: #798d88;
		color: #fff;
		display: block;

		padding: 4px 9px 5px;
		z-index: 1000;
	}

	#search_box {
		font-size: 11px;
		z-index: 10000;
		clear: right;
		float: right;  
		width: 350px; 
		background-color: #b4c6c1; 
		border: 2px solid #798d88; 
		padding: 15px 10px 12px; 
		margin: 0;
		margin-top: -1px;
		opacity: .9; 
		filter: alpha(opacity = 90);
	}

	#search_box_form {
		margin: 0;
		padding: 0;
	}

	#search_box_main {
		padding: 0;
		margin: 0;
	}

	#search_box_form_search_query {
		width:270px; 
		margin-right: 7px;
	}

	#search_box_sub_site {
		padding:  5px 0 0;
		margin: 0;
		margin-bottom: -5px;
	}

