


/* *************************************************** 
	Description:  
		This document is the master stylesheet for the 
		USF University Communications & Marketing web site.
	
	Function:
		style.asp describes the basic structure, layout, and 
		universal formatting elements. 
		Formatting and layout for page templates should be 
		accomplished through their respective stylesheets.

*/

/*  ************************************************** 
	Reset CSS
*************************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

em {
	font-style:italic;
}
/*  ************************************************** 
	Major HTML Elements
*************************************************** */

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0 0 0 0;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images-site/bg-gradient.gif);
    background-repeat:repeat-x;
}

div {
	margin:0px;
	padding:0px;
}
p, address {
	margin: 10px;
	font-size:.75em;

}
address {
	font-style:normal;
	font-weight:bold;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a img {
	border:0px;
}

/*  ************************************************** 
	Major Layout Elements
*************************************************** */

#container {
	width:/*750px*/47em;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;

}

#content {
}

/*  ************************************************** 
	Header - a-z index, etc..
*************************************************** */

#header {
	width:/*750px*/47em;
	margin:0px;
	padding:0px; 
	background-color: #00573c;
	overflow:hidden;
	height:auto;	
}

#banner {
	height:4.7em;
	background-color: #00573c;
}

#banner h1 {
	display:none;
	visibility:hidden;
}
img.banner-logo {
	float:left;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	height:4.7em;
	width:20.81em;
	border:0px;
    
}
.logo-link a{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0px;
	
}
#header-text-links {
	float:right;
	margin:0 .125em 0 0;
	color:white;
}
#header-text-links a{
	color:#ffffff;
}
#header-text-links p {
	text-align:right;
}

.notice {
	background-color:#0FF;
	color:#F00;
	margin:5px;
	padding: 5px;
	border:5px solid red;
}
		/*  ******************************************
		Main Navigation - Prospective, etc...
		******************************************* */

#nav-main { 
	clear:both;
	height:1.79em;
	background-color: #dfd0a5;
	font-size:.7em;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	line-height:1.79em;    
}
#nav-main ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav-main li {
	background-color: #dfd0a5;
	display:inline;
	margin:0px .4em; 

}
#nav-main a,#nav-main  a:hover,#nav-main  a:visited {
	text-decoration:none;
	color:#000000;
}
#nav-breadcrumb {
	background-color: #f8f3e7;
    font-size:.7em;
    padding-top:.2em;
    padding-bottom:.2em;
    padding-left:.9em;
    
}

/*  ************************************************** 
	Content
*************************************************** */

#content {
	width:47em;
	margin:0px;
	padding:0px;
	clear:both;
}

.narrow-column {
	width: 186px;
	margin: 0 0 0 2px;
	float:left;
	
}

.double-spaced {
	line-height:2em;
}
/*  ************************************************** 
	Sub Nav
*************************************************** */
#nav-sub{
	width:186px;
	float:left;
	background-color:#00573c;
}
#nav-list{
	margin: 10px;
    padding-left:5px;
}
#nav-list li ul {
	margin:0;
}
#nav-sub a{
	color:#ffffff;
	font-size:.75em;
}
#nav-sub a:hover{
	color:#dfd0a5;
}
#nav-sub ul {
	list-style-type:none;
}
#nav-list li {
	line-height:.9em;
}
#nav-list li.area {
	margin-top:10px;
}
.area-title{
	font-size:1.2em;
	font-weight:bold;
}
.main-title{
	font-size:1.2em;
	font-weight:bold;
}
.active {
	color:#87B446;
}
/*  ************************************************** 
	Footer
*************************************************** */

#footer {
	width:47em;
	height:auto;
	margin:0px;
	background-color: #dfd0a5;
	color:#000;
	overflow:hidden;
	clear:both;
	border-top:.125em solid #ffd700;
}
#footer p {
	margin:10px;
	font-size:.65em;
}

/* Misc References */

div {

}
a{

}
#nav{

}
em{

}