﻿/*Style sheet for Tier 1 Template*/

/***********  Main Styles **************/



body {
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	margin:0px 0px 0 0px;
	background:url('../../images_tier2/bodybgtiers.jpg') repeat-x #e5d5b4;
}

a img {
	border:none;
}

#wholepage {/* This is the style for the 'wrapper' div, which spans the entire web page */
	width:960px;
	margin:-96px auto;
	text-align:center;
	padding:0px;
	background-color:#FFFFFF;
}

#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
}

/************* Header ****************/

#headershadow{
	background:url('../../images_tier2/bodybgshadow.jpg') center top no-repeat;
	margin:0 auto;
	height:104px;
}

#header {/* This is the style for the header div, at the top of the page and with the red background which contains the Logo, Links, Search, and Dept. Title div's */
	/* background-image:url("../../images_tier2/header5.jpg"); */
	background-image:url("../images/header.jpg");
	width: 100%;
	height: 70px;
	border:none;
	padding:0;
	background-color:transparent;
}

#uwl_link a {/*This is a style that creates acts as an image map for the background UW-L text logo */
  float:left;
  height:57px;
  width:190px;
  text-decoration: none;
  margin-top:2px;
  margin-left:60px;
  }

#searchlinkbar{
	font-size: 85%;
	padding:0 0 0 0px;
	text-align: center;
	float:left;
	width:50%;
	padding-top:6px;
	}
	
#searchlinkbar ul{
	margin:0;
	display: inline;
	list-style-type:none;

}
	
#searchlinkbar li{
	padding:2px 12px 0 0;
	display:inline;
	color: #DBC1B0;
	font-size:11px;
	}

#searchlinkbar a:link{
	color:#DBC1B0;
	text-decoration:none;
	}
	
#searchlinkbar a:visited{
	text-decoration:none;
	color:#DBC1B0;
	}
	
#googlesearch{
	float:right;
	width:190px;
	height:20px;
	padding:6px 0 0 0;
	margin:0 15px 0 0;
	border:none;
	font-size:75%;
	color:white;
	
}

#googlesearch form{
	padding:0;
	margin:0;
}

#searchbar {
	width:120px;
}
#search {
	float:right;
	width:48px;
	padding-top:14px;
	color:#FFFFFF;
	font-size:90%;
}
	
/************** Gray Nav Bar **************/

#main_nav {/*Horizontal bar for grey Murphy Library Text */
	width:100%;
	/* background:url('../../images_tier2/groupsv2.jpg') repeat-x; */
	background:url("../images/linkbar.jpg") #333333;
	height:24px;
	margin:-5px 0 0 0;
	background-color:transparent;
	font-style:normal;
	font-size:160%;
	font-weight:600;
	border:none;
	text-align:left;
	}
	

#titlelink {
	height:0px;
	width:97%;
	color:white;
	font-style:normal;
	border:none;
	text-decoration:none;
	}
	
#titleinner {
	margin-left:157px;
	}

	

/************** Body ****************/

#sidepluscont {/*This is the style that allows continuity of the sidebar when the content is elongated*/
	width:100%;
	background-image:url('../images/greenleftnav2ML.gif');
	background-repeat:repeat-y;
	background-color: #fff;
	float:left;
	min-height:640px;
}

html>body #sidepluscont {
	border-right:thin #cccccc solid;
}


/************* Sidebar ****************/

#sidebar {/* This is the style for the navigation sidebar (green), on the left hand side of the page  */
	background:url('../images/sidegradiantMLnew.jpg');
	width: 175px;
	height: 433px;
	color: white;
	text-align: left;
	font-size:85%;
	line-height:12px;
	font-weight:normal;
	float:left;
	padding:0;
	margin:0;
	text-align:left;
}
#sidebar ul {
	list-style:none;
	text-align:left;
	margin: 5px 0px 0px 5px;
	padding:5px 0 10px 0;
}
#sidebar li{
	margin:0;
	padding:0;
	list-style:none;
	font-size:100%;
	}
	
#sidebar li a {
	color:#0F487F;
	padding:4px 5px 4px 5px;
	margin:0;
	width:150px;
	display:block;
	border-bottom:1px solid #0F487F;
	text-decoration:none;
	font-weight:bold;
}

#sidebar ul li a:hover{
	background:#D5C788;
}

/********* Content ***********/

.pagephoto {
	margin:0 auto;
	width:785px;
	height:111px;
	overflow:hidden;
	background:url('../images/headerimg.jpg') no-repeat;
}

html>body .pagephoto {
	width:100%;
	}
	


#pagephoto1 {
	background-color: transparent;
	background-image: url("../images/template_images/randomImages/1new.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
	
			

#maincontent {/* This is the style for the general area containing all the textual and image content of the page */
	width:79.5%;
	text-align:left;
	float:left;
	margin:0;
	padding:0 0 5px 0;
	
}




html>body #maincontent {/* This is the style for the general area containing all the textual and image content of the page */
/* IE doesn't see these */
	text-align:left;
	float:none;
	padding-left:177px;
	margin:0;
	width:auto;
}

