@charset "UTF-8";

/* generic styles */
a:focus {
  outline-style:none;
}

object {
  outline-style:none;
}

table {
	border:0;
    border-collapse:collapse;
	float:left;
}

th {
    text-align:left;
}

td {
    vertical-align: top;
	padding:0;
}

img {
    border:0;
}

form {
    margin:0;
}

input, select, textarea {
    padding:0;
    margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;    
}

input.radio {
    margin-bottom:-2px;
}

body {
	margin:0px;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#7b7d7e;
}

div, input {
	float:left;
}


/* text/link styles */
p, td, th, li, div {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
}

p {
	margin:0px 0px 15px 0px;
	line-height:16px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	margin:0px 0px 10px 0px;
	color:#fff;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0px 0px 5px 0px;
	color:#fff;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	color:#fff;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 0px 5px 0px;
	color:#fff;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	line-height:18px;
	color:#fff;
}

hr {
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #fff;
	margin:20px 0px 20px 0px;
	*margin:10px 0px 10px 0px;
}



/*Template Styles*/
div#header_right_bg {
	width:50%;
	height:80px;
	background-image:url(../img/header_bg_right.jpg);
	background-repeat:repeat-x;
	position:absolute;
	right:0;
	z-index:1;
}

div#site_holder {
	width:950px;

	margin:0px auto 0px auto;
	float:none;
	position:relative;
	z-index:2;
}

div#site_holder2 {
	width:920px;/*950px;*/
	padding:0px 15px 0px 15px;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
}

div#header {
	width:880px;/*920px;*/
	height:79px;
	padding:0px 20px 0px 20px;
	border-bottom:1px solid #fff;
	background-image:url(../img/header_bg.jpg);
	/*background-color:#00ff00;*/
}

div#content {
	width:880px;/*920px;*/
	padding:20px;
	min-height:500px;
}

div#main {
	width:580px;
	/*background-color:#ff0000;*/
}

div#sidebar_right {
	width:280px;
	margin-left:20px;
	/*background-color:#ff0000;*/
}

div#footer_holder {
	width:100%;
	background-color:#7b7d7e;
	border-top:1px solid #fff;
}

div#footer {
	width:880px;/*920px;*/
	height:80px;
	padding:0px 20px 0px 20px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	float:none;
	margin:0px auto 0px auto;
}



/*Nav*/
div#nav {
	width:575px;
	height:79px;
	margin-left:65px;
	/*background-color:#ff0000;*/
}

div#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
div#nav li {
	float:left;
}

div#nav li a {
	margin:0px;
	padding:0px;
	display:block;
	width:82px;
	height:79px;
}

div#nav li a span {
	position: absolute;
    left: -9999px;
}

div#nav li a#nav-news {
	background-image:url(../img/nav_news.jpg);
	background-repeat:no-repeat;
}

div#nav li a#nav-success {
	background-image:url(../img/nav_success_stories.jpg);
	background-repeat:no-repeat;
}

div#nav li a#nav-insights {
	background-image:url(../img/nav_insights.jpg);
	background-repeat:no-repeat;
}

div#nav li a#nav-services {
	background-image:url(../img/nav_services.jpg);
	background-repeat:no-repeat;
}

div#nav li a#nav-story {
	background-image:url(../img/nav_our_story.jpg);
	background-repeat:no-repeat;
}

div#nav li a#nav-contact {
	background-image:url(../img/nav_contact.jpg);
	background-repeat:no-repeat;
}

div#nav li a#nav-jobs {
	background-image:url(../img/nav_jobs.jpg);
	background-repeat:no-repeat;
}

div#nav li a:hover, div#nav li a.active
{
	background-position: 0 -79px !important;
}

/*PAGES/ELEMENTS*/
/*call to actions*/
div.cta {
	width:280px;
	height:88px;
	margin-bottom:20px;
}

div.cta_txt {
	width:120px;/*140px;*/
	height:82px;/*88px;*/
	padding:6px 10px 0px 10px;
	background-image:url(../img/home_cta_bg.jpg);
}

div.cta_txt h3
{
	color: rgb(247, 135, 28);
}

div.cta_txt p {
	margin:0px 0px 5px 0px;
	font-size: 11px;
}

div.cta_txt a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

div.cta_txt a:hover {
	color:#f7871c;
}

/*sidebar nav*/
div#sidebar_left {
	width:280px;
	margin-right:20px;
	min-height:20px;
}

div#sidebar_left ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

div#sidebar_left li.sub {
	font-size:14px;
	padding:5px 0px 5px 0px;
	border-bottom:1px dotted #fff;
}

div#sidebar_left li.sub_sub {
	font-size:12px;
	padding:3px 0px 3px 10px;
	border-bottom:1px dotted #fff;
}

div#sidebar_left li.sub a, div#sidebar_left li.sub_sub a {
	color:#fff;
	text-decoration:none;
}

div#sidebar_left li.sub a:hover, div#sidebar_left li.sub_sub a:hover, div#sidebar_left li.sub a.active, div#sidebar_left li.sub_sub a.active
{
	color:#f7871c;
}

/*large box*/
div.large_box {
	width:580px;
	min-height:173px;
	margin-bottom:20px;
	background-image:url(../img/l_box_bg1.jpg);
	background-repeat:repeat-y;
}

div.large_box_top {
	width:580px;
	height:5px;
	background-image:url(../img/l_box_top.jpg);
}

