/************************************************************************
Template style

This style should only refer to the structure of
the Dreamweaver template and its included files
(excluding editable areas)
*************************************************************************/

html, body {
  background: #f7f5ef;
  margin: 0 auto 0 auto;
  padding: 0;
}

body {
  text-align: center;
  width: 1002px;
  color: #333333;
  font: 100%/1.25 Arial, Tahoma, Verdana, sans-serif;
  word-wrap: break-word;
}


/************************************************************************
Defaults (not specific to this site)
*************************************************************************/

/*************************
Headings
**************************/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/*************************
Common formatting
**************************/

p {
  margin: 0;
  padding: 0 0 1.25em 0;
}

ul, ol {
  margin: 0 0 0 1.25em;
  padding: 0 0 1.25em 0;
}

li {
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

small {
  font-size: 0.85em;
}

img {
  margin: 0;
  border: 0;
}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

/*************************
Links
**************************/

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}

/*************************
Forms
**************************/

form {
  margin: 0;
  padding: 0;
  display: inline;
}

input, select, textarea {
  font: 1em Arial, Helvetica, sans-serif;
}

textarea {
  width: 100%;
  line-height: 1.25;
}

label {
  cursor: pointer;
}

fieldset {
  border-width: 0;
}

/*************************
Tables
**************************/

table {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
}

table tr td,
table tr th {
  padding: 0;
  vertical-align: top;
  text-align: left;
}

/************************************************************************
Style for this site
*************************************************************************/

#top {
  margin: 0;
  padding: 0;
}

#page-wrapper {
  padding: 5px 10px 10px 10px;
  margin: 0;
  background: #ffffff;
  /* default font size for content */
  font-size: 0.8em;
  width: 980px;
  overflow: hidden;
  border-width: 0;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

/*************************
Top bar
**************************/

#topbar {
  height: 20px;
  border-width: 0;
  border-style: solid;
  border-color: #f7f5ef;
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 0;
}

#subscribe {
  text-align: left;
  background: url(images/subscribe.gif) no-repeat left center;
  width: 570px;
  padding-left: 105px;
  font-weight: bold;
  margin-left: 7px;
  margin-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  float: left;
}

#subscribe a {
  color: #222;
}

#subscribe a:hover {
  color: #cd1713;
}

#date {
  font-weight: normal;
  color: #cd1713;
  padding-top: 2px;
}

#toptools {
  width: 100px;
  float: right;
  text-align: right;
}

#search {
  width: 185px;
  float: right;
  margin-right: 7px;
}

#searchform {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: inline;
}

#s {
  padding: 2px 5px;
  border: 0;
  float: left;
  display: inline;
  color: #aaa;
  background: url(images/searchInput.gif) no-repeat;
  width: 140px;
  height: 20px;
}

.gobutton {
  background: url(images/gobutton.png) no-repeat;
  width: 31px;
  height: 18px;
  border: 0;
  margin-top: 1px;
  margin-left: 4px;
  cursor: pointer;
}

/*************************
Masthead and menus
**************************/

#masthead {
  height: 80px;
  background: url(images/masthead.jpg) center no-repeat;
}

#topnav {
  width: 990px;
  display: table-cell;
  vertical-align: middle;
  background: #222222;
  height: 24px;
  text-align: left;
}

#topnav ul {
  padding: 0;
}

#topnav li {
  display: inline;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 27px 0 0;
}

#topnav li a:link,
#topnav li a:visited {
  color: #ffffff;
  text-decoration: none;
}

#topnav li a:hover,
#topnav li a:active {
  color: #ffffff;
  text-decoration: underline;
}

#subnav {
  width: 990px;
  display: table-cell;
  vertical-align: middle;
  background: #f5f5f5;
  height: 24px;
  text-align: left;
  padding: 0 0 0 4px;
  border-width: 0;
  border-style: solid;
  border-color: #dddddd;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

#subnav ul {
  margin: 0;
  padding: 0;
}

#subnav li {
  display: inline;
  font-size: 0.8em;
  color: #495d5c;
  text-transform: uppercase;
  margin: 0 0 0 -5px;
/*  padding: 5px 6px 4px 6px; */
  padding: 6px 5px 5px 4px;
  border-width: 0;
  border-style: solid;
  border-left-width: 1px;
  border-left-color: #999999;
}

#subnav li:hover {
  background: #dfdfdf;
}

#subnav li a {
  color: #495d5c;
  text-decoration: none;
}

/*************************
Page body
**************************/

#page-body {
  padding: 0;
  text-align: left;
  overflow: hidden;
}

#page-left {
  width: 468px;
  margin: 0;
  padding: 20px 14px 20px 7px;
  display: table-cell;
  border-width: 0;
  border-style: solid;
  border-color: #c0c0c0;
  border-right-width: 1px;
}

#page-right {
  width: 468px;
  margin: 0;
  padding: 20px 7px 20px 14px;
  display: table-cell;
}

div.column-1 {
  width: 220px;
  padding: 0 14px 0 0;
  display: table-cell;
  border-width: 0;
  border-style: solid;
  border-color: #c0c0c0;
  border-right-width: 1px;
}

div.column-2 {
  width: 220px;
  padding: 0 0 0 14px;
  display: table-cell;
}

div.column-3 {
  width: 220px;
  padding: 0 14px 0 0;
  display: table-cell;
  border-width: 0;
  border-style: solid;
  border-color: #c0c0c0;
  border-right-width: 1px;
}

div.column-4 {
  width: 220px;
  padding: 0 0 0 14px;
  display: table-cell;
}

/*************************
Page bottom
**************************/

#footer {
  font-size: 0.9em;
  font-family: Arial, Tahoma, Verdana;
  background: #f5f5f5;
  margin: 0;
  padding: 10px 0 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-width: 0px;
  border-style: solid;
  border-color: #dddddd;
  border-top-width: 2px;
}

#footer a, #footer a:visited {
  color: #495d5c;
  text-decoration: none;
}

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