/* CSS Document */
html, body {
	font-family: Garamond, Arial, Verdana;
	background-image:url(images/leftmenu_bgd.gif);
	background-repeat: repeat-y;
	behavior: url("http://www.shsu.edu/~rca_www/csshover.htc");
	height:auto;
 	margin: 0px;
 	padding: 0px;
	 
  } /* WinIE behavior call */
  
  
#container {
	width:100%;
	z-index: 1;
	position: relative;
	float: left;
	top: 0;
	margin: 0;
	height:auto;
	min-width: 985px;
}
#container #header {
	background-image: url(images/header_bgd.gif);
	background-repeat: repeat-x;
	float: left;
	padding: 0px;
	position: relative;
	top: 0px;
	width:100%;
	z-index: 1;
}

#container #topmenu_bar {
	background-color: #e7f3dc;
	height: 25px;
	float: left;
	position: relative;
	top: -37px;
	width:100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 14;
	left: 0px;
	margin: 0px;

}
.topmenu_item {
	width: 150px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	z-index: 14;
	position: relative;
	left: 225px;
	margin: 0px;
}
#container #header #logo_block {
	background-image: url(images/toplogo.gif);
	height: 192px;
	width: 985px;
	float: left;
	position: relative;
	top: 0px;
	z-index: 1;
}

#container #header #shsu_logo {
	background-image: url(images/shsu_bgd.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 192px;
	width: 350px;
	left: 100px;
	position: relative;
}
#container #header #flash_block {
	float: left;
	height: 90px;
	width: 136px;
	padding-top: 0px;
	z-index: 1;
	position: absolute;
	left: 445px;
	top: 13px;
}
#container #depttxt {
	font-variant: normal;
	text-transform: uppercase;
	color: #0000FF;
	float: left;
	top: -39px;
	height:36px;
	z-index: 1;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bolder;
	line-height: 36px;
	text-decoration: none;
	width: 725px;
	left: 235px;
}
#container #depttxt a {
color: #0000FF;
text-decoration: none;
}
#container #left_nav #Leftmenu_item {
	padding: 10px;
	font-weight: bold;
	color: #333399;
	margin: 0px;
	z-index: 5;
	text-align: center;
}
#container #content {
	z-index: 1;
	position: absolute;
	width: 83%;
	left: 0px;
	margin: 0px;
	top: 225px;
	padding-left: 161px;
}
#container #content #award #left_bracket {
	background-image: url(images/leftbracket.gif);
	background-repeat: no-repeat;
	height: 134px;
	width: 39px;
	float: left;
	padding-right: 5px;
}
#container #content #award #right_bracket {
	background-image: url(images/rightbracket.gif);
	height: 134px;
	width: 39px;
	float: right;
	padding-left: 5px;
	position: relative;
	top: -90px;
}
#container #content #award {
	color: #FF9900;
	width: 400px;
	position: relative;
	margin: 0px;
	text-align: justify;
}
#container #content #main_content {
	position: relative;
	z-index: 1;
	float: left;
	font-family: Garamond, Arial, Verdana;
	left: 2px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#container #content #main_content #slogan {
	font-size: 24px;
	text-transform: uppercase;
	color: #FF9900;
	font-weight: bolder;
	font-family: "Arial Black";
	position: relative;
	top: 0px;
}
#container #topmenu .spacer {
	float: left;
	position: relative;
	width: 225px;
	z-index: 14;
}
/* CSS Document */


#Topmenu ul {
	list-style:none;
	visibility: visible;
	z-index: 14;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;	
	}
	
#Topmenu li ul.subfolder {
	border:1px solid #000000;
	background:#B6B6E7;
	background-color:#B6B6E7;
	text-align: left;
	padding:0px;
	display: none;
	margin:0px;
	}
	
#Topmenu li ul li {
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	color: #000000;
	}

#Topmenu li.folder {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	position:relative;
	z-index: 14;
	display: inline;
	width: 100%;
	padding-left: 25px;
	}

#Topmenu li.folder ul {
	position:absolute;
	left:25px; /* IE */
	top:12px;
	text-align: left;
	width:auto;
	display:none;
	z-index: 19;
		}		

#Topmenu li.folder>ul { left:25px; } /* others */
#Topmenu li.folder ul a {
color:#000000;
}

#Topmenu a {
		text-decoration:none;
		color:#69AA11;
		font-weight:bold;
		width:125px; /* IE */
	}
#Topmenu li>a { width:auto; } /* others */

	/* regular hovers */

#Topmenu a:hover {
		border-color:gray;
		background-color:#bbb7c7;
		color: #000000;
	}
		
#Topmenu li.folder a:hover {
	background-color:#bbb7c7;
			}
	
	/* hovers with specificity */
	
#Topmenu li.folder:hover { z-index:49; }		
		
#Topmenu ul ul, #Topmenu li:hover ul ul { display:none; }

#Topmenu li:hover ul, #Topmenu li:hover li:hover ul { display:block; }	
	
#container #topmenu_bar #Topmenu { margin: 0px; }

#Leftmenu_div {
	width: 160px;
	float: left;
	background-color: #99cc00;
	position: relative;
	top: -37px;
	left: 0px;
	margin: 0px;
	text-align: center;
	z-index:25;
	padding: 0px;
}

#Leftmenu {
	list-style:none;
	visibility: visible;
	z-index: 25;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	margin:0;
	}
	
#Leftmenu li ul.left_subfolder {
	text-align: right;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	width:auto;
	}
	
#Leftmenu li.left_folder {
	position:relative;
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
	}

#Leftmenu li.left_folder ul.left_subfolder {
	text-align: right;
	display:none;
	z-index:25;
	margin: 0px;
	padding: 0;
	}		

#Leftmenu li.left_folder ul.left_subfolder li {
	margin:0;
	padding:5px 0;
	}

#Leftmenu li.left_folder>ul.left_subfolder a {
	color:#ffffff;
	font-size:15px;
} 

#Leftmenu	a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	width:100%; /* IE */
	font-size: 18px;	
	}
li>a { width:auto; } /* others */
	/* regular hovers */
#Leftmenu li.left_folder>ul.left_subfolder a:hover {
	color:#ff6600;
	}
#Leftmenu a:hover {
	color:#ff6600;
	}
#Leftmenu li.folder a:hover {
			background-color:#bbb7c7;
		}
	/* hovers with specificity */
	
#Leftmenu	li.left_folder:hover { z-index:20; }		
		
#Leftmenu ul, #Leftmenu li:hover ul.left_subfolder ul {
		display:none;
	}

#Leftmenu li:hover ul.left_subfolder, #Leftmenu li:hover li:hover ul.left_subfolder {
		display:block;
	}

#container #left_nav {
	margin: 0px;
}
.topmenulink {
	color: #000000;
}
#container #content #main_content .style1 strong {
	color: #ff9900;
}
h1.Main_Header {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #0000ff;
}
#container #content #main_content #associations {
	background-image: url(../images/key_bgd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #content #main_content p {
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

