/*
Theme Name: BMA Sales2 2.0
Theme URI: 
Description: 
Version: 1.0
Author: Kermit Woodall
Author URI: http://kermitwoodall.com
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/

/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #D1D6E1;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #444444;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.bma-postheader, .bma-postheader a, .bma-postheader a:link, .bma-postheader a:visited, .bma-postheader a:hover,
.bma-blockheader .t, .bma-vmenublockheader .t, .bma-logo-text, .bma-logo-text a,
h1.bma-logo-name, h1.bma-logo-name a, h1.bma-logo-name a:link, h1.bma-logo-name a:visited, h1.bma-logo-name a:hover
{
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}

a
{
  text-decoration: none;
  color: #000000;
}

a:link
{
  text-decoration: none;
  color: #000000;
}

a:visited, a.visited
{

  color: #2E7684;
}

a:hover, a.hover
{
  text-decoration: underline;
  color: #BA4B1C;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{

  color: #009999;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 22px;
  color: #009999;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 18px;
  color: #009999;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 16px;
  color: #0B1B1E;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 14px;
  color: #0B1B1E;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 14px;
  color: #0B1B1E;
}

#bma-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}


#bma-page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;

}


#bma-page-background-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.bma-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 23px;
  min-height: 23px;
}

.bma-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.bma-sheet-tr, .bma-sheet-tl, .bma-sheet-br, .bma-sheet-bl, .bma-sheet-tc, .bma-sheet-bc,.bma-sheet-cr, .bma-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.bma-sheet-tr, .bma-sheet-tl, .bma-sheet-br, .bma-sheet-bl
{
  width: 42px;
  height: 42px;
  background-image: url('images/sheet_s.png');
}

.bma-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 21px, 21px, auto);
}

.bma-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 21px, 21px);
}

.bma-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(21px, 21px, auto, auto);
}

.bma-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(21px, auto, auto, 21px);
}

.bma-sheet-tc, .bma-sheet-bc
{
  left: 21px;
  right: 21px;
  height: 42px;
  background-image: url('images/sheet_h.png');
}

.bma-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 21px, auto);
}

.bma-sheet-bc
{
  bottom: 0;
  clip: rect(21px, auto, auto, auto);
}

.bma-sheet-cr, .bma-sheet-cl
{
  top: 21px;
  bottom: 21px;
  width: 42px;
  background-image: url('images/sheet_v.png');
}

.bma-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 21px);
}

.bma-sheet-cl
{
  left: 0;
  clip: rect(auto, 21px, auto, auto);
}

.bma-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 21px;
  left: 21px;
  right: 21px;
  bottom: 21px;
  background-color: #FFFFFF;
}

.bma-sheet
{
  margin-top: -5px !important;
  cursor:auto;
}

#bma-page-background-simple-gradient, #bma-page-background-gradient, #bma-page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Header */
div.bma-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 990px;
  height: 150px;
  overflow: hidden;
}


div.bma-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 990px;
  height: 132px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end Header */

/* begin Logo */
.bma-logo
{
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 970px;
}

h1.bma-logo-name
{
  display: block;
  text-align: right;
}

h1.bma-logo-name, h1.bma-logo-name a, h1.bma-logo-name a:link, h1.bma-logo-name a:visited, h1.bma-logo-name a:hover
{
  font-size: 35px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
}

.bma-logo-text
{
  display: block;
  text-align: right;
}

.bma-logo-text, .bma-logo-text a
{
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.bma-menu a, .bma-menu a:link, .bma-menu a:visited, .bma-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.bma-menu, .bma-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.bma-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.bma-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.bma-menu li li
{
  float: none;
}

.bma-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.bma-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.bma-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.bma-menu:after, .bma-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.bma-menu, .bma-menu ul
{
  min-height: 0;
}

.bma-menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.bma-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.bma-menu
{
  padding: 0 0 0 0;
}

.bma-nav
{
  position: relative;
  height: 35px;
  z-index: 100;
}

.bma-nav .l, .bma-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 35px;
  margin-left: 0px;
  background-image: url('images/nav2.png');
}

