/**
 * @version $Id: template.css 1.01
 * @author Design Action Collective 
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
 
 /* 
  colors:
  beige: #F5E0B7;F5EAD3
  terra cotta: #993300;
  brown: #6B4B18; 

  
  @import url("menu.css");
 */
/*** typography ***/

@font-face {
    font-family: 'RockwellStdRegular';
    src: url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-webfont.eot');
    src: url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-webfont.woff') format('woff'),
         url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-webfont.ttf') format('truetype'),
         url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-webfont.svg#RockwellStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockwellStdBold';
    src: url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-bold-webfont.eot');
    src: url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-bold-webfont.woff') format('woff'),
         url('http://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-bold-webfont.ttf') format('truetype'),
         url('  ://www.bsc.coop/templates/bsc-main/css/fonts/rockwellstd-bold-webfont.svg#RockwellStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#logo, #top_nav, #top_nav li a {
  font-family:'RockwellStdBold', Georgia, serif;
  font-weight: normal;
  }

h1, h2, h3, h4, h5, #header_right, #secondaryContent p, a.menu_header, ul.gkTabs li, .gkIsTextTitle, .home_sidebar, .componentheading {
  font-family: 'RockwellStdRegular', Georgia, serif;
  font-weight: normal !important;
}

/*** general declarations ***/

*
{
  margin: 0;
  padding: 0;
}

html, body, form, fieldset {
  margin: 0;
  padding: 0;
}

li {
    margin-left: 1.5em;
  }

body {
  margin:0 0 35px 0;
  padding:0;
  background: url(../images/bg_tile_paper.png)/* repeat #fbe5c0*/;
  font:14px Arial, Helvetica, sans-serif;
  }

a {
  color: #930;
  border:none;
  text-decoration:none;
  
}  

a:hover {
  color: #030;
  text-decoration:none;
  border:none;
}

a img {
  border:none;
}

p {
  line-height: 140%;
  }

h1, h2  {
  color:#030;
  margin:0 0 .5em;
}
h2, .componentheading {
  font-size: 175%;
  }
h3 {
  font-size: 140%; 
  color: #930;
  margin: 1em 0 .5em;
  }
h4 {
  color: #030;
  text-transform: uppercase;
  font-size: 110%;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  }  
h5 {
  color: #030;  
  font-size: 100%;
  }  
h1 a, h2 a, h3 a, h4 a {
  color: #030;
  text-decoration:none;
}

p {
  margin: 1em 0;
  line-height: 150%;
}
h4, h5 {
  margin-bottom: 0;
  }
ul, ol {
  margin-left: 1.5em;
  }
li {
  margin: 0.5em 0;
  }
blockquote {
  font-size:110%;
  line-height: 150%;
  color:#993300;
  font-style:italic;
  border-top: 2px solid #F5E0B7;
  border-bottom: 2px solid #F5E0B7;
  padding: 0 0.5em;
  margin:1.5em 0;
  }  
blockquote a {
  text-decoration: underline;
  }  
.clearfloat {
  clear: both;
  }  

/*** main containers ***/

#container {
  width:970px;
  margin: 0 auto;
  }
  
.content {
  background-color:#fff;
  padding:5px;
  -moz-box-shadow: 0 0 5px 5px #C8B99B;
  -webkit-box-shadow: 0 0 5px 5px #C8B99B;
  box-shadow: 0 0 5px 5px #C8B99B;
  }
  
#main {
  width:630px;
  float:left;
  /*margin:-25px 0;
  */}
#main h1 {
  }

/*** header ***/

#header {
  height: 100px;
  position: relative;
  
  }
  
#logo {
  margin-top: 20px;
}
#logo h1 {
  text-indent: -10000px;
  direction: ltr;
}
#logo img {
  border:none;
}

#header_right {
  position:absolute;
  top: 10px;
  right: 5px;  
  font-size: 24px;
  width: 245px;  
} 
#header_right p {
  margin: 0;
  }
#header_right a {
  color: #F5E0B7;
  padding: 1px 20px 5px;
  text-align: center;
  margin-left: 5px;
  background: #6B4B18;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
#header_right a.header_apply {
  background: #993300;
  }
#header_right a:hover {
  color: #fff;
  }

#mod-finder-searchform label {
  display: none;
  }
#mod-finder-searchform input#mod-finder-searchword {
  float: right;
  }
.moduletable_header_donate {
  position: relative;
  top: 10px;
  }
