/* Stylesheet for Nelson website */
/* Comments are enclosed like this */

body {
margin: 0;
padding: 0;
background: url(background.gif);
}

body > #banner
{
position: fixed;
}

body > #nav
{
position: fixed;
}

h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
 padding-left: 1.2em;
}

h2, h3, h4 {
color: maroon;
}

h3.title {
margin-bottom: -1em;
}

h3.contentleft {
padding-left: 1.2em;
}

.initialcap
	{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.8em;
	}

#content {
 Margin-left: 210px;
	padding: 2em 2em 0 0px;
}

#content p {
	line-height: 1.4em; 
	padding-left: 1.2em;
}

p.name {
font-size: 120%;
font-weight: bold
}

p.namelist {
font-size: 120%;
font-weight: bold;
margin-bottom: -1em;
}

p.color {
color: maroon;
}

p.italic {
font-style: italic;
color: maroon;
}

p.subhead {
color: maroon;
font-weight: bold;
}

/* banner top left */

# banner {
position:absolute; left: 0px; top: 0px;
width: 80%;
}

/* navigation list below left */

#nav
{
position: absolute;
top: 95px;
width: 200px;
}

#nav ul
{
 list-style: none;
 padding-left: 0;
 margin: 0;
}

#nav li {
	background-image : url(images/menu_off.gif);
	background-repeat: repeat-y;
 background-position: left;
 text-align: right;
}

#nav li.here
{
background-image: url(images/menu_on.gif);
background-position: left;
background-repeat: repeat-y;
font-weight: bold;
}

#nav li.bottom
{
background-image: url(images/torn.gif);
background-position: left;
background-repeat: no-repeat;
}

#nav li a
{
text-decoration: none;
display: block;
height: 1.2em;
}

#nav li a:link 
{
color:
}

#nav li a:visited
{
color:
}

#nav li a:hover
{
background-image: url(images/menu_on.gif);
background-position: left;
background-repeat: repeat-y;
text-decoration: none;
font-weight: bold;
color: maroon;
}

/* navigation creates style sheet buttons */

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	margin-right: 2px;
	padding: 3px 10px 2px 10px; 
	color: #FFFFFF;
	background-color: #000066;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#navigation a:hover {
 background-color: #2586D7;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
