/** BASIC -------------------------------------------------------------- */
* {
  margin: 0;
}

* {
  padding: 0;
}

body {
  font: normal .8em Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url(../images/background.png);
}

ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

a {
  color: #800000;
}

a:hover {
  text-decoration: none;
}

.redmessagebox{
  text-align: center;
  color: #c00000;
  margin-left: 25px;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-top: 1px solid #FF99FF;
  border-bottom: 1px solid #FF99FF;
  border-left: 1px solid #FF99FF;
  border-right: 1px solid #FF99FF;
}


iframe {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}


/** HEADER */

#header {
  width: 815px;
  height: 130px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background: #000080 url(../images/banner.png) no-repeat left top;
}

#header h1 {
  float: left;
  font-size: 1em;
  margin: 0px;
  padding: 35px 0px 0px 10px;
  display: none;
}

#header h2 {
  font-size: 1.1em;
  float: left;
  margin: 0px;
  padding: 43px 10px 0px 0px;
  display: none;
}
/** CONTENT */

#content {
  width: 815px;
  margin: 0px auto;
  background: #e0e0e0 url(../images/content_bg.png) repeat-y left top;
}

#content h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #0C3467;
  padding-top: 15px;
  padding-left: 20px;
  clear: both;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 38px;
}

#content .quickimage {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 4px;
  margin-right: 0px;
  border: 1px solid #c0c0c0;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-color: #ffffff;
}

#content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
  border: 1px solid #c0c0c0;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-color: #ffffff;
}
/** LEFT COLUMN ---------------------------------------- */


#columnLeft {
  float: left;
  width: 570px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

#columnLeft h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #0C3467;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 4px;
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #c0c0c0;

}

#columnLeft h3 {
    margin-top:13px;
    margin-bottom:5px;
    font-size: 14px;
    color: #9C5552;
    padding:0px;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
 }

#columnLeft h4 {
    margin-top:13px;
    margin-bottom:5px;
    font-size: 13px;
    color: #1D7E25;
    padding:0px;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-style: italic;
 }

#columnLeft p {
  padding-top: 2px;
  padding-bottom: 5px;
  line-height: 130%;
}

#columnLeft table {
  background-color: #FCF7F1;
  border:1px solid #E9CAAA;
  padding:3px;
  margin-top:3px;
  margin-bottom:3px;
}

#columnLeft tr {
    margin-top:0px;
    margin-bottom:0px;
    background-color: #FCF7F1;
    color: #705A2A;
    font-weight: 400;
}

#columnLeft td{
  text-align: left;
  padding: 6px;
  vertical-align: top;
  font-weight: normal;
}

#columnLeft td.center{
  text-align: center;
}

#columnLeft ul {
    margin-top:0px;
    margin-left: 30px;
    margin-bottom:15px;
    padding-left:4px;
    list-style-image: url('../images/arrow.gif');
}


#columnLeft ol {
    margin-top:0px;
    margin-left: 30px;
    margin-bottom:15px;
    padding-left:4px;
}

#columnLeft li {
    margin-top:0px;
    margin-bottom:5px;
}

/** LEFT COLUMN SMALL TABLE ---------------------------------------- */

#columnLeft table.smalltable{
  background-color: #FCF7F1;
  margin: auto;
  border:1px solid #E9CAAA;
  padding: 0px;
  width: 100%;
}

#columnLeft thead.smalltable tr.smalltable th.smalltable {
  background-color: #FCF7F1;
  padding: 0px;
}

#columnLeft td.smalltable{
  background-color: #FCF7F1;
  text-align: left;
  vertical-align: top;
  padding: 6px;
  border-bottom: 0px solid #848484;
  font-weight: normal;
  font-size: 85%;
}

/** LEFT COLUMN HOMEPAGE ---------------------------------------- */

#columnLeft table.homepage{
  background-color: #FCF7F1;
  margin: auto;
  border:1px solid #E9CAAA;
  padding: 0px;
}

#columnLeft thead.homepage tr.homepage th.homepage {
  background-color: #FCF7F1;
  padding: 0px;
}

#columnLeft td.homepage{
  background-color: #FCF7F1;
  text-align: left;
  vertical-align: top;
  padding: 12px;
  border-bottom: 0px solid #848484;
  font-weight: normal;
  font-size: 85%;
}

#columnLeft ul.homepage {
  list-style-type: square;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
}

#columnLeft img.homepage{
  display: block;
  float: right;
  margin-left: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
  border: 1px solid #c0c0c0;
  padding: 2px;
  background-color: #ffffff;
}

/** RIGHT COLUMN ---------------------------------------- */

#columnRight {
  float: right;
  width: 163px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 12px;
  text-align: center;
}

#columnRight h3 {
    margin-top:20px;
    margin-bottom:2px;
    font-size: 14px;
    color: #9C5552;
    padding:0px;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
}

#columnRight p {
  font-size: 0.8em;
  padding-top: 5px;
}

#columnRight p.testimonials {
  font-size: 0.8em;
  text-align: left;
  padding-top: 5px;
  font-style: italic;
}

#columnRight hr {
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
}