#txtcontent {/* This is the style for all the textual content within the content div */

	width:785px;
	float:left;
	padding-left:5px;
	padding-top:1px;
	vertical-align:top;

}

html>body #txtcontent {/* This is the style for all the textual content within the content div */
/* IE doesn't see these */

	width:98%;
	/*change made by Stefan Jan 10*/
	padding-left:10px;
	/*end change made by Stefan*/
	

}
#txtcontent ul{
	margin-top:5px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	margin:0;
	line-height:0;

}


#txtcontent li{
	line-height:normal;
	list-style:square;
	padding-left:0px;
	margin-left:20px;
}

#txtcontent li a:link a:visited {
	color: #6E0025;
	text-decoration: none;
}

#txtcontent li a:hover {
	color: #595959;
	text-decoration: underline;
}
/* #txtcontent li a:visited {
	color: #003665;
	text-decoration: none;

}

*/
#txtcontent ul ul{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#txtcontent a:visited {
	color: #6E0025;
	font-weight:bold;
	text-decoration: none;
	
}

#txtcontent a:link {
	color: #6E0025;
	font-weight:bold;
	text-decoration: none;
	
}
#txtcontent a:hover {
	color: #595959;
	text-decoration:underline;
}

#txtcontent a:active {
	color: #595959;
	text-decoration: underline;
}


#contentpictureright {/* This is the style for the area for the picture to be displayed alongside the first paragraph of textual content within the content div */
	height:105px;
	width:155px;
	float:right;
	padding:0px;
}
#contentpictureleft {/* This is the style for the area for the picture to be displayed alongside the first paragraph of textual content within the content div */
	height:105px;
	width:155px;
	float:right;
	padding:0px;
}

/*************** Footer ****************/

#footer {/* This is the style for the area for the footer (image) */
	color:#FFFFFF;
	width:960px;
	height:55px;
	background:url('../images_tier2/footer.jpg') no-repeat;
	font-size:83%;
	line-height:110%;
	text-align:left;
	font-family:Verdana, sans-serif;
	clear:both;
	position:relative;
	z-index:100;
	padding:0;
	margin:0;
}

#footerleft {
	float:left;
	width:300px;
	height:55px;
	font-family:Verdana, sans-serif;
}
#footerleftinner {
	padding-left:25px;
	padding-top:3px;
	width: 260px;
}
.footercenter {
	width:140px;
	float:left;
	text-align:center;
	
}
#footerright {
	width:140px;
	height:47px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin: 0 15px 0 0;
}
#footer a:link{
	color:#FFFFFF;
	}
#footer a:visited {
	color:#FFFF99;
}

#footerbgextend{
	background:#00305e url('../../images_tier2/footerbgbanner.jpg') repeat-x;
	width:100%;
	margin:41px 0 0 0;
	height:70px;
	position:relative;
	z-index:1;
}

#footershaddow{
	background:url('../../images_tier2/footershaddow.jpg') no-repeat;
	width:980px;
	height:65px;
	margin:0px auto;
	position:relative;
	z-index:2;
}

/******* Header tag Styles *******/

h1{
	font-size:170%;
	border-bottom: 2px solid #FAD98D;
	background-color:#FEF0BA;
	text-indent: 0.8em;
}

h2{
	font-size:130%;
	border-bottom:1px dotted #999999;
	text-indent: 0.8em;
}

/******* Phone Numbers page ID Styles *******/

#campus_numbers{
	width:500px;
	font-size:70%;
	}
	
#campus_numbers caption{
	font-weight:bold;
	font-size:180%;
	}
	
#office{
	width:120px;
	}
	
#phone{
	width:60px;
	}
	
#location{
	width:50px;
	}
	
#campus_numbers a{
	font-size:10px;
	}
	
#campus_numbers td{
	border:thin #999999 solid;
	padding:0 2px 0 2px;
	}
	
#campus_numbers th{
	border:thin #999999 solid;
	font-size: 14px;
	}
	
/********* Class Styles ********/

ul.bullet li{
	list-style:url("../images_tier2/Lbullet.gif");
	font-size: 95%;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.6em;
	}
	
ul.quicklinks{
	list-style-type:circle;
	font-size:small;
	float:left;
	padding-top:1em;
	}
	
ul.quicklinks a:link{
	color:#990033;
	}
	
ul.quicklinks a:hover{
	color:#000000;
	}
	
ul.clear{
	clear:both;
	}

ul.horizontal li{
	display: inline;
	}
	
li.header{
	font-weight:bold;
	font-size:130%;
	}
	
li.header ul{
	font-weight:normal;
	font-size:80%;
	}
	
li.header ul li ul{
	font-size:100%;
	}

.crumb a{
	color: #990033;
	font-size: 12px;
	}

ul li ul li {
	font-size: 90%;
}

/**********Distinct Choice styles*********/

.red{
	color:#990033;
}
	
.blue{
	color:#003366;
}

.small{
	font-size:70%;
}

#people th{
	text-align:left;
	padding-right:18px;
}

.hidden{
	display:none;
}


