* {
	margin: 0;
	padding: 0;
}

.skip {
	display: none;
}

body {
	background-color: #f5f6f7;
	color: #5E5F62;
	font: 80% Tahoma, Arial, Verdana, Helvetica, sans-serif;
}


/*** University logo and banner background ***/
#bannerContainer {
	height: 128px;
	background:  url(../images/common/header_bg.gif) repeat-x;

}

/*** Most Requested Dropdown Area ***/
#pulldown {
  background-color: #343434; 
  width: 100%; 
  height: 165px;
}

#request {
	width: 960px;
	margin: 0 auto 0 auto;
}

#request li {
	float: left;
	padding: 5px 20px;
	list-style-type: none;
}

#request li a {
	display: block;
	text-indent: -9999px;
	border: 0; 
	width: 115px;
}


/*** Most Requested Icons ***/
#req_uts a  {
	height: 155px;
	background: url(../images/requested/webmail.gif) no-repeat top left;
}

#req_lib a  {
	height: 155px;
	background: url(../images/requested/library.gif) no-repeat top left;
}

#req_itunes a  {
	height: 155px;
	background: url(../images/requested/itunes.gif) no-repeat top left;
}

#req_studmail a  {
	height: 155px;
	background: url(../images/requested/studentmail.gif) no-repeat top left;
}

#req_cougarconnect a  {
	height: 155px;
	background: url(../images/requested/cougarconnection.gif) no-repeat top left;
}

#req_blackboard a  {
	height: 155px;
	background: url(../images/requested/blackboard.gif) no-repeat top left;
}


/*** Main Banner ***/
#universityBanner {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

#universityBanner h1 {
	float: left;
	margin: 0 0 0 15px;
	width: 215px;
	height: 100px;
}

#universityBanner h1 a {
	display: block;
	width: 225px;
	height: 60px;
	margin-top: 15px;
	border: 0;
	text-indent: -99999px;
	background: url(../images/common/usf_logo.png) no-repeat;
}

#universityBanner p#toggle {
	float: right;
	width: 192px;
	background: url(../images/common/pulltab.png) no-repeat;
	height: 30px;
	padding-top: 8px;
	padding-left: 45px;
}

#universityBanner p#toggle a {
	font-size: .85em;
	color: #FFF;
	text-decoration: none;
	word-spacing: 0;
	border: 0;
}

#universityBanner p#security {
	float: left;
	height: 15px;
	padding-top: 8px;
	padding-left: 375px;
}

#universityBanner p#security a {
	font-size: .85em;
	color: #FFF;
	text-decoration: none;
	word-spacing: 0;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
}

/*** Header Navigation Links ***/
#universityBanner p#topnav {
	float: left;
	width: 450px;
	padding: 40px 20px 0 0;
	line-height: 1.5em;
	color: #fff;
	text-align: right;
	word-spacing: 5px;
}

#universityBanner p#topnav a {
	font-size: .85em;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	word-spacing: 0;
}

#universityBanner p#topnav a:hover {
	border: 0;
}


/*** Header Search Box ***/
#universityBanner p#search {
	float: right;
	padding-right: 20px;
	width: 200px;
}

#universityBanner .submit {
	position: relative;
	top: 3px;
}

#universityBanner input.text {
	border: 1px solid #999;
	padding: 3px;
	width: 100px;
	font-size: .85em;
}

/*** Global Navigation ***/
#global_nav {
	width: 960px;
	height: 35px;
	margin: 0 auto;
}

#global_nav li {
	float: left;
	list-style: none;
	padding: 0 20px;
}

#global_nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
}

/*** Emergency Notification ***/
#emergency {
	width: 925px;
	padding: 10px;
	background-color: #C00;
	margin: 10px auto 5px auto;
	color: #FFF;
	font-size: 1.2em;
}

#emergency_note {
	width: 260px;
	padding: 5px;
	background-color: #C00;
	color: #FFF;
}

/*** Footer ***/
#footer {
	width: 950px;
	padding: 5px;
	margin: 0 auto 10px auto;
	font-size: .85em;
}

#footer .links {
	float: right;
	padding-bottom: 2px;
}

#footer a {
	text-decoration: none;
	color: #5E5F62;
}

#footer .info {
	clear: right;
	border-top: 1px solid #5E5F62;
	padding-top: 2px;
}

#footer address {
	font-style: normal;
	float: left;
}

#footer p.copyright {
	float: left;
	width: 640px;
}

#footer p.phone {
	float: left;
	padding-left: 8px;
}

/***
.left {
	float: left;
	padding-right: 15px;
}

.right {
	float: right;
	padding-left: 15px;
}

***/
