@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------- Default Colors */

/* --------- BODY */
.color-color-body {color: #d3d3d3;}
.color-bg-body {background-color: #d3d3d3;}
.color-border-body {border-color: #d3d3d3;}

/* --------- LINK */
#structure .color-color-link {color: #73ba00;}
#structure .color-bg-link {background-color: #73ba00;}
#structure .color-border-link {border-color: #73ba00;}
#structure a {color: #73ba00;}

/* --------- TRIM (BUTTONS) */
#structure .color-color-trim {color: #454545;}
#structure .color-bg-trim {background-color: #454545;}
#structure .color-border-trim {border-color: #454545;}
#structure .button {background-Color: #454545;}
#structure :hover.button {border: 1px solid #454545;}

/* --------- TRIM DARK */
#structure .color-color-trimdark {color: #73ba00;}
#structure .color-bg-trimdark {background-color: #73ba00;}
#structure .color-border-trimdark {border-color: #ffffff;}
#search-box {background-color:#73ba00;}
#structure .button {border-color: #73ba00;}

/* --------- DROPDOWN */
#structure .color-color-dropdown {color: #73ba00;}
#structure .color-bg-dropdown {background-color: #73ba00;}
#structure .color-border-dropdown {border-color: #73ba00;}
.header ul li {background-color: #73ba00;}

/* --------- SIDEBAR */
#structure .color-color-sidebar {color: #f3f2ec;}
#structure .color-bg-sidebar {background-color: #f3f2ec;}
#structure .color-border-sidebar {border-color: #f3f2ec;}

/* --------- TRIMLIGHT (ROLLOVERS) */
#structure .color-color-trimlight {color: #66a100;}
#structure .color-bg-trimlight {background-color: #66a100;}
#structure .color-border-trimlight {border-color: #66a100;}
.header ul li:hover {background-color: #66a100;}

/* --------- TRIMSECOND */
#structure .color-color-trimsecond {color: #d3d3d3;}
#structure .color-bg-trimsecond {background-color: #d3d3d3;}
#structure .color-border-trimsecond {border-color: #d3d3d3;}
#structure a:hover.color-color-trimsecond {color: #d3d3d3;}
#structure a:hover.color-bg-trimsecond {background-color: #d3d3d3;}
#structure a:hover.color-border-trimsecond {border-color: #d3d3d3;}

/* -------------------------------------------------- Color Overrides */

/* --------- WHITE */

#structure .color-color-white {color: #ffffff;}
#structure #main-content h4.color-color-white {color: #ffffff;}
#structure .color-bg-white {background-color: #ffffff;}
#structure .color-border-white {border: solid 1px #ffffff;}

/* --------- MEDIUM GRAY */

#structure .color-color-mediumgray {color: #7a7a7a;}
#structure .color-bg-mediumgray {background-color: #7a7a7a;}
#structure .color-border-mediumgray {border: solid 1px #7a7a7a;}

/* --------- LIGHT GRAY */

#structure .color-color-lightgray {color: #ececec;}
#structure .color-bg-lightgray {background-color: #ececec;}
#structure .color-border-lightgray {border: solid 1px #ececec;}

/* --------- DARK GRAY */

#structure .color-color-darkgray {color: #3c3c3c;}
#structure .color-bg-darkgray {background-color: #3c3c3c;}
#structure .color-border-darkgray {border: solid 1px #3c3c3c;}

/* --------- BUTTON OVERLAY ARC */

#structure .header a.button.overlay-arc,
#structure a.button.overlay-arc,
#structure .header input.button.overlay-arc,
#structure input.button.overlay-arc {
    background-image: url("../images/bg-button-arc.png");
    background-position: 50% 0;
    background-repeat: repeat-x;
	border-right:solid 2px #404040;
	border-bottom:solid 2px #404040;
}

#structure a.button.overlay-arc:hover,
#structure input.button.overlay-arc:hover {
    background-image: url("../images/bg-button-arc-hover.png");
}

#structure a.button.overlay-arc.small,
#structure input.button.overlay-arc.small {
    background-image: url("../images/bg-button-arc-small.png");
    background-position: 50% 0;
    background-repeat: repeat-x;
    font-size: 13px;
    padding: 4px 38px 3px;
}

#structure a.button.overlay-arc:hover.small,
#structure input.button.overlay-arc:hover.small {
    background-image: url("../images/bg-button-arc-hover-small.png");
}

/* -------------------------------------------------- Primary Layout Structure */

body {
	font-family: arial;
	font-size: 14px;
}

#structure {
	width:962px;
	margin:20px auto;
	background: none scroll #FFFFFF;
}

.layout-v3 #structure,
.layout-v4 #structure {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 1000px;
}

.layout-v3 .header,
.layout-v4 .header,
.layout-v3 #structure .header .content,
.layout-v4 #structure .header .content,
.layout-v3 #main,
.layout-v4 #main {
    margin: 0;
}

#structure .header .content {
    margin: 1px 0 0;
    overflow: hidden;
}

#structure .content {
    margin: 10px;
    overflow: hidden;
}

#structure .content .content {
    margin: 10px;
}

#structure #main-nav,
#structure #main-nav .content {
    margin: 0;
}

#structure .header #main-nav {
    margin: 0 auto;
}

#structure #search-box .content {
    margin: 11px auto 14px;
    text-align: center;
}

.layout-v5 #structure #search-box .content {
    height: 46px;
    margin: 11px auto 0;
}
#structure .hr {
    margin: 0 0 1px;
}

#logo {
	background: url(https://secure.icbdr.com/images/talentnetwork/scotts-miraclegro-logo2.jpg) no-repeat 20px 30px;
	display: inline;
	float: left;
	height: 100px;
	 width: 230px;
}

.layout-v2 .logo {
    margin: 20px 0 0 100px;
}

.layout-v3.front .logo {
    margin: 3px 19px 0;
}

.layout-v3 .logo {
    margin: 11px 28px 0;
}

#tagline {
    color: #3C3F34;
    display: inline;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin: 40px 0px 18px 110px;
}

#search-box,
#search-box p {
    color: #FFFFFF;
}

#structure .header #search-box {
    margin: 2px 0;
}

.layout-v5 #structure .header #search-box {
	background-image:url("../images/bg-searchbar-v5.png");
    background-position: 0 0;
    background-repeat: repeat-x;
	margin:2px 0 0;
}

.layout-v3 #structure .header #search-box {
    background-image: url("../images/bg-searchbar-v3.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 59px;
}

#main {
    background-image:url('../images/bg-main-columns.jpg');
	background-repeat:repeat-y;
    margin: 0 1px 0;
    overflow: hidden;
}

#main {
    background-image:url('../images/bg-main-columns-v6.jpg');
}

#main.dotted {
    background-image:url('../images/bg-main-columns-dotted.gif');
}

.layout-v4 #main {
	background-image: url('../images/bg-mainbody-v4.png');
	background-position: 100% 0;
	margin: 0;
}

.layout-v3 #main {
    background-image: none;
}

.layout-v2 #main {
    background-image: none;
    margin: auto;
    width: 1000px;
}

