@charset "utf-8";

/*Header style*/
#header{
	background-image: url("http://www.ucf.edu/img/header_border.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: black;
	height: 32px;
	padding-top: 4px;
	padding-bottom: 2px;	/* to treat the bg as a border +2px*/
	}

#header label {
	color: #FFF;
	text-indent: -10000px;
	display:block;
	float:left;
	}

#header #search_and_links{
	padding-top: 5px;
	margin-left: 520px;
	width: 450px;
	text-align: right;
	}
	
#header #search_and_links_end{
	clear: both;
	}
	
#header h1{
	float:left;
	margin: 0;
	padding: 0;
	width:350px;
	height:24px;
	}
	
#header h1 a{
	margin: 0;
	padding: 0;
	background-image: url("http://www.ucf.edu/imresources/sites/WWWUCFEDU/content/live/GLOBAL_PROPERTIES/0/GP1/en_US/ucflogo.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: black;
	display: block;
	height: 24px;
	width: 318px;
	}
#header h1 a span.text{
	display: none;
	}
	
#header #uni_links{
	margin-left: 16px;
	float: left;
	}

#header #uni_links select{
	width: 130px;
	border: 1px solid #c0c0c0;
	}

#header #my_ucf{
	display: block;
	background-image: url("myUCF.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 13px;
	margin-top: 0px;
	height: 18px;
	width: 58px;
	float: left;
	}
	
#header #my_ucf span.text{
	display: none;
	}

#header #facebook{
	display: block;
	background-image: url("http://www.ucf.edu/assets/facebook_icon.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: -20px;
	margin-top: 0;
	height: 20px;
	width: 100px;
	float: left;
	visibility:hidden;
	}
	
#header #facebook span.text{
	display: none;
	}
	
#header #search_ucf{
	font-family: Arial, sans-serif;
	color: #333;
	}
	
#header #search_ucf input.text{
	border: 1px solid #c0c0c0;
	width: 100px;
	padding: 1px 10px;
	}
	
#header #search_ucf input.submit{
	vertical-align: top;
	margin-top: 2px;
	}
	
#header #search_ucf input.submit:hover{
	cursor: pointer;
	}
	
#header form{
	display: inline;
	padding: 0; margin: 0;
	}
	
#header form fieldset{
	padding: 0; margin: 0;
	border: none;
	display: inline;
	}
	
#header p{
	padding: 0; margin: 0;
	border: none;
	display: inline;
	}
	
#header div.wrapper{
	width: 974px;
	margin: 0 auto;
	}

/* SCEDIT: */
#superWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -214px;
}
