﻿/* -----------------------------------------------------------------------
Master Screen Style Sheet 

version:	1.0
author:		Kristin Ray
email:		kray@silver.sl.edu
website:	http:www.sl.edu
--------------------------------------------------------------------------*/


/* ---- General Styling ------------------------------------------*/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('/images/backgroundfront.gif') center repeat-y;
	text-align: center;
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('/images/background.gif') center repeat-y;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0;
	padding: 0;
	width: 781px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
	
/* ---- Header Styling -----------------------------------------------*/
#header {
	padding: 0px;
	text-align: right;
	height: 130px;
	background: url('/images/header.gif') repeat-x top;
}

#header img {
	padding: 3px;
	margin: 0px;
	vertical-align: middle;
	float: left;
	}

#header form {
	padding: 5px 10px;
	margin: 0px;
	text-align: right;	
	}
	
#header input {
	width: 150px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
	
#header input.button {
	background: url('/images/searchbutton.gif') no-repeat;
	width: 47px;
	height: 18px; 
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: medium none; 
	vertical-align: middle
	}
	
#logo {
	float: left;
	padding: 3px;
	}
	
#logo img {
	display: block;
	width: 0;
	}
	
#logo span, #logo a {
	display: block;
	width: 292px;
	height: 79px;
	border: 0px none;
	background: url('/images/logo_hifi.gif') no-repeat;
	float: left;
	}
	
/* ---- Main Navigation Menu Styling -------------------------------------*/
	
/* See HTMLdog.com "Sons of Suckerfish" Tutorials */
#mainNav {
	position: relative;
	top: -5px;
	}

#mainNav, #mainNav ul {
	width: 100%;
	list-style: none;
	line-height: 1em;
	font-weight: normal;
	font-size: 70%;
	padding: 0px 3px;
	margin: 0 0 0 0;
	z-index: 8;
	clear: both;
}

#mainNav a {
	display: block;
	color: #000;
	width: auto;
	text-decoration: none;
	padding: 4px 15px;
}

#mainNav a:active {
	background-image: url('none');
	}

#mainNav li {
	float: left;
	padding: 0;
}

#mainNav a.parent {
	background: url('/images/rightarrow2.gif') center right no-repeat;
}

#mainNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	font-weight: normal;
	background-color: #9c6;
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainNav li:hover ul {
	left: auto;
}

#mainNav li ul li {
	display: block;
	}
	
#mainNav li ul li:hover {
	background-color: #7a4;
	width: 100%;
	text-align: left;
	}

#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

/* ---- Audience picker styling ----------------------------------------*/
#audience {
	list-style: none;
	font-size: .6em;
	color: #fff;
	float: right;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0;
	text-align: right;
	margin: 0px;
	clear: both;
	position: relative;
	top: -10px;
	}
	
#audience li {
	display: inline;
	padding: 0px 6px;
	}

#audience a:link {
	color: #fff;
	text-decoration: none;
	}
#audience a:visited {
	color: #ddd;
	text-decoration: none;
	}	
#audience a:hover {
	color: #5ab;
	background-image: url('none');
	}
#audience a:active {
	background-image: url('none');
	}
	

/* ---- Secondary Navigation Styling ---------------------------------*/
#secondaryNav {
	width: 150px;
	color: #000000;
	font-size: 65%;
	float: left;
	text-align: left;
	position: absolute;
	top: 123px;
	z-index: 0;
	}

#secondaryNav ul {
	padding: 2px 5px 0 5px;
	margin: 0;
	list-style: none;
	color: #006;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
#secondaryNav ul li a {
	color: #006;
	text-decoration: none;
	padding: 5px 10px 0 5px;
	display: block;
}
	
#secondaryNav ul li a:visited {
	color: #333;
}

#secondaryNav ul li a:hover {
	color: #006;
	text-decoration: underline;
	background: url('/images/arrow2.gif') center right no-repeat;
}

#secondaryNav ul li a:active {
	background-image: url('none');
	}

