/* CSS Document */

@import "http://www.shsu.edu/master_template/master_css/...";

body {
	text-align: center;
	background-image:url(images/site/back.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width:750px;
	background-image:url(images/site/log_pod.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

#header {
	background-image:url(images/site/log_text.gif);
	background-repeat: no-repeat;
	background-position:left top;
	height:145px;
}

#header p {display:none;}

#quicklinks{
	display:none;
}

#quicklinks span{

}

#nav {
	position:relative;
	z-index:3000;
	width:325px;
	height:20px;
	float:left;
	background-image:url(images/site/link_sep.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#nav h3, #sub_nav h3 {
	display:none;
}

#nav ul, #sub_nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav li {
	float:left;
	margin:0px;
	padding:0px;
}

#nav a, #sub_nav a {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(images/site/link_sep.gif);
	background-repeat: no-repeat;
	padding:0px 10px;
	padding-left:18px;
}

#nav a:hover, #sub_nav a:hover  {
	color:#fff;
}

#sub_nav {
	position:relative;
	z-index:3000;
	width:400px;
	height:20px;
	float:right;
	background-image:url(images/site/link_sep.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
}

#sub_nav li {
	float:right;
	margin:0px;
	padding:0px;
}

#img_box {
	position:absolute;
	top:145px;
	background-image:url(images/site/fade.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:21px;
	width:750px;
	float:none;
	clear:both;
}

#breadcrumb {
	display:none;
}

#flash {width:335px; margin:0 auto; padding-bottom:50px;}
#content_box {
	padding-top:30px;
}

#content_box h1 {
	margin:0px;
	padding:10px 0px;
	font-size:20px;
	font-style:oblique;
}

#content_box h2 {
	font-size:16px;
	font-style:oblique;
	border-bottom:solid 1px #000;
	width:50%;
}
#content_box h3 {
	font-size:16px;
	font-style:oblique;
	border-bottom:solid 1px #000;
	margin:0px;
	padding:0px 0px;
}

#content_box p{

}

#sub_content_box {
	display:none;
}

#footer {
	text-align:center;
	font-size:12px;
	width:100%;
	clear:both;
}

#footer p{

}

#footer a {

}

#extra1 {
	display:none;
}

#extra2 {
	display:none;
}

#extra3 {
	display:none;
}

#extra4 {
	display:none;
}

#extra5 {
	display:none;
}