.layout-v2 #structure {
    margin: 0 auto;
    width: 100%;
}

/* -------------------------------------------------- Common Styles */

body p,
body li,
body td,
body th {
    color: #333333;
    font-family: arial;
    font-size: 12px;
    line-height: 16px;
	letter-spacing:.025em;
}

li {
    margin-bottom: 10px;
}

h3,
h4,
h5 {
	letter-spacing:.025em;
}

h4 {
	font-size:12px;
}

.hr {
    margin: 15px auto;
}

.left {
	display:inline;
	float:left;
}

.right {
	display:inline;
	float:right;
}

.side-by-side {
    display: inline;
    float: left;
    margin: 0 1px;
    text-align: right;
}

.side-by-side span {
	margin:2px 0;
	display:inline;
	float:right;
}

#structure .sidebar-right .searchbox .length-xxshort,
#structure .content .length-xxshort,
.length-xxshort {
	width:75px;
}

#structure .content .length-xshort,
.length-xshort {
	width:100px;
}

#structure .content .length-short,
.length-short {
	width:125px;
}

#structure .content .length-medium,
.length-medium {
    width: 275px;
}

.layout-v6 #structure #main-content .content .length-medium {
    width: 255px;
}

.layout-v5 #structure .content .length-medium {
    width: 260px;
}

#structure .content .length-long,
.length-long {
	width:450px;
}

.popout,
#structure .popout {
    background: url("../images/icon-popout.gif") no-repeat scroll 100% 0 transparent;
    display: block;
    font-size: 11px;
    margin: 5px auto;
    overflow: hidden;
    padding-right: 20px;
    text-align: center;
    text-decoration: underline;
    width: 195px;
}

.sidebar-right .popout {
    background: url("../images/icon-popout.gif") no-repeat scroll 100% 3px transparent;
    display: inline;
    float: left;
    font-size: 11px;
    margin: 3px 0 0;
    padding: 0;
    text-align: left;
    width: 206px;
}

.details {
    font-size: 10px;
}

#structure .css .instructions .details {
    color: #707070;
    margin: 0 15px 10px;
    text-align: left;
}

ul,
ul li {
	list-style:none;
	list-style-type:none;
	padding:0;
}

ul.pointed,
ul.pointed li {
	list-style:disc;
	list-style-type:disc;
}

ul.pointed {
	padding:0 0 0 20px;
}

.content-section {
	margin-bottom:40px;
}

#structure .header .header-top .content-section {
    height: 114px;
    margin: 0;
}

#structure .header .header-top .length-medium {
    width: 359px;
}

#structure .header .header-top .length-medium h3 {
    color: #434343;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin: 87px 0 0 14px;
}

/* -------------------------------------------------- Dropdowns */

#main-nav ul ul {
    background-position: center bottom;
    border-right: 1px solid #FFFFFF;
    margin-top: 10px;
    padding: 0;
    position: absolute;
    width: 233px;
    z-index: 8;
}

#main-nav ul ul li {
    width: 233px;
	height: 37px;
}

#main-nav li a.has-children {
    background-image: url("../images/dropdown-arrow.png");
	background-repeat: no-repeat;
	background-position: 90% 30%;
}

.layout-v6 #main-nav li a.has-children {
    background-image: url("../images/dropdown-arrow-v6.png");
    background-position: 100% 30%;
}

.layout-v5 #main-nav li a.has-children {
    background-image: none;
}

#structure #main-nav ul ul li,
#structure #main-nav ul ul li a {
	text-align:left;
}

#structure #main-nav ul ul li {
    border-top: 1px solid #FFFFFF;
    height: auto;
    overflow: hidden;
}

#structure #main-nav ul ul li a {
    display: inline;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 233px;
}

#structure #main-nav ul ul li a span {
    display: inline;
    float: left;
    font-weight: normal;
    margin: 7px 10px;
}

/* -------------------------------------------------- Colorpicker CSS Area */

.css {
    background-color: #E7E7E7;
    border: 1px solid #B0B0B0;
    margin: 20px 0;
    overflow: hidden;
}

.css input {
	font-size:15px;
	font-family:'Courier New', Courier, monospace;
}

.css input {
	background:none transparent;
	border: medium none;
	margin: 0;
	padding: 0;
	width: 57px;
}

#structure .css .instructions,
#structure .css .colorPreviewText,
#structure .css .colorPreview {
    border: 1px dashed #C0C0C0;
    margin: 0 auto 15px;
    overflow: hidden;
    width: 520px;
}

#structure .css .instructions {
    background-color: #FFFFFF;
    margin-top: 20px;
}

#structure .css .instructions p {
    color: #505050;
    margin: 12px 15px 10px;
    text-align: left;
}

.css .colorPreviewText p,
.css .colorPreview p {
	text-align:center;
	margin:3px;
}

.css .colorPreview {
	background-color:#979797;
}

.css .colorPreviewText {
	background-color:#ffffff;
}

.white {
	color:#ffffff;
}

.black {
	color:#000000;
}

#main-content p.comment {
	color:#707070;
	margin:30px 0 15px;
	font-size:12px;
}

#fullcss {
	background: none repeat scroll 0 0 white;
	border: 1px dashed silver;
	color: #606060;
	display: block;
	font-size: 11px;
	height: 650px;
	margin: 0 auto 15px;
	padding: 20px;
	width: 480px;
	font-family: courier;
}

.colorSelector div {
    background: url("../images/select.png") repeat scroll 0 0 transparent;
    height: 36px;
    width: 36px;
}

.picker {
    display: inline;
    margin: 5px 2px 5px 0;
    vertical-align: top;
}

.colorSelector {
	width: 36px;
	height: 36px;
	margin:10px;
	float:left;
    display: inline;
	margin:5px 5px 10px;
}

.colorPreviewText {
	padding:9px 0 7px;
}

.css .colorPreviewText label {
    color: #404040;
    float: left;
    display: inline;
    font-size: 11px;
    margin: 8px 0 12px;
    text-align: right;
    width: 69px;
}

/* -------------------------------------------------- Buttons */

.button,
#structure .button {
    color: #FFFFFF;
	border-color: #FFFFFF;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px 5px 0;
    padding: 4px 30px 6px;
    text-align: center;
/*    width: 220px; */
}

#structure .button.xsmall {
    font-size: 11px;
    font-weight: normal;
}

.button,
#structure .button {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#structure .button.right {
    float: right;
}

.button:hover,
#structure .button:hover {
	text-decoration:none;
}

#structure .button.small,
#structure .sidebar-right .button.small {
    font-size: 10px;
    padding: 4px 10px 3px;
}

#structure .sidebar-right .button {
    display: inline;
    float: left;
    margin: 0 0 15px;
}

.secondary,
#structure #main .secondary {
    background-color: #888888;
    border: 1px solid #303030;
}

.secondary:hover,
#structure #main .secondary:hover {
	background-color:#a7a7a7;
	border: 1px solid #707070;
}

#structure .button.overlay-arc {
    margin: 13px;
    padding: 5px 65px 15px;
    text-transform: uppercase;
}

#structure .button.overlay-arc img {
    display: inline;
    float: left;
    margin: 0 0 0 25px;
}

