@import url("http://www.shsu.edu/master_template/master_css/style8/style.css");

body {
	background-color:#000000;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#container {
	margin: 0 auto;
	padding:0px;
	text-align: left;
	z-index: 5;
	position: relative;
	width: 888px;
	height: auto;
	background-color:#ffffff;	
	background-image: url(images/bg_fade_grey.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	border:solid;
	border-width:0px;
	border-color: #444;
	overflow:hidden;
}


#header {
	clear: both;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#232f61;
	height: 126px;
	width: 100%;
	color: #ffffff;
}

.header_1 {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	text-indent: 0px;
	font-size:28px;
}

.header_2 {
	position:relative;
	top:10px;
	left:0px;
	width:204px;
	height:46px;
	margin:0px;
	padding:0px;
	text-indent: 5px;
	font-size:14px;
	font-weight:600;
	float: left;
	color:#fff;
}

.header_2 a {
	text-decoration:none;
	color:#FFFFFF;
}

.header_3  {
	display:none;
}



#nav {
	margin-top:0px;
	margin-left:0px;
	width: 190px;
	border-top:none;
	border-width:1px;
	border-color:#232f61;
	background-color:#0c1744;
	padding-bottom:30000px;
	margin-bottom:-30000px;
	float: left;
	
}


#nav h3 {
	display:none;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#nav ul ul {
	z-index:200;
	left:199px; 
	top:-1px;	
	width:200px;
	border:solid;
	border-width:1px;
	border-color: #232f61;
	background-color:#0C1744;
	padding:0px;
}

#nav ul ul ul{
	z-index:300;
	left:200px; 	
	top:10px;	
	width:200px;
	padding:0px;
	
}

#nav li {
	margin:0px;
	padding:0px;
	width:200px;
	list-style-type: none;
	border-bottom:solid;
	border-width:1px;
	border-color: #232f61;
}

#nav ul ul li {
	width:250px;
	border:none;
	padding:0px;

}

#nav a, #nav a:visited{
	display:block; 
	width:190px;
	padding:5px;
	text-indent: 25px;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 24px;
	font-weight: bold;
	background-image: url(images/bullet-square.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FF9900;
}
* html #nav a, * html #nav a:visited {
	width:190px;
	padding:0px;
	
}

#nav a:hover {
	text-decoration: none;
	padding:5;
	color:#FFFFFF;
	background-color:#232f61;
}

#nav ul ul a, #nav ul ul a:visited { 		 	
	width:190px;
	padding:auto;
}

* html #nav ul ul a{
	width:250px;	
	padding:auto;
}

#img_box {
	margin:0px;
	padding:0px;
	margin-top:-46px;
	background-image:url(../images/front_page.jpg);
	background-repeat:no-repeat;	
	height:300px;
	width: 688px;
	background-color:#0C1744;
	border-top:solid;
	border-left:solid;
	border-width:0px;
	border-color:#444;
}
	
#breadcrumb {display:none;}

#content_box {
	position:relative;
	float:left;
	left: 75px;
	background-color:#ffffff;
	width: 689px;
	height: auto;
	min-height:500px;
	border-left:solid;
	border-width:0px;
	border-color:#444;
	
	
}

#main_box {
	float:left;
	background-color:#ffffff;
	width: 490px;
	height: auto;
	min-height:844px;
	border-left:solid;
	border-width:1px;
	border-color:#444;
}
	
#content_box #main_box li{
	padding:5px;
}

#content_box #main_box p{
	margin:10px;
}

#content_box #main_box h1 {
	width:100%;
	margin:10px;
	padding:0px;
	padding-top:5px;
	padding-bottom:0px;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	color:#FF9900;
	background-color:transparent;
	border:none;

	}
	
	#content_box h1 {
	width:100%;
	margin:10px;
	padding:0px;
	padding-top:5px;
	padding-bottom:0px;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	color:#FF9900;
	background-color:transparent;
	border:none;

	}

#content_box #main_box h2 {
	margin:10px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	
	}

#sub_box {
	float: right;
	background-image:url(../images/leadership.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	background-color:#232f61;
	width: 190px;
	height: 844px;
	color:#ffffff;
	padding-bottom:300000px;
	margin-bottom:-300000px;

	
	}

#sub_box p{
	margin:10px;
	}
	
#sub_box img{
	margin:-10px;
	}
	

#sub_box h1 {
	width: 100%;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #0c1744;
	border-top:solid;
	border-bottom:solid;
	border-width:0px;
	}

#sub_content_box {
	display:none;
	
}

#sub_content_box p{
	display: none;
}

#sub_content_box a {
	color: #FF840C;
}

#sub_content_box h2{
	display: none;
}

#footer {
	clear:both;
	background-color:#000;
	color:#ffffff;
	text-align:center;
	padding-top: 20px;
	width: 100%;
	position:relative;
	z-index:500;
	
}

#footer p{
 margin:0px;
 padding:7px 0px;
} 

#footer a {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

#extra1 {
	width: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
	height: 750px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 300px;
	z-index: 0;
}

#extra2 {
	display:none;
}

#extra3 {
	display:none;
}

#image{
	text-align:center;
}

#content_box ul, #content_box li
{
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}

#content_box a
{
	border:none;
}

#content_box img{
	border:none;
	color:#000;
}

ul#thumbs li { 
	float:left;
	margin:25px;
}

ul#big { 
	display:none;
}

ul#big li { 
	position:relative;
	top:-475px;
	left:-70px;
	width:450px;
	padding:25px 0px;
	margin-bottom:-550px;
	margin-right:-550px;
	background-color:#fff;
	border:solid 1px #000;
	text-align:center;
}

ul#thumbs li:hover ul#big
{
	display: block;
}









