/* CSS Document */

@import url("base.css");
@import url("layout.css");
@import url("UWPBodyStyle.css");

/*================================================================
TYPOGRAPHY & CONTENT stylesheet for the website.

Define layout and backgrounds for:
  - Navigation / Nav Rollovers
  - Extras
  - Search Box / Info Box
  - Footer
  - UW Logo Link
  
================================================================*/

/* NAVIGATION / NAV ROLLOVERS 
----------------------------------------------------------------*/
#navbar a, #navbar a:link {
	DISPLAY: block;
	text-align: left;
	width: 165px;
	margin: 0 12px 0 0;
	padding: 10px 10px 15px 10px; 
	font: 10px Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; 
	text-transform: uppercase;
	COLOR: #000000;
	BACKGROUND: #d1cfb3; 
	BORDER-BOTTOM: #eae9df 10px solid; 
	TEXT-DECORATION: none;
}

/*=========================================
    Navigation Rollovers
==========================================*/



a.keyTab {
	background:  #5c4587 url(../images/keywords_out.gif) no-repeat;
	width: 111px;
	height: 30px;
	float: left;
	display:block;
	margin-left:10px;
}

a.keyTab:hover{
	background:   #5c4587 url(../images/keywords_over.gif) no-repeat;}
	
a.reviseTab {
	background:  #5c4587 url(../images/revised_out.gif) no-repeat;
	width: 111px;
	height: 30px;
	float: left;
	display:block;
}

a.reviseTab:hover{
	background:  #5c4587 url(../images/revised_over.gif) no-repeat;}


#navbar a.nav1:hover {
	BACKGROUND: #006699; 
	COLOR: #ffffff; 
	BORDER-BOTTOM-COLOR: #00a1c6; 
}
#navbar a.nav2:hover {
	background: #5C4587;
	color: #ffffff;
	border-bottom-color: #9985BA;
}
#navbar a.nav3:hover {
	background: #669966;
	color: #ffffff;
	border-bottom-color: #A1C6A1;
}
#navbar a.nav4:hover {
	background: #996666;
	color: #ffffff;
	border-bottom-color: #C6A1A1;
}
#navbar a.nav5:hover {
	background: #CC9900;
	color: #ffffff;
	border-bottom-color: #dabc1e;
}
#navbar a.nav6:hover {
	background: #3399CC;
	color: #ffffff;
	border-bottom-color: #72C6E4;
}
#navbar a.nav7:hover {
	background: #336633;
	color: #ffffff;
	border-bottom-color: #72A172;
}


/* EXTRAS
----------------------------------------------------------------*/
#extra  {
	margin: 12px 0 20px 0;
	padding: 0;
	text-align: left;
}

#extra a, #extra a:link  {
	display: block;
	font: 9px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 153px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 6px 0 0 12px;
	padding: 0 4px 4px 0;
	border-bottom: 1px solid #666666;
	position: relative; 
}

#extra a:hover {
	color: #000000;
	background: none;
}

.note  {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: normal;
	line-height: 12px;
	padding: 16px 4px 4px 12px;
}


/* SEARCH BOX  / INFO BOX
----------------------------------------------------------------*/
P.intro, #searchbox #choices, .info, .info_col {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000000;
}

P {
	text-align: left;
}

INPUT {
	FONT-SIZE: 9pt; 
	FONT-FAMILY: verdana, sans-serif;
}

.info_col {
  	width:31%; 
  	float:left;
  	text-align: left; 
  	margin: 6px 0 0 0;
  	padding: 0 12px 0 0;
}
 
.info_col ul, .info_col il {
 	margin: 0;
	padding: 0;
	list-style-type: disc;
}
 
.info_col ul {
 	padding: 0 0 10px 20px;
}

.info_col a:hover {
	text-decoration: none;
}

/* FOOTER 
----------------------------------------------------------------*/
.footer_spacer {
	clear: both;
	width: 780px;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	background: #EAE9DF url(../images/border_bg2.gif) repeat-y right top;
	font-size: 1px; /* Resets the height of the div in IE so it reads the proper height attribute */
}

#footer, .footer_links {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.footer_links {
	float: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#footer a, #footer a:link {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: none;
}


/* UW LOGO LINK 
----------------------------------------------------------------*/
.uwlogo_footer a, .uwlogo_footer a:link, .uwlogo_footer a:hover    {
	display: block;
	background: url(../images/uwlogo_footer.gif) no-repeat top; 
	width: 159px;
	height: 48px;
	float: right;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

.uwlogo_footer a:hover    {
	display: block;
	background: url(../images/uwlogo_footer.gif) no-repeat bottom; 
}

/* @group column one page content styles * /

#page_content h6 {
	color: #2d2360;
	font: bold 1.50em/2em Verdana, Helvetica;
	padding: 5px 0px 10px 0px; 
	margin: 0px; 
	position: relative; 
	top: 0px;
}

#page_content h1 {
	color: #2d2360;
	font: 1.25em/1.5em Verdana, Helvetica;
}

#page_content h2 {
	color: black;
	font: bold 1em/2em Verdana, Helvetica;
}

#page_content h3 {
	color: #2b2b2b;
	font: bold .8em/1.5em Verdana, Helvetica;
}
#page_content p {
	font: .8em/1.25em Verdana, Helvetica;
	text-align: left;
	white-space: normal;
	margin-bottom: 12px;
	margin-top: 12px;
	color: #2b2b2b;
}

#page_content ol {
	font: .8em/.85em Verdana, Helvetica;
	text-align: left;
	white-space: normal;
	color: #2b2b2b;
}

#page_content b strong {
	color: black;
	font-weight: bold;
}
#page_content ul {
	font: .8em/.85em Verdana, Helvetica;
	text-align: left;
	white-space: normal;
	color: #2b2b2b;
}
#page_content blockquote {
	font: .8em/.85em Verdana, Helvetica;
	text-align: left;
	white-space: normal;
	margin: 12px 12px 12px 24px;
	color: #2b2b2b;
}
#page_content li {
	padding-bottom: 4px;
}
/* @end */

#dropDown {
	border: 1px solid silver;
	padding: 4px;
	background-color: #ececec;
	position: relative;
	float: left;
	display: block;
}

#breadcrumbs {
	line-height: 2em;
	font-family: Arial, Helvetica;
	color: #515151;
}

#breadcrumbs ul {
	line-height: 1em;
	color: #515151;
	font-size: .65em;
	position: relative;
	right: 4em;
	font-weight: bold;
}
#breadcrumbs li {
	text-decoration: none;
	list-style-image: none;
	display: inline;
	right: 1em;
	padding-right: 2px;
}
#breadcrumbs li a{
	text-decoration: none;
	color: #515151;
}


#dropDown select {
	font: .9em/1em Arial;
}

#dropDown object {
	
}