#structure .button.overlay-arc span {
    display: inline;
    float: left;
    margin: 6px 25px 0 10px;
	font-size:15px;
}

#structure .header .button.overlay-arc,
#structure .button.overlay-arc {
    border: 1px solid #A2A2A2;
    font-size: 15px;
    margin: 10px 0;
    padding: 5px 15px 7px;
}

.layout-v2 #structure #join-top {
    background-image: url("../images/bg-jobbox-v2.png");
    font-size: 19px;
    height: 33px;
    margin: 25px 15px 20px;
    padding: 11px 0 0;
    text-transform: none;
    width: 380px;
}

.layout-v3.front #structure .button.overlay-arc {
    margin: 12px 20px 0 10px;
}

.layout-v3 #structure .button.overlay-arc {
    margin: 21px 25px 0 10px;
}

.layout-v3 #structure .button.overlay-arc img {
    margin: 0 0 0 5px;
}

.layout-v3 #structure .button.overlay-arc span {
    font-size: 18px;
    margin: 4px 5px 0 10px;
}

/* -------------------------------------------------- Header */

.header {
    margin: 1px 1px 0;
}

.header .header-top {
	/* background-image: url("../images/bg-header-fade.jpg"); */
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-color: #73BA00;
}

.layout-v5 .header .header-top,
.layout-v6 .header .header-top {
	background-image: none;
}

.header ul.nav-main li {
    border-right: 1px solid #FFFFFF;
    height: 37px;
    margin: 0;
    width: 174px;
}

.layout-v5 .header ul.nav-main {
    height: 37px;
	margin-bottom:0;
}

.layout-v5 .header ul.nav-main li,
.layout-v6 .header ul.nav-main li {
	border-right: none;
	padding-right: 1px;
}

.layout-v5 .header ul.nav-main li.last {
	padding-right: 0;
}

.layout-v5 .header ul.nav-main {
	border-bottom:solid 3px #ffffff;
}

.layout-v5 .header ul.nav-main,
.layout-v5 .header ul.nav-main li {
	background-image:url("../images/bg-dropdown-v5.png");
    background-position: 0 0;
    background-repeat: repeat-x;
}

.layout-v6 .header ul.nav-main {
    margin-bottom: 0;
    overflow: hidden;
    width: 601px;
}

#structure .header #main-nav,
.layout-v6 .header ul.nav-main,
.layout-v6 .header ul.nav-main li {
    background-image: url("../images/bg-dropdown-v6.png");
    background-position: 0 0;
    background-repeat: repeat-x;
}

.layout-v5 #structure .header ul.nav-main li,
.layout-v6 #structure .header ul.nav-main li {
	width:auto;
}

#structure .header ul.nav-main li ul li,
#structure .header ul.nav-main li ul {
	background-image: none;
}

.header ul.nav-main li.first,
.header ul.nav-main li.item-01 {
    width: 132px;
}

.header ul.nav-main li.item-02 {
    width: 156px;
}

.header ul.nav-main li.item-03 {
    width: 233px;
}

.header ul.nav-main li.item-04 {
    width: 152px;
}

.header ul.nav-main li.item-05 {
    width: 155px;
}

.header ul.nav-main li.last,
.header ul.nav-main li.item-06 {
    width: 127px;
	border-right: medium none;
}

#structure .header ul.nav-main li a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 11px auto 0;
    text-align: center;
}

.layout-v6 #structure .header ul.nav-main li a {
    color: #232323;
    font-size: 14px;
    font-weight: normal;
}

.layout-v5 #structure .header ul.nav-main li a {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
}

.layout-v5 #structure .header ul.nav-main li a span {
    margin: 0 20px;
}

.layout-v6 #structure .header ul.nav-main li a span {
    margin: 0 18px;
}

.header ul.nav-main li a:hover {
	text-decoration:none;
}

.header ul.nav-main li:hover a,
.header ul.nav-main li a:hover {
	background-color:transparent!important;
}

.header ul.nav-main li ul li {
    height: auto;
	overflow:hidden;
}

.header .side-by-side {
    height: 23px;
    overflow: hidden;
}

.layout-v5 .header .side-by-side {
    height: 35px;
}

#structure .header .button {
/*	width:70px; */
	margin:0;
}

#structure .header #search-box .length-xshort {
    width: 80px;
}

#structure .header #search-box .length-medium {
    width: 188px;
}

#structure .header #search-box .length-long {
	margin-right: 10px;
	width: 275px;
	margin-top: 10px;
}

.layout-v5 #structure .header #search-box .length-medium {
    width: 190px;
}

.layout-v5 #structure .header #search-box .length-long {
    float: right;
    margin: 1px 15px 0 0;
    width: 255px;
}

.layout-v3 #structure .header .side-by-side {
	height: 50px;
	text-align: left;
	margin-top: 10px;
}

.layout-v3 #structure .header .side-by-side.length-small {
    width: 149px;
}

.layout-v3 .header .side-by-side span {
    display: inline;
    float: right;
    font-weight: bold;
    margin: 14px 19px 10px 0;
}

.layout-v3 .header .side-by-side label {
	font-size:11px;
	font-weight:bold;
}

.layout-v5 .header .side-by-side label {
    display: inline;
    float: left;
    font-size: 11px;
    margin: 13px 0 0;
}

#structure .header #search-box .button {
	margin:0;
	float:right;
}

.layout-v5 #structure .header #search-box .button.small {
    font-size: 13px;
    margin: 3px;
    padding: 6px 18px 8px;
    text-transform: none;
}

.layout-v5 #structure .header #search-box .button.xsmall {
    font-size: 10px;
    margin: 9px 0 0;
    padding: 3px 9px;
    text-transform: uppercase;
    width: auto;
}

.layout-v3 #structure .header #search-box .button {
    float: left;
    margin: 12px 0 0;
}

#structure .header #search-box .text-input {
	width:115px;
	color:#666666;
}

#structure .header #search-box .text-input.keyword {
	width:314px;
}

#structure .header #search-box .text-input.location {
	width:177px;
}

.layout-v5 #structure .header #search-box .text-input.keyword,
.layout-v5 #structure .header #search-box .text-input.location {
    float: left;
    margin: 8px 0 0 5px;
    width: 123px;
}

.layout-v4 #structure .header .button {
    float: right;
	margin-right:20px;
}

.layout-v2 #top-strip ul {


    margin: 46px 0 6px 26px;
    overflow: hidden;
}

.layout-v3 #top-strip ul {
    margin: 8px 0 6px 26px;
    overflow: hidden;
}

#top-strip ul li {
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
}

.layout-v2 #top-strip ul li,
.layout-v3 #top-strip ul li {
	background:url("../images/divider-vertical-small.png") no-repeat 100% 75% scroll transparent;
    margin: 0 15px 0 0;
}

.layout-v2 #top-strip ul li.last,
.layout-v3 #top-strip ul li.last {
    background: none repeat scroll 0 0 transparent;
}

.layout-v2 #top-strip ul li.last {
    margin-right: 0;
}

