/* Nelson County Schools */


body {
margin: 10;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: #1e477f;
background-color: #f0f0e1;
}

/* Banner across top of page that says the name of the whole site */

#slogan {
margin-bottom: 10px;
margin-left: 10;
margin-right: 0;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 25px;
padding-right: 100px;
background-color: #1E477F;
border-bottom: 2px #000000 solid;
color: #f0f0e1;
font-weight: bold;
font-variant: small-caps;
font-size: .8em;
letter-spacing: 2px;
text-align: right;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 200px;
margin-right: 220px;
}

h1  { color: #CE3233; font-size: 1.1em; font-weight: bold; margin: 0 0 15px; padding: 0 0 10px }

h2    { color: #1e477f; font-size: 0.8em; font-weight: bold; margin: 0 0 5px; padding: 0 }

h3  { color: #1e477f; font-size: .9em; font-weight: bold; margin: 0 0 12px; padding: 0 }

h4  { color: #CE3233; font-size: 1em; font-weight: bold; margin: 0 0 2px; padding: 0 0 0 }

h5  { color: #1e477f; font-size: 1em; font-weight: bold; margin: 0 0 6px; padding: 0 }

p, ul, ol, table {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
font-size: .9em;
line-height: 1.6em;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited  { color: #CE3233; font-weight: bold; text-decoration: none }

a:hover  { color: #1e477f; font-weight: bold; text-decoration: underline }

/* Styles for text lists on the page. */

#list-text {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 0;
margin-right: 0;
}

#list-text p {
	text-align: center;
	line-height: 20px;
	font-size: 0.9em;
	color: #1e477f;
	padding-bottom: 0px;
	padding-top: 1px;
	margin-bottom: 0;
}

#list-text a:link, #left-menu a:visited {
color: #CE3233;
}

#list-text a:hover, #left-menu a.current {
color: #1e477f;
text-decoration: underline;
}

/* Styles for the navbar on the left side. */

#page-menu {
position: absolute;
top: 60px;
left: 0;
margin: 20px;
margin-bottom: 20px;
width: 160px;
}

#page-menu p {
border-bottom: 1px #cc6600 dotted;
text-align: right;
line-height: 15px;
font-size: .5em;
padding-bottom: 1px;
padding-top: 1px;
margin-bottom: 0;
}

#page-menu a:link, #left-menu a:visited {
color: #CE3233;
}

#page-menu a:hover, #left-menu a.current {
color: #1e477f;
text-decoration: none;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 110px;
right: 0;
margin: 20px;
width: 170px;
}

#right-column p {
line-height: 1.5em;
font-size: .6em;
}

#right-column strong  { color: #CE3233; font-style: italic }

/* Styles for the page links on the right side. */

#page-links {
position: absolute;
top: 60px;
right: 0;
margin: 20px;
width: 170px;
}

#page-links p {
border-bottom: 1px #cc6600 dotted;
text-align: left;
line-height: 15px;
font-size: .5em;
padding-bottom: 1px;
padding-top: 1px;
margin-bottom: 0;
}

#page-links a:link, #left-menu a:visited {
color: #CE3233;
}

#page-links a:hover, #left-menu a.current {
color: #1e477f;
text-decoration: none;
}

/* Styles for the footer  */

#footer  { color: #ffffff; font-size: 0.7em; background-color: #1e477f; text-align: center; margin-bottom: 0; padding-top: 15px; padding-bottom: 15px; border-top: 2px solid #000000 }

#footer p {
line-height: 1.5em;
font-size: .9em;
font-weight: bold;
font-variant: small-caps;
color: #f0f0e1;
letter-spacing: 2px;
text-align: center;
}

#footer a:link, #footer a:visited {
color: #f0f0e1;
}

#footer a:hover {
color: #f0f0e1;
text-decoration: underline;
}