.moduletable_header_search {}

.mod_googleSearchcse {
  float: right;
  }
.mod_googleSearchcse input.inputbox {
  background: none #fff !important;
  color: #AAAAAA;
    padding: 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  }

.mod_googleSearchcse input.button {  
  background: none repeat scroll 0 0 #003300;
    border: medium none;
    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
    color: #F5E0B7;
    font-family: 'RockwellStdBold',Georgia,serif;
    letter-spacing: 0.05em;
    margin: 0 5px 0 10px;
    padding: 5px 10px;
    text-transform: uppercase;
  font-size: 12px;
  }

/*** header nav ***/

#header_nav {
  background-color:#030;
  }
#header_nav ul { /*so that nav is aligned with container width*/
  width:970px;
  height:30px;
  margin:0 auto;
  list-style-type:none;
  padding:0;
  text-align:right;
  }
#header_nav ul li {
  float:right;
  margin: 0;
  }
#header_nav ul li a {
  display:block;
  text-decoration:none;
  font:11px/18px Arial, Helvetica, sans-serif;
  color:#f5e0b7;
  padding:5px 10px;
  height:20px;
  border-left:1px solid #f5e0b7;
  }
#header_nav ul li a#leftmostLink {
  border-left:0;
  }  
a.header_facebook {
  background-color: #2E3D4C;
  }  
a.header_managers {
  background-color: #6B4B18;
  }
a.header_login {
  background-color: #990000;
  }


/*** Top nav ***/
  div#maximenuck ul.maximenuck {
    background: none;
    }
  
  #top_nav ul li a:last-child {
    border-right: none;
    }
  /*ul#top_nav {
    margin:0;
    padding:0;
    overflow:hidden;
    list-style-type:none;
    width:100%;
    background-color:#030;
    position:relative;
    top:-35px;
    }
  */
  #maximenuck {
    background: #030;
    margin-bottom: 10px;
    }
  div#maximenuck ul.maximenuck {
    display: block !important;
    float: none !important;
    height: 34px;
    margin: 0;
    overflow: visible !important;
    padding: 0;
    visibility: visible !important;
    text-align: center;
  }
  
  div#maximenuck ul.maximenuck li.level1 {
    line-height: normal;
    background: none;
    padding: 0;
    
  }
  
  div#maximenuck ul.maximenuck li.level1 > a {
    border-left: 1px solid #F5E0B7;
    background:#030 !important;
    padding:15px 20px;
    text-transform:uppercase !important;
    min-height: 0;  
  }
  
  div#maximenuck ul.maximenuck li.level1 > a span.titreck {
    font-size: 18px;
    text-transform: uppercase;
    color:#f5e0b7;
    }
  div#maximenuck ul.maximenuck li.level1 > a:first-child {
    border-right: none;
    }
  
  #top_nav li a {
  /*  float:left;
    display:block;
    margin:0;
    color:#f5e0b7;
    text-decoration:none;
  */}
  
  #top_nav li a:hover {
    background-color:#040;
    }  
  #top_nav ul.menu {
  /*  text-transform: uppercase;
    height:25px;
    padding:5px 0 0;
    margin-left: 0;
    */}
  
  #top_nav ul.menu li.active {
    }
  
  div#maximenuck ul.maximenuck2 li.maximenuck {
    margin: 0;
    padding: 0;
    }
  div#maximenuck ul.maximenuck2 li.parent > a:after {
    content: "  \00BB"
    }
  
  /* level 2 */
  div#maximenuck ul.maximenuck ul.maximenuck2 {
  /*  background: #030;
  */}
  div#maximenuck ul.maximenuck li.level2 {
    }
  div#maximenuck ul.maximenuck li.level2 > a, div#maximenuck ul.maximenuck li.level2 > span  {
    padding: 5px 5px 5px 20px;
    color: #F5E0B7;
    background:rgba(0, 51, 0, .95) !important;

    } 
  div#maximenuck ul.maximenuck li.level2 > a span.titreck, div#maximenuck ul.maximenuck li.level3 > a span.titreck, div#maximenuck ul.maximenuck li.level4 > a span.titreck {
    color:#f5e0b7;
    font-size: 14px;
    }
  
  /* level 3 */
  div#maximenuck ul.maximenuck2 {
    }
  div#maximenuck ul.maximenuck li.level3 {}
  div#maximenuck ul.maximenuck li.level3 > a, div#maximenuck ul.maximenuck li.level3 > span {
    padding: 5px;
    margin-left: 16px;
    color: #F5E0B7;
    background:rgba(0, 51, 0, .9) !important;
    }
  div#maximenuck ul.maximenuck li.level3 ul {
    /*width: 300px;
    */}
  
  div#maximenuck ul.maximenuck li.level4 {
    /*display: inline-block;
    */  }
  
   
   div#maximenuck ul.maximenuck li.level4 > a, div#maximenuck ul.maximenuck li.level4 > span {
    padding: 5px;
    margin-left: 16px;
    color: #F5E0B7 !important;
    background:rgba(0, 51, 0, .9) !important;
    }  
  div#maximenuck ul.maximenuck li.level3 > a span.titreck {
    color:#f5e0b7;
    }
  
  div#maximenuck ul.maximenuck li.level1 > a span.titreck, div#maximenuck ul.maximenuck li.level1 > span.separator span.titreck {
    }
  
  div#maximenuck ul.maximenuck li div.floatck {
    background: none;
    border: none;
    }
  
  div#maximenuck ul.maximenuck li.parent.level1 > a, div#maximenuck ul.maximenuck li.parent.level1 > span {
    background: none;
    }
  div#maximenuck ul.maximenuck2 li a.maximenuck, div#maximenuck ul.maximenuck2 li span.separator {
    border-bottom: none;
    }  