.layout-v2 #top-strip ul li a,
.layout-v3 #top-strip ul li a {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.008em;
    margin: 0 16px 0 0;
}

.layout-v2 .header {
    clear: both;
    float: none;
    overflow: hidden;
}

.layout-v2 #structure .header .content {
    height: 81px;
    margin: auto;
    width: 1000px;
}

/* -------------------------------------------------- Main Content */

#main-content {
	width:600px;
	float:left;
	padding: 0 0 75px;
  background-color:#FFF
}

.layout-v2 #main-content {
    float: left;
    padding: 0;
    width: 662px;
}

.layout-v2.front #main-content {
    float: left;
    padding: 0;
    width: 502px;
}

.layout-v2 #main-content .content .content-inner {
    margin: 20px 48px 35px 45px;
    overflow: hidden;
}

.layout-v6 #main-content {
    padding: 0;
    width: 601px;
}

.layout-v3.front #main-content {
    background: url("../images/photo-bottom-v3.jpg") no-repeat scroll 100% 100% transparent;
    display: block;
    float: none;
    margin: 0;
    min-height: 445px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.layout-v3.subpage #main-content {
    background: none transparent;
    display: inline;
    float: left;
    width: 620px;
}

.layout-v4 #main-content {
    width: 493px;
}

#main-content .content {
	width:600px;
	float:left;
}

.layout-v4 #main-content .content {
	width:475px;
}

.layout-v4 #main-content .content p {
	margin-bottom:15px;
	width:400px;
}

.layout-v4.subpage #main-content .content p {
	color:#ffffff;
}

.layout-v4 #main-content .content h3 {
    color: #FFFFFF;
    font-size: 14px;
	text-transform:uppercase;
    font-weight: bold;
    margin: 20px 0 10px;
}

.layout-v4 #main-content .content h4 {
    margin: 0;
}

.layout-v4 #main-content .content h5 {
    color: #FFFFFF;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
}

#main-content .content .content-inner {
    margin: 26px 35px 35px 33px;
    overflow: hidden;
}

.layout-v6 #main-content .content .content-inner {
    min-height: 475px;
}

.layout-v6.subpage #main-content .content .content-inner {
    margin: 11px 14px 35px 15px;
    min-height: 475px;
}

.colorpickerpage #main .content {
    margin: 0;
    overflow: hidden;
}

.colorpickerpage #main-content .content .content-inner {
    margin: 0 20px;
    overflow: hidden;
}

.layout-v1 #main-content .content .content-inner {
    margin: 10px 35px 0 13px;
}

#main-content #masthead {
	background-image:url(https://secure.icbdr.com/images/talentnetwork/scotts-miracle-landing.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width:600px;
	height:253px;
  margin-top:20px;
}

.layout-v6 #main-content #masthead {
	background-image: none;
}

.layout-v1 .subpage #main #masthead {
	background:url(https://secure.icbdr.com/images/talentnetwork/scotts-miracle-landing.jpg) no-repeat;
	height: 163px;
	overflow:hidden;
}

.layout-v5.subpage #main #masthead {
	background-image:url('../images/photo-masthead-v5-sub.jpg');
	height: 201px;
	overflow:hidden;
}

p.first {
	font-size:14px;
}

.layout-v1.subpage #main #masthead h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 100px 0 0 250px;
	margin-left:10px !important;
}

.layout-v2 #main #masthead,
.layout-v3 #main #masthead,
.layout-v4 #main #masthead {
	background-image:url('../images/photo-masthead-v4.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	width:1000px;
	height:365px;
}

.layout-v2 #main #masthead {
    background-image: url("../images/photo-masthead-v2.jpg");
    background-position: 100% 0;
    float: right;
    height: 343px;
    width: 947px;
}

.layout-v3 #main #masthead {
	height:341px;
}

.layout-v3 #main #masthead {
    background-image: url("../images/photo-masthead-v3.jpg");
}

.layout-v4 #main #masthead.small {
	height:auto;
	overflow:hidden;
	background-image:url('../images/bg-masthead-layout-v4.png');
	background-repeat:repeat-x;
}

.layout-v2 #main #masthead.small {
    background-image: none;
    background-repeat: repeat-x;
    height: auto;
    overflow: hidden;
}

.layout-v4 #main #masthead.small h1 {
    font-family: Helvetica,verdana;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 0.25px;
    margin: 20px 30px 10px;
    overflow: hidden;
    text-transform: uppercase;
}

.layout-v2 #main #masthead.small h1 {
    font-family: Helvetica,verdana;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.25px;
    margin: 30px 30px 20px;
    overflow: hidden;
    text-transform: uppercase;
}

#main-content h1 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
}

.layout-v6 #structure #main-content .length-medium.first {
    margin: 0 20px 20px;
    width: 230px;
}

.layout-v6 #main-content .length-medium h1 {
    color: #000000;
    font-size: 19px;
    width: 200px;
}

.layout-v6 #main-content .length-medium .hr {
    width: 230px;
	margin-bottom:10px;
}

.layout-v6 #main-content .length-medium strong {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 22px;
	margin-bottom:30px;
	display:block;
}

.layout-v6 #main-content .length-medium.second ul {
	margin:10px 0 10px 10px;
}

.layout-v6 #main-content .length-medium.second ul li {
	font-size:12px;
	margin-bottom:5px;
}

.layout-v6 #main-content .length-medium.second h4 {
	margin:30px 0 10px 10px;
}

.layout-v5 #main-content h1 {
    font-size: 20px;
}

.layout-v3.subpage #main-content h1 {
    font-size: 23px;
}

#main-content p,
#main-content li,
#main-content td,
#main-content th {
    color: #202020;
    letter-spacing: 0em;
    line-height: 1.45em;
}

.layout-v3 #main-content .content .content-inner {
    margin: 0 21px 10px;
}

.layout-v3.subpage #main-content .content .content-inner {
    margin: 20px 5px 10px;
}

.layout-v3 #main-content .content .content-inner p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 20px;
    text-align: justify;
    width: 500px;
}

.layout-v3 #main-content .content .length-medium p {
    font-size: 13px;
    text-align: left;
    width: 400px;
}

.layout-v3 #main-content h4 {
	text-transform:uppercase;
}

.layout-v3 #main-content h3 {
    letter-spacing: -0.015em;
    margin-top: 7px;
}

.layout-v3 #main-content .length-medium {
    width: 327px;
}

.layout-v3 #main-content .length-short {
    width: 185px;
}

.layout-v2.subpage #main-content h3 {
    font-size: 22px;
}

.layout-v2 #main-content .hr,
.layout-v3 #main-content .hr {
	width:500px;
	height:2px;
	background-image:url(../images/bg-dottedline-horizontal.png);
	background-position:0 0;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.layout-v3.subpage #main-content .hr {
    width: 590px;
}

.layout-v2 #main-content .icon,
.layout-v3 #main-content .icon {
	margin-right:10px;
}

.layout-v2 #main-content .content .content-inner .social .length-medium {
width: 175px;
}

.layout-v2 #structure #main-content .social .icons {
    width: 275px;
}

.layout-v3 #main-content .content .content-inner .social .length-medium {
width: 180px;
}