#columnRight img {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  margin-top: 1px;
  border: 1px solid #c0c0c0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #ffffff;
}
/** NEWS -------------------------------------------------------------- */

#news {
  font-size: 0.9em;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  background-color: #ffffff;
  border: 1px dashed #848484;
}

#news h3{
    margin-top:3px;
    margin-bottom:0px;
    font-size: 14px;
    color: #9C5552;
    padding:0px;
    clear:both;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
 }

#news h4{
    margin-top:7px;
    margin-bottom:2px;
    font-size: 13px;
    color: #1D7E25;
    padding:0px;
    clear:both;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}

#news h4 span{
    color: #848484;
    font-size: 80%;
    font-weight: normal;
}

#news p{
    color: #404040;
    padding-top: 1px;
    padding-bottom: 1px;
}

#news li{
    color: #404040;
    padding-top: 1px;
    padding-bottom: 0px;
}
/** EVENTS -------------------------------------------------------------- */

#events {
    font-size: 0.85em;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    background-color: #ffffff;
    border: 1px dashed #848484;
    margin-top: 5px;
    margin-bottom: 5px;
}

#events h4{
     color: #404040;
     margin-top: 0px;
     margin-bottom: 2px;
}

#events p{
     color: #404040;
     padding-top: 0px;
     padding-bottom: 3px;
}




/** SHOP -------------------------------------------------------------- */

#shop p {
  padding-top: 0px;
  padding-bottom: 5px;
}

#shop h2 {
  padding-bottom: 10px;
}

#shop table caption{
  font-size: 1.1em;
  color: #000000;
  font-weight: normal;
  padding: 3px;
  background-color: #c0c0c0;
  border: solid #848484;
  border-width: 1px 1px 0px 1px;
}

#shop table th {
  font-size: 0.9em;
  color: #000000;
  font-weight: normal;
}

#shop table td {
  font-size: 0.8em;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #848484;
}

#shop table td p{
  margin-top: 0px;
  margin-bottom: 5px;
}

#shop table td.center {
  text-align: center;
  vertical-align: top;
}

#shop table td.left {
  text-align: left;
  vertical-align: top;
}

#shop table td.right {
  text-align: right;
  vertical-align: top;
}

#shop table td img {
  border: 1px solid #cde2a1;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #ffffff;
}

#shop table tfoot td{
  font-size: .8em;
  color: #000000;
  font-weight: normal;
  padding: 3px;
  background-color: #c0c0c0;
  border: 1px;
}

#shop table tfoot td a {
  text-decoration: none;
  color: #000000;
}

#shop table tfoot td a:hover {
  text-decoration: none;
  color: #404040;
}

#shopSpecials {
  font-size: 85%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  border: 1px dashed #848484;
  background-color: #ffffff;
}

#shopSpecials H3{
  color: #404040;
  margin-bottom: 5px;
  margin-top: 5px;
}

/** FORM -------------------------------------------------------------- */
#form h3 {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #0C3467;
    padding-top: 2px;
    padding-left: 0px;
    padding-bottom: 2px;
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #c0c0c0;

}


#form fieldset{
  border: 0px solid #848484;
}

#form legend{
  color: #000000;
  background-color: #c0c0c0;
  border: 1px solid #848484;
  font-size: 100%;
  margin-left:6px;
  padding: 2px 6px;
  visibility:hidden;
}

#form textarea{
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #F5F6CE;
  padding: 2px 2px 2px 2px;
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
}

#form .redmessage {
  color: #c00000;
  font-size: 0.85em;
}

#form table {
  background-color: #FCF7F1;
  border:1px solid #E9CAAA;
  border-collapse: collapse;
  padding:0px;
  margin-top:2px;
  margin-bottom:2px;
}

#form table td img {
  border: 0px solid #cde2a1;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #ffffff;
}

#form table td.center {
  text-align: center;
  vertical-align: top;
}

#form table td.left {
  text-align: left;
  vertical-align: top;
}

#form table td.right {
  text-align: right;
  vertical-align: top;
}

#form input{
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #F5F6CE;
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
  padding: 2px 0px 2px 0px;
}

#form select{
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #F5F6CE;
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
  padding: 2px 0px 2px 0px;
}

#form .buttons {
  background: #E8EBF0;
  color: #848484;
  padding: 3px;
  overflow: visible;
  border: 1px solid #848484;
  margin-bottom: 6px;
}

#form input [ type = "submit" ]:hover {
  color: #000;
  background: #D8D8D8;
  border-color: #848484;
}

#form input [ type = "reset" ]:hover {
  color: #000;
  background: #D8D8D8;
  border-color: #848484;
}

#form hr {
  border: dashed #848484;
  color: #848484;
  border-width: 1px 0 0 0;
  height: 0;
  line-height: 0px;
  font-size: 0;
  margin-top: 5px;
  margin-bottom: 2px;
  padding: 0;
}

/** FOOTER -------------------------------------------------------------- */

#footer {
  width: 815px;
  height: 65px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background: #000080 url(../images/footer.png) no-repeat left bottom;
}

#footer p {
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #ffffff;
  font-size: smaller;
}

#footer a {
  color: #c0c0c0;
}

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