﻿h1, h2, h3, h4, h5, h6, p, body {
	position: relative;
	margin: 0px;
}
body {
	font-family: 'LatoRegular', Arial;
	font-size: 14px;
	line-height: 129%;
	color: #464646;
}
a {
    color: #AFBD21;
    text-decoration: none;
}
a:hover {
    color: #EED912;
}
a img {
	border: none;
	position: relative;
	z-index: 25;
	float: left;
	left: 0px;
	top: 0px;
	width: 288;
	height: 114;
	padding-right: 40px;
	padding-left: 40px;
}
a:active, a:visited { 
    border: none;
    outline: none;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin: auto;
}

/* TextShadow */
.shadow  {
	filter: progid:DXImageTransform.Microsoft.Glow(color=ff0000,strength=2);
}

/* Wrappers */
.outer_wrapper {
	position: relative;
	min-width:961px;
}
.inner_wrapper {
	position: relative;
	text-align: left;
	width: 961px;
	margin: auto;
}
.outer_wrapper2 {
	position: left;
	text-align: center;
	min-width: 961px;
}
.inner_wrapper2 {
	position: relative;
	text-align: left;
	width: 961px;
	margin: auto;
	background-color: #FAFAEA;
}

/* Header */
#header_wrapper {
	position: relative;
	border-bottom: 10px solid #EFEFEB;
	z-index: 1000;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#header_contact {
    position: relative;
    float: right;
    color: #ffffff;
    width: 260px;
    height: 55px;
    background-image: url(images/header-contact-bg.png);
    background-repeat: no-repeat;
    text-align: center;
}
#header_contact div {
    position: relative;
    display: table-cell;
    margin: auto;
    width: 250px;
    height: 50px;
    vertical-align: bottom;
}
#header_contact a {
    color: #ffffff;
}
#header_logos {
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #D7D7D7;
}
#logo {
	position: absolute;
	display: block;
	float: left;
	width: 301px;
	height: 73px;
	text-indent: -5000px;
	margin-top: -5px;
	left: 1px;
	top: 2px;
	visibility: visible;
	z-index: 1;
}
#logo img {
	border:none;
    position: relative;
    float: left;
    display: block;
	width:300px;
	top:-7px;
}
#strapline {
	position: relative;
	float: right;
	display: block;
	text-indent: -5000px;
	width: 349px;
	height: 14px;
	background-image: url(images/tagline.png);
	background-repeat: no-repeat;
	margin-top: 26px;
}

/* Main Navigation */
#main_navigation,
#main_navigation ul,
#main_navigation li,
#main_navigation a {
    z-index: 1000;
}
#main_navigation {
    position: relative;
    line-height: 48px;
}
#main_navigation ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
#main_navigation ul ul {
    position: absolute;
    background-image: url(images/menu-dropdown-bg.png);
    top: 48px;
    left: 0px;
    display: none;
    line-height: 43px;
    min-width: 100%;
}
#main_navigation ul ul ul {
    top: 0px;
    left: 100%;
    min-width: auto;
    margin: 0px;
}
#main_navigation li:hover > ul {
    display: block;
}
#main_navigation li {
	position: relative;
	display: inline-block;

    *display: inline;
	color: #FFF;
}
#main_navigation li li {
    display: block;
}
#main_navigation a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #454545;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}
#main_navigation li:hover > a,
#main_navigation li.current-menu-item > a,
#main_navigation li.current-menu-parent > a,
#main_navigation li.current-page-ancestor > a {
    color: #AFBD21;
    background-image: url(images/menu-bullet.png);
    background-repeat: no-repeat;
    background-position: 13px 50%;
}
#main_navigation ul ul a {
    display: block;
    border-top: 1px solid #D7D7D7;
}
#main_navigation ul ul li:first-child > a {
    border-top: 0px none;
}
#main_navigation li li:hover > a,
#main_navigation li li.current-menu-item > a,
#main_navigation li li.current-menu-parent > a,
#main_navigation li li.current-page-ancestor > a {
    background-image: none;
}