.layout-v3 #structure #main-content .social .icons {
    width: 270px;
}

.layout-v6 .video-placeholder {
	width:601px;
}

.layout-v2 .video-placeholder {
	margin-bottom:20px;
}

.layout-v2  #main-content .content {
    float: left;
    width: 550px;
}

.layout-v2.subpage #main-content .content {
    width: 642px;
}

.stay-connected {
    font-size: 18px;
    margin: 5px 0 0;
}

/* -------------------------------------------------- Sidebar Right */

.sidebar-right {
    float: left;
    width: 359px;
	margin: 0 0 75px;
}

.layout-v4 .sidebar-right {
    width: 507px;
}

#structure .sidebar-right .content {
    margin: 23px 26px 25px 33px;
}

.layout-v3 #structure .sidebar-right .content {
    margin: 15px 5px 20px 10px;
}

.layout-v4 #structure .sidebar-right .content {
    margin: 0;
    overflow: visible;
    width: 507px;
}

#structure .sidebar-right .content .content {
    margin: 10px;
}

.sidebar-right,
.sidebar-right p {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}

.sidebar-right h2 {
	font-size:14px;
	letter-spacing:.025em;
}

.layout-v2.subpage .sidebar-right h2 {
	text-transform:uppercase;
}

.layout-v4 .sidebar-right p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}

.opportunity a {
	display:block;
}

.opportunity .location {
	display:block;
	font-style:italic;
}

.opportunity {
    line-height: 1.25em;
    margin-bottom: 15px;
}

#structure .sidebar-right .hr {
	width:280px;
	margin-bottom:20px;
}

.layout-v4 .sidebar-right h2 {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
}

.layout-v4.front .sidebar-right h3 {
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.025em;
}

.layout-v4 .sidebar-right h3 {
	font-size:22px;
	font-weight:bold;
	margin:10px 0 20px;
}

.layout-v4 .sidebar-right h4 {
    font-size: 13px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.layout-v4 #structure .content .content-inner {
    display: inline;
    float: left;
    margin: 6px 11px;
    overflow: hidden;
}

.layout-v4 #structure .sidebar-right .content .content-inner {
    margin: 10px 20px 6px 15px;
}

.layout-v4 .main-content-bottom {
    float: left;
    margin: 20px 4px;
}

.layout-v4 .main-content-bottom img {
	margin:0 4px;
}

.layout-v4 #top-strip {
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	overflow: visible;
	width: 507px;
}

.layout-v4 #structure #top-strip li {
    background-image: url("../images/overlay-top-tabs-v4.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: auto;
    margin: 0;
    overflow: visible;
}

.layout-v4 #top-strip li:hover {
    background-image: url("../images/overlay-top-tabs-v4-hover.png");
}

.layout-v4 #top-strip li.last {
    background-position: 0 0;
}

.layout-v4 #structure #top-strip li a {
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 15px 10px 12px 9px;
}

.layout-v4 #structure #top-strip ul ul {
    left: 0;
    top: 43px;
}

.layout-v4 #structure #top-strip ul ul li {
	background-image: none;
}

.layout-v4 #structure #top-strip ul ul li a {
    padding: 5px 10px 2px;
}

.layout-v4 #structure #top-strip ul ul li a:hover {
	text-decoration: underline;
}

.layout-v3 #top-strip li a:hover,
.layout-v4 #top-strip li a:hover {
	text-decoration:none;
}

.layout-v3 #structure .color-bg-white,
.layout-v4 #structure .color-bg-white {
    background-color: transparent;
}

.layout-v3 h2 {
	text-transform:uppercase;
	font-size:14px;
}

.layout-v3 .sidebar-right .icon {
    margin: 5px 5px 35px;
}

.layout-v3 .sidebar-right h2.color-color-trimdark {
    text-transform: none;
	font-size:13px;
}

.layout-v6 .sidebar-right ul li {
		margin-bottom:5px;
}

.layout-v2 #structure .sidebar-right {

    float: right;
    width: 464px;

}

.layout-v2.subpage #structure .sidebar-right {
    width: 337px;
}

.layout-v2 #structure .sidebar-right .content {
	margin:0;
}

.layout-v2.subpage .content-section {
    margin: 20px 0 30px 24px;
}

/* -------------------------------------------------- Twitter */

.twitter,
.twitter .wrap,
.twitter .wrap .content {
	float:left;
	overflow:hidden;
}

.twitter,
.twitter .wrap {
    width: 288px;
}

.twitter {
	background:url("../images/tweet-bot.png") 0 100% scroll transparent no-repeat;
	margin-bottom:10px;
}

.twitter .wrap {
    background: url("../images/tweet-top.png") no-repeat scroll 0 0 transparent;
    margin-bottom: 1px;
}

.twitter .content {
    margin: 10px;
    width: 195px;
}

#structure .twitter .content p {
	font-size:10px;
	line-height:normal;
	margin-bottom:0;
}

#structure .twitter .content p a {
	color:#26c1ff;
}

.twitter-follow img {
    margin: 0 3px -6px 0;
    padding-top: 5px;
}

#structure .twitter-follow a {
	color:#000000;
}

/* -------------------------------------------------- Footer */

#footer {
    background: url("../images/bg-footer.png") no-repeat scroll 50% 0 #FFFFFF;
    overflow: hidden;
    text-align: center;
	background-color: #454545
}

.layout-v2 #footer,
.layout-v4 #footer {
    clear: both;
}

.layout-v3 #footer {
    width: 1000px;
}

#footer .content {
    margin: 15px 10px 10px;
    overflow: hidden;
    width: 460px;
}

#footer ul {
    display: block;
    float: none;
    margin: 0 auto 2px;
    overflow: hidden;
    text-align: center;
}

#footer ul,
#footer ul li {
    list-style: none outside none;
    padding: 0;
	text-align:center;
}

#footer .left ul,
#footer .left ul li {
    text-align: left;
}

#footer .right ul,
#footer .right ul li {
    text-align: right;
}

#footer ul li,
#footer ul li a {
    font-size: 11px;
    font-weight: bold;
	color: #ffffff;
}

#footer ul li {
    border-right: 1px solid #C0C0C0;
    display: inline;
    margin: 0;
    padding: 0 0 0 5px;
}

.layout-v5 #footer ul li {
    border-right: 1px solid #585858;
}

.layout-v5 #footer ul li a {
	font-weight: normal;
	color: #535353;
}

#footer ul li.last {
    border-right: medium none;
    margin: 0;
}

#footer ul li a {
    padding: 0 7px 0 2px;
}

#footer ul li a img {
    margin: 0 0 -5px;
}

.layout-v3 #structure #footer .button.overlay-arc {
    margin: 5px 15px 10px 10px;
    width: 325px;
}

.layout-v3 #footer .button.overlay-arc span {
    font-size: 18px;
    margin: 4px 25px 0 10px;
}

.layout-v3 #footer .button.overlay-arc img {
    margin: 0 0 0 58px;
}

.layout-v2 #footer .content,
.layout-v4 #footer .content {
	width:1000px;
	margin:30px auto;
}

/* -------------------------------------------------- interfooter */

