﻿/*Style sheet for Tier 1 Template*/

/***********  Main Styles **************/

body {
	font-family:Verdana, Arial, sans-serif;
	font-size:smaller;
	margin:0px 0px 0 0px;
	background:url('../images/bodybgtiers.jpg') repeat-x #e5d5b4;
}

a img {
	border:none;
}

p{
	line-height:140%;
	padding:0 0 0 10px;
	font-size:95%;
}

.imageleft{
	float:left;
	margin:5px 20px 10px 0;
}

.imageleft p{
	font-size:67%;
	padding:0;
	margin:0;
}

.imageright{
	float:right;
	margin:5px 0 10px 20px;
}


#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;
}

.hidden{
	display:none;
}

/************* Header ****************/

#headershadow{
	background:url('../images/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/header51.jpg");
	width: 100%;
	height: 95px;
	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:244px;
  text-decoration: none;
  margin-top:2px;
  padding-right:10px;
  margin-left:16px;
  }

#searchlinkbar{
	font-size: 90%;
	padding:0 0 0 6px;
	margin: 0; 
	text-align:left;
	float:left;
	width:450px;
	padding-top:6px;
	}
	
#searchlinkbar ul{
	margin:0;
	display: inline;
	list-style-type:none;
	padding:0;
}
	
#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:195px;
	height:20px;
	padding:0 0 0 0;
	margin:15px 15px 0 0;
	border:none;
	color:#fff;
	font-size:80%;
}

#googlesearch form{
	padding:0;
	margin:0;
}

#gobutton{
	vertical-align:top;
}

#searchbar {
	width:120px;
}
#search {
	float:right;
	width:48px;
	padding-top:14px;
	color:#FFFFFF;
	font-size:90%;
}
#headertitle{
	color:#F9F2DF;
	font-size:35px;
	text-align:center;	
	padding:20px 0 0 0;
	width: 300px;
	float:left;
	text-align:right;
}
	
/************** Gray Nav Bar **************/

#main_nav {/*Horizontal navigation bar for the Tier1 Template. Not used in any of the sub-Tier templates */
	width:100%;
	background:url('../images/groupsv2.jpg') repeat-x;
	height:25px;
	padding:5px 0 0 0;
	background-color:transparent;
	}
	
#main_nav ul{
	list-style-type:none;
	margin:5px 0 5px 0;
}

#main_nav li{
	list-style-type:none;
	display:inline;
	font-size:90%;
}

#main_nav li a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	padding:5px 7px 10px 7px;
}

#main_nav li a:hover {
	background:#343434;
}	

/************** Body ****************/

#sidepluscont {/*This is the style that allows continuity of the sidebar when the content is elongated*/
	width:100%;
	background-image:url('../images/greenleftnav2.gif');
	background-repeat:repeat-y;
	background-color: #fff;
	float:left;
}

html>body #sidepluscont {
	border-right:thin #cccccc solid;
}

#pagephoto {/*option for large photo spanning the content width at the top of the content div*/
	width:100%;
	height:150px;
	margin:0 auto;
	overflow:hidden;
}

/************* Sidebar ****************/

#sidebar {/* This is the style for the navigation sidebar (green), on the left hand side of the page */
	background:url('../images/sidegradiant.jpg') no-repeat;
	width: 175px;
	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 {
	padding:14px 0 0 0;
	font-weight:bold;
	font-size:110%;
	text-align:left;
	line-height:120%;
	}
#sidebar a {
	color: white;
	text-decoration:none;
	text-align:left;
}

#sidebar a:hover{
	color:#e7dfcf;
}

#sidebar ul ul {
	padding:0;
	list-style:none;
	list-style-type:none;
	margin:9px 0 0 0;
	line-height:0;
	font-size:95%;
	}
	
#sidebar ul ul li {
	margin-top:3px;
	margin-left:18px;
	padding:0;
	line-height:1.0em;
	padding-bottom:0.4em;
	}
	
.sidebarimg{
	text-align:center;
}
	
#justaskus{
	margin:40px 15px 0 300px;
}

#justaskus form{
	margin:0;
	padding:0;
}

#askus{
	float:left;
	background:#E6D8B7 url('../images/askus.jpg') no-repeat;
	width:100%;
	height:76px;
}

#top10{
	margin:5px 10px 0 25px;
	color:#686868;
}

#top10 a{
	color:#686868;
}

#top10 a:hover{
	color:#9d9d9d;
}


/********* Content ***********/

#content {/* This is the style for the general area containing all the textual and image content of the page */
	text-align:left;
	float:left;
	margin:0;
}

html>body #content {/* This is the style for the general area containing all the textual and image content of the page */
	text-align:left;
	float:none;
	padding-left:175px;
	margin:0;
	width:auto;
}

#txtcontent {/* This is the style for all the textual content within the content div */
	width:98%;
	font-size:14px;
	float:left;
	padding-left:10px;
	padding-top:0;
	vertical-align:top;
	
	background-color:transparent;
}
#txtcontent ul li{
	margin:0 0 10px 0;
	font-size:95%;
}

#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/footer.jpg') no-repeat;
	font-size:83%;
	line-height:110%;
	text-align:left;
	font-family:Verdana, sans-serif;
	clear:both;
	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;
	height:47px;
	float:left;
	text-align:center;
	padding-top:8px;
}
#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/footerbgbanner.jpg') repeat-x;
	width:100%;
	margin:41px 0 0 0;
	height:70px;
	position:relative;
	z-index:-1;
}

#footershaddow{
	background:url('../images/footershaddow.jpg') no-repeat;
	width:980px;
	height:65px;
	margin:0px auto;
}

/******* Header tag Styles *******/

h1{
	font-size:170%;
	border-bottom: 2px solid #FAD98D;
	background-color:#FEF0BA;
	text-indent: 0.8em;
	margin-top: 1.0em;
}

h2 {
	/*padding-left: 10px;*/
	font-size: 130%;
	font-weight: bold;
} 

h3 {
	/*padding-left: 10px;*/
	font-size: 120%;
	font-weight: bold;
}
h4 {
	/*padding-left: 10px;*/
	font-size: 110%;
	font-weight: bold;
}

/******* 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/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*********/
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.italisize {
	font-style:italic;
}

.red{
	color:#990033;
}
	
.blue{
	color:#003366;
}

.small{
	font-size:70%;
}

#people th{
	text-align:left;
	padding-right:18px;
}