/* Slideshow */
#slideshow_wrapper {
	height: 294px;
	background-image: url(images/RAYS294x1920.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	border-bottom: 1px solid #EFEFEB;

}
#slideshow_holder_holder {
	position: relative;
	width: 559px;
	height: 240px;
	padding-top: 30px;
	margin-left:160px;
}
#slideshow_holder {
	position: relative;
	width: 559px;
	height: 240px;
	overflow: hidden;
}
#slideshow {
	position: relative;
	width: 9999px;
	height: 240px;
}
#slideshow .slide {
	position: relative;
	width: 559px;
	height: 240px;
	float: left;
	font-size: 30px;
	color: #464646;
	line-height: 133%;
	font-family: 'lane_-_caneregular';
	padding-right: 50px;
	text-align: center;
}
#slideshow .slide span.text_holder {
	position: relative;
	display: table-cell;
	width: 559px;
	padding-top:1.5em;
	padding-left:3em;
	text-align: center;
	vertical-align: middle;
}
#slideshow_nav {
	position: absolute;
	margin-left: 290px;
	margin-bottom: 10px;
	width: 55px;
	padding-bottom: 10px;
	top: 212px;
	height: 41px;
}
#slideshow_nav #slideshow_previous,
#slideshow_nav #slideshow_next {
    position: relative;
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-image: url(images/slideshow-previous.png);
    background-repeat: no-repeat;
}
#slideshow_nav #slideshow_next {
    float: right;
    background-image: url(images/slideshow-next.png);
}

/* Content */

#content_wrapper .inner_wrapper {
	background-color: #F9F9E9;
	padding-left: 30px;
	width: 900px;
	padding-top: 22px;
	padding-bottom: 15px;
	padding-right: 30px;
}
#content_wrapper h1,
#content_wrapper h2,
#content_wrapper h3,
#content_wrapper h4,
#content_wrapper h5,
#content_wrapper h6 {
	font-size: 22px;
	color: #AFBD21;
	line-height: 120%;
	font-weight: bold;
	font-family: 'LatoBold', Arial;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	padding-bottom: 16px;
	padding-top: 0px;
}
#content_wrapper h2 {
    font-size: 24px;
}
#content_wrapper h3 {
    font-size: 20px;
}
#content_wrapper h4 {
    font-size: 16px;
    color: #464646;
}
#content_wrapper h5 {
    font-size: 14px;
    color: #464646;
}
#content_wrapper h6 {
    font-size: 12px;
}
#content_wrapper p {
	padding-bottom: 7px;
	padding-top: 5px;
}
#content_wrapper .divider {
    border-top: 1px solid #D7D7D7;
}
#content_wrapper2 .divider {
    border-top: 1px solid #D7D7D7;
}

#content_wrapper strong,
#content_wrapper b {
	font-weight: bold;
	font-family: 'LatoBold', Arial;
}
#content_wrapper em,
#content_wrapper i {
    font-style: normal;
    font-family: 'LatoItalic', Arial;
}
#content_wrapper strong em,
#content_wrapper strong i,
#content_wrapper b em,
#content_wrapper b i,
#content_wrapper em strong,
#content_wrapper em b,
#content_wrapper i strong,
#content_wrapper i b {
    font-family: 'LatoBoldItalic', Arial;
}

/* Three Box */
.threebox {
	position: relative;
	padding-bottom: 20px;
	padding-top: 0px;
	width: 1000px;
	height: 374px;
	background-image: url(images/three-box-header.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	text-align: center;
}
#content_wrapper .threebox h3 {
	position: relative;
	padding: 0px;
	width: 200px;
	height: 56px;
	padding-top: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'LatoBold', Arial;
	letter-spacing: 0.25em;
	color: #464646;
	line-height: 56px;
	margin-left: 270px;
}
.threebox .boxes {
    position: relative;
    padding-top: 32px;
}
.threebox .box {
	position: relative;
	display: block;
	float: left;
	width: 160px;
	padding-left: 0px;
	padding-right: 19px;
	height: 228px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left: 35px;
	margin-right: 40px;
	color: #ffffff;
	line-height: 120%;
	background-image: url(images/three-box-item160.png);
	background-repeat: no-repeat;
}
.threebox .box.selected {
    background-image: url(images/three-box-item-hover.png);
}
.threebox .box .icon {
    position: relative;
    display: table-cell;
    width: 200px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}
.threebox .box .icon img {
	border:none;
    position: relative;
}
#content_wrapper .threebox .box strong {
	position: relative;
	padding: 0px;
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	font-family: 'LatoBold', Arial;
	letter-spacing: 0.25em;
	line-height: 30px;
	margin: auto;
	width: 200	;
	font-size: 16px;
}
.threebox .box span.text {
    position: relative;
    display: block;
    padding: 0px;
    padding-top: 10px;
}
.threebox .box.box2 {

}
.threebox .box.box3 {
    margin-right: 0px;
}