body #structure .interfooter {
	overflow:hidden;
	background-image:url('../images/bg-interfooter.png');
	background-position:50% 0;
	background-repeat:no-repeat;
	border-left: medium none;
	border-right: medium none;
	border-bottom: medium none;
}

.layout-v6 .interfooter li {
	margin:0;
}

.layout-v6 .interfooter .length-short {
	width:200px;
}

#structure .interfooter .content {
	margin:40px;
}

.layout-v6 #structure .interfooter .content {
    margin: 18px;
}

#structure .interfooter .length-short {
    margin: 0 15px 10px 0;
    width: 152px;
}

#structure .interfooter .hr {
	width:535px;
}

#structure .interfooter .bottom ul li {
	border-left:none;
	border-top:none;
	border-bottom:none;
	margin-right:10px;
	padding-right:10px;
}

#structure .interfooter .bottom ul li.last {
	border-right:none;
}

/* -------------------------------------------------- Searchbox */

.searchbox {
	overflow:hidden;
	margin:0 10px 20px 0;
}

.searchbox h3 {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    letter-spacing: 0.025em;
    margin: 6px 9px 5px;
}

.layout-v5 #search-box h3 {
    font-size: 15px;
    margin: 9px 10px 2px 18px;
}

#structure .sidebar-right .searchbox .content {
	margin:0;
}

.searchbox .content-inner,
#structure .sidebar-right .searchbox fieldset {
    margin: 5px 15px;
    overflow: hidden;
}

#structure .sidebar-right .searchbox label,
#structure .sidebar-right .searchbox input {
	margin:5px 10px 5px 0;
	float:left;
	display:inline;
}

#structure .sidebar-right .searchbox .text-input {
    width: 156px;
}

#structure .sidebar-right .searchbox label {
    width: 45px;
}

#structure .sidebar-right .searchbox .header .content-inner {
	margin:0 2px 0 2px;
}

/* -------------------------------------------------- Get Alerts */

.getalerts {
    display: inline;
    float: left;
    margin: 00px 20px 20px 0px;
    width: 253px;
    	
}

#structure .getalerts .content {
    height: auto;
    margin: 3px 20px 4px 18px;
    
}

.getalerts h3 {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.025em;
    margin-bottom: 1px;
}

#structure .getalerts a {
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0.025em;
}

/* -------------------------------------------------- Mini-Search */

.minisearch {
    display: inline;
    float: left;
    margin: 8px 0 0 10px;
    overflow: hidden;
    width: auto;
}

#structure .header .minisearch .content {
    margin: 9px 5px 12px 16px;
}

#structure .header .minisearch .button {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    height: 22px;
    margin: 0 5px 0 0;
    padding: 2px 0 5px;
    text-transform: uppercase;
    width: 64px;
}

.minisearch h4 {
    margin: 0 0 5px;
}

.minisearch .text-input {
    color: #505050;
    font-size: 9px;
    height: 14px;
    letter-spacing: -0.015em;
    margin: 0 8px 0 0;
    padding: 0;
    width: 121px;
}

.minisearch .details {
    color: #666666;
    font-size: 8px;
    margin: 0 0 0 110px;
}

/* -------------------------------------------------- SocialBox */

.socialbox {
    margin: 0 auto 20px;
    overflow: hidden;
    width: 280px;
}

.socialbox .content {
    margin: 10px;
}

#structure .sidebar-right .socialbox .tab {
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}

#structure .sidebar-right .socialbox .tab span {
    display: block;
    margin: 5px auto;
    text-align: center;
}

#structure .sidebar-right .socialbox a:hover.tab {
	text-decoration:none;
}

/* -------------------------------------------------- Job Snapshot */

.job-snapshot {
	margin:20px 0;
}

.job-snapshot tr td,
.job-snapshot tr th {
	padding:0 7px 7px 0;
	font-size:12px;
}

/* -------------------------------------------------- Highlight Box */

.highlight {
    background-image: url("../images/bg-highlight.png");
    border: 1px solid #B0B0B0;
    float: left;
    margin: 0 3px;
    padding: 8px 4px 8px 15px;
    width: 420px;
}

.layout-v2 .highlight {
    background-image: url("../images/bg-highlight-v2.png");
    border: medium none;
    float: left;
    margin: 0 0 0 53px;
    padding: 0;
    width: 465px;
}

.layout-v2 #structure .highlight #opportunities {
    display: block;
    float: none;
    font-size: 19px;
    height: 31px;
    margin: 10px auto;
    padding: 12px 0 0;
    text-transform: none;
    width: 378px;
}

.layout-v2 #structure .highlight h2 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.0075em;
    line-height: 39px;
    margin: 89px 30px 10px 45px;
}

.layout-v3 .highlight {
    float: left;
    margin: 0 12px 13px;
    overflow: hidden;
    width: 308px;
}

.layout-v3 .highlight-container {
    border: 1px solid #000000;
    float: right;
    margin: 0 23px;
    overflow: hidden;
    width: auto;
}

.layout-v4 #main-content .highlight h1 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: normal;
	margin:0;



}


.layout-v4 #structure .highlight .hr {
    background-color: #ffffff;
    margin: 8px 0 10px;
    width: 408px;
}

.layout-v4 #structure .highlight span,
.layout-v4 #structure .highlight a,
.layout-v4 #structure .highlight p,
.layout-v4 #structure .highlight label {
	color:#FFFFFF;
}

.layout-v3 #structure .highlight label,
.layout-v4 #structure .highlight label {
    clear: both;
    display: block;
    font-size: 11px;
    margin: 8px 7px 2px 0;
}

.layout-v4 #structure .highlight p {
    font-size: 10px;
    font-weight: bold;
    margin: 8px 5px 6px 0;
	letter-spacing: 0;
}

.layout-v4 #structure .highlight p a {
    font-size: 11px;
    font-weight: bold;
	text-decoration:underline;
}

.layout-v3 #structure .highlight .text-input,
.layout-v4 #structure .highlight .text-input {
    color: #303030;
    font-size: 18px;
    height: 19px;
    width: 400px;
}

.layout-v4 #structure .highlight .view-all-button {
    display: inline;
    float: left;
    height: 36px;
    margin: 18px auto 10px;
    padding: 0;
    text-align: center;
    width: 406px;
}

#structure #main .content .highlight .length-short {
    display: inline;
    float: right;
    overflow: hidden;
    width: 165px;
}

.layout-v3 #structure .highlight a.button.overlay-arc.small {
    display: block;
    float: none;
    margin: 15px auto 6px;
    width: 65px;
}

#structure .highlight .length-medium {
    width: 235px;
}

#structure .highlight #opportunities {
    display: inline;
    float: left;
    margin: 10px 0;
    width: 375px;
}

#structure .highlight #opportunities img {
    margin: 0 0 0 25px;
}

.highlight-container p,
.highlight-container h2,
.highlight-container h4 {
	color:#FFFFFF;
}

.layout-v3 .highlight-container h2 {
    font-size: 18px;
    letter-spacing: -0.025em;
    margin: 22px 15px 0;
}

