/* ############ GLOBAL STYLES ############ */

body { 
    background-color:#aabbbb;
	/*background: #990000 url(http://www.suu.edu/prostu/images/bg_grunge.gif) repeat-y top center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* commented backslash hack \*/
html, body {
	height: 100%;
} 
/* end hack */ 

html,body {
	margin: 0;
	padding: 0;
}

p  {
	font-family:"Times New Roman", Times, serif;
	font-size:12px; text-indent: 5px;
	}

a {
	color: #660000;
}

a:hover {
	color: #0000cc;
}

#container { 
	min-height: 100%;
	width: 744px;
	margin: 0 auto -67px auto;
	padding-top: 10px;
}

* html #container {
	height: 100%;
}

abbr, acronym, span.abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
}

td li, td ul { font-size: 12px ;}
/* ############ END GLOBAL STYLES ############ */


/* ############ HEADER/BANNER STYLES ############ */

#header {
	background-color: #000;
	padding: 1px;
	height: 54px;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}

#header h1 {
	background: transparent url(../images/wordmark.gif) no-repeat top left;
	width: 152px;
	height: 45px;
	margin: 5px 0 0 5px;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 152px;
	height: 45px;
}

#header h1 span {
	display: none;
}

#bannernav {
	float: right;
	text-align: right;
	font-size: .8em;
	width: 550px;
}

#bannernav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bannernav li {
	display: inline;
	padding-left: 10px;
}

#bannernav a:link, #bannernav a:visited, #bannernav a:active {
	color: #FFF;
}

#bannernav a:hover {
	color: #FB6;
	text-decoration: none;
}

#bannerforms {
	margin: 10px 0 0 0;
	text-align: right;
}

#bannerforms form {
	margin: 10px 0 0 0;
	display: inline;
	padding: 0;
}

#bannerforms fieldset {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}

#bannerforms form .hiddenfield {
		width: 1px;
		overflow: hidden;
}



.skip:link, .skip:visited, .skip:hover {
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	width: 0;
	height: 0;
}

.skip:active, .skip:focus {
	border: 2px solid #C83;
	background-color: #FB6;
	overflow: visible;
	width: auto;
	height: auto;
	color: #000 !important;
}

#quicklinks option {
	border: none;
	border-top: 1px solid #999;
}



#suunav {
	background: transparent url(../images/suunav.gif) repeat-x top;
	height: 22px;
	font-size: .6em;
	overflow: hidden;
}

#suunav ul {
	background: transparent url(../images/suunavul.gif) no-repeat top;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	height: 22px;
	text-align: center;
	width: 744px;
}

.level0 #suunav ul {
	background: transparent url(../images/suunavul_level0.gif) no-repeat top;
}

#suunav li {
	float: left;
}

#suunav a:link, #suunav a:visited, #suunav a:active {
	display: block;
	height: 22px;
	width: 149px;
	background-color: transparent;
	text-decoration: none;
	line-height: 2.2em;
	font-weight: bold;
	color: #000;
	text-indent: -9999px;
}

* html #suunav a:link, * html #suunav a:visited, * html #suunav a:active {
	/* Applies only to IE */
	margin-bottom: -2px;
}

#suunav a:hover {
	background-color: #FB6;
	color: #333;
}

#suunav a#academics{ background-image: url(http://www.suu.edu/websc/exports/images/suunav_academics.gif); }
#suunav a#prospectivestudents{ background-image: url(http://www.suu.edu/websc/exports/images/suunav_prospect.gif); }
#suunav a#currentstudents{ background-image: url(http://www.suu.edu/websc/exports/images/suunav_current.gif); }
#suunav a#facultystaff{ background-image: url(http://www.suu.edu/websc/exports/images/suunav_faculty.gif); }
#suunav a#alumnivisitors{ background-image: url(http://www.suu.edu/websc/exports/images/suunav_alumni.gif); }

#suunav ul li #alumnivisitors {
	width: 148px;
}

/* ############ END HEADER/BANNER STYLES ############ */



/* ############ SIDEBAR/INFOBAR STYLES ############ */

#infobar { 
	background-color:#ddd; 
	border: 1px solid #660000;	
	width: 183px;
	float: left;
	margin-bottom: 10px;
}
#background{
	width:183px;
	height:200px;
	margin:0px;
	}
