/* Less is more */

/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #000000;
}

/* Has a background image to create the patterned panel down the left side of the page. */

#container {
padding: 0;
margin: 0;
background-repeat: repeat-y;
background-position: top left;
background-color: black;
color: gray;}

/* Banner near top of page that says the name of the whole site - also has crane background image. */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-right: 170px;
letter-spacing: 5px;
background-image: url(images/banner.JPG);
background-repeat: no-repeat;
background-position: center;
background-color: #000000;
height: 100px;
padding-top: 90px;
}

/* Not contained in the main-text element. Has background image to create effect of continuation of crane image. */

h1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: x-large;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 35px;
	padding-right: 0;
	font-weight: bold;
	background-repeat: repeat-y;
	background-position: center;
	border-top: 0px #838383 solid;
	border-bottom: 0px #838383 solid;
	color: silver;
	background-color: #000000;
	font-family: cursive;
	text-align: center;
}

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

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
margin-right: 220px;
padding-right: 10px;
background-color: #000000;
padding-top: 20px;
padding-left: 10px;
border-left: 0px #838383 solid;
border-right: 0px #838383 solid;
color: white;}

p, ul, ol, table {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
font-size: .7em;
line-height: 1.9em;
}

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

h2 {
font-size: .9em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

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

a:hover {
text-decoration: none;
font-weight: bold;
border-bottom: 3px silver solid;
}

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

#left-menu {
	position: absolute;
	top: 220px;
	left: 0;
	width: 160px;
	font-size: .9em;
	height: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	border-top: 0px #838383 solid;
	border-bottom: 0px #838383 solid;
	background-color: #000000;
	border-right-width: thin;
	border-right: 2 Silver;
	border-style: outset;
}

#left-menu a:link, #left-menu a:visited {
display: block;
color: silver;
text-align: right;
padding-right: 7px;
padding-bottom: 8px;
padding-top: 8px;
border-bottom: 1px transparent solid;
}

#left-menu a:hover, #left-menu a.current {
color: red;
border-bottom: 0px #838383 solid;
}

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

#right-column {
position: absolute;
top: 190px;
right: 0;
width: 220px;
}

#right-column strong {
font-style: italic;
font-size: .7em;}

#right-column p {
font-style: italic;
font-size: .9em;


padding-left: 10px;
padding-right: 5px;
padding-top: 50px;
line-height: 1.5em;}

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 6px;
padding-bottom: 6px;
font-size: .8em;
margin-top: 0;
background-repeat: repeat-y;
background-color: #000000;
border-top: 0px #838383 solid;
padding-left: 60%;
font-weight: bold;}

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

#footer a:hover {
color: white;
border-bottom: 0px #838383 solid;
}