.threebox.small {
    background-image: url(images/three-box-header-small.png);
    width: 284px;
    height: 100px;    
}
#content_wrapper .threebox.small h3 {
    font-size: 8px;
    line-height: 18px;
    height: 18px;
    width: 85px;
    padding-top: 6px;
    padding-left: 10px;
}
.threebox.small .boxes {
    padding-top: 10px;
}
.threebox.small .box {
    padding: 0px;
    margin-left: 7px;
    margin-right: 7px;
    width: 82px;
    height: 72px;
    background-image: url(images/three-box-item-small.png);
    padding-top: 10px;
}
.threebox.small .box2 {

}
.threebox.small .box3 {
    margin-right: 0px;
}
.threebox.small .box.selected {
    background-image: url(images/three-box-item-small-hover.png);
}
.threebox.small .box .icon {
    height: 22px;
    width: 82px;
}
.threebox.small .box .icon img {
    border: none;
	width: 13px;
    height: auto;
}
#content_wrapper .threebox.small .box strong {
    font-size: 7px;
    line-height: 9px;
}

.homepage_content {
	text-align: center;
	background-color: #FAFAEA;
}

/* Footer */
#footer_yellow_wrapper {
    height: 125px;
    background-image: url(images/footer-bg.png);
    background-repeat: repeat-x;
    margin-top: -4px;
    z-index: 20;
}
#footer_wrapper {
    background-image: url(images/footer-overlay.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 125px;
}
#footer_wrapper .inner_wrapper {
	height: 103px;
	color: #666666;
	letter-spacing: 0.02em;
	line-height: 120%;
	padding-top: 22px;
}
#footer_wrapper .column {
	position: relative;
	float: left;
	width: 200px;
	margin-right: 0px;
}
#footer_wrapper ul {
	position: relative;
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#footer_wrapper a {
	color: #666666;
}
#footer_twitter {
    position: relative;
    display: block;
    margin-top: 9px;
}
#footer_twitter img {
	border:none;
    position: relative;
    top: 10px;
}
#footer_badge {
	position: absolute;
	right: -4px;
	bottom: -52px;
	display: block;
	width: 105px;
	height: 105px;
	text-indent: -5000px;
	z-index: 10;
}
#footer_badge img {
	border:none;
    position: relative;
    display: block;
    float: left;
}

/* Sub Footer */
#subfooter_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 120%;
}
#subfooter_wrapper a {
    color: #464646;
}
#subfooter_wrapper strong {
	font-weight: normal;
	font-family: 'LatoBold', Arial;
}

/* Quicklinks */
.quicklinks {
	position: relative;
	padding-top: 25px;
	width: 900px;
	padding-right: 0px;
	padding-left: 0px;
}
.quicklinks ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.quicklinks ul li {
	position: relative;
	float: left;
	width: 218px;
	height: 65px;
	background-image: url(images/quicklink-item.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;

}
.quicklinks ul li a {
	position: relative;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 125%;
	font-family: 'LatoBold', Arial;

}
.quicklinks ul li a small {
	font-size: 13px;
	display: block;
	text-transform: none;
	letter-spacing: 0em;
	line-height: 16px;
	font-family: 'LatoRegular', Arial;
	
}

/* Link Boxes */
.link_boxes {
    position: relative;
    width: 800px;
    width: 817px;
    margin-left: -17px;
}
.link_boxes ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.link_boxes ul li {
    position: relative;
    float: left;
}
.link_boxes ul li a {
	position: relative;
	display: block;
	width: 300px;
	height: 165px;
	height: 71px;
	margin-bottom: 14px;
	background-image: url(images/link-box.png);
	background-repeat: no-repeat;
	margin-left: 14px;
	margin-right: 14px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: 'LatoBold', Arial;
	letter-spacing: 0.25em;
	line-height: 100%;
	padding-top: 67px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	width: 300px;
	outline:none;

}
.link_boxes ul li a small {
	display: none;
	font-size: 14px;
	line-height: 105%;
	letter-spacing: .1em;
	text-transform: none;
	font-family: 'LatoRegular', Arial;
}
.link_boxes ul li a:hover {
	background-image: url(images/link-box-hover.png);
	padding-top:50px;
	height: 88px;


}
.link_boxes ul li a:hover small {
    display: block;
}

.link_boxes2 {
    position: relative;
    width: 800px;
    width: 817px;
    margin-left: -17px;
	outline:none;
}
.link_boxes2 ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
	outline:none;

}
.link_boxes2 ul li {
    position: relative;
    float: left;
}
.link_boxes2 ul li a {
	position: relative;
	display: block;
	width: 300px;
	height: 165px;
	height: 71px;
	margin-bottom: 14px;
	background-image: url(images/link-box.png);
	background-repeat: no-repeat;
	margin-left: 14px;
	margin-right: 14px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: 'LatoBold', Arial;
	letter-spacing: 0.25em;
	line-height: 100%;
	padding-top: 67px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	width: 300px;
	outline:none;

}
.link_boxes2 ul li a small {
	display: none;
	font-size: 14px;
	line-height: 105%;
	letter-spacing: .1em;
	text-transform: none;
	font-family: 'LatoRegular', Arial;
}
.link_boxes2 ul li a:hover {
	background-image: url(images/link-box-hover.png);
	padding-top:50px;
	height: 88px;

}
.link_boxes2 ul li a:hover small {
    display: block;
}