#secondaryNav ul li ul {
	border-left: 1px dashed #5ab;
	margin: 2px 0 2px 10px;
	font-weight: normal;
	font-size: 85%;
	letter-spacing: normal;
	}
	
#secondaryNav ul li ul li a {
	padding-right: 5px;
	color: #000;
	display: block;
	}
	
#secondaryNav ul li ul li a:visited {
	color: #333;
}

#secondaryNav ul li ul li a:hover, a:active {
	color: #000;
	text-decoration: underline;
	background: url('/images/arrow.gif') center right no-repeat;
}

#secondaryNav img {
	padding: 0;
	margin: 0;
	}

/* Content Styling */

#content {
	margin-left: 155px;
	margin-right: 10px;
	text-align: left;
	font-size: 80%;
	line-height: 1.6em;
}

/* ------------------------Content Interior Styling -----------------------*/

#content a:link {
	color: #005566;
	text-decoration: underline;
	}
#content a:visited {
	color: #333333;
	text-decoration: underline;
	}
#content a:hover, a:active {
	color: #5ab;
	background-image: url('none');
	text-decoration: underline;
	}
	
.external {
	padding-right: 11px;
	background: url('/images/ex.gif') center right no-repeat;
	}
	
#content abbr {
	background-color: none;
	text-decoration: none;
	border-bottom: 1px dotted #9c6;
	}
	
#content acronym {
	background-color: none;
	text-decoration: none;
	border-bottom: 1px dotted #9c6;
	}
	
#content address {
	font-style: italic;
}
	
#content strong {
	font-weight: bold;
	}
#content em {
	font-style: italic;
	}
	
#content blockquote {
	background-color: #e7e7e7;
	padding: 10px;
	margin: 10px 20px;
	width: 250px;
	float: right;
	}
	
#content blockquote cite {
	display: block;
	font-size: 90%;
	text-align: right;
	padding: 5px 10px;
	font-style: italic;
	}

#content ul {
	list-style: none;
	}
	
#content ul li {
	list-style-image: url('/images/bullet.gif');
	padding: 2px 0 2px 2px;
	}

#content ul.simple {
	list-style: none;
	}
	
#content ul.simple li {
	background: none;
	}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: left;
	color: #389;
	letter-spacing: 4px;
	font-size: 160%;
	margin: 10px 10px;
	}
	
#content h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: left;
	color: #582;
	letter-spacing: 4px;
	font-size: 150%;
	margin: 18px 10px 10px 10px;
}

#content h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: #389;
	letter-spacing: 4px;
	font-size: 130%;
	margin: 10px 10px;
	font-weight: bold;
}

#content h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #582;
	letter-spacing: 4px;
	font-size: 120%;
	margin: 10px 10px;
}

#content h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #389;
	font-size: 110%;
	margin: 10px 10px;
}

#content h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #006;
	font-size: 110%;
	margin: 10px 10px;
}

#content hr {
	height: 1px;
	width: 90%;
	color: #006;
	text-align: center;
	}

#content dl {
	margin-left: 10px;
	}
	
#content dd {
	font-size: 85%;
	padding: 5px 0;
	}

	
#content p {
	margin: 0px 9px 12px 9px;
	text-align: justify;
	}

#content img {
	padding: 10px;
	text-align: center;
	}
	
#content table {
	margin: 10px;
	border-collapse: collapse;
	font-size: 95%;
	width: 100%;
	}
#content th {
	font-weight: bold;
	color: #006;
	text-align: center;
	padding: 4px;
	}
	
#content td {
	padding: 4px;
	text-align: left;
	}
#content caption {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #5ab;
	letter-spacing: 2px;
	font-size: 100%;
	margin: 10px 10px;
	}
	
table.borders {
	margin: 10px;
	font-size: 95%;
	width: 100%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	}
	
table.borders th {
	font-family: "Times New Roman", Times, serif;
	background-color: #e7e7e7;
	font-size: 115%;
	font-weight: bold;
	color: #006;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px;
	}

table.borders td {
	font-size: 100%;
	text-align: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px;
	}

table.borders caption {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #5ab;
	letter-spacing: 2px;
	font-size: 120%;
	margin: 10px 10px;
	}