.tfitspacer {
	width: 183px;
	height: 140px;
	}
.tfitlogo {
	border-bottom: 2px solid #660000;
	/*padding-top: .5em;
	padding-bottom: 26px; */
	}
.level1 #relatedlinks ul {
	font-size: .75em;
	line-height: 1.2em;
	padding-left: .6em;
	margin-left: .6em;
	}
.level1 #relatedlinks li {
	padding-bottom: .2em;
	}
#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
* html #nav {
	/* Applies only to IE */
	margin-left: 3px;
	}

#nav a:link, #nav a:visited, #nav a:active {
	width: 169px;
	padding: 6px 2px 6px 12px;
	display: block;
	background-color: transparent;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: .7em;
}

* html #nav a:link, * html #nav a:visited, * html #nav a:active {
	/* Applies only to IE */
	width: 163px;
}

#nav a:hover {
	background-color: #660000;
	color: #000;
}
#infobar img {
	
	/*background-color: #FFF;
	padding: 2px;*/
	margin-left: 0px;
}

* html #infobar img  {
	/* Applies only to IE 
	margin-left: 1px;*/
}

#infobar h2 {
	background-color: #660000;
	color: #fff;
	padding: 2px 5px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

#infobar h3 {
	margin: .6em .0 .6em 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#infobar p, #infobar h4 {
	font-size: .7em;
}

#about {
	clear: left;
}

#about ul {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
}

/* ############ END SIDEBAR/INFOBAR STYLES ############ */

	/* ############ DROPDOWN MENU STYLES ############ */

#dropdown, #dropdown ul {
	float : left; 	
font-size: 10pt; list-style-type: none; margin: 0; padding: 0; width: 183px;
}
 
#dropdown {
	/*  border-bottom: 1px solid #000000;*/
}

* html #dropdown {
	/* Applies only to IE */
	border-top: none;
}

#dropdown a {border-bottom: 1px solid #660000; color: #000000; display: block; height: 1.2em; padding: 4px; width: 176px; text-decoration: none;}
 
#dropdown a:hover { background-color: #7D9797; color: #ffffff; display: block; height: 1.2em; width: 175px; z-index: 0;}
 
#dropdown li { 
	position: relative;
	float: left; 
	width: 183px; 
	line-height: 1.2em;
}/**/

#dropdown li.haschild {background: transparent url("http://www.suu.edu/tfit/_core/img/dropdownarrow.gif") no-repeat bottom right;}

#dropdown li ul {
	position: absolute;
	width: 183px;
	left: -999em;
	margin-left: 198px;
	margin-top: -2em;
	z-index: 99;
}

#dropdown li ul li {
	line-height: 1.2em;
	font-size: 9pt; 	
}

#dropdown li:hover ul, #dropdown li.mphover ul {
	left: auto;
}

#dropdown li.haschild:hover, #dropdown li.mphover {background: transparent url("http://www.suu.edu/tfit/_core/img/dropdownarrow_o.gif") no-repeat bottom right;
	/*%position: static;*/}
	
#dropdown li .subtitle {display: block; font-size: 1em; font-weight: bold; background-color:#003366; color:#FFFFFF; height: 1.2em;}

li.morelinks {
	color: #000;
	font-weight: bold;
	font-style: italic;
}

/* menu photos*/
#foto { background-color:#003366; color: #FFFFFF ; width: 100px !important }
#dropdown li#haschild_foto {background: transparent url("http://www.suu.edu/stfit/_core/img/photo.gif") no-repeat top right ;}
#dropdown li#haschild_foto:hover {background: transparent url("http://www.suu.edu/tfit/_core/img/photo.gif") no-repeat top right;}

/* ############ END DROPDOWN MENU STYLES ############ */



/* ############ SPLASH AREA STYLES ############ */

#splash {
	width: 539px;
	min-height: 200px;
	margin-left: 195px;
	}
.splashspacer {
	width: 539px;
	height: 200px;
	}
* html #splash {
	/* Applies only to IE */
	height: 200px;
	margin-left: 195px;
}

.level1 #splash {
	background-color: #330000;
	border: 1px solid #660000;

}

