/**
 * @file
 * Layout Styling (DIV Positioning)
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/*
 * Body
 */
body {
  display:block;
  position:relative;
}

#page-wrapper,
.region-bottom {
  /*
   * If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. See also the ie6.css file
   * for the necessary IE5/IE6quirks hack to center a div.
   */
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width:960px;
}

#page {
}

/*
 * Header
 */
#header {
}

#header .section {
}

.region-header {
  height:100px;
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
  position:relative;
}

/*
 * Content
 */


#graph-div
{
  overflow:visible;
  line-height:1.5em;
  padding:0;
  margin-left:730px;
  margin-top:-540px;
  height:50%;
  width:50%;
  z-index:1;
  position:relative;
}

#content,
.no-sidebars #content {
  float: left; /* LTR */
  width: 960px;/*960px 380px;*/
  margin-left: 0; /* LTR */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
  position:relative;
}

.node-type-statewide-summary #content
{
  width:960px;
}

.sidebar-first #content {
  width: 380px;/*760*/
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
  position:relative;
}

.one-sidebar #content
{
    width:760px;
    margin-left:200px;
    margin-right:-960px;
    position:relative;
}

.column #content
{
    width:380px;
    margin-left:200px;
    margin-right:-960px;
    position:relative;
}

.sidebar-second #content {
  width: 440px;/*760 380*/
  margin-left: 15px; /* LTR */
  margin-right: -455px;/*-760px; -390 /* LTR */ /* Negative value of #content's width + left margin. */
  margin-top:10px;
  position:relative;
}

.two-sidebars #content {
  width: 560px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
  position:relative;
}



/*
 * Right Content
 */
#content-2,
.no-sidebars #content-2 {
  float: left; /* LTR */
  width: 480px;/*960px;*/
  margin-left: 480px; /* LTR */
  /*margin-top:55px;*/
  margin-right: -500px; /* LTR 960 */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
  position:relative;

}

.sidebar-first #content-2 {
  width: 380px;/*760*/
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.sidebar-second #content-2 {
  width: 380px;/*760*/
  margin-left: 0; /* LTR */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.two-sidebars #content-2 {
  width: 560px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
}

#content-2 .section {
  margin: 0;
  padding: 0;
  position:relative;
}

/*
 * Navigation
 */
 
 .sidebar-second #navigation {
   margin-left: 0px;/*-5px; /* LTR */
}
 
#navigation {
  /*
  background-color:#86A1B2;
  */
  /*Background Fallback*/
  background-color:#EFF8FF;
  /*Gradients*/
  /*Safari 4-5, Chrome 1-9*/
  background: -webkit-gradient(linear,0%,0%,0%,100%,from(#FFFBFB),to(#EAEAEA));
  /*Safari 5.1, Chrome 10+*/
  background: -webkit-linear-gradient(top,#FFFBFB,#EAEAEA);
  /*Firefox 3.6+*/
  background: -moz-linear-gradient(top,#FFFBFB,#EAEAEA);
  /*IE 10*/
  background: -ms-linear-gradient(top,#FFFBFB,#EAEAEA);
  /*Opera 11.10+*/
  background: -o-linear-gradient(top,#FFFBFB,#EAEAEA);
  border: .2em solid #DADADA;
  /*box-shadow: 2px 2px 2px #DADADA;*/
  z-index:1;
  float: left; /* LTR */
  width:956px;
  /*margin-left: -5px; /* LTR */
  margin-right: -951px;/*-100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 2.75em; /* 4em The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
  position:relative;
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second,
.with-navigation #content-2 {
  margin-top:2.75em; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
  height:40px;
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 150px;/*480px;/*200px;*/
  margin-left: 0; /* LTR */
  margin-right: -200px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
}

.region-sidebar-first .section {
  margin: 50px 20px 0 0; /* LTR  0 20px 0 0*/
  padding: 0;
  z-index:0;
}

/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 470px;/*200px;*/
  margin-left: 470px;/*760px; /* LTR */ /* Width of content + sidebar-first. */
  margin-right: -940px;/*-960px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
}

.region-sidebar-second .section {
  margin: 33px 0 0 20px; /* LTR */
  padding: 0;
}

/*
 * Footer
 */
.region-footer {
}

/*
 * Page bottom
 */
.region-bottom /* See also the #page-wrapper declaration above that this div shares. */ {
}

/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-bottom {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/