form.fillout {
 text-align: left;
 background-color: #eaeaea;
 width: 90%;
 padding: 10px;
 margin: 10px;
 border-right: 8px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-top: 1px solid #cccccc;
 border-left: 8px solid #cccccc;
}

form.fillout label {
	color: #006;
	display:block;
	clear: left;
	float:left;
	width:150px;
	height: 20px;
	text-align:right;
	margin: 2px 7px 0px 0px;
}

form.fillout .button {
	background-color:#ddd;
	border: 1px solid #ccc;
	width: 100px;
	padding: 2px 5px;
	margin: 10px 10px;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: inline;
}

form.fillout .radio {
	background-color: transparent;
	border: none;
	width: 20px;
	height: 20px;
	text-align: left;
	margin: 2px 20px;
}

form.fillout input {	
	width: 200px;
    height: 20px;
	margin: 2px 0px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #ffffff;
	text-align: left;
	}
	
form.fillout textarea {	
	width: 200px;
	margin: 1px 0px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1px 2px;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #ffffff;
	text-align: left;
	}
	
form.fillout select {	
	width: 200px;
	height: 20px;
	margin: 2px 0px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1px 2px;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #ffffff;
	}
	
form.fillout legend {
	color: #5ab;
	font-weight: bold;
	text-transform: uppercase;
	}
	
form.fillout fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
}
	
.required {
	color: #ff0000;
	}

form.simple {
	padding: 10px;
	margin: 10px;
	width: 250px;
	float: right;
	background-color: #eaeaea;
	}
	
form.simple .button {
	background-color:#ddd;
	border: 1px solid #ccc;
	width: 70px;
	padding: 2px 5px;
	margin: 10px 10px;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: inline;
}

form.simple input {	
	width: 200px;
	margin: 1px 0px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1px 2px;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #ffffff;
	text-align: left;
	}
	
form.simple label {
	color: #006;
	font-weight: bold;
	display:block;
	text-align:center;
	margin: 2px 7px 0px 0px;
}

.small {
	font-size: smaller;
	font-weight: normal;
	color: #333333;
	text-align:left;
	}

.cal {
	width: 100%;
	text-align: center;
	}
	
#content div.cal ul {
	list-style: none;
	}

#content div.cal ul li {
	display: inline;
	background: none;
	background-color: #eaeaea;
	padding: 4px 6px;
	margin: 2px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 85%;
	color: #000066;
	}
#content div.cal ul li a {
	color: #000066;
	}
	

#program {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#program ol.toc {
    margin:0px 0px 0px 25px;
    padding:0px 0px 9px 0px; 
    text-align: left;  
    list-style: none; 
}

#program ol.toc li {
    position:relative;    
    margin:5px 0px 0px 0px;
    border-bottom: 1px dashed #cccccc;
    display: block;
    width: 100%;
    height: 1.1em;
    padding-bottom: 4px;
    
}

#program ol.simple {
	text-align: left;
	}
	
#program li span{
    position:absolute;
    right: 0px;
}

#brandpromise {
	color: #000066;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	padding: 8px;
	display: block;
	}
#brandpromise b {
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 2px;
	}
	

	
	
blockquote#stats {
	width: 80%;
	background-color: #add;
	float: none;
	display: block;
	}


/*footer styling */
#footer {
	height: 72px;
	clear: both;
	margin: 0 0 0 0;
	background: url('/images/footer.gif') repeat-x bottom;
	line-height: 1.8ex;
	}

#footer address {
	color: #fff;
	font-size: 58%;
	font-style: normal;
	padding: 13px 10px;
	}

#footer select {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 15px 10px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	font-style: italic;
	}
#footer a:visited {
	color: #ddd;
	}
	
#footer a:hover {
	color: #5ab;
	text-decoration: underline;
	}
#footer a:active {
	background-image: url('none');
	text-decoration: underline;
	}

/* Hides link to skip Navigation option for visually impaired browsers */
.skiplink {display:none}

acronym {
  border-bottom: 1px dotted #ccc;
}