/* Minnesota GLBTA Campus Alliance Website            */


/* CSS released under Creative Commons License        */


/* http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* Last updated May 2008 by Nick Rosencrans           */





/*************** GLOBALS AND GENERAL CASES ************/





@import url("http://www.mncampusalliance.org/webcode.global.css");



body {
	width: 760px;
	}



body a {
	text-decoration: underline;
	}


body a:link {
	color: #006699;
	text-decoration: underline;
	}


body a:visited {
	color: #663366;
	text-decoration: underline;
	}


body a:hover {
	color: #3399CC;  
	text-decoration: underline;
	}


body a:active {
	color: #663366;  
	text-decoration: underline;
	}





/*************** BASIC STRUCTURE **********************/ 





h1.pageHeader {
	display: none;
	}

img.pageHeader {
	display: block;
	width: 760px;
	height: 170px;
	}



#container {
	width: 760px;
	margin-top: .8em;
	}



.column {
	width: 225px;
	min-height: 25em;
	overflow: auto;
	float: left;
	margin: 2px 2px 1px 2px;
	padding: 0 11px;
	border: dashed #77aa77;
	border-width:1px 1px 0 1px;
	background:#fff;
	}
	


.column h2 {
	border-bottom: none;
	font-size: 1.2em;
	margin:0;
	padding: 8px 0 0.5em 0;
	}



.topalt {
	width: 715px;
	min-height: 3em;
	overflow: auto;
	float: center;
	margin: 2px 2px 2px 2px;
	padding: 0px 0px;
	border: none;
	border-width:0px 0px 0px 0px;
	background:#ffffff;
	}




.topalt h1 {
	border-bottom: none;
	font-size: 1.8em;
	font-style: bold;
	}
.topalt h2 {
	border-bottom: none;
	font-size: 1.4em;
	
}



.top table {
	border: 0px;
	}

.top td {
	border: 0px;
	}



.top {
	width: 715px;
	min-height: 3em;
	overflow: auto;
	float: center;
	margin: 2px 2px 2px 2px;
	padding: 20px 20px;
	border: solid #77aa77;
	
border-width:1px 1px 1px 1px;
	background:#6DC2EA;
	}



.top h1 {
	border-bottom: none;
	font-size: 1.8em;
	font-style: bold;
	margin:0;
	padding: 8px 0 0.2em 0;
	}



.top h2 {
	border-bottom: none;
	font-size: 1.5em;
	margin:0;
	padding: 8px 0 0.2em 0;
	}



.top h3 {
	border-bottom: none;
	font-size: .8em;
	margin:0;
	padding: 8px 0 0.2em 0;
	}



.column p {
	padding: 0;
	}



.footer {
	width: 750px;
	float: left;
	padding: 5px; 
	border-top: 2px solid #92CDEB;
	background:#92CDEB;
	}



.footer a {
	text-decoration: underline;
	padding: 0em;
	}


.footer a:link {
	color: #111111;
	}


.footer a:visited {
	color: #111111;
	}


.footer a:hover {
	color: #fff;
	}


.footer a:active {
	color: #fff;
	}



.footer .column {
	background:#92CDEB;
	padding: 0 10px;
	border: none;
	font-size: 80%;
	min-height: 0em;
	overflow: hidden;
	}





/*************** NAVIGATION ***************************/





#menu {
	position: relative;
	width: 100%;
	background: #334D66;
	float: left;
	margin-top: -1em;
	}



#menu a, #menu h2 {
	font: 1em "Helvetica Neue", "Helvetica", helvetica, arial, sans-serif;
	

text-decoration: none;
	color: #ffffff;
	background: #334D66;
	display: block;
	border-width: 3px;
	border-style: solid;
	border-color: #334D66;
	margin: 0;
	
padding: 0 .3ex;
	}



#menu a:hover {
	color: #92CDEB;
	background: #334D66;
	border-color: #334D66;
	font-style: bold;}



#menu li {
	position: relative;
	font-size: 1em;
	margin-bottom: 0em;
 }



#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 10ex;
  	float: right;
	text-decoration: bold}



#menu ul ul {
	position: absolute;
	top: 100%;
	left: 2ex;
	min-width: 25ex;
	z-index: 500;
	}



#menu ul ul ul {
	position: absolute;
	min-width: 10ex;
	top: 0;
	left: 100%;
	}



div#menu ul ul {
	display: none;
	}



div#menu ul li:hover ul {
	display: block;
	}



div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
	}



div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
	}