.bma-nav .l
{
  left: 0;
  right: 0;
}

.bma-nav .r
{
  right: 0;
  width: 990px;
  clip: rect(auto, auto, auto, 990px);
}


/* end Menu */

/* begin MenuItem */
.bma-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 35px;
  cursor: pointer;
  text-decoration: none;
}

.bma-menu li
{
  margin-right: 0;
  margin-left: 0;
}

.bma-menu ul li
{
    margin:0;
    clear: both;
}


.bma-menu a .r, .bma-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 87px;
  background-image: url('images/menuitem.png');
}

.bma-menu a .l
{
  left: 0;
  right: 0;
}

.bma-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.bma-menu a .t
{
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 22px;
  margin: 0 0;
  line-height: 35px;
  text-align: center;
}

.bma-menu a:hover .l, .bma-menu a:hover .r
{
  top: -40px;
}

.bma-menu li:hover>a .l, .bma-menu li:hover>a .r
{
  top: -40px;
}

.bma-menu li:hover a .l, .bma-menu li:hover a .r
{
  top: -40px;
}
.bma-menu a:hover .t
{
  color: #FFFFFF;
}

.bma-menu li:hover a .t
{
  color: #FFFFFF;
}

.bma-menu li:hover>a .t
{
  color: #FFFFFF;
}

/* end MenuItem */

/* begin MenuSubItem */
.bma-menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 32px;
  width: 180px;
  overflow: hidden;
  line-height: 32px;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 2px;
  border-style: solid;
  border-color: #009999;
}

.bma-nav ul.bma-menu ul span, .bma-nav ul.bma-menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.bma-menu ul a, .bma-menu ul a:link, .bma-menu ul a:visited, .bma-menu ul a:hover, .bma-menu ul a:active, .bma-nav ul.bma-menu ul span, .bma-nav ul.bma-menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 32px;
  color: #FFFFFF;

  margin:0;
  padding:0;
}

.bma-menu ul li a:hover
{
  color: #92C6E2;
  border-color: #009999;
  background-position: 0 -32px;
}

.bma-menu ul li:hover>a
{
  color: #92C6E2;
  border-color: #009999;
  background-position: 0 -32px;
}

.bma-nav .bma-menu ul li a:hover span, .bma-nav .bma-menu ul li a:hover span span
{
  color: #92C6E2;
}

.bma-nav .bma-menu ul li:hover>a span, .bma-nav .bma-menu ul li:hover>a span span
{
  color: #92C6E2;
}


/* end MenuSubItem */

/* begin Layout */
.bma-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 990px;
}

.bma-content-layout .bma-content-layout
{
  width: auto;
  margin:0;
}

div.bma-content-layout div.bma-layout-cell, div.bma-content-layout div.bma-layout-cell div.bma-content-layout div.bma-layout-cell
{
   display: table-cell;
}

div.bma-layout-cell div.bma-layout-cell
{
   display: block;
}

div.bma-content-layout-row
{
  display: table-row; 
}

.bma-content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.bma-layout-cell, .bma-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Button */
.bma-button-wrapper .bma-button
{

  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #E3F0F8 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.bma-button img, .bma-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.bma-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .bma-button-wrapper
{
  display: block;
  float: left;
}

input, select
{
  vertical-align: middle;

}

.bma-button-wrapper.hover .bma-button, .bma-button:hover
{
  color: #ECF6F8 !important;
  text-decoration: none !important;
}

.bma-button-wrapper.active .bma-button
{
  color: #E2EEF9 !important;
}

.bma-button-wrapper .l, .bma-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 99px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.bma-button-wrapper .l
{
  left: 0;
  right: 13px;
}

.bma-button-wrapper .r
{
  width: 415px;
  right: 0;
  clip: rect(auto, auto, auto, 402px);
}

.bma-button-wrapper.hover .l, .bma-button-wrapper.hover .r
{
  top: -33px;
}

.bma-button-wrapper.active .l, .bma-button-wrapper.active .r
{
  top: -66px;
}

.bma-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */
.bma-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.bma-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.bma-vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.bma-vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.bma-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.bma-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.bma-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.bma-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.bma-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.bma-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.bma-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 25px;
  min-height: 25px;
}