.layout-v3 .highlight-container p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 3px 18px 23px;
    width: 321px;
}

.layout-v3 #structure .highlight .text-input {
    width: 292px;
}

/* -------------------------------------------------- Open Positions Table */

.layout-v1 #structure .open-positions-table,
.layout-v5 #structure .open-positions-table {
	margin:20px;
	width:560px;
}

.layout-v1 #structure .open-positions-table .length-short,
.layout-v5 #structure .open-positions-table .length-short {
	width: 130px;
}

.layout-v1 #structure .open-positions-table .length-xshort,
.layout-v5 #structure .open-positions-table .length-xshort {
	width: 90px;
}

.layout-v1 #structure .open-positions-table .length-medium,
.layout-v5 #structure .open-positions-table .length-medium {
    width: 330px;
}

.layout-v4 #structure .open-positions-table .length-medium {
    width: 400px;
}

#structure .open-positions-table tr td,
#structure .open-positions-table tr th {
    border-color: #ffffff #ffffff #A0A0A0;
    border-style: solid none;
    border-width: 1px medium;
    margin: 0;
    padding: 8px 0;
}

.layout-v6 #structure .open-positions-table tr td,
.layout-v6 #structure .open-positions-table tr th {
    border-color: #ffffff #ffffff #e0e0e0;
}

.layout-v5 #structure .open-positions-table tr td,
.layout-v5 #structure .open-positions-table tr th {
    border: 1px solid #A0A0A0;
    margin: 0;
    padding: 5px;
}

.layout-v5 #structure .open-positions-table tr.last td {
    border: none;
}

.layout-v2 #structure .open-positions-table tr td,
.layout-v2 .open-positions-table tr th,
.layout-v3 #structure .open-positions-table tr td,
.layout-v3 .open-positions-table tr th {
    border-style: none;
	background-image:url("../images/bg-dottedline-table.png");
	background-repeat:repeat-x;
	background-position:100% 100%;	
}

.layout-v3 #structure .open-positions-table tr.first th,
.layout-v3 #structure .open-positions-table tr.last td,
.layout-v3 #structure .open-positions-table tr th.color-bg-sidebar {
	background-image:none;
}

.layout-v2 #structure .open-positions-table tr td,
.layout-v2 #structure .open-positions-table tr th,
.layout-v3 #structure .open-positions-table tr td,
.layout-v3 #structure .open-positions-table tr th {
    border-style: none;
}

.layout-v1 #structure .open-positions-table tr td,
.layout-v1 #structure .open-positions-table tr th,
.layout-v1 #structure .open-positions-table tr td p,
.layout-v1 #structure .open-positions-table tr th p {
	font-size:12px;
	letter-spacing:0;
}

#structure .content .open-positions-table {
	width: 480px;
}

.layout-v6 #structure .content .open-positions-table {
    width: 560px;
}

.layout-v2 #structure .content .open-positions-table,
.layout-v3 #structure .content .open-positions-table {
	width:auto;
}

#structure .content .open-positions-table tr td.length-medium,
#structure .content .open-positions-table tr th.length-medium {
    width: 415px;
}

.layout-v5 #structure .open-positions-table tr td.length-medium,
.layout-v1 #structure .open-positions-table tr td.length-medium {
	padding-left:10px;
}

#structure .content .open-positions-table tr td.length-short,
#structure .content .open-positions-table tr th.length-short {
    padding-left: 15px;
    width: 150px;
}

.layout-v1 #structure .open-positions-table tr td.length-short,
.layout-v1 #structure .open-positions-table tr td.length-xshort {
	font-weight:bold;
}

#structure .open-positions-table tr h4,
#structure .open-positions-table tr h5 {
	text-transform:none;
	font-size:12px;
}

.layout-v1 #structure .open-positions-table th.length-medium a,
.layout-v5 #structure .open-positions-table th.length-medium a {
	padding-left:10px;
}

.layout-v1 #structure .open-positions-table th h4 {
	text-transform:uppercase;
	color:#000000;
}

#structure .open-positions-table tr th,
#structure .open-positions-table tr td h5,
#structure .open-positions-table tr th h5 {
	font-weight:normal;
}

#structure .open-positions-table tr th a,
#structure .open-positions-table tr td a {
	font-weight:bold;
}

/* #structure .open-positions-table tr th {
	padding:0;
} */

#structure .open-positions-table tr th h4 {
	color:#424242;
	text-transform:none;
	font-size:14px;
}

.layout-v6 #structure .open-positions-table tr th h4 {
    margin-bottom: 0;
}

.layout-v3 #structure .open-positions-table tr th h4 {
    text-transform: uppercase;
	font-size:13px;
	color:#000000;
}

#structure .open-positions-table .pager a {
    font-weight: normal;
    margin: 0 2px;
}

#structure .open-positions-table .pager a.active {
	color:#666666;
}

.layout-v1 #structure .open-positions-table tr.last td {
	font-weight:normal;
}

.layout-v1 #structure .open-positions-table tr td {
	border:none;
}

#structure .open-positions-table tr.even td {
	background-image:url(../images/bg-vale-white-25.png);
}

#structure .open-positions-table tr.odd td {
	background-image:url(../images/bg-vale-white-50.png);
}

.layout-v1 #structure .open-positions-table tr.last td {
	border-top:solid 1px #303030;
}

.layout-v6 #structure .open-positions-table tr.last td {
    background-image: url("../images/table-border-top.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    padding-bottom: 2px;
    padding-top: 15px;
}

.layout-v6 #structure .open-positions-table tr.double-border th {
    background-image: url("../images/table-border-bot.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
    padding-bottom: 15px;
    padding-top: 13px;
}

.layout-v1 #structure .open-positions-table tr td {
	background-image:url(../images/bg-vale-white-50.png);
	background-position: 0 0;
	background-repeat:repeat;
}

.layout-v3 #structure .content .open-positions-table tr td.length-medium,
.layout-v3 #structure .content .open-positions-table tr th.length-medium {
    width: 360px;
}

.layout-v3.subpage #structure .content .open-positions-table tr td.length-medium,
.layout-v3.subpage #structure .content .open-positions-table tr th.length-medium,
.layout-v6.subpage #structure .content .open-positions-table tr td.length-medium,
.layout-v6.subpage #structure .content .open-positions-table tr th.length-medium {
	padding-left: 10px;
}

.layout-v3 #structure .content .open-positions-table tr td.length-short,
.layout-v3 #structure .content .open-positions-table tr th.length-short {
    padding-left: 0;
    width: 130px;
}

.layout-v3 #structure .content .open-positions-table p {
    width: 330px;
}

/* -------------------------------------------------- Divider */

.divider {
    background-image: url("../images/bg-divider-bottom.jpg");
    background-position: 50% 100%;
    background-repeat: repeat-x;
    height: 94px;
    overflow: hidden;
}

.layout-v2 .divider {
    background-image: none;
    float: right;
    height: 109px;
    margin: 0;
    width: 947px;
}

.layout-v2 .divider .right {
    margin: 12px 70px 0 0;
}

.layout-v2 #structure .divider .content {
    margin: 5px 10px 15px 10px;
}