div.large_box_main {
	width:550px;/*167px;*/
	min-height:113px;/*167px;*/
	padding:10px 14px 44px 14px;
	margin-left:1px;
	background-image:url(../img/l_box_bg2.jpg);
	background-repeat:repeat-x;
	position:relative;
}

div.large_box_bot {
	width:580px;
	height:5px;
	background-image:url(../img/l_box_bot.jpg);
}

div.large_box_main input.signup {
	width:255px;
	height:20px;
	padding:5px 3px 0px 3px;
	border:none;
}

div.large_box_main select {
	width:263px;
	height:24px;
	padding-top:2px;
}

input.button {
	position:absolute;
	right:-6px;
	bottom:10px;
}

div.survey_check {
	width:265px;
	padding:2px 0px 2px 0px;	
}

/*small box*/
div.three_col_box_holder {
	width:620px; 
	margin-left:-40px;
	background-image:url(../img/vert_rule.gif);
	background-repeat:repeat-y;
	background-position: 225px 0px;
}

div.thumb_small_box_holder {
	width:166px;
	margin:0px 0px 0px 40px;
}

div.small_box {
	width:166px;
	min-height:43px;
	background-image:url(../img/s_box_bg1.jpg);
	background-repeat:repeat-y;
}

div.small_box_top {
	width:166px;
	height:5px;
	background-image:url(../img/s_box_top.jpg);
}

div.small_box_main {
	width:144px;/*164px;*/
	min-height:21px;/*33px;*/
	padding:5px 10px 40px 10px;
	margin-left:1px;
	background-image:url(../img/s_box_bg2.jpg);
	background-repeat:repeat-x;
	position:relative;
}

div.small_box_bot {
	width:166px;
	height:5px;
	background-image:url(../img/s_box_bot.jpg);
}

div.thumb {
	width:166px; 
	height:120px;
}


/*footer*/
div#footer_content1 {
	margin:32px 0px 0px 0px;
}

div#footer_content1 a {
	color:#fff;
	text-decoration:none;
}

div#footer_content1 a:hover {
	color:#f7871c;
}

div#footer_content2 {
	margin:27px 0px 0px 5px;
}

div#footer_content2 input#search {
	width:179px;
	height:20px;
	padding:5px 3px 0px 3px;
	border:none;
}

div#footer_content3 {
	float:right;
	margin-top:32px;
	font-size:11px;
}

#home h6
{
	width: 95%;
}

h4 a
{
	text-decoration: none;
	color: rgb(247, 135, 28);
}
h4 a:hover
{
	text-decoration: underline;
}


div.insight_header
{
	width:540px;
	height:50px;
	padding: 65px 20px 0 20px;
	background-image:url(../img/header_insights.png);
	background-repeat: no-repeat;
}

ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

ol li
{
	padding: 0 10px 0 10px;
	margin: 0 0 15px 0;
}

.qtip
{
	font-size: 11px;
}

.qtip span
{
	font-weight: bold;
}

div.thumb.people
{
	height: 166px;
}

div.profile-content
{
	display: none;
	width: 200px;
	min-height: 300px;
	background-color: rgba(0, 0, 0, .8);
	padding: 20px;
	z-index: 1000;
}
div.profile-content h3
{
	margin-bottom: 15px;
}

div.why-caption
{
	display: none;
	width: 540px;
	background-color: rgba(0, 0, 0, .8);
	padding: 20px 20px 10px 20px;
	z-index: 1000;
	margin-top: 10px;
}
div.why-caption h3
{
	color: rgb(247, 135, 28);		
}

#contact label
{
	display: block;
	float: left;
	clear: left;
	width: 580px;
	margin-top: 10px;
}

.address
{
	width: 100%;
	height: 70px;
	font-size: 12px;
	margin: 10px 0;
	font-size: 11px;	
}

.address a, .address span
{
	color: rgb(247, 135, 28);
	text-decoration: none;
}

a
{
	color: rgb(247, 135, 28);	
}

#jobs #main
{
	width: 100%;
}

#jobs iframe
{
	float: left;
	background-color: #FFF;
	border: none;
	width: 630px;
	height: 500px;
}

div.jobsearch
{
	float: right;
	width: 230px;
}

.jobsearchButton
{
	clear: left;
}
.jobsearchButton input
{
	width: 100px !important;
	border: 1px solid;
	background-color: rgb(247, 135, 28);
	color: white;
	padding: 3px 7px;
}
.outerjobsearchBoxExec
{
	margin-top: 10px;
}

.jobsearchHeaderExec, .jobsearchHeader
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}

div.jobsearch input, div.jobsearch select
{
	clear: left;
	float: left;
	margin-bottom: 7px;
	width: 200px;
}

a.email
{
}

#contact div.three_col_box_holder
{
	background-position:235px 0;
}

#success h3, #insights h4
{
	color: rgb(247, 135, 28);	
}

div.why-arrow
{
	width: 18px;
	height: 9px;
	position: absolute;
	margin-top: -29px;
	background-image: url('/assets/img/top_arrow.png');
}

#values-1 .why-arrow
{
	margin-left: -210px;
}
#values-2 .why-arrow
{
	margin-left: -98px;
}
#values-3 .why-arrow
{
	margin-left: 20px;
}
#values-4 .why-arrow
{
	margin-left: 130px;
}
#values-5 .why-arrow
{
	margin-left: 245px;
}

#video-wrapper
{
	float: left;
	width: 570px;
	border: 5px solid #444;	
	margin-bottom: 10px;	
}

#video
{
	float: left;
}

.error
{
	color: red;
}


