@charset "UTF-8";
/* EEC stylesheet */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes spacing between tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns test in caption and th */
caption, th
{ text-align: left; }

/*Removes quotation marks from q */
q:before, q:after
{ content: ''; }

/* General layout */
body {
background: #f5f5f5 url(/images/background.gif) repeat-x;
color: #333;
font: .8em/130% Arial, Helvetica, sans-serif;
}

#wrapper {
background: #fff none;
border: 2px solid #e9e9e9;
margin: 20px auto 0 auto;
padding: 10px;
width: 822px;
}

#header {
width: 822px;
}

#tagline {
background: #535355 none;
color: #fff;
font: 1.2em Geneva, Arial, Helvetica, sans-serif;
font-weight: lighter;
height: 25px;
padding: 5px 10px 5px 0;
text-align: right;
width: 812px;
}

#logo {
margin: 8px 0;
width: 822px;
}

#topnav {
background: #535355 none;
color: #fff;
float: left;
padding: 5px 20px;
position: relative;
text-align: left;
width: 782px;
z-index: 50;
}

#content {
border: 2px solid #e9e9e9;
clear: left;
float: left;
margin: 10px 0 15px 0;
padding: 8px;
position: relative;
width: 802px;
z-index: 1;
}

#top-images {
float: left;
position: relative;
width: 802px;
}

#top-images img {
border: 1px solid #e9e9e9;
margin-right: 7px;
}

#top-images img.last {
margin-right: 0;
}

#col1 {
clear: both;
float: left;
margin: 15px 0;
padding: 10px;
width: 588px;
}

#col1.section {
margin: 0;
}

#col2 {
border-left: 2px solid #e9e9e9;
float: right;
margin: 15px 0;
padding: 10px 15px;
width: 162px;
}

#col2-top-image {
float: right;
width: 193px;
}

#col2.page {
clear: right;
padding: 10px 10px;
width: 172px;
}

#col2-top-image img {
border: 1px solid #e9e9e9;
}

#btm-image {
background: #fff url(/images/footer-bkgrd.png) no-repeat;
color: #e65512;
font: 14px Geneva, Arial, Helvetica, sans-serif;
float: left;
height: 33px;
padding: 12px 30px 0 30px;
position: relative;
width: 762px;
}

#btm-image .fff, #btm-image a:link, #btm-image a:visited {
color: #FFBE95;
font-size: .9em;
text-decoration: none;
}

#btm-image a:hover {
text-decoration: underline;
}

#footer {
color: #535355;
clear: both;
font-size: .8em;
margin: 0 auto;
padding: 10px;
width: 822px;
}

.lft {
float: left;
text-align: left;
width: 30%;
}

.rt {
float: right;
text-align: right;
width: 70%;
}

#footer a:link, #footer a:visited {
color: #535355;
text-decoration:none;
}

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

#sitemap ul {
list-style: square;
}

/* Navigation */
#nav, #nav ul {
list-style: none;
}

#nav li {
float: left;
font-size: 1em;
font-weight: bold;
margin-right: 20px;
position: relative;
text-transform: uppercase;
}

#nav a:link, #nav a:visited {
color: #fff;
display: block;
text-decoration: none;
}

#nav ul a:link, #nav ul a:visited {
color: #535355;
text-decoration: none;
}

#nav a:hover, #nav ul a:hover, #nav a.on {
color: #e65512;
text-decoration: none;
}

* html #nav a {
width: 100%;
}

#nav ul {
display: none;
position: absolute;
}

#nav ul li {
background: #e9e9e9 none;
border: 0 none transparent;
border-bottom: 1px solid #535355;
color: #535355;
font-size: .9em;
float: none;
margin-bottom: -5px;
margin-top: 5px;
padding: 5px;
width: 160px;
z-index: 55;
}

#nav li:hover ul, li.over ul {
display: block;
}

#subnav {
width: 177px;
}

#subnav ul {
list-style: none;
}

#subnav li {
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
}

#subnav a:link, #subnav a:visited {
background: #535355 none;
color: #fff;
display: block;
margin-bottom: 5px;
padding: 0.5em 8px;
text-decoration: none;
width: 161px;
}

#subnav a:hover, #subnav a.active {
background: #e65512 none;
color: #fff;
}

/* Typography & formatting */
h1 {
color: #e65512;
font-size: 1.5em;
font-weight: normal;
text-transform: lowercase;
margin: .5em 0;
}

h2, th {
color: #e65512;
font-size: 1.3em;
font-weight: normal;
text-transform: lowercase;
margin: .5em 0;
}

p {
margin: 1em 0;
}

#col1 ul {
list-style-type: square;
margin: .5em 0;
}

#col1 li {
margin-left: 3em;
}

.clearfloat {
clear: both;
}

a:link {
color: #e65512;
text-decoration: underline;
}

a:visited {
color: #535355;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

table {
border: none;
width: 100%;
}

td, th {
padding: 2px;
vertical-align: top;
width: 50%;
}

th {
padding-top: 10px;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

.date {
colour: #333;
font-size: 0.8em;
}

ol li {
list-style-type: decimal;
}

/* Forms */

form {
width: 80%;
}

form td {
font-size: .9em;
padding: 3px 0 0 0;
width: 80%;
}

div.news-signup form {
width: 100%;
}

div.news-item {
margin-bottom: 5px;
}

div.news-item label {
font-size: .9em;
width: 165px;
}

input.news-textbox {
width: 165px;
}

/* News layout */
#news-archive {
clear: both;
float: left;
margin: 0;
padding: 10px;
width: 650px;
}

.newsletter {
width: 600px;
}

blockquote {
margin: 0 20px;
}

/* Social media */
#tw {
margin-top: 10px;
}