.bma-block-body
{
  position: relative;
  z-index: 1;
  padding: 10px;
}

.bma-block-tr, .bma-block-tl, .bma-block-br, .bma-block-bl, .bma-block-tc, .bma-block-bc,.bma-block-cr, .bma-block-cl
{
  position: absolute;
  z-index: -1;
}

.bma-block-tr, .bma-block-tl, .bma-block-br, .bma-block-bl
{
  width: 36px;
  height: 36px;
  background-image: url('images/block_s.png');
}

.bma-block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 18px, 18px, auto);
}

.bma-block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 18px, 18px);
}

.bma-block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(18px, 18px, auto, auto);
}

.bma-block-br
{
  bottom: 0;
  right: 0;
  clip: rect(18px, auto, auto, 18px);
}

.bma-block-tc, .bma-block-bc
{
  left: 18px;
  right: 18px;
  height: 36px;
  background-image: url('images/block_h.png');
}

.bma-block-tc
{
  top: 0;
  clip: rect(auto, auto, 18px, auto);
}

.bma-block-bc
{
  bottom: 0;
  clip: rect(18px, auto, auto, auto);
}

.bma-block-cr, .bma-block-cl
{
  top: 18px;
  bottom: 18px;
  width: 36px;
  background-image: url('images/block_v.png');
}

.bma-block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 18px);
}

.bma-block-cl
{
  left: 0;
  clip: rect(auto, 18px, auto, auto);
}

.bma-block-cc
{
  position: absolute;
  z-index: -1;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #009999;
}

.bma-block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.bma-blockheader
{
  position: relative;
  z-index: 0;
  height: 36px;
  margin-bottom: 0;
}

.bma-blockheader .t
{
  height: 36px;
  color: #FFFFFF;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 36px;	
}

/* end BlockHeader */

/* begin Box, BlockContent */
.bma-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.bma-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}


.bma-blockcontent-body
{
  color: #FFFFFF;
  font-size: 14px;
}

.bma-blockcontent-body a:link
{
  color: #F3F9FC;

}

.bma-blockcontent-body a:visited, .bma-blockcontent-body a.visited
{
  color: #F3F9FC;

}

.bma-blockcontent-body a:hover, .bma-blockcontent-body a.hover
{
  color: #6EB3D8;
  text-decoration: underline;
}

.bma-blockcontent-body ul
{
  list-style-type: none;
  color: #BBE0E7;
  margin: 0;
  padding: 0;
}

.bma-blockcontent-body ul li
{
  text-decoration: none;
  line-height: 1.25em;
  padding: 0 0 0 13px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Box, Post */
.bma-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.bma-post-body
{
  position: relative;
  z-index: 1;
  padding: 10px;
}


.bma-post
{
  margin: 7px;
}

a img
{
  border: 0;
}

.bma-article img, img.bma-article
{
  border: solid 1px #8AC9D6;
  margin: 10px;
}

.bma-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.bma-article table, table.bma-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.bma-article table, table.bma-article .bma-article tr, .bma-article th, .bma-article td
{
  background-color: Transparent;
}


.bma-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.bma-postheader
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 22px;
  color: #091820;
}