/*** Home styles ***/

  /* slideshow */
#home_slideshow {
  width:630px;
  height:390px;
  margin-bottom: 12px;
  }

#home_slideshow h4 {
  margin:0;
  padding:0;
  }
  
/*.gkIsWrapper-gk_the_real_design .gkHeaderBg {
  background: none;
  }  
.gkIsWrapper-gk_the_real_design .gkIsTextTitle {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  height: 43px;
  background: url(../images/bg_slides_caption.png);
  }  
.gkIsWrapper-gk_the_real_design .gkIsTextTitle a {
  padding-left: 15px;
  }
.gkIsInterface  {
  height: 43px;
  background: none;
  }
.gkIsWrapper-gk_the_real_design .gkIsInterface ul li {
  background:url(../images/bg_slides_pagination.png) no-repeat scroll 0 bottom transparent;
  margin: 0;
  }
.gkIsInterface ul {
  float: right;
  margin-right: 15px;
  }  
  
.gkIsWrapper-gk_the_real_design .gkIsInterface {
  height: 43px;
  background: none;
  margin-top: -47px;
  position: relative;
  z-index: 150;
  }
  /*********/
.gkIsWrapper-gk_financial_business .gkIsText {
  background: url(../images/bg_slides_caption.png) repeat;
  height: 42px;
    margin-top: -43px;
    z-index: 100;
  }    
.gkIsWrapper-gk_financial_business .gkIsTextTitle a {
  padding-left: 15px;
  color: #F5E0B7;
  height: auto;
  line-height: 14px;
  font-size: 16px;
  }
.gkIsWrapper-gk_financial_business .gkIsTextTitle a:hover {
  color: #fff;
  }  
.gkIsWrapper-gk_financial_business .gkIsTextInterface {
  margin: 16px 18px 0 0;
  }
.gkIsWrapper-gk_financial_business .gkIsTextInterface span {
  background-image: url(../images/bg_slide_pagination.png);
  margin-left: 6px;
  }
.gkIsWrapper-gk_financial_business .gkIsTextTitle span, .gkIsWrapper-gk_financial_business .gkIsTextTitle span:first-child, .gkIsWrapper-gk_financial_business .gkIsTimeline {
  display: none;
  }  

  /* home page tabs */

#home_tabs .tabbedContentContainer ul {
  margin:0;
  padding:0;
  position:relative;
  left:290px;
  top:-53px;
  }

#home_tabs .tabbedContentContainer ul li {
  list-style-type:none;
  float:left;
  margin:0;
  }
#home_tabs ul.gkTabs {
  float: right;
  margin-right: 5px !important
  }  
#home_tabs ul.gkTabs li {
  border: none !important;
  }
#home_tabs ul.gkTabs li span, .tabbedContentContainer ul li a {
  display:block;
  padding:10px 20px;
  margin:0 0 0 2px;
  text-decoration:none;
  text-transform:uppercase;
  background:#6b4b18;
  color:#f5e0b7;
  font-size:26px;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  }