/* Boxed Heading */
#content_wrapper .boxed_heading {
	border: 0px none;
	width: 300px;
	height: 41px;
	background-image: url(images/boxed-heading800.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 230px;
	padding-right: 255px;
	line-height: 41px;
	color: #464646;
	font-family: 'LatoBold', Arial;
	font-size: 12px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin: 0px;
}
#content_wrapper h1.boxed_heading {
	font-size: 16px;
	margin-left: 40px;
}

#content_wrapper .boxed_heading2 {
	border: 0px none;
	width: 305px;
	height: 41px;
	background-image: url(images/boxed-heading800.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 250px;
	padding-right: 220px;
	line-height: 41px;
	color: #464646;
	font-family: 'LatoBold', Arial;
	font-size: 12px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	margin: 0px;
}
#content_wrapper h1.boxed_heading2 {
	font-size: 16px;
	margin-left: 40px;
}


/* Info Boxes */
.info_boxes {
    position: relative;
    width: 924px;
    margin-left: 0px;
    z-index: 9999;
}
.info_boxes ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.info_boxes li {
    position: relative;
    float: left;
}
.info_boxes li a {
	position: relative;
	display: block;
	width: 218px;
	min-height: 44px;
	text-align: center;
	background-color: #ffffff;
	font-family: 'LatoBold', Arial;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #464646;
}
.info_boxes li a:hover {
	color: #ffffff;
	background-color: #EED915;
}
.info_boxes li a span {
    position: absolute;
	margin-left:30;
    display: none;
    z-index: 16000;
    top: 100%;
    left: -1px;
    border: 5px solid #EED915;
    background-color: #ffffff;
    width: 290px;
    padding: 6px;
    color: #464646;
    text-transform: none;
    font-size: 14px;
    line-height: 120%;
    font-family: 'LatoRegular', Arial;
    text-align: left;
    letter-spacing: 0em;
}
.info_boxes li a.item2 span {
    left: auto;
    right: -1px;
}
.info_boxes li a span small {
    position: relative;
    display: block;
    padding-top: 9px;
    font-size: 14px;
    font-family: 'LatoBold', Arial;
}
.info_boxes li a:hover span {
    display: block;
}

/* Semi Boxes */
.semi-boxes {
	position: relative;
	margin-left: 0px;
	width: 900px;
	height: 285px;
	padding-bottom: 50px;
}
.semi-boxes ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.semi-boxes ul li {
	position: relative;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	margin-left: 10px;
}
.semi-boxes ul li a {
	position: relative;
	display: block;
	width: 200px;
	height: 282px;
	height: 282px;
	background-image: url(images/semi-box1b26.png?v2);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'LatoBold', Arial;
	letter-spacing: 0.25em;
	font-size: 14px;
	line-height: 139%;
	padding-top: 140px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 30px;
	margin-right: 16px;
	margin-bottom: 0px;
}
.semi-boxes ul li a small {
    position: relative;
    display: none;
    font-size: 12px;
    line-height: 120%;
    text-transform: none;
    letter-spacing: 0em;
    font-family: 'LatoRegular', Arial;
}
.semi-boxes ul li a:hover {
	background-image: url(images/semi-box-hover1b26.png?v2);
	padding-top: 140px;
	width: 200px;
	height: 282px;
	height: 282px;
}
.semi-boxes ul li a:hover small {
    display: block;
}

/* Brand Audit */

