*
{
  margin  : 0px;
  padding : 0px;
}

div
{
  margin  : 0px;
  padding : 0px;
}

body
{
  color                 : #3D3D3D;
  margin                : 0px;
  padding               : 0px;
  font-size             : 0.8em;
  font-family           : Arial, Helvetica, sans-serif;
  background-image      : url(/templates/default/images/bg_tile.gif);
  background-attachment : fixed;
}

#outerwrapper
{
  position : relative;
  width    : 1000px;
  margin   : 0 auto;
}

/*Header */
#header
{
  width            : 1000px;
  top              : 0px;
  z-index          : 100;
  vertical-align   : bottom;
  margin           : 0px;
  background-color : white;
}

#block_1
{
  float            : left;
  width            : 800px;
  background-color : white;
  margin-left      : 200px;
}

* html #block_1
{
  display : inline;
}

#block_2
{
  float            : left;
  width            : 200px;
  margin-left      : -1000px;
  background-color : #F2F2EF;
}

.partners_magazine #block_1
{
  margin-left : 0px;
  width       : 798px;

}

.partners_magazine #block_2
{
  margin-left : 0px;
}

.partners_magazine #header
{
  width : 999px;
}

#footer
{
  clear             : both;
  background-color  : #c2c7aa;
  padding-top       : 10px;
  height            : 45px;
  display           : block;
  *background-color : none
}

/* css added by tom 12/5/2011 for membership myaccount changes requested by ctic */
.mem_status
{
  display : none;
}

.mem_opt_level
{
  display : none;
  clear   : left;
}

.mem_maj_level
{
  clear : left;
}

.mem_maj_level_subitem
{
  float : left;
}

.mem_official_title
{
  clear : left;
}

.myaccount .form_title
{
  float : left;
  clear : left;
}

.membership_list
{
  display : none;
}

.mem_official_options
{
  float : right;
  clear : right;
}

/* end membership css */
.onecolumn #block_1
{
  width       : 1000px;
  margin-left : 0px;
}

.onecolumn #block_2
{
  display : none;
}

/* Start Mac IE5 filter &#92;*/
#block_1, #block_2, #block_3
{
  padding-bottom : 32767px !important;
  margin-bottom  : -32767px !important;
}

/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust
 bottom value by -1px or as required */
.verticalalign
{
  position : absolute;
  bottom   : 0;
}

#block_1 .verticalalign
{
  width : 34%;
}

#block_2 .verticalalign
{
  width : 33%;
}

#block_3 .verticalalign
{
  width : 33%;
}

/* hack for Opera 7+ */
@media all and (min-width: 0px)
{
  .verticalalign
  {
    width : 100% !important;
  }

  /* But Opera 9 does it right, so CSS3 hax to the max */
  div[id^="wrapper"] #block_1 .verticalalign
  {
    width : 34% !important;
  }

  div[id^="wrapper"] #block_2 .verticalalign
  {
    width : 33% !important;
  }

  div[id^="wrapper"] #block_3 .verticalalign
  {
    width : 33% !important;
  }
}

/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
{
  width : 100% !important;
}

.verticalalign p
{
  position   : absolute;
  bottom     : 0;
  right      : 0;
  margin     : 0;
  padding    : 0;
  background : #996666;
}

#wrapper_extra
{
  position : relative;
}

* html #wrapper
{
  position : relative;
}

#wrapper
{
  overflow : hidden; /* This hides the excess padding in non-IE browsers */
}

/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra
{
  float : left;
  width : 100%;
}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
{
  /* Normally a Holly-style hack height: 1% would suffice but that causes
IE 5.01 to completely collapse the wrapper - instead we float it */
  float      : left;
  /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
  float /**/ : none;
}

/* easy clearing */
#wrapper:after
{
  content    : '[DO NOT LEAVE IT IS NOT REAL]';
  display    : block;
  height     : 0;
  clear      : both;
  visibility : hidden;
}

#wrapper
{
  display : inline-block;
}

/*&#92;*/
#wrapper
{
  display         : block;
  *padding-bottom : 10px;
}

/* end easy clearing */

/* START OF NARS HEIGHT FIX */
.tour .nars_wrapper
{
  *height : 2030px;
}

.scholarship .nars_wrapper
{
  *height : 1000px;
}

.national_conference .nars_wrapper
{
  *height : 1000px;
}

.coastal_workshop .nars_wrapper
{
  *height : 900px;
}

.lakes_workshop .nars_wrapper
{
  *height : 950px;
}

.riversstreams .nars_wrapper
{
  *height : 1000px;
}

.wetlands_workshop .nars_wrapper
{
  *height : 1100px;
}

.nars_parent .nars_wrapper
{
  *height : 1000px;
}

/* END OF NARS HEIGHT FIX */

/* add space on forms between headings and options */
  fieldset .item_desc{
    margin-bottom:10px;
  }
  
  .item_name{
    margin-right:4px;
  }
  
  .subitem .item_name{
    margin-bottom:10px;
  }
/* end */