#home_tabs ul.gkTabs li.active span, ul.gkTabs li span {
  /*background: none;
  */}

#home_tabs ul.gkTabs li.active span, .tabbedContentContainer ul li a.active {
  background:#c96;
  color:#930;
  }

#home_tabs .gkTabContainer0 {
  color:#930;
  background:#c96;
  border-radius:5px;
  -moz-border-radius:5px;
/*  margin:50px 0 0 0;
  */padding:15px 25px;
}
#home_tabs .gkTabContainer1 {
  background: none;
  }
#home_tabs .tabbedContentContainer p.datePosted {
  font-weight:normal;
  padding:0;
  margin:0;
  }
#home_tabs .gkTabItem, #home_tabs .gkTabItemSpace {
   padding: 0;
   }
#home_tabs .nspArt {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  }  
#home_tabs .nspArt h4.nspHeader {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold !important;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  }  
#home_tabs .nspArt h4.nspHeader a {
  color: #993300;
  }

#home_tabs .nspArt p.nspInfo {
  overflow: hidden;
  width: 75%;
  margin: 0;
  }  
/*** Interior Styles ***/

#interior #main img {
  float:left;
  margin: 0 15px 15px 0;
  }

#left {
  width:200px;
  float:left;
  margin-right:20px;
  margin-left: 10px;
}

#center {
  float:left;
  margin-top: 5px;
  }
.one_column_span {
  width: 390px;
  }
.two_column_span {
  width: 700px;
  }  

#gkTab-130 ul.gkTabs {
  margin: 0 8px !important;
  }

#gkTab-130 ul.gkTabs li {
  width: 30%;
  }  
#gkTab-130 ul.gkTabs li {
  font-size: 16px;
  float: none;
  display: inline-block;
  padding-top: 0 !important;
  margin-top: -5px !important;
    -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: none repeat scroll 0 0 #F5E0B7 !important;
  border-width: 2px 1px 0 !important;
  border-style: solid !important;
  border-color: #fff !important;
  }
#gkTab-130  ul.gkTabs li.active {
    background: none repeat scroll 0 0 #6B4B18 !important;
  border-color: #fff !important;
  padding-top: 3px !important;
  margin-top: -8px;
  }
#gkTab-130 ul.gkTabs li span {
    color: #6B4B18;
  position: relative;
  margin: 0px;
  padding: 5px 0 10px;
  text-align: center;
  font-size: 16px;
  background: none !important;
  text-transform: none;
  }

#gkTab-130 ul.gkTabs li.active span {
  color: #fff;
  }
  
#gkTab-130 .gkTabContainer0  {
  margin-top: -1px;
  border: 2px solid #F5E0B7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#gkTab-130 .ui-lightness .ui-state-default, 
#gkTab-130 .ui-lightness .ui-widget-content .ui-state-default, 
#gkTab-130 .ui-lightness .ui-widget-header .ui-state-default {
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #F5E0B7;
  -moz-border-radius: 0;
  
  }
#gkTab-130.ui-lightness .ui-state-default a, 
#gkTab-130 .ui-lightness .ui-state-default a:link, 
#gkTab-130.ui-lightness .ui-state-default a:visited {
  color: #6B4B18;
}
#gkTab-130 .gkTabContainer0, #gkTab-130 .gkTabContainer1, #gkTab-130 .gkTabContainer2 {
  }

#gkTab-130 .ui-lightness .ui-state-active a, 
#gkTab-130 .ui-lightness .ui-state-active a:link, 
#gkTab-130 .ui-lightness .ui-state-active a:visited {
  color: #993300;
  }

#gkTab-130 .ui-lightness .ui-widget-content {
  border-color: #F5E0B7; }

/*** left sidebar ***/

#left ul.menu {
  }
#left ul {
  list-style-type: none;
  margin-left:0;
  }
  
#myBlog-wrap #myBlog-head {
  background: none;
  border-bottom: 2px solid #F5E0B7;
  }
#myBlog-wrap #myBlog-head h3 {
  padding: 0;
  font-size: 32px;
  }

#myBlog-wrap #myBlog-head h3, #myBlog-wrap #myBlog-head .desc  {
  text-indent: 0;
  }
 #myBlog-wrap #myBlog-toolbar li a {
  color: #6B4B18;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: none repeat scroll 0 0 #F5E0B7 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #fff !important;}
 
 #myBlog-wrap #myBlog-toolbar li.blogActive a {
  color: #6B4B18;
  background: none repeat scroll 0 0 #fff !important;
  border-color: #F5E0B7 !important;
  padding-top: 3px !important;}
  