.small_left,
.small_right {
	position: relative;
	float: left;
	width: 160px;
	padding-bottom: 0px;
}
.wide_right,
.wide_left {
	position: relative;
	float: left;
	width: 700px;
	padding-bottom: 0px;
	/* [disabled]font-weight: bold; */
	margin-left: 100px;
}
.wide_left {
    float: left;
}
.small_right {
    float: right;
}
.wide_right h1 {
	padding-bottom: 16px;
	margin-bottom: 0px;
	font-size: 22px;
	color: #AFBD21;
	font: 'LatoBold', Arial;
	font-weight: normal;
	letter-spacing: 0.25em;
	line-height: 120%;
	padding-top: 0px;
	text-transform: uppercase;
}
.wide_right h2 {
    padding-bottom: 10px;
    margin-bottom: 0px;

}
#content_wrapper .wide_right h2 {
	font-size: 16px;
	color: #464646;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 12px;
	padding-top: 10px;
}
#content_wrapper .wide_right2 h2 {
	font-size: 16px;
	color: #464646;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 12px;
	padding-top: 10px;

}
#content_wrapper .wide_right.noh2borders h2 {
    border: 0px none;
}
#content_wrapper .wide_right h3 {
	font-size: px;
	text-transform: none;
	letter-spacing: 0em;
	font-size: 16px;
	padding-bottom: 0px;
}

#grey_holder {
	background-color: #CCCFC2;
	padding: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#grey_holder.contact_page {
    background-color: #CBCFC1;
}
#grey_holder h2,
#grey_holder h3,
#grey_holder h4,
#grey_holder h5,
#grey_holder h6 {
    text-transform: none!important;
    color: #ffffff!important;
    font-size: 14px!important;
    letter-spacing: 0em!important;
    padding-bottom: 8px!important;
    padding-top: 4px!important;
    border: 0px none!important;
}

.contact_form {
    position: relative;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ffffff;
    width: 554px;
    margin-left: -5px;
}
.contact_form label {
    position: relative;
    display: block;
    float: left;
    width: 100px;
    margin-right: 8px;
    padding-bottom: 9px;
    line-height: 22px;
}
.contact_form input.text,
.contact_form textarea {
    position: relative;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 348px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'LatoRegular', Arial;
    color: #464646;
    border: 1px solid #CCCFC2;
    background-color: #ffffff;
    margin-bottom: 9px;
}
.contact_form textarea {
    height: 87px;
}
.contact_form input.text.error,
.contact_form textarea.error {
    background-color: #cc3300;
    color: #ffffff;
}
.contact_form input.submit {
    position: relative;
    float: right;
    margin-top: -34px;
}
#contact_thankyou_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(images/contact-thankyou-bg.png);
    z-index: 600;
}
#contact_thankyou {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 462px;
    height: 193px;
    margin-top: -96px;
    margin-left: -231px;
    background-image: url(images/contact-thankyou-box.png);
    background-repeat: no-repeat;
    z-index: 700;
    padding-left: 56px;
    padding-right: 70px;
    width: 336px;
    text-align: center;
    padding-top: 77px;
    height: 116px;
}
#contact_thankyou strong {
    position: relative;
    display: block;
    padding-bottom: 5px;
    font-family: 'LatoRegular', Arial;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
}

MARKER

.small_left2,
.small_right2 {
	position: relative;
	float: left;
	width: 160px;
	padding-bottom: 0px;
}
.wide_right2,
.wide_left2 {
	position: relative;
	float: left;
	width: 800px;
	padding-bottom: 0px;
	/* [disabled]font-weight: bold; */
	/* [disabled]margin-left: 50px; */
}
.wide_left2 {
    float: left;
}
.small_right2 {
    float: right;
}
.wide_right2 h1 {
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#content_wrapper2 .wide_right h2 {
    font-size: 16px;
    color: #464646;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 12px;
}
#content_wrapper2 .wide_right.noh2borders h2 {
    border: 0px none;
}

}
#content_wrapper .wide_right.noh2borders2 h2 {
    border: 0px none;
}
#content_wrapper2 .wide_right h3 {
    font-size: px;
    text-transform: none;
    letter-spacing: 0em;
    font-size: 16px;
    padding-bottom: 0px;
}

#grey_holder2 {
	background-color: #CCCFC2;
	padding: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#grey_holder.contact_page2 {
    background-color: #CBCFC1;
}
#grey_holder2 h2,
#grey_holder2 h3,
#grey_holder2 h4,
#grey_holder2 h5,
#grey_holder2 h6 {
    text-transform: none!important;
    color: #ffffff!important;
    font-size: 14px!important;
    letter-spacing: 0em!important;
    padding-bottom: 8px!important;
    padding-top: 4px!important;
    border: 0px none!important;
}

