﻿/* 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: arial, verdana, helvetica, sans-serif;
background-color: #dedede;
}

/* Has a background image to create the patterned panel down the left side of the page. */

#container {
padding: 0;
margin: 0;
background-image: url(images/container_bg.jpg);
background-repeat: repeat-y;
background-position: top left;
}

/* 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;
font-size: .9em;
letter-spacing: 5px;
text-align: right;
background-image: url(images/banner-kv.jpg);
background-repeat: repeat-x;
background-position: top left;
background-color: #ffffff;
height: 50px;
color: #838383;
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: 1.1em;
padding-bottom: 7px;
padding-top: 7px;
padding-left: 35px;
padding-right: 0;
font-weight: bold;
background-position: top left;
border-top: 1px #f2b08b solid;
border-bottom: 5px #f2b08b solid;
color: #8a8a8a;
background-color: #f3f3f3;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
margin-right: 220px;
padding-right: 15px;
background-color: #f3f3f3;
padding-top: 20px;
padding-left: 15px;
border-left: 1px #f2b08b solid;
border-right: 3px #f2b08b solid;
color: #333333;
}

table {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: justify;
line-height: 1.1em;
font-size: .9em;
}

ol {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: justify;
line-height: 1.1em;
font-size: .9em;
}

ul {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: justify;
line-height: 1.1em;
font-size: .9em;
}

p {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: justify;
line-height: 1.1em;
font-size: .9em;
}
hr {
color: #F2B08B;
}
ul {
margin-left: 25px;
}

ol {
margin-left: 25px;
}

h6 {
font-size: 1.0em;
font-weight: bold;
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
background-color: #dedede;
}

h5 {
font-size: 1.0em;
font-weight: bold;
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
background-color: #dedede;
}

h4 {
font-size: 1.0em;
font-weight: bold;
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
background-color: #dedede;
}

h3 {
font-size: 1.0em;
font-weight: bold;
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
background-color: #dedede;
}

h2 {
font-size: 1.0em;
font-weight: bold;
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
background-color: #dedede;
}

a:visited {
text-decoration: none;
font-weight: normal;
color: #000066;
}

a {
text-decoration: none;
font-weight: normal;
color: #000066;
}

a:hover {
text-decoration: none;
font-weight: normal;
border-bottom: 1px #000066 solid;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 210px;
left: 0;
width: 160px;
font-size: .9em;
height: 100%;
padding-top: 25px;
padding-bottom: 25px;
font-weight: bold;
border-top: 1px #f2b08b solid;
border-bottom: 1px #f2b08b solid;
background-color: #8a8a8a;
}

#left-menu a:visited {
display: block;
color: #f3f3f3;
text-align: right;
padding-right: 7px;
padding-bottom: 4px;
padding-top: 4px;
border-bottom: 1px #F3F3F3 solid;
}

#left-menu a {
display: block;
color: #f3f3f3;
text-align: right;
padding-right: 7px;
padding-bottom: 4px;
padding-top: 4px;
border-bottom: 1px #F3F3F3 solid;
}

#left-menu a:current {
color: #f2b08b;
border-bottom: 1px #f2b08b solid;
}

#left-menu a:hover {
color: #f2b08b;
border-bottom: 1px #f2b08b solid;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 175px;
right: 0px;
width: 220px;
}

#right-column strong {
font-style: normal;
font-size: 1.1em;
}

#right-column p {
font-style: normal;
font-size: .9em;
color: #333333;
padding-left: 15px;
padding-right: 15px;
padding-top: 50px;
line-height: 1.1em;
}

#footer {
text-align: left;
margin-bottom: 0;
padding-top: 6px;
padding-bottom: 6px;
font-size: .6em;
margin-top: 0;
background-image: url("images/footer_bg.jpg");
background-repeat: repeat-y;
background-color: #ffffff;
border-top: 5px #f2b08b solid;
padding-left: 60%;
color: #838383;
}

#footer a:visited {
color: #f2b08b;
}

#footer a:link {
color: #f2b08b;
}

#footer a:hover {
color: #f2b08b;
border-bottom: 1px #f2b08b solid;
}
.style1 {
	background-color: #8A8A8A;
	height: 650px;
	width: 160px;
	text-align: center;
}