#myBlog-wrap .postSummary-top a, #myBlog-wrap .postContent-top a {
  color: #030;
  }  
.postSummary-top ul {
  margin-left: 0;
  }

/*#left li {
  margin:0 0 0 ;
}
#left ul li a{
  padding-left:1em;
  }
#left ul.menu li a {
  color:#333;
  border-bottom:1px dotted #ccc;
  text-decoration:none;
  display:block;
  padding:7px;
}

#left ul.menu li a:hover {
  background:#ccc;
}
#left li.active ul {
  font-weight:normal;
}
#left li.active {
  font-weight:bold;
}
#left ul.menu li.current a {
color:#666666
}
#left ul.menu li.current ul li a {
color:#333
}
#left li.parent ul li a {
  padding-left:20px;
  }
  
#left li.parent ul a {
  /*margin-left:20px;  
#left ul.menu li ul li ul li a { 
  padding-left:40px;
  }
*/

#left .accordeonck {
  /*background: #F5E0B7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  */}

#left .accordeonck li {
  background: none !important;
  list-style-type: none !important;
  border-bottom: 1px solid #F5E0B7;
  border-top: none !important;
  font-weight: bold;
}

#left .accordeonck li:first-child, #left .accordeonck li li {
  border: none !important;
  }
#left .accordeonck li li li {
  margin-left: 0;
  font-weight: normal;
  }  
  
#left .accordeonck li a {
  color: #993300 !important;
  padding-left: 5px;
  }
#left .accordeonck li a.isactive {
  color: #993300 !important;
  
  background: #F5EAD3;
  }
/*#left .accordeonck li a.isactive:before {
  content: "\00BB ";
}*/  
#left .accordeonck ul li a.menu_header {
  color: #993300 !important;
  border-bottom: 1px solid #930;
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
  text-transform: uppercase;
  padding-left: 0;

}
#left .accordeonck li a.menu_header {
  content: "" !important;
  background: none !important;
  }
  
.img_caption {
  font-size:90%;
  color:#666;
  line-height:normal;
}

.one_column_span img {
  max-width: 380px;
  height: auto;
  }


/*** right sidebar ***/

#right { 
  float: left;
    margin-left: 12px;
  }

#home #right {
  width: 315px;  
  }

#interior #right {
  width:320px;
  margin-left: 20px;
  margin-top: 5px;
  }  
#interior #right > div {
  margin-bottom: 20px;
  }

#right h3 {
  margin-top: 0;
  }  
  
#right li {
  font-weight: bold;
  }
#right ul.menu {
  margin-left: 0;
  }
#right ul.menu li {
  list-style-type: none;
  }  
#right ul.menu a.menu_header {
   color:#333;
   font-size:1.155em;
  } 
#right ul.menu li li {
  list-style-type: square;
  }
  
#right .nspArt h4 a, #right .nspArt h4 p {
  color: #993300;
  }
#right .nspArt h4 a:hover {
  color: #030;
  }
#right .nspArt h4 {
  font-size: 100%;
  text-transform: none;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  letter-spacing:normal;
  }  
#right .nspArt p.nspInfo  {
  margin-top: 0;
  }
/* home sidebar */

#right > .home_sidebar {
  margin-bottom: 12px;
  }
.home_sidebar a {
  color: #F5E0B7;
  text-transform: uppercase;
  }  
.home_sidebar a:hover {
  color: #fff;
  text-decoration: none;
  }
  
.moduletable_applyonline {
  height: 120px;
  }
  
._welcome{
	height: 150px;
}
.moduletable_applyonline h3 {
  background: url("../images/header_sidebar.png") no-repeat right;
    color: #FFFFFF;
    font-size: 30px;
  line-height: 40px;
    height: 57px;
    margin: 0 -20px -10px 0;
    text-transform: none;
  }
.moduletable_applyonline h3 a {
  color: #F5E0B7;
  margin-left: 21px;
  }
.moduletable_applyonline h3 a {
  color: #FFF;
  }
.moduletable_applyonline p {
  font-size: 14px;
  color: #993300;
  margin-top: 0;
  margin-left: 20px;
  }  
.moduletable_applyonline a {
  color: #2E3D4C;
  text-transform: none;
  }  
.moduletable_applyonline a:hover {
  color: #030;
  text-decoration: none;
  }