.level1 #splash .splashphoto {
	float: left;
	padding: 0;
	margin: 0;
	/*border-bottom:#FFFFFF solid 2px;*/
}

.level1 #splash p, .level1 #splash ul, .level1 #splash h3 {
	width: 183px; 
	margin: 0;
	margin-left: 320px;
	font-size: .7em;
	line-height: 1.2em;
}

.level1 #splash h3 {
	border-bottom: 1px solid #FB6;
	font-size: .8em;
	font-weight: normal;
	margin-bottom: .3em;
}

.level1 #splash ul {
	margin-left: 305px;
	padding-bottom: 1em;
}

* html .level1 #splash ul {
	/* Applies only to IE */
	margin-left: 325px;
}

.level2 #splash {
	min-height: 55px;
}

* html .level2 #splash {
	/* Applies only to IE */
	height: 55px;
}

.level2 #splash {
	height: 55px;
}

/* ############ END SPLASH AREA STYLES ############ */



/* ############ CONTENT AREA STYLES ############ */

#content { 
    background-color:#FFFFFF;
	border: solid 1px #660000;
	margin-left: 195px;
	padding: 10px 10px 10px 0;
	margin-bottom: 10px;
	width: 529px;
}

#content h2, #content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#content h2 {
	background-color: #660000;
	color: #fff;
	padding: 2px 5px;
	margin-bottom: 8px;
	font-size: 1em;
}

#content h3 {
	border-bottom: 1px solid #660000;
	padding: 2px 0;
	margin: 5px 10px 0 20px;
	font-size: .9em;
}

#content h3 a {
	text-decoration: none;
}

#content h4 {
	padding: 2px 0;
	margin: 10px 10px 0 20px;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
}
#content h6 {
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0;
	margin: 10px 1px 0 20px;
	font-size: .9em;
	}
#content h5 {
	font-size: .9em;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.5em;
	color:#444;
	}
#content h7 {
	font-size: .8em;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.5em;
	color: #444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content .top, #content .top a {
	border-top: 1px solid #660000;
	padding: 2px 0;
	margin: 10px 10px 0 20px;
	font-size: 9px; text-align:center; 
	width: 500px; text-decoration:none;
}

#content p {
	font-size: .8em;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.5em;
	color: #444;
}
#content p2 {
	font-size: .7em;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.5em;
	color: #444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	

.level1 #content table, .level2 #content table {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
}

.level1 #content td, .level2 #content td {
	font-size: .8em;
	line-height: 1.5em;
	color: #444;
}

.level1 #content div.highlightbox {
	background-color: #ccc;
	border: 1px solid #660000;
	font-weight: bold;
}
#content ul, #content ol {
	font-size: .8em;
	line-height: 1.5em;
	color: #444;
	font-family:"Times New Roman", Times, serif;
	margin-top:-1px;
}

#content ul ul, #content ol ol {
	font-size: 1em;
	margin-left: 1em;
	padding-left: 1em;
}

#content .leftcolumn {
	float: left;
	width: 200px;
	border-top: 1px solid #FFF; /* to line up with #rightcolumn */
}

#content .rightcolumn {
	margin-left: 274px;
	border-top: 1px solid #FFF; /* to fix disappearing padding from float problem */
}

#content .clearcolumn {
	position: relative;
	clear: both;
}
/* ############ END CONTENT AREA STYLES ############ */

/*  ##### Text Styles ########*/

.wcolor{ color: #CCCccc;}
/*  ##### END Text Styles ########*/

/* ############ Tfit FOOTER STYLES ############ */

#tfitclearfooter{
	clear: both;
	margin-bottom: 20px;
	position: relative;
	z-index: auto
	}

#tfitfooter {
	background-color:#D8E0E0;
	border: solid 1px #660000;
	font-size: .7em;
	color: #000;
	width: 734px;
	margin-bottom: 20px;
	
}
#tfitfooter p {
	padding: 5px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tfitfooter a {
	color: #660000;
}

* html #tfitfooter p {
	/* Applies only to IE */
	margin-left: -2px;
}
.footerpics  {
	border: none;
	}
	
/* ############ END FOOTER STYLES ############ */