.contact_form2 {
    position: relative;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ffffff;
    width: 554px;
    margin-left: -5px;
}
.contact_form2 label {
    position: relative;
    display: block;
    float: left;
    width: 100px;
    margin-right: 8px;
    padding-bottom: 9px;
    line-height: 22px;
}
.contact_form2 input.text,
.contact_form2 textarea {
    position: relative;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 348px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'LatoRegular', Arial;
    color: #464646;
    border: 1px solid #CCCFC2;
    background-color: #ffffff;
    margin-bottom: 9px;
}
.contact_form2 textarea {
    height: 87px;
}
.contact_form2 input.text.error,
.contact_form2 textarea.error {
    background-color: #cc3300;
    color: #ffffff;
}
.contact_form2 input.submit {
    position: relative;
    float: right;
    margin-top: -34px;
}
#contact_thankyou_wrapper2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(images/contact-thankyou-bg.png);
    z-index: 600;
}
#contact_thankyou2 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 462px;
    height: 193px;
    margin-top: -96px;
    margin-left: -231px;
    background-image: url(images/contact-thankyou-box.png);
    background-repeat: no-repeat;
    z-index: 700;
    padding-left: 56px;
    padding-right: 70px;
    width: 336px;
    text-align: center;
    padding-top: 77px;
    height: 116px;
}
#contact_thankyou2 strong {
    position: relative;
    display: block;
    padding-bottom: 5px;
    font-family: 'LatoRegular', Arial;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
}

/* Contact */
#contact_content {
	line-height: 157%;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.small_right .quicklinks {
    margin: 0px;
    width: auto;
    padding: 0px;
    margin-left: -4px;
    margin-top: -3px;
}
.small_right .quicklinks li {
    float: none;
    margin: 0px;
}
.small_right .quicklinks a {
    
}

/* Courses */
#courses_holder .course {
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
}
#courses_holder .signup_button {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #AFBD21;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    font-family: 'LatoBold', Arial;
}
.contact_form.greenborder {
    border: 7px solid #AFBD21;
    margin: 0px;
}

#courses_holder .course2 {
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
}
#courses_holder .signup_button {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #AFBD21;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    font-family: 'LatoBold', Arial;
}
.contact_form.greenborder {
    border: 7px solid #AFBD21;
    margin: 0px;
}

#courses_holder .course3 {
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
}
#courses_holder .signup_button {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #AFBD21;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    font-family: 'LatoBold', Arial;
}
.contact_form.greenborder {
    border: 7px solid #AFBD21;
    margin: 0px;
}




/* Product Page */
#product_pages {
    position: relative;
    padding-bottom: 18px;
}
#product_tabs {
    position: relative;
}
#product_tabs a {
    position: relative;
    float: left;
    display: block;
    height: 36px;
    padding-right: 6px;
    margin-right: -6px;
    background-image: url(images/product-tab.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    z-index: 100;
}
#product_tabs a span {
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 12px;
    font-family: 'LatoBold', Arial;
    color: #464646;
    cursor: pointer;
}
#product_tabs a:hover,
#product_tabs a.selected {
    background-image: url(images/product-tab-hover.png);
    z-index: 110;

}
#product_tabs a:hover span,
#product_tabs a.selected span {
    color: #ffffff;
    background-color: #EED912;
}
#product_tabs .tab2 { z-index: 99; }
#product_tabs .tab3 { z-index: 98; }
#product_tabs .tab4 { z-index: 97; }
#product_tabs .tab5 { z-index: 96; }
#product_tabs .tab6 { z-index: 95; }
#product_tabs .tab7 { z-index: 94; }
#product_tabs .tab8 { z-index: 93; }

#product_boxes {
    position: relative;
    border: 8px solid #000000;
    border: 8px solid #EED912;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 18px;
    padding-bottom: 18px;
}
#product_boxes .box {

}
#product_application {
    position: relative;
    border: 1px solid #EED912;
    background-color: #ffffff;
    padding: 11px;
    padding-bottom: 6px;
}
#product_application h5 {
    padding-top: 0px;
}

/* Products Overview */
#products_overview_threebox .box .icon {
	height: 55px;
}
#products_overview_threebox .box .icon img {
	border:none;
    margin-top: 40px;
}
#products_overview {
	position: relative;
	width: 1000px;
	margin-left: -14px;
	margin-top: -40px;
}
#products_overview .column {
	position: relative;
	float: left;
	width: 283px;
	margin-left: 14px;
	margin-right: 18px;
}

