/*  CSS Document */

/*

------------------------------------------------------
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.
------------------------------------------------------

*/

/* Has a background image to create the panel across the top of the page. */

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

#banner {
background-image: url(images/site_hdr_01.gif);
background-repeat: no-repeat;
background-color: #000000;
height: 136px;
}

/* The panel on the left hand side is attached to this. */

#container1 {
padding: 0;
margin: 0;
background-image: url(images/leftbar_bg_11.gif);
background-repeat: repeat-y;
}

/* The image in the bottom right is attached to this. */

#container2 {
padding: 0;
margin: 0;
background-image: url(images/logo_bg_10.gif);
background-repeat: no-repeat;
background-position: bottom right;
}

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

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: .9em;
margin-top: 1px;
padding-bottom: 3px;
background-image: url(images/navbar_bg_04.gif);
background-repeat: repeat-x;
border-top: 2px #000000 solid;
padding-top: 3px;
border-bottom: 2px #000000 solid;
}

/* Top, Horizontal Navigation Bar */

div#navbar {font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
font-weight: bold;
padding: 0px;
width: 740px; }

#navbar ul li a:link, #navbar ul li a:visited {color: #ffffff;
text-decoration: none;
border: none #ffffff;
display: inline;
padding-top: 3px;
padding-left: 8px;
padding-bottom: 3px;
padding-right:8px; }

#navbar ul li a:hover, #navbar ul li a.current {color: #FEC604;
text-decoration: none; }

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* Styles for images */

.floatleft {
float: left;
margin: 5px 40px 10px 0px;
}



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

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 190px;
margin-right: 150px;
font-size: 12px;
line-height: 24px;
padding-right: 10px;
border-left: 1px #D2D4BB solid;
border-right: 1px #D2D4BB solid;
color: #1a3745;
}

#cmtm {
display: block;
background-color: #800000;
color: #FFFFFF;
margin-left: 10px;
}

p, ul, ol, table {
text-align: left;
padding-left: 12px;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
}

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

h1 {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
font-size: 20px;
padding-top: 10px;
padding-left: 12px;
padding-right: 0;
font-weight: normal;
}

h2 {
font-size: 15px;
font-weight: bold;
padding-left: 12px;
padding-top: 5px;
padding-bottom: 5px;
}

h3 {
font-size: 15px;
font-weight: 100;
padding-left: 12px;
padding-top: 5px;
padding-bottom: 5px;
}

.red {
color: #CC0000;
}

a:link, a:visited {
text-decoration: none;
color: #b11e17;
border-bottom: 1px #b11e17 solid;
}

a:hover {
text-decoration: none;
color: #487f9e;
border-bottom: 1px #487f9e solid;
}

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

#left-menu {
position: absolute;
top: 165px;
left: 0px;
bottom: 0px;
width: 190px;
background-image: url(images/slogan_06.gif);
background-repeat: no-repeat;
background-position: top;
font-size: 12px;
padding-top: 120px;
padding-bottom: 0px;
font-weight: bold;
}

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

#left-menu a:hover, #left-menu a.current {
color: #b11e17;
border-bottom: 2px #000000 solid;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 9px;
padding-bottom: 9px;
font-size: 10px;
line-height: 21px;
margin-top: 0;
padding-right: 50px;
border-left: 1px #D2D4BB solid;
margin-left: 190px;
}

#footer a:link, #footer a:visited {
color: #999999;
border: none;
}

#footer a:hover {
color: #000000;
}