.layout-v2 #structure .divider .content-inner.length-long {
    margin: 12px 17px;
    width: 445px;
}

.layout-v2 #structure .divider .content-inner.length-medium {
    margin: 0;
/*    width: 150px; */
}

.layout-v2 #structure .divider .content-inner.length-short {
    margin: 0;
}

.layout-v2 #structure .button.solid,
.layout-v2 #structure .divider .button {
    background-color: #CCCCCC;
    border: medium none;
    font-size: 14px;
    height: 16px;
    margin: 24px 0 0;
    padding: 5px 0;
    text-transform: uppercase;
    width: 145px;
}

.layout-v2 #structure .sidebar-right .button.solid {
    clear: both;
    display: block;
    float: none;
    margin: 20px auto;
    width: 311px;
}

.layout-v2 #structure .divider .button {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.layout-v2 .divider,
.layout-v2 .divider p,
.layout-v2 .divider h2,
.layout-v2 .divider h3,
.layout-v2 .divider h4 {
	color:#FFFFFF;
	font-weight:normal;
}

.layout-v2 .divider h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 1px 5px 3px;
}

.layout-v2 .divider h3 {
    font-size: 17px;
    text-transform: uppercase;
}

.layout-v2.subpage .divider h3 {
    font-size: 17px;
    margin: 10px 50px 10px 0;
}

.layout-v2 .divider p {
	font-size:13px;
}

.layout-v2 .divider p span {
	font-size:12px;
}

.layout-v2 .divider .text-input {
    color: #999999;
    font-size: 10px;
    font-weight: bold;
    margin: 3px 3px 8px;
    padding: 4px;
    width: 250px;
}

/* -------------------------------------------------- Job Box */

#job-box {
	overflow:hidden;
	background: url("../images/bg-jobbox-v2.png");
	background-position: 0 100%;
	background-repeat: repeat-x;
 /* padding-bottom:50px; */
}

#job-box .inner-content {
    margin: 12px 30px 0 48px;
}

#job-box h4 {
	text-transform:uppercase;
	font-size:14px;
}

#job-box h2 {
    color: #FFFFFF;
    display: block;
    float: none;
    font-size: 20px;
    font-weight: bold;
    height: 38px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}

#job-box li {
    margin-bottom: 4px;
}

/* -------------------------------------------------- CB style additions (Revised by SS) */

.content-inner ul {
	padding-left:1.5em;
}

body {
	overflow-x:hidden;
}

.content-inner li {
	display: list-item;
	list-style-type: circle;
}

.layout-v2 #structure .header .content,
.layout-v2 .header,
.layout-v3 #structure .header .content,
.layout-v3 .header {
	overflow: visible;
}

.layout-v2 #top-strip ul li ul li,
.layout-v3 #top-strip ul li ul li {
    background-image: none;
}

#top-strip ul ul li {
	float:none;
	display:block;
	background-image: none;
	padding: 13px 8px 8px 13px;
}

#structure #top-strip ul {
	overflow-x:hidden;
	overflow-y:visible;
	clear: both;
}

#structure #top-strip li {
	display: block;
	float: left;
	height:16px;
	vertical-align: top;
	position: relative;
}

#structure #top-strip ul ul {
	visibility:hidden;
	margin:0;
	padding:0;
	text-align: left;
	position:absolute;
	left:-1em;
	top:16px;
	width:250px;
}

#structure #top-strip ul ul li {
    float: left;
    margin: 0;
    padding: 8px 0 8px 13px;
    width: 250px;
}

#structure #top-strip ul ul li.last {
	border-bottom: none!important;
    padding: 8px 0 8px 0;
}

#structure #top-strip ul ul li a {
	float: left;
    margin: 0;
    padding: 8px 0 8px 13px;
    width: 237px;
}

#structure #top-strip li:hover ul {
	visibility: visible;
}

#structure #top-strip ul {
	margin:0;
	overflow: visible;
}

.layout-v2 #structure #top-strip ul {
	padding:46px 0 6px 26px;
}

.layout-v3 #structure #top-strip ul {
	padding: 16px 0 36px 26px;
}

.layout-v4 #structure #top-strip ul {
	padding: 0;
}

.layout-v2 #structure #top-strip ul ul {
    padding: 4px 0 16px;
}

.layout-v3 #structure #top-strip ul ul {
    padding: 10px 0;
}

#structure #top-strip ul ul li {
    padding: 4px 0 16px;
}

.layout-v4 #structure #top-strip ul ul li {
    padding: 8px 0 10px;
}

.layout-v3 #structure #top-strip ul li a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------- */

.layout-v2 #structure .divider input.button {
	height:2em;
}
.layout-v2.front #main-content.nosidebar,
.layout-v2.subpage #main-content.nosidebar .content
{
	width:100%;
}
.share-links {
	margin:1em 0 2em 0;
}
body.jobdescription #main-content .content
{
	margin:10px;
}
body.jobdescription #main-content h2.color-color-trimdark {
	font-size: 15px;
}
ul.component-breadcrumb,
#job-box ul,
.navigator ul
{
	padding-left:0;
}
#job-box li,
.navigator li
{
	list-style-type: none;
}
.component-breadcrumb li
{
	display:inline;
}
.stay-connected,
.navigator h3
{
	clear:both;
}
#job_description_title {
	clear:left;
}

#ContentPlaceHolder__ctl0_layout_listHeader_navList__ctl1_item,
#ContentPlaceHolder__ctl0__ctl0_listHeader_navList__ctl1_item{
width:100px;
}

#ContentPlaceHolder__ctl0_layout_listHeader_navList__ctl2_item,
#ContentPlaceHolder__ctl0__ctl0_listHeader_navList__ctl2_item{
width:215px;
}

#ContentPlaceHolder__ctl0_layout_listHeader_navList__ctl3_item,
#ContentPlaceHolder__ctl0__ctl0_listHeader_navList__ctl3_item{
width:150px;
}

#ContentPlaceHolder__ctl0_layout_listHeader_navList__ctl4_item,
#ContentPlaceHolder__ctl0__ctl0_listHeader_navList__ctl4_item{
width:200px;
}

#ContentPlaceHolder__ctl0_layout_listHeader_navList__ctl5_item, 
#ContentPlaceHolder__ctl0__ctl0_listHeader_navList__ctl5_item{
width:170px;
}

#ContentPlaceHolder__ctl0_layout_listHeader_navList__ctl6_item,
#ContentPlaceHolder__ctl0__ctl0_listHeader_navList__ctl6_item{
width:120px;
}

#footer .content{
width:960px;
}

.header-top{
  background-image:none !important;
}

#structure .header .header-top{
	background: url(https://secure.icbdr.com/images/talentnetwork/scotts-miracle-fade.jpg) no-repeat left bottom !important;	
}

#custom-join .countrylist-subfields-US{padding-top:20px;}

.right .back-to-results{
	padding-right: 15px !important;
    width: 134px !important
}

.spnContinueOption a, .spnContinueOption a:hover {
    color: #FFF;
}

.spnContinueOption,
#btnJoinTalentNetwork{
	background-color:#454545;
    color: #FFF;
}