/* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* remove 'auto' and the width to switch to a fluid width */

#page { }
#page-inner { }
.wrap { margin: 0 auto; width: 990px; text-align: center; position: relative; }
.text-reset { text-align: left; }


/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0;
  margin-left: 20px;
}

#content-header {
padding-left: 20px;
}

#content-area {
padding-left: 20px;
}

.breadcrumb {
    padding-top: 6px;
	font-size: 1.2em;
	background: url("../images/breadcrumb_arrows.png") no-repeat scroll right center transparent;
	padding-right: 20px;
  margin-top: 10px;
  background: url("../images/read_more_arrows.png") no-repeat scroll right center transparent;
  color: #E51B24;
  display: inline-block;
  padding-right: 14px;
  width: auto;
}

.breadcrumb a {
	color: #707573 !important;
}

.breadcrumb a:hover {
color: #515554 !important;
}

.breadcrumb .light-orange {
	color: #e51b24;
  padding-right: 4px;
  vertical-align: text-bottom;
}

.breadcrumb .active {
	background: url("../images/breadcrumb_arrows.png") no-repeat scroll center bottom transparent;
}

.breadcrumb a.active {
	color: #e51b24;
}

.front #content {
margin-top: 30px;
}

.front #content-container #home-top {
    background: url("../images/middle_home_bg.jpg") repeat-x scroll center bottom #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.front #content-container #home-bottom {
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 30px;
}

.not-front #content-container {
    background: url("../images/int_header_bg1.jpg") repeat-x scroll center top #FFFFFF;
	position: relative;
    z-index: 49;
}



.sidebar {
  float: left;
}

#sidebar-second {
  float: right;
  margin-top: 140px;
  margin-bottom: 50px;
}

.node-type-insights #sidebar-second, .node-type-products #sidebar-second {
  float: right;
  margin-top: 150px;
  margin-bottom: 50px;
}

#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/* Sidebars width
 * --------------
 * Changing the width of the sidebars is dead easy, just change the
 * values below corresponding to the sidebar you want to modify.
 * Make sure you keep negative values as negative values.
 * For example, if I want to increase the width of the left sidebar
 * to 300px, I would have to change each '190' to '300'. */
.two-sidebars .center,
.sidebar-first .center {
  margin-left: 320px;
}

#sidebar-first {
    margin-right: -295px;
    margin-top: 30px;
    width: 290px;
    margin-bottom: 50px;
    margin-left: 10px;
}

.two-sidebars .center,
.sidebar-second .center {
  margin-right: 340px;
}

#sidebar-second {
  width: 320px;
}


.front #sidebar-second {
    margin-top: 0px;
    width: 282px;
}


/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
.inner {
  padding: 0;
}

/* Front
 * -------------
 * 
 */
.front h1.title,
.front #content-header .tabs {
  display: none;
}
