@charset "utf-8";
/* CSS Document */

/* SITE COLORS
WHITE BACKGROUND: #F8F8F8
RED: #BE0F34
TAN TEXT ROLLOVER: #E9D4B9
DARK GREY: #585663
LIGHT GRAY TEXT: #CFCFCF
*/

/* ----------- GLOBAL RULES ----------- */

/* Zeros margin & padding from all tags */
* {
	margin: 0px;
	padding: 0px;
}
/* set html & body height */
html, body {
	height: 100%;
}
/* set default text properties & create drop-shaddow background */
body {
	color: #333;
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	background: #FFF url(../graphics/siteBack.gif) repeat-y center;
	text-align: center;
}
/* Centers main pannel and sets the width */
div#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
/* set the color for links & visited links */
a:link, a:visited {
	color: #BE0F34;
}
/* set the color for active & hover state */
a:hover, a:active {
	color: #585663;
}
/* class clears all floats */
.clear {
	clear: both;	
}
/* class floats left */
.floatleft {
	float: left;	
}
/* class floats right */
.floatright {
	float: right;	
}

/* ----------- GLOBAL FONT RULES ----------- */

/* Set size, font family & bottom padding for paragraph tags */
p {
	font: normal .9em/1.6em Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
/* Font settings for headline tags */
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;
	color: #585663;
}
/* Set size for headline tags */
h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 2px;	
}
h2 { font-size: 1.1em;}
h3 { font-size: 1em;}
h4 { font-size: .9em;}
h5 { font-size: .7em;}

p.altTopContent {
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	color: #999;
	padding: 50px 0px 5px 75px;
	width: 450px;
}

p.altContent {
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	color: #999;
	padding: 5px 0px 5px 75px;
	width: 450px;
} 

/* ----------- GLOBAL BUTTON RULES ----------- */
/* NEXT PAGE & RETURN TO TOP BUTTON - Position to the right and move down */
ul.button {
	list-style-type:none;
	float: right;
	margin-top: -22px;
}
/* NEXT PAGE & RETURN TO TOP BUTTON - Style text and add background button image */
ul.button li {
	display: block;
	background:url(../graphics/storiesNextButton.gif) no-repeat left top;
	height: 30px;
	width: 150px;
	font: bold 13px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
	padding-top: 8px;
}
/* NEXT PAGE & RETURN TO TOP BUTTON - Remove underline from link */
ul.button li a {
	text-decoration: none;
}
/* NEXT PAGE & RETURN TO TOP BUTTON - text color */
ul.button li a:link, ul.button li a:visited {
	color: #999; 
}
/* NEXT PAGE & RETURN TO TOP BUTTON - text hover color */
ul.button li a:hover {
	color: #BE0F34;
}

/* ----------- HEADER RULES ----------- */

/* Controls the header pannel - the gray at the top is from graphic "gpgpHeader.gif */
div#header {
	background: #BE0F34 url(../graphics/headerBack.gif) repeat-x;
	height: 100px;
	width: 960px;
}
/* UW LOGO - Takes this files and pulls it out of the flow of the document - positioned from the left corner of the Header Div - Header Div padding does effect positioning */
img#uwLogo {
	position: absolute;
	top: 35px;
	left: 20px;
}
/* ICONS - Positions icons */
ul#icons {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}
/* ICONS - Line up horizontaly */
ul#icons li {
	line-height: 0px;
	display: inline;
	list-style: none;
}
/* ICONS - Controls space between icons */
ul#icons a:link, ul#icons a:visited {
	padding: 0px 1px;
}
/* ICONS - remove border from icons */
ul#icons img {
	border-style: none;
}
/* MAIN NAV - Moves entire nav line to the left */
ul#mainnav {
	margin-left: 10px;
}
/* MAIN NAV - Controls positioning and makes horizontal */
ul#mainnav li {
	display: inline;
	margin-top: 5px;
	list-style: none;
}
/* MAIN NAV - Controls fonts - adds space & divider line */
ul#mainnav a:link, ul#mainnav a:visited {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #CFCFCF;
	text-decoration: none;
	padding: 0px 7px 0px 5px;
	border-right: 1px solid #CFCFCF;
}
/* MAIN NAV - Controls rollover color */
ul#mainnav a:hover {
	color: #FFF;
}
/* MAKE A CHANGE BUTTON  */
img#imageGift {
	border-style: none;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}
/* HEADER TITLE - places the Title image & positions it. Image replacement for H1 tag */
div#title {
	height: 40px;
	width: 340px;
	position: relative;
	margin: 5px 0px 0px 90px;
}
/* HEADER TITLE - Removes border from title image */
div#title img {
	border: none;
}

/* ----------- FOOTER RULES ----------- */

/* Controls width, bottom padding & pannel */
div#footer {
	background: url(../graphics/footerBack.gif) repeat-x top;
	width: 960px;
	border-top: 3px solid #CFCFCF;
	clear: both;
}
/* FOOTER NAV - Positions UL list */
ul#footernav {
	text-align: center;
	width: 780px;
	float: right;
	margin-top: 5px;
}
/* FOOTER NAV - Makes horizontal */
ul#footernav li {
	display: inline;
	list-style: none;
}
/* FOOTER NAV - Controls fonts - adds space */
ul#footernav a:link, ul#footernav a:visited {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #585663;
	text-decoration: none;
	padding: 0px 20px;
}
/* FOOTER NAV - Controls rollover color */
ul#footernav a:hover {
	color: #BE0F34;
}
/* FOUNDATION LOGO */
img#uwfLogo {
	border-style: none;
	margin-top: 7px;
	margin-left: 35px;
}
/* legal copy */
div#footer p {
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	color: #585663;
	text-align: center;
	padding: 20px 0px 25px;
}