.bma-postheader a, .bma-postheader a:link, .bma-postheader a:visited, .bma-postheader a:hover
{
  font-size: 22px;
  margin: 0;
  color: #091820;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.bma-postheader a:link
{

  color: #0B1E28;
}

.bma-postheader a:visited, .bma-postheader a.visited
{

  color: #286571;
}

.bma-postheader a:hover, .bma-postheader a.hovered
{
  text-decoration: underline;
  color: #BA4B1C;
}
/* end PostHeader */

/* begin PostIcons, PostHeaderIcons */
.bma-postheadericons
{
  padding: 1px;
}

.bma-postheadericons, .bma-postheadericons a, .bma-postheadericons a:link, .bma-postheadericons a:visited, .bma-postheadericons a:hover
{
  font-size: 11px;
  color: #21545E;
}

.bma-postheadericons a, .bma-postheadericons a:link, .bma-postheadericons a:visited, .bma-postheadericons a:hover
{
  margin: 0;
}

.bma-postheadericons a:link
{

  color: #25698D;
}

.bma-postheadericons a:visited, .bma-postheadericons a.visited
{

  color: #25698D;
}

.bma-postheadericons a:hover, .bma-postheadericons a.hover
{

  color: #BA4B1C;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostContent */
.bma-postcontent p
{
  margin: 0.5em 0;
}

.bma-postcontent, .bma-postcontent p
{
  text-align: justify;
}

.bma-postcontent
{
  margin: 0;
}
/* end PostContent */

/* begin PostBullets */
ol, ul
{
  color: #091820;
  margin: 1em 0 1em 2em;
  padding: 0;

}

li ol, li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

li
{
  margin: 0.2em 0;
  padding: 0;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;

}



.bma-post li
{
  padding: 0 0 0 13px;
  line-height: 1em;
}

.bma-post ol li, .bma-post ul ol li
{
  background: none;
  padding-left: 0;
}

.bma-post ul li, .bma-post ol ul li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 13px;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.bma-postcontent blockquote p
{
  color: #0B1B1E;
  font-style: italic;
  text-align: left;
}

blockquote,
.bma-postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 41px;
  background-color: #FFFFFF;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.bma-postfootericons
{
  padding: 1px;
}

.bma-postfootericons, .bma-postfootericons a, .bma-postfootericons a:link, .bma-postfootericons a:visited, .bma-postfootericons a:hover
{
  font-size: 11px;
  text-align: left;
  text-decoration: none;
  color: #21545E;
}

.bma-postfootericons a, .bma-postfootericons a:link, .bma-postfootericons a:visited, .bma-postfootericons a:hover
{
  margin: 0;
}

.bma-postfootericons a:link
{

  color: #25698D;
}

.bma-postfootericons a:visited, .bma-postfootericons a.visited
{

  color: #25698D;
}

.bma-postfootericons a:hover, .bma-postfootericons a.hover
{

  color: #BA4B1C;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.bma-footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 990px;
  margin: 0 auto;
}

.bma-footer .bma-footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 10px;
  text-align: left;
}

.bma-footer .bma-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('images/footer.png');
  width: 990px;
  height: 150px;
  bottom: 0;
  left: 0;
}


.bma-footer .bma-footer-text p
{
  margin: 0;
}

.bma-footer .bma-footer-text
{
  display: inline-block;
  color: #555555;
  font-size: 11px;
}

.bma-footer .bma-footer-text a:link
{
  color: #25698D;
  text-decoration: underline;
}

.bma-footer .bma-footer-text a:visited
{
  text-decoration: none;
  color: #2E7684;

}

.bma-footer .bma-footer-text a:hover
{
  color: #BA4B1C;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.bma-page-footer, .bma-page-footer a, .bma-page-footer a:link, .bma-page-footer a:visited, .bma-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #2B78A1;
}

.bma-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #4EAEC1;
}
/* end PageFooter */

/* begin LayoutCell, content */
.bma-content-layout .bma-content
{
  width: 75%;
}
.bma-content-layout .bma-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */
.bma-content-layout .bma-sidebar1
{
  width: 25%;
}
/* end LayoutCell, sidebar1 */



.commentlist, .commentlist li
{
  background: none;
}

.commentlist li li
{
  margin-left: 30px;
}

.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin: 1px;
  background: #fff;
}

.commentlist li cite
{
  font-size: 1.2em;
}

#commentform textarea
{
  width: 100%;
}

img.wp-smiley
{
  border: none;
  margin: 0;
  padding: 0;
}

.navigation
{
  display: block;
  text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .bma-article .aligncenter img, .aligncenter img.bma-article, .aligncenter img, img.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.alignright img, img.alignright
{
  margin: 1em;
  margin-right: 0;
}

.alignleft img, img.alignleft
{
  margin: 1em;
  margin-left: 0;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End */


.hidden
{
  display: none;
}

/* Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

.gallery {
  letter-spacing: normal;
}

.bma-content {
  position: relative;
  z-index: 1;   
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}
