/* self-clearing floats
----------------------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html #nav,
* html #inav,
* html #content,
* html #int_content,
* html #top_items,
* html .feature_box div { height: 1%; }



/* trigger hasLayout and target ie7/win only */
*:first-child+html #wrapper, 
*:first-child+html #nav, 
*:first-child+html #inav,
*:first-child+html #content, 
*:first-child+html #int_content,
*:first-child+html #top_items,
*:first-child+html .feature_box div { min-height: 1px; }

/* changes bullet position for internal side nav for ie7/win only */
*:first-child+html #int_content #side_nav .second,
*:first-child+html #int_content #side_nav .third { background-position: 0 6px; }

/* IE fixes */
* html #content, * html #int_content { margin-right: -40px; }
* html #column2, * html #column1 { display: inline; text-align:left; }
* html #sidebar { margin-right: -10px; position: relative; left: -4px; overflow-x: hidden; }
* html #int_content #side_nav li a { width: 140px; }
* html #int_content #side_nav .second li a { width: 127px; }
* html #int_content #side_nav .third li a { width: 117px; }

/* IE fixes for sf 111714 by Convio */
#wrapper div.convio_body div#content div.feature_box.convio div,
div.feature_box.convio div {
  width: 624px;
}
/* IE form fix 032008 by Shoffman */
#wrapper div.convio_body div#content div.feature_box.convio form,
div.feature_box.convio form {
  text-align:left;  width: 624px; }

#wrapper div.convio_body div#content div.feature_box.convio form { margin:inherit auto; }

/* START 06-25-2008 shoffman@defenders.org -- "click arrow" single component fix -- */
/* * html #wrapper { height:1%; } */
* html #wrapper { height: 10%; position:static; text-align:left;}
*:first-child+html #wrapper { position:relative; z-index:50;}

* html .pbMenuButtonTable {z-index:100; position:absolute; bottom:1px; margin:0 auto;}
* html #menu_img_0 {position:absolute; top:-20px; left:0; height:50px; background:#FFCC33; padding:10px;}
* html .pbMenuIcon {z-index:150; }

/* END 06-25-2008 shoffman@defenders.org -- "click arrow" single component fix -- */

/* START 1-16-2009 shoffman@defenders.org -- "center ie fix" */
* html #outer-wrapper { width:834px; margin:0 auto;}

/* END 1-16-2009 shoffman@defenders.org -- "center ie fix" */