.products {
	position: relative;
	padding-bottom: 0px;
}
.products ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;

}
.products ul.level1 {
	margin:0;
	padding: 0;
}
.products ul.level2 {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.products ul.level3 {
    list-style: disc;
    position: relative;
    padding-left: 18px;
margin:0;

}

.products ul.level1 > li {
	background-color="#FFFFFF"

}
.products ul.level2 > li {
	background-color="#000000"

}
.products ul.level3 > li {
	background-color="#FFFFFF"

}

.products ul.level1 > li > a {
	margin: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'LatoBold', Arial;
	line-height: 29px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 29px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: px;
	padding-right: px;
	border-bottom: 1px solid #ffffff;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	min-width: 245px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.products ul.level1b > li > a {
	margin: 0;
	padding:0;
	position: relative;
	display: inline-block;
	background-color:#000
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'LatoBold', Arial;
	line-height: 29px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 29px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: px;
	padding-right: px;
	border-bottom: 1px solid #ffffff;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	min-width: 220px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.products ul.level2 > li > a {
	margin:0;
	padding:0;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'LatoBold', Arial;
	line-height: 29px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 29px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: px;
	padding-right: px;
	border-bottom: 1px solid #ffffff;
	
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	min-width: 220px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: visible;
}
.products ul.level22 > li > a {
    position: relative;
    display: inline-block;
    padding-left: px;
    padding-right: px;
    border-bottom: 1px solid #ffffff;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'LatoBold', Arial;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    height: 29px;
    line-height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 187px;
    background-color: #000000;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}


.products ul.level1 > li > a b {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(images/product-arrow.png);
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.products ul.level1 > li.selected > a,
.products ul.level1 > li:hover > a {
    color: #89cbe1;
}
.products ul.level2 > li.selected > a,
.products ul.level2 > li:hover > a {
    color: #89cbe1;
}
}
.products ul.level3 > li.selected > a,
.products ul.level3 > li:hover > a {
    color: #89cbe1;
}
.products ul.level1 > li.selected > a b {
    background-image: url(images/product-arrow-selected.png);
	color: #89cbe1;
}.products ul.level2 > li.selected > a b {
    background-image: url(images/product-arrow-selected.png);
	color: #89cbe1;
}
.products ul.level3 > li.selected > a b {
    background-image: url(images/product-arrow-selected.png);
	color: #89cbe1;
}
.products .descriptions {
    position: relative;
    height: auto;
}
.products .descriptions .holder {
    position: relative;
    overflow: hidden;
}
.products .descriptions .holder div {
    position: relative;
    background-color: #ffffff;
    border: 5px solid #aab300;
    padding: 8px;
    line-height: 129%;
}
.products .descriptions2 {
    position: relative;
    height: auto;
}
.products .descriptions2 .holder {
    position: relative;
    overflow: hidden;
}
.products .descriptions2 .holder div {
    position: relative;
    background-color: #ffffff;
    border: 5px solid #E4E678;
    padding: 8px;
    line-height: 129%;
}
.products .descriptions3 {
    position: relative;
    height: auto;
}
.products .descriptions3 .holder {
    position: relative;
    overflow: hidden;
}

.products .descriptions3 .holder div {
    position: relative;
    background-color: #ffffff;
    border: 5px solid #C7D2D1;
    padding: 8px;
    line-height: 129%;
}
.products .descriptions strong {
	position: relative;
	display: block;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 110%;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.products .descriptions a {
    display: block;
    font-size: 12px;
    color: #ffffff;
    font-family: 'LatoBold', Arial;
}

.products ul.level1 > li.item2 > a b {
    background-color: #000000;
	color:#89cbe1;
}
.products ul.level1 > li.item2.selected > a,
.products ul.level1 > li.item2:hover > a {
    color: #89cbe1;}
.products .item2 ul.level2 > li.item > a {
    background-color: #E4E678;
}
.products .item2 .descriptions .holder div {
    border: 10px solid #E4E678;
    overflow: hidden;
}

.products .item3 .descriptions2 .holder div {
    border: 10px solid #FFFFFF;
    overflow: hidden;
}

.products ul.level1 > li.item3 > a b {
    background-color: #ffffff;
}
.products ul.level1 > li.item3.selected > a,
.products ul.level1 > li.item3:hover > a {
    color: #89cbe1;
}
.products .item3 ul.level1 > li > a {
    background-color: #000000;
}
    overflow: hidden;
}

.products ul.level1 > li.itemdud > a b {
    background-color: #FFFFFF;
}
.products ul.level1 > li.itemdud.selected > a,
.products ul.level1 > li.itemdud:hover > a {
    color: #89cbe1;
}
.products .itemdud ul.level2 > li > a {
    background-color: #000000;
}
.products .itemdud .descriptions .holder div {
    border: 10px solid #FFFFFF;
    overflow: hidden;
}

.big_yellow_box {
    position: relative;
    text-align: center;
    border: 1px solid #EDD911;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 120%;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 29px;
}

.products .item4 ul.level2 > li > a {
    background-color: #E4E678;
}
.products .item4 .descriptions .holder div {
    border: 10px solid #E4E678;
    overflow: hidden;
}
.products ul.level1 > li.item5 > a b {
    background-color: #E4E678;
}
.products ul.level1 > li.item5.selected > a,
.products ul.level1 > li.item5:hover > a {
    color: #89cbe1;
}
.products .item5 ul.level2 > li > a {
    background-color: #E4E678;
}
.products .item5 .descriptions .holder div {
    border: 10px solid #E4E678;
    overflow: hidden;
}
.products ul.level1 > li.item6 > a b {
    background-color: #FFFFFF;
}
.products ul.level1 > li.item6.selected > a,
.products ul.level1 > li.item6:hover > a {
    color: #89cbe1;
}
.products .item6 ul.level2 > li > a {
    background-color: #000000;
}
.products .item6 .descriptions .holder div {
    border: 10px solid #FFFFFF;
    overflow: hidden;
}

.big_yellow_box {
    position: relative;
    text-align: center;
    border: 1px solid #EDD911;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 120%;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 29px;
}

/* Startups */
.small_yellow_boxes {
	position: relative;
	width: 593px;
	margin-left: 0px;
	width: 900px;
	padding-top: 15px;
}
.small_yellow_boxes ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.small_yellow_boxes ul li {
	position: relative;
	float: left;
}
.small_yellow_boxes ul li a {
	position: relative;
	display: block;
	width: 190px;
	height: 70px;
	border: 1px solid #EDD911;
	background-color: #ffffff;
	color: #464646;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 189%;
	letter-spacing: 0.25em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
}
.small_yellow_boxes ul li a:hover {
	color: #ffffff;
	background-color: #EDD911;
	padding-left: 10px;
}
.small_yellow_boxes ul li a span {
	position: relative;
	display: table-cell;
	width: 190px;
	height: 70px;
	vertical-align: middle;
	font-family: 'LatoBold', Arial;
}

.small_yellow_boxes2 {
	position: relative;
	width: 593px;
	margin-left: 145px;
	width: 650px;
	padding-bottom: 15px;
}
.small_yellow_boxes2 ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.small_yellow_boxes2 ul li {
	position: relative;
	float: left;
}
.small_yellow_boxes2 ul li a {
	position: relative;
	display: block;
	width: 220px;
	height: 70px;
	border: 1px solid #EDD911;
	background-color: #ffffff;
	color: #464646;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 189%;
	letter-spacing: 0.25em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 33px;
	margin-right: 23px;
	margin-top: 0px;
}
.small_yellow_boxes2 ul li a:hover {
	color: #ffffff;
	background-color: #EDD911;
	padding-left: 10px;
}
.small_yellow_boxes2 ul li a span {
	position: relative;
	display: table-cell;
	width: 220px;
	height: 70px;
	vertical-align: middle;
	font-family: 'LatoBold', Arial;
}
.small_yellow_boxes3 {
	position: relative;
	width: 593px;
	width: 900px;
}
.small_yellow_boxes3 ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.small_yellow_boxes3 ul li {
	position: relative;
	float: left;
	width: 240;
}
.small_yellow_boxes3 ul li a {
	position: relative;
	display: block;
	width: 218;
	height: 65;
	border: 1px solid #EDD911;
	background-color: #fafaea;
	color: #464646;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 189%;
	letter-spacing: 0.25em;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.small_yellow_boxes3 ul li a:hover {
	color: #ffffff;
	padding-left: 0px;
}
.small_yellow_boxes3 ul li a span {
	position: relative;
	display: table-cell;
	width: 220px;
	height: 70px;
	vertical-align: middle;
	font-family: 'LatoBold', Arial;
}

/* Static */
#static_image {
    position: relative;
    margin-left: -4px;
}
#static_img_top,
#static_img_bottom {
	border:none;
	position: relative;
	display: block;
	width: 160px;
	height: 4px;
	background-image: url(images/static-img-top.png);
	background-repeat: no-repeat;
}
#static_img_bottom {
    background-image: url(images/static-img-bottom.png);
}
#static_img_bg {
	position: relative;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(images/static-img-bg.png);
	background-repeat: repeat-y;
	width: 160px;
}
#static_image img {
	border:none;
	position: relative;
	display: block;
	width: 160px;
	height: auto;
}

.ie-clear {
    display: none;
}
#content_wrapper .inner_wrapper .homepage_content p #brandalive {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
