/* CSS Document */
* html ul li a {height:1em;}

body {
	background-color:#FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	margin: 0;
	}
img {
	border: 0px;
}

a:link {
	 color: #96172e;
	 }

a:visited {
 color: #424242;
}

.search_note { 
    font-size: 90%;
}

#pagecontainer {
	width: 760px;
	text-align: left;
	position: relative;
	padding: 0;
 margin: 0 auto;
}
.none {
	display: none;
	}	
a:hover {
	text-decoration:none;
}	
									/* Header: includes UW bar, search, department title  */	
#header {
	height: 78px;
	width: 100%;
	margin: 0px 0 3px 0;
	padding-bottom: 1px;
	}

#searchbox {
	font-size: 11px;
	height: 24px;
	}
#searchbox, #wordmark {
	text-align:right;
	}
#wordmark {
	border-top: 1px solid #CCC;
	margin-left: 175px;
}
#wordmark h1 {
	margin: 10px 0 0 0;
	}
	
/* just temp until wordmark comes */

#wordmark h1 a {
 color: #000;
  text-decoration: none;
  font-family: Gotham, Arial;
  text-transform: uppercase;
  font-weight: bold;
  }
  
  
	
#uwlogo {
	position:absolute;
	margin-top: 4px;
	margin-left: 22px;
	}

form#search { 
 	margin-top: 0px;
	margin-bottom: 3px;
	}
.google {
	border: 1px solid #666;
	font-size: 11px;
	}
input.google {
	border: 1px solid #666;
	font-size: 11px;
	}

#pagecontainer #contentbar {
	 background: none;
	 background-color: #424242;
	 }	

#pagecontainer .linkoftheday, #pagecontainer  .linkoftheday a {
	 color: #96172e;
	 }	
	
										/* Navigation at the top */
#primarynavarea
{
	padding: 0;
	height: 40px;
	background:url(../images/navbar_smaller_r1_c2.png);
	background-repeat: repeat-x;
}

#primarynavarea ul
{
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#primarynavarea ul li
{
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}

#primarynavarea ul li a
{
    background: url(../images/navbar_smaller_r1_c2.png) repeat-x center;
    width: 125px;
    height: 30px;
    border-right: 1px solid #ccc;
    border-left: none;
    padding: 0 5px 0 5px;
    margin: 2px 0 0 0;
    color:#333333;
    text-decoration: none;
    display: block;
    text-align: center;
    font: normal 14px/30px Geneva, Arial, Helvetica, sans-serif;
}

#primarynavarea ul li a:hover
{
    color: #CC0000;
}

#primarynavarea a:active
{
    color: #CC0000;
}

#primarynavarea li#active a
{
    color: #999999;
}
										/* Content area */
#contentbar {
	border-bottom: 2px solid #cccccc;
}
#contentbar h2 {
	margin: 1px 1px 2px 1px;
	padding: 0;
	font-size: 140%;
} 
										/* primarycontentarea structure in second CSS file */

.article h3 {
    margin:0px;
    padding:0px; 
}
.article p, .article_full p {
    margin:0 0 .75em 0;
    padding:0px;	
}

.article p, .article li, .article_full p, .article_full li, .article_summary li {
	line-height:1.5em;
}
.article img {
	border: 1px solid #000000;
}
.article h3 {
    font-size: 157%; 
    color:#000000;
	margin: 0 0 3px 0;	
	color:#333333;
	font-weight:700;
}
p.date {
	color:#999999;
	/* font-size: 100%; */
	padding: 0px;
	margin: 0px;
}
.feature  {
}
.articleResources h3 {
	border-bottom: 1px solid #333333;
	margin: 0 0 2px 2px;
	padding: 0 0 3px 0;
}

/* I don't think these classes are actually used for anything */
    .headlines ul, .article_summary li {
	    /* font-size: 90%; */
    }
    .headlines li, .article_summary li {
	    padding: 0 0 3px 0;
	    list-style-image: url(../images/icons/article_icon.jpg);
    }
    .sub_note {
    /*  font-size:80%; */
    }
    .listingofstaff td {
	   font-size: 95%;
    }

										/*secondary and tertiarycontent content - default for 4 columns div.wrapper */

#primarycontent, #tertiarycontent, #secondarycontent {
	overflow:hidden;
	width:100%;
	margin: 0 0 5px 0;
}

.wrapper h4 {
	padding: 5px 0 1px 0;
	margin: 0px;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	/* font-size: 80%; */
}
.wrapper ul {margin: 3px 0 0 20px;padding:0;font-size:80%;}
.wrapper li {
	padding: 0 0 3px 0;
	list-style-image: url(../images/icons/external_link01.jpg);
}

/* position list chunks side by side */
div.wrapper
{
  float: left;
  width: 183px;
  margin: 0 2px 0 3px;
  
}

/* clear float after lists */
br
{
  clear: left;
}


										/* Footer: includes department logo, address info, UW logo */	
#footer {
	top: 0px;
	border: 1px #c1c1c1 solid;
	}	
#departmentaddress p {
	font-size: 90%;	
	margin: 0px;
	padding: 10px 0px 10px 10px;
	}
#footer a {
	color: #7b0f0c;
	text-decoration: none;
	}
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
	}		
img.campaignlogo {
	float: right;
	text-align: right;
	margin: 20px 20px 2px 2px;
	}
