﻿	
/* styles all page links globally */ 
a:link {
	text-decoration: none;
	color: #3366CC;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {text-decoration: underline; color: #800000;} /* this styles links red */
a:active {text-decoration: none;}

/* styles overall text and fonts */
	
body {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size:small;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	margin:0;
	padding:0;
	background-image: url(images/BGFade_grey.gif);
	background-repeat: no-repeat;

	}

p {
	line-height: 125%;
	}
	
h1,h2,h3 {
				text-align: left;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #666;
}

	
/* all lists except FAQs */
 li{
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 165%;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 15px;
}

/* only used in FAQs. Same as li except that line-height is 175% */
.faq_questions {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 175%;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 15px;
}

/* unique styles */


.red_subhead {
	font-size: 120%;
	font-weight: bold;
	color: #800000;
}

.tablegrey {
	background-color: #E1E1E1;
	text-align: left;
	vertical-align: middle;
	border: 4px solid #fff;
	line-height: 1.4;
}

/* main sections */


#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	background-image:url(images/left_banner.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#header_content {
	width: 100%;
	height: 100px;
	position: relative;
}
#scc_logo {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 12px;
	top: 23px;
}

#headerText {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 19px;
	left: 177px;
	font-size: 32px;
	font-weight: bold;
	color: white;
}



#sidebar /* contains login, left_nav, hours */
{
	float: left;
	width: 140px;
	padding-bottom: 50px;
	padding-top: 30px;
}

#main /* contains breadcrumbs, text, bottom_nav, footer */
 {
	float: right;
	width: 640px;
	margin-right: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
}


#text {
	width: 530px;
	visibility: visible;
	height: auto;
	top: 147px;
	background-color: #FFFFFF;
	margin: 5px 0px 75px 60px;
}
#translator {
	margin-bottom: 10px;
	margin-left: 60px;
	width: 400px;
	margin-top: 30px;
}
#footer_content {
	float: right;
	width: 640px;
	margin-right: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
}


#bottom_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#contact {
	text-align: left;
	padding-left: 60px;
	background-color: #FFFFFF;
	line-height: 150%;
	font-size: 80%;
}


/*-----left_nav----*/

.--------- {margin:auto}

#left_nav {
	width: 140px;
	font-weight: bold;
	font-size: small;
	color: #ffffff;
}


#left_nav a:link {
	display: block;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 6px 5px 8px;
	color: #ffffff;
}
	
#left_nav a:visited {
	display: block;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 6px 5px 8px;
	color: #ffffff;
} 

#left_nav a:hover {
	background-color: #cccc99;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
}

#left_nav a:active {
	background-color: #cccc99;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
}

#black {
	display: block;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	width: 140px;
	background-color: #000;
	font-weight: bold;
	font-size: small;
	color: #ffffff;
	text-align: left;
}

#black a:link {
	display: block;
	background-color: #000000;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 6px 5px 8px;
	color: #ffffff;
	}
	
#black a:visited {
	background-color: #000000;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 6px 5px 8px;
	color: #ffffff;
} 

#black a:hover {
	background-color: #666666;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
}

#black a:active {
	background-color: #666666;
	text-decoration: none;
	background-image: url("images/arrow_white.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
}

/*-----breadcrumbs---*/

.--------- {margin:auto}

/*--
#breadcrumbs old w/ rollovers {
	background-color: #ccc;
	width: 612px;
	visibility: visible;
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 15px;
}
--*/

#breadcrumbs{
	width: 599px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	color: #666;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
}


#breadcrumbs a:link {
	text-decoration: none;
	background-image: url("images/arrowred.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	color: #800000;
	vertical-align: top;
}
	
#breadcrumbs a:visited {
	text-decoration: none;
	background-image: url("images/arrowred.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	color: #800000;
	vertical-align: top;
} 

#breadcrumbs a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
	background-image: url("images/arrowred.gif");
	background-position: left;
	padding: 5px 10px 5px 10px;
	color: #800000;
	vertical-align: top;
}

#breadcrumbs a:active {
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url("images/arrowred.gif");
	background-position: left;
	padding: 5px 10px 5px 10px;
	color: #800000;
	vertical-align: top;
}

/*-----login---*/
.--------- {margin:auto}

#login {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	color: #800000;
	font-weight: bold;
	border-style: outset;
	padding: 0px 0px 5px 0 px;
	margin: 0px 20px 20px 20px;
	height: auto;
	font-size: 120%;
}

#login a:link {
	text-decoration: none;
	padding: 3px 0px 6px 0px;
	color: #3366cc;
	vertical-align: middle;
}
	
#login a:visited {
	text-decoration: none;
	padding: 3px 0px 6px 0px;
	color: #3366cc;
	vertical-align: middle;
}

#login a:hover {
	text-decoration: none;
	padding: 3px 0px 6px 0px;
	color: #800000;
	vertical-align: middle;
}

#login a:active {
	text-decoration: none;
	padding: 3px 0px 6px 0px;
	color: #3366cc;
	vertical-align: middle;
}

/*-----hours---*/
.--------- {margin:auto}

#hours {
	font-size: small;
	font-weight: normal;
	width:140px;
	color: #ffffff;
	line-height: 150%;
	margin: 18px 0px 0px 3px;
}

#hours a:link {
	font-size: 80%;
	color: #ffffff;
}

#hours a:visited {
	font-size: 80%;
	color: #ffffff;
}

#hours a:hover {
	font-size: 80%;
	color: #ffffff;
}

#hours a:active {
	font-size: 80%;
	color: #ffffff;
}

/*-----top menu links on new.shoreline---*/
.--------- {margin:auto}


/* The top white menu across most pages. This is based on http://new.shoreline.edu/css/default.css*/
#topMenu {
	line-height: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	position:absolute;
	top:71px;
	left: 175px;
}
#topMenu a { 
	text-decoration: none;
	color:white;
}
#topMenu a:link {
}
#topMenu a:visited {
}
#topMenu a:hover   {
	text-decoration:underline;
}
#topMenu a:active  {
	text-decoration:underline;
}

.--------- {margin:auto}

a.searchAToZHomePage {
	font-size: 10px; 
	color: #CFE2E0; 
	margin: 0; 
	text-decoration: none;
}
a.searchAToZHomePage:hover {
	text-decoration: underline;
}

a.searchAToZ {
	font-size: 10px; 
	color: white; 
	margin: 0; 
	text-decoration: none;
}
a.searchAToZ:hover {
	text-decoration: underline;
}

