/* @override http://localhost:3000/stylesheets/build.css */

body {
  margin: 0;
  padding: 0;
  font-family:arial,verdana,sans-serif;
  font-size: 13px;
}

a {
	text-decoration: none;
	color: #145192;
	font-weight: bold;
}

a:hover {
	color: #6796c0;
}

h1 {
	margin: 0;
	padding: 16px;
	font-size: 42px;
	font-weight: normal;
	color: #145192;
	text-align: center;
	line-height: 1em;
}

#content {
	background: url(/images/bkg.jpg) no-repeat;
	width: 500px;
	height: 600px;
	margin: 0;
	padding: 0;
}

#nav {
	margin: 0 0 0 12px;
	padding: 54px 0 0;
	width: 115px;
	height: 363px;
	background: url(/images/nav-bkg.png) no-repeat;
	float: left;
}

#nav ul {
	width: 102px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 0;
	padding: 17px 0 0;
	list-style: none;
}

img {
	border: none;
}

#nav li a {
	display: block;
	text-decoration: none;
	text-indent: -5000px;
	background: url(/images/level1.gif) no-repeat left top;
	width: 102px;
	height: 23px;
}

#nav li a:hover {
	background: #000;
	display: block;
	background-image: url(/images/level1_hover.gif);
}

#nav li.level_2 a {
	background-image: url(/images/level2.gif);
}

#nav li.level_2 a:hover {
	background-image: url(/images/level2_hover.gif);  
}

#nav li.level_3 a {
	background-image: url(/images/level3.gif);
}

#nav li.level_3 a:hover {
	background-image: url(/images/level3_hover.gif);  
}

#nav li.level_4 a {
	background-image: url(/images/level4.gif);
}

#nav li.level_4 a:hover {
	background-image: url(/images/level4_hover.gif);  
}

#nav li.level_5 a {
	background-image: url(/images/level5.gif);
}

#nav li.level_5 a:hover {
	background-image: url(/images/level5_hover.gif);  
}

#nav li.level_6 a {
	background-image: url(/images/level6.gif);
}

#nav li.level_6 a:hover {
	background-image: url(/images/level6_hover.gif);  
}

#body-copy {
	width: 342px;
	margin: 24px 0 0 15px;
	float: left;
	height: 420px;
	overflow: auto;
}

#body-copy-wrapper {
  padding: 5px 5px 5px 0;
}

#body-copy p.centered-graphic {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 266px;
	height: 109px;
}

blockquote {
  margin: 1em;
}

ul {
  margin: 1em;
  padding: 0 1em;
}