@charset "utf-8";
/* H154 Assignment 3 */
/* Meg Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #600;
	color: #9CF;
}

p {
	margin: 1em 0;
}

a {
	color: #F36;
}

a:hover {
	color: #F3F;
}

a:visited {
	color: #90F;
}

#wrapper {
	width:90%;
	margin: 10px auto;
	padding:0px;
	text-align:left;
}

header {
	width: 100%;
	height: 140px;
	background-image: url("/images/sjr-color-new.gif");
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
	color: #CCC;
	padding-top: 2px;
	text-align: center;
	border: solid 1px #333333;

}

header h1 {
	font-weight: bold;
	font-size: 3em;
	margin-left: 130px;
	margin-top: 50px;
}

/* START NAV MENU */
nav {
  background-color: transparent;
  height:40px;
	width: 100%;
	border: solid 1px #000;
}
 
nav ul {
  font-family: Arial, Verdana;
  font-size: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
nav ul li {
  display: block;
  position: relative;
  float: left;
}
 
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
  background: transparent;
  color: #CCC;  
  margin-left: 1px;
  white-space: nowrap;
  height:30px; /* Width and height of top-level nav items */
  width:90px;
  text-align:center;
}
 
nav ul li a:hover { 
  background: #C00;
	color: #fff;
}

nav ul li a:visited {
	color: #FC9;
}

/* END NAV MENU */