.moduletable_ourcoops {
  background: #003300;
    padding: 10px 0 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }
.moduletable_ourcoops h3 {
  font-size: 44px;
  line-height: 38px;
    margin: 0 0 14px 0;
    text-align: center;
  }
.moduletable_ourcoops p {
  text-align: center;
  margin: 0;
  }  
.moduletable_subscribenewsletter {
  background: #2E3D4C;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  }
.moduletable_subscribenewsletter p {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin: 0;
  }
/*.moduletable_upcoming {
  margin-bottom:25px;
  }
.custom_upcoming p {
  padding-bottom:15px;
  border-bottom: 2px solid #ccc;
  }

.items-row, .items-leading {
  border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
  }
.items-row h2, .items-leading h2 {
  font-size:1.2em;
  line-height:normal;
  }  
.cat-children ul li {
  list-style-type: none;
}
.cat-children ul li li {
  list-style-type:disc;
  font-weight:normal;
  }
.item-title {
  font-weight:bold;
  }  
  
.item-title li {
  
  }

#right #twtr-widget-1 .twtr-bd, #right #twtr-widget-1 .twtr-timeline i a, #right #twtr-widget-1 .twtr-bd p {
  color: #333 !important;
  }
  */
  
/*** Modules ***/



.moduletable_login fieldset {
  border:none;
}

.moduletable_login h3 {
  font-weight:normal;
  margin-bottom:5px;
  }
.moduletable_login {
  font-size:0.9em;
  }
.remember, 
#mod_login_remember {
  display:none;
}
.moduletable_login p {
  display:inline;
}
.moduletable_login a {
  display:none;
}
.moduletable_video {
    width:640px;
  height:360px;
  background:#f0f0f0;
  text-transform:uppercase;
  margin-bottom:20px;
  }

.moduletable_home_left {
  color:#000;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  background: #F0F0F0; 
  float:left;
  font-size:0.9em;
  margin-right:10px;
  padding:10px;
  width:187px;
  min-height:147px;
}
.moduletable_home_left .date {
  font-weight:bold;
  color:#666666;
}
.moduletable_events p {
    background:#f0f0f0;
  height:150px;
  color:#f0f0f0;
  margin-top:10px;
  border:1px solid #ccc;
}
#home_bottom {
  border: 1px solid #333333;
  background:#ccc;
   margin-top: 2em;
  }
#home_bottom h3 {
  border-bottom: 1px solid #fff;
    font-size: 1em;
    padding: 5px 10px;
    text-transform: uppercase;
  background:#f5f5f5;
  }  
#home_bottom li {
  display: block;
  width:191px;
  float:left;
  margin:10px;
  }
#home_bottom a {
  font-weight:bold;
  color:#333;
  }
  
.TDB-tweet-time, .TDB-tweet-actions  {
  display: inline;
  }
 .TDB-tweet-container {
   padding: 0;
   border: none;
   }  
  
/*** search results ***/

fieldset {
  border: none;
  }
#finder-search  button {
  color: #fff;
  background: #6B4B18;
  border: none;
  padding: 3px 5px;
  }
a.advanced-search-toggle:after {
  content: " \00BB";
  }  

.result-title {
  font-weight: bold;
  }

.result-text {
  line-height: 130%;
  }

.result-url {
  margin-bottom: 1em;}  
  
/*** footer ***/

#footer_sitemap {    
  background: #030;
  clear: both;
  margin-top: 35px;
    padding: 10px;
  }
#footer_sitemap .moduletable {    
  float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 10px 0 0;
    width: 178px;
  }
#footer_sitemap .moduletable ul li {
  list-style-type:none;
  margin: 0;
  }

#footer_sitemap .moduletable ul li a {
  color: #F5E0B7
  }
#footer_sitemap .moduletable ul li a:hover {
  color: #fff;
  }  
#footer_sitemap .moduletable ul li a.menu_header {
  border-bottom: 1px solid #F5E0B7;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

#footer {
  font-size: 12px;
  font-weight: bold;
  margin-top:20px;
  padding-top: 10px;
  }
#footer, #footer a {
  color: #030;
  }  
#footer a:hover {
  color: #930;
  }  
.footer_left {
  float: left;
  /*padding: 20px;
  */}
.footer_right {
  float: right;
  /*padding:20px;
  */}
.footer_right ul li {
  list-style-type: none;
  display: inline;
  margin-left: 10px;
  }

