@charset "utf-8";
/*=================================================================================
Verndale.com - GlobalStyle.css
===================================================================================*/
/*In this file:
	[style reset] - resets styles except tables and list
	[global styles] - sitewide styles to inherit
	[site layout] - the framework of the site
	[site components] - all modules / controls of the site
	[page content] - the CMS Content Editor/rich-text field
	[media styles] - all media specific styles
*/
/*///// [style reset] - resets styles except tables and list ///////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
}/* { margin: 0; padding: 0; } taken out for table padding*/
img { border:0px; }
a:focus { outline: 0; }
object, embed { outline:none; display:block; }
/*/////// [global styles] - sitewide styles to inherit ///////////////////////////////////////////////////////////*/
html { font-size:12px; }
body {
	min-width:960px !important;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.5em;
	background:#ffffff;
	color:#222222;
}
/* j_on - used to detect js is enabled */
.j_on {}

a { color:#CCC; text-decoration:none; }
a:link { color:#009B9A; text-decoration:none; }
a:visited { color:#0066a1; text-decoration:none; }
a:hover { color:#009B9A; text-decoration:none; }
a:active { color:#0066a1; text-decoration:none; }

h1, h2, h3, h4, h5, h6, p, a { word-wrap:break-word; }

.strong	{font-weight:bold;}

.clear {
	display: block;
	clear:both;
	overflow:hidden;
	height:0;
	line-height:0;
	font-size:0;
}
/* new clearfix fix */
/*
Example: <div class="cols clearfix">
*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height:0;
	zoom:1; /* for ie6/ie7 */
}

input, textarea, select, option { color:#222222; font-family:Arial, Helvetica, sans-serif; outline:none;}
.j_on input.clear_value_off { color:#CCCCCC !important; }
input[type='checkbox'] { border:none !important; outline:none; }
input[type='radio'] { border:none !important; }

/*/////// [site layout] - the framework of the site ///////////////////////////////////////////////////////////*/
.wrapper {
	clear:both;
	width:960px;
	position: relative;
	margin:0 auto;
}
.cols {
	position:relative;
	float:left;
}
.page_content {}
.page_content_pad {
	padding: 15px 0;
}
.page_content_pad > .rtf-content {
	margin:0 20px;
}
.page_content ul + p {
	padding-top:6px;
}
.rtf-content a, .featured-content a				{color: #009b9a;}
.rtf-content a:hover, .featured-content a:hover	{text-decoration:underline;}
blockquote {
	margin:20px 100px 40px!important;
	font-style:italic;
	color:#1F497D;
	font-size:16px;
	line-height:20px;
}
blockquote menu {
	margin:0;
	padding:0;
}
blockquote h5 {
	font-weight:normal;
	margin:10px 0 0;	
}
blockquote:before,
blockquote:after {
	content: '';
	position:relative;
	width:30px;
	height:20px;
	display:block;
}
blockquote:before {
	background:transparent url(/_Images/Buttons-Icons/quote-left.gif) no-repeat scroll 0 0;
	float:left;
	margin-left:-45px;
	margin-top:5px;
}
blockquote:after {
	background:transparent url(/_Images/Buttons-Icons/quote-right.gif) no-repeat scroll 0 0;
	float:right;
	margin-right:-45px;
	margin-top:-30px;
}

.browser_ie7 blockquote {
	background:transparent url(/_Images/Buttons-Icons/quote-left.gif) no-repeat scroll 0 0;
	padding-left:45px;
	margin:20px 60px 40px!important;
}
.browser_ie7 blockquote h5 {
	background:transparent url(/_Images/Buttons-Icons/quote-right.gif) no-repeat right 0;
	width:95%;
	padding-right:45px;
}
/*/////// [site components] - all modules / controls of the site ///////////////////////////////////////////////////////////*/

/**** BEGIN: GLOBAL COMPONENTS *****************************************************/
/*** BEGIN: GLOBAL TEXT STYLES ***/
.page_content h1,
.rtf-content h1 {
	color: #003766;
	font-size: 28px;
	font-weight:normal;
	margin-bottom: 20px;
}
.page_content h1.page-title,
.rtf-content h1.page-title{
	color: #003766;
	font-size: 28px;
	font-weight:normal;
	margin:0 0 20px 20px;
}
.page_content h2,
.rtf-content h2 {
	color: #003766;
	font-size: 18px;
	font-weight:normal;
	font-style:italic;
	margin:0 0 38px 20px;
}
.browser_ie7 .page_content h2, .rtf-content h2 {font-size:16px;}
.page_content h2.page-subtitle,
.rtf-content h2.page-subtitle {
	color: #003766;
	font-size: 18px;
	font-weight:normal;
	font-style:italic;
	margin:0 0 30px 20px;
}
.page_content h3,
.rtf-content h3 {
	color: #6EAB23;
	text-align :center;
	font-size: 22px;
	font-weight:normal;
	padding:13px 0 14px;
	border-color: #CCCCCC;
	border-style: solid none dashed;
	border-width: 3px 0 1px;
}
.page_content h4,
.rtf-content h4{
	color:#6EAB23;
	font-weight:normal;
	font-size:16px;
}
.rtf p 	{margin:10px 0;}



.rtf a:hover {
	text-decoration:underline;
}
.detail-signup-title{
	padding-bottom:20px;
	font-size: 14px;
	font-weight:bold;
}
.detailed-body-content{
	width:100%;
	float:left;
	margin:0 56px 0 0;
}
.detailed-body-content-med{
	width:454px;
	float:left;
	margin:0 56px 0 0;
	font-size:11px;
}
.detailed-body-content-sm{
	width:185px;
	float:left;
	margin:0 56px 0 0;
	font-size:12px;
}
.detailed-body-content ul,
.detailed-body-content ol,
.detailed-body-content-med ul,
.detailed-body-content-med ol,
.detailed-body-content-sm ul,
.detailed-body-content-sm ol {
	font-size:12px;
}
.detailed-body-content ul {
	margin: 0;
	padding:0 0 0 40px;
}
/*** BEGIN: GLOBAL COMPONENT STYLES ***/
.list_spacer {
 	height: 30px;
}
.divider {
	margin-bottom: 25px;
	padding-top: 25px;
	border-bottom: 1px #D6D6D6 solid;
}
.overview { 
padding-top: 20px;
padding-right: 0; 
}

/*** BEGIN: FORM ***/
/* site form */
fieldset.form { border:0; width:600px; }
/*
Commented for WFFM styling
.form_pad { padding:18px 0; }*/

.titleLink {color:#6EAB23; text-decoration: none;}

.form_info {
}
.formcell { clear:both; margin-bottom:8px;}
/*Insights detail */
.insights-detail-wrap .formcell { clear:both; margin-bottom:10px;}
/**/
.formcell label { float:left; clear:both; margin:0 2px 5px; font-size:11px; }

.form .multiple_fields { clear:both; }
.form .multiple_fields .formcell_label {}
.form .multiple_fields .formcell_text {}

.form .formcell input, .form .formcell select, .form .formcell textarea {
	color:#333333;
	width: 100%;
	border:solid 1px #cdcdca;
	background-color:#ffffff;
}
.form .formcell input {
	height:20px;
	padding-left:3px;
}
.form .formcell.checkbox input {
	padding-left:0;
	margin:0 0 0 0;
	width:13px;
	height:13px;
	float:left;
}
.form .formcell.checkbox label{
	font-size:11px;
	float:none;
	padding-left:6px;
	line-height:18px;
}
.form .formcell select { padding:1px 0 0 0; }
.form .formcell .captcha_cell {}
.form .formcell .captcha_cell img { display:block;}

.form .form_req label {}
.form .form_req label span.form_req_ast {color:#860038; display:block; width:10px; height:10px; overflow:hidden; position:absolute; margin-left:-15px;}
.form .form_err label { }
.form .form_err { border:1px solid #982d1e;}
.form option { padding-right:5px; }

.errmessage {
	display:block;
	color:#982d1e;
	padding:9px 0;
}

.footer-col .scfForm .scfValidatorRequired		{position:absolute; right:-5px; padding-top:25px;}
.browser_ie7 .footer-col .scfValidatorRequired	{right:-10px; padding-top:5px;}

.col-left .scfValidatorRequired		{padding-top:15px;}
.browser_ie7 .col-left .scfValidatorRequired	{padding-top:5px;}

.browser_ie .scfSingleLineTextLabel { line-height:normal !important; width:100% !important;}
.browser_ie .scfEmailLabel 		 { line-height:normal !important;}

.short { width:25%; }
.medium { width:50%; }
.long { width:100%; }

/*form_submit*/
.form_submit { padding: 0;}
.form_submit_pad { padding: 10px 0; text-align:left;}
.form .form_submit_pad input { 
	padding:5px 10px;
	font-family:Calibri, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	background-color: #666666; 
	width: 75px; 
	vertical-align:middle; 
	cursor: pointer; cursor: hand;
}
.form .form_submit_pad input:hover { 
	background-color: #009B9A;
}

.contact-content-wrap .scfSectionContent label	{font-weight:bold;}

/*** BEGIN: PAGINATION ***/
.pagination  {
	width: 100%;
	text-align: center;
	margin-top:15px;
	}
.pagination-pad {
	}
.pagination a, .pagination span{
	font-size:14px;
	float: none; 
	display: inline;
	clear: none;
	margin-left: 9px;
	padding: 0;
	color: #727778;
	background-image: none;
	text-decoration:none;
}
.pagination a.previous {
	margin-right: 55px;
}
.pagination a.next {
	margin-left: 55px;
}
/* Alpha Pagination (employee listing)*/
.aplha-pagination{
	border-width: 1px 0  1px 0;
	border-color:#CCC;
	border-style:solid;	
	text-align:left;
	margin-top:29px;
}
.aplha-pagination a.employee_listing_group{
	color:#000;
	font-weight:bold;	
}
.aplha-pagination .pagination-pad{padding:10px 0 9px 0;}
.aplha-pagination a.browse-all{
	margin:0 34px 0 17px;
	font-weight:normal;
	color:#009B9A;
}
.aplha-pagination a.browse-all-inactive.employee_listing_group{
	margin:0 34px 0 17px;
	font-weight:normal;
	color:#000;
}
.aplha-pagination a.no-listings{
	color:#CCC;	
}
.aplha-pagination a.no-listings:hover{
	color:#CCC;	
}
/*** BEGIN: BREADCRUMBS ***/
.breadcrumbs { 
	color: #666666;
	font-size: 13px;
	margin: 0 0 15px 20px;
}
.breadcrumbs a{ 
	color: #666666;
	text-decoration: none;

}
.breadcrumbs a:hover{ 
	color: #009B9A;
	text-decoration: none;

}
/*** SIGN UP ***/
.sign-up{
	width: 190px;
	padding:18px 22px 12px 14px;
	margin-bottom:30px;
	border:1px solid #D6D6D6;
}
.thank-you {
	width:100%;
}
.site-foot .sign-up{
	width: 190px;
	border:none;
	padding:0;
	margin-bottom:30px;
}
.sign-up p {
	color: #333333;
	font-size: 12px;
	padding-bottom:14px;
}
.col-left-big .sign-up {
	border:none;}

/*** BEGIN: HEADER ***/
.site-head {
    background: url(/_Images/bg-pattern.gif) bottom;
    position: relative;
    width: 100%;
    z-index: 999;
	padding-bottom: 8px;
}

.site-head .head-wrap {
	width: auto;
    background: #fff;
	height: 125px;
	}

.site-head-pad{
	background: #fff;
    width: 960px;
	margin: 0 auto;
	position:relative;
}
.logo {
	left: 0;
    position: absolute;
    top: 62px;
    width: 258px;
}

/* Utility Nav */
.utility-nav-wrap {
    clear: both;
    font-size: 12px;
    height: 40px;
    padding: 12px 0 10px;
}
.utility-nav-wrap a {
	color: #727778;
  	text-decoration: none; 
}
.utility-nav-wrap a:hover {
   color: #009B9A;
}
.utility-nav-wrap ul.utility-nav {
    float: right;
    list-style: none outside none;
    margin:0;
    padding: 0;
}
.utility-nav-wrap ul.utility-nav li {
    float: left;
	display: block;
    list-style-type: none;
	margin-right: 19px;
    min-width: 28px;
}
.browser-ie7 .utility-nav-wrap ul.utility-nav li, .browser-ie6 .utility-nav-wrap ul.utility-nav li {
}
.utility-nav-wrap ul.utility-nav li a {
	text-transform: uppercase;
}
.utility-nav-wrap ul.utility-nav li.rounded {
	margin-top: 10px;
	padding: 0 8px;
	border: 1px #FFFFFF solid;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px; /* for old Konqueror browsers */
	position:relative;
	behavior: url(/_CSS/PIE.htc); /* Round corners for ie8 and 7 */
}

.utility-nav-wrap ul.utility-nav li.rounded:hover {
	background:#009B9A;
	border-color:#009B9A;
}

.utility-nav-wrap ul.utility-nav li.active {
	background:#009B9A;
	border-color:#009B9A;
}
.utility-nav-wrap ul.utility-nav li.active a {
	color:#ffffff;
}
.utility-nav-wrap ul.utility-nav li.rounded:hover a{
	color: #FFFFFF;
}
.utility-nav-wrap ul.utility-nav li.country{
	margin-top: 11px;
}
.utility-nav-wrap ul.utility-nav li.country a{
	text-transform:none;
}
.utility-nav-wrap ul.utility-nav li.country a:first-child{
	margin:0 3px 0 0;
}
.utility-nav-wrap ul.utility-nav li.country a{
	margin-left:3px;	
}
.utility-nav-wrap ul.utility-nav li.country a.english {
	margin-right: 10px;
	padding-right: 10px;
    border-right: 1px #727778 solid;
}
.utility-nav-wrap ul.utility-nav li.country a:hover, .utility-nav-wrap ul.utility-nav li.country a.active {
	text-decoration: none;
	color:#009B9A;
}

/* Utility Search Bar */
.utility-nav-wrap .search-wrap {
    float: right;
    margin: 3px 0 0 11px;
    position: relative;
}
.utility-nav-wrap .search-wrap  .search-wrap-img {
	width:auto;
	float:left;	
	position:absolute;
	margin:0;
	padding:7px 7px 7px 5px;
}
.browser_ie7 .utility-nav-wrap .search-wrap  .search-wrap-img {
	padding:7px 7px 7px 15px;
}
.utility-nav-wrap .search-wrap .search-wrap-input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: #BBBBBB solid 1px;
    color: #727778;
	font-size: 11px;
    display: block;
    height: 30px;
    line-height: 28px;
    margin:0;
    padding: 2px 10px 0 30px;
    width: 135px;
}
.utility-nav-wrap .search-wrap .search-options-wrap {
    border-top: 1px solid #5E5E5E;
    overflow: hidden;
    position: absolute;
    right: 35px;
    text-align: right;
    top: 0;
    z-index: 100;
}
.browser_ie7 .utility-nav-wrap .search-wrap .search-options-wrap {
    max-width: 135px;
    min-width: 65px;
    width: auto;
}
.search-options-wrap .search-option {
    clear: both;
    display: none;
    float: right;
    height: 30px;
    padding: 0 5px;
    white-space: nowrap;
}
.browser_ie7 .search-options-wrap .search-option {
    position: relative;
    right: 0;
}
.search-options-wrap .search-option input {
    display: none;
    margin: 0;
}
.search-options-wrap .search-option label {
    color: #9C9B9B;
    cursor: pointer;
    font-size: 12px;
    line-height: 30px;
}
.search-options-wrap .search-option.selected {
    background: none repeat scroll 0 0 #202020;
    display: block;
}
.search-options-wrap .search-option.selected input {
}
.search-options-wrap .search-option.selected label {
}
.utility-nav-wrap .search-wrap .search-options-wrap.active {
    background: none repeat scroll 0 0 #191919;
    border-bottom: 1px solid #5D5D5D;
    box-shadow: 1px 3px 5px 0;
    overflow: visible;
    width: auto;
}
.browser_ie7 .utility-nav-wrap .search-wrap .search-options-wrap.active .search-option label {
    line-height: 28px;
}
.search-options-wrap.active .search-option {
    background: none repeat scroll 0 0 #191919;
    display: block;
}
.search-options-wrap.active .search-option input {
    display: inline;
}
.search-options-wrap.active .search-option label {
}
.search-options-wrap.active .search-option.selected {
}
.search-options-wrap.active .search-option.selected input {
}
.search-options-wrap.active .search-option.selected label {
}
.utility-nav-wrap .search-wrap .search-wrap-submit {
    background: url(/_Images/Global/btn-search-submit.gif) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0;
    height: 33px;
    letter-spacing: 999px;
    line-height: 0;
    margin: 0 0 0 1px;
    text-indent: -9999px;
    width: 34px;
}

/* Primary Nav */
ul.primary-nav {
    float: right;
    margin: 0;
   	padding: 15px 0 0;
}
ul.primary-nav li {
    float: left;
	list-style-type: none;
	margin-right: 31px;
	position:relative;
}
ul.primary-nav li:last-child {
	margin-right:0;
}
ul.primary-nav li a.primary-link {
    color: #727778;
    display: block;
    float: left;
    font-size: 14px;
	font-weight: bold;
    height: 40px;
    overflow: hidden;
    padding: 0 15px 0 5px;
	background: url(/_Images/nav_list_image.gif) no-repeat top right;
}
.browser_ie7 ul.primary-nav li a {font-size:13px !important;}
/*
.browser-ie9 ul.primary-nav li a.primary-link {
    padding: 0 38px;
}
.browser-ie8 ul.primary-nav li a.primary-link {
    padding: 0 39px;
}
.browser-ie7 ul.primary-nav li a.primary-link {
    padding: 0 39px;
}
.browser-ie6 ul.primary-nav li a.primary-link {
    white-space: nowrap;
}
ul.primary-nav li.last-child a.primary-link {
    padding-right: 40px;
}
.browser-chrome ul.primary-nav li.last-child a.primary-link {
    padding-right: 39px;
}
.browser-ie9 ul.primary-nav li.last-child a.primary-link {
    padding-right: 37px;
}
.browser-ie8 ul.primary-nav li.last-child a.primary-link {
    padding-right: 38px;
}
.browser-ie7 ul.primary-nav li.last-child a.primary-link, .browser-ie6 ul.primary-nav li.last-child a.primary-link {
    padding-right: 39px;
}
*/
ul.primary-nav li a.primary-link:hover, ul.primary-nav li a.primary-link:active, ul.primary-nav li.active a.primary-link, ul.primary-nav li.hover a.primary-link {
    color: #009B9A;
    text-decoration: none;
	border-bottom: #22bdb9 8px solid;
	background: url(/_Images/nav_list_image_active.gif) no-repeat top right;
}
ul.primary-nav li.active a.primary-link, ul.primary-nav li.hover a.primary-link {

}
ul.primary-nav li.active a.primary-link, ul.primary-nav li.hover a.primary-link {
    
}
ul.primary-nav li.active {
   
}
ul.primary-nav li.hover {
   
}

ul.primary-nav li ul.dropnav li a.dropnav-link {
	color: #666666;
	font-size: 13px;
   	text-decoration: none;
	padding: 10px 20px;
	display: block;
	border-right: #d6d6d6;
}
ul.primary-nav li ul.dropnav .strong-title a {
	font-weight: bold;
}
ul.primary-nav li ul.dropnav .strong-title li a {
	font-weight: normal;
}
ul.primary-nav ul.dropnav li a.dropnav-link:hover {
    color: #009B9A; 
}
ul.primary-nav .dropnav-wrap {
    background: #FFFFFF;
    clear: both;
    display: none;
    max-width: 300px;
    min-width: 245px;
    position: absolute;
	z-index: 9999;
    width: 125%;
	border: 1px #D6D6D6 solid;
	border-bottom-width: 4px;
	border-left-width: 0px;
}
ul.primary-nav > li > .dropnav-wrap {
	left:0;
	top: 48px;
}
ul.primary-nav > li.menu.shiftright > .dropnav-wrap {
	left: auto;
	right: 0px;	
}
.browser_ie8 ul.primary-nav > li.menu.shiftright > .dropnav-wrap {
	right: 160px;
}
ul.primary-nav > li > .dropnav-wrap > ul.dropnav .dropnav-wrap {
	left: 245px;
	top: -1px;
	min-width: inherit;
	max-width: 200px;
}
ul.primary-nav > li.menu.shiftright > .dropnav-wrap > ul.dropnav .dropnav-wrap {
	border-right: 0px;	
}
ul.primary-nav > li.menu.shiftright > .dropnav-wrap > ul.dropnav .dropnav-wrap {
	left: auto;
	top: -1px;
	right: 244px;	
}
ul.primary-nav li.menu:hover > .dropnav-wrap, ul.primary-nav li.menu:hover > .dropnav-wrap > ul.dropnav {
    display: block;
}
ul.primary-nav li.menu > .dropnav-wrap > ul.dropnav li:hover > .dropnav-wrap, ul.primary-nav li.menu > .dropnav-wrap > ul.dropnav li:hover > .dropnav-wrap > ul.dropnav {
	display: block;
	background-color: #EEE;		
}
ul.primary-nav li.menu > .dropnav-wrap > ul.dropnav li:hover > a {
	background-color: #EEE;
	border-right: #EEE;
	position: relative;
	z-index: 9999;
	padding-right: 20px;
}
ul.primary-nav ul.dropnav {
    margin: 0;
    padding: 0;
    width: auto;
}
ul.primary-nav li ul.dropnav li {
	float: none;
	margin-right: 0px;
	border-right: 1px solid #EEE;
}
ul.primary-nav li ul.dropnav li a {
	/* margin: 10px 20px;
	display:block; */
}
/*.browser_ie7 ul.primary-nav li ul.dropnav li {
	margin: 0 20px 10px;
}
*/

/*** BEGIN: FOOTER ***/
.site-foot{}
.site-foot-wrap{
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.site-foot-pad {
	padding: 30px 0 50px;
}
.foot-top {
	clear: both;
	height: 70px;
	padding: 5px;
	background: url(/_Images/bg-pattern.gif);
	display:inline-block;
	}
.foot-top .section {
	color: #003766;
	line-height: 70px;
	font-size: 17px;
	float: left;
	width: 188px;
	background: #FFFFFF;
	height: 70px;
	margin-right: 5px;
	text-align:center;
	display:inline;
	position:relative;
}
.browser_ie7 .foot-top .section, .browser_safari .foot-top .section { font-size:17px;}
.foot-top .section a {
	color: #666666;
	text-decoration: none;
}
.foot-top .section a:hover {
	color: #009B9A; 
}
.newsletter-img{
}
.foot-top .section a.envelope {/*
	background-color: transparent;
    background-image: url(/_Images/Footer/icon-sprite.gif);
    background-position: -117px -36px;
    background-repeat: no-repeat;
    line-height: 70px;*/
    padding-left: 34px;
	position:relative;
	z-index:5;
}/*
.foot-top .section a.envelope:hover {
	background-image:url(/_Images/Footer/icon-sprite.gif);
    background-position: -117px -15px;
}*/
.foot-top .section .envelope-wrap{
	float: left;
    height: 17px;
    left: 50px;
    margin-top: -8.5px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.browser_ie7 .foot-top .section .envelope-wrap, .browser_safari .foot-top .section .envelope-wrap { left:47px; } 

.browser_ie7 .foot-top .section .envelope-wrap .envelope-active{
	position:absolute;
	left:0;
	top:0;
}
.foot-top .section .envelope-wrap .envelope-hover{
	display:none;
}
.foot-top .section .envelope-wrap .envelope-inactive{
	display:none;
}
.foot-top .section .envelope-wrap .envelope-hover:hover{
	
}
.foot-top .section a.envelope:hover + .envelope-wrap .envelope-active{
	display:none;
}
.foot-top .section a.envelope:hover + .envelope-wrap .envelope-hover{
	display:block;
}
.foot-top .section:first-child {
	width: 563px;
	font-style: italic;
}
.browser_ie8 .foot-top .section {
	margin-left:5px;
}
.browser_ie8 .foot-top .section:first-child {
	margin:0 !important;
	display:inline;
}
.foot-top .section.social-media{
	margin:0 !important;
	display:inline;
}
.foot-top .section ul{
	margin: 10px 0 0 0;
	padding-left: 25px;
}
.foot-top .section li {
	float: left;
	list-style: none;
	margin: 8px 15px 0 0;
	height:0;
	width:35px;
	height:35px;
}
.foot-top .section li a{
	background-image:url(/_Images/Footer/icon-sprite.gif);
	background-color:transparent;
	background-repeat:none;
	display: block;
	width:35px;
	height:35px;
	zoom:1;
}
.foot-top .section li a.twitter {
	width:35px;
	height:35px;
	background-position:0 35px;
}
.foot-top .section li a.twitter:hover {
	background-position:0 -1px;
}
.foot-top .section li a.facebook {
	width:35px;
	height:35px;
	background-position:107px 35px;
}
.foot-top .section li a.facebook:hover {
	background-position:107px -1px;
}
.foot-top .section li a.linkedin {
	width:36px;
	height:35px;
	background-position:212px 35px;
}
.foot-top .section li a.linkedin:hover {
	background-position:212px -1px;
}
.footer-links {
	padding: 20px 0 20px 18px;
	color: #666666;
}
.footer-links h3 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
}
.footer-links h3 a{
	color: #666666;
}
.footer-links h3 a:hover{
	color: #009B9A;
	text-decoration:none;
}
.footer-links ul{
	margin: 0 0 15px;
	padding: 0;
}
.footer-col, .link-group, .sign-up {
	float: left;
}
.footer-col {
	width:745px;
}
.footer-col + .footer-col {
	width:190px;
}
.link-group-1 {
	padding-right: 70px;
	max-width:210px;
}
.link-group-2 {
	padding-right:77px;
	max-width: 220px;
}
.link-group-3 {
	padding-right:24px;
}
.footer-col .link-group li {
	list-style: none;
	font-size: 11px;
	line-height:12px;
	margin-bottom: 5px;
}
.footer-col .link-group-2 li.strong-title  {
	line-height:18px;
}
.footer-col .link-group li.strong a{
	font-size: 13px;
	font-weight: bold;
}
.footer-col .link-group li a{
	color: #666666;
	zoom:1;
}
.disclaimer{margin-top:30px;}
.strong-title {
    font-size: 13px!important;
    font-weight: bold;
    color: #666666;
}
.browser_ie7.strong-title ul li {
    font-weight: normal !important;
}
.footer-col .link-group li a:hover{
	color: #009B9A;
	text-decoration:none;
}
.footer-col .link-group .upper {
	text-transform: uppercase;
}
.disclaimer ul {
	list-style: none;
	font-size: 11px;
}
.disclaimer li {
	float: left;
	text-transform: uppercase;
	margin-right: 25px;
}
.disclaimer li a{
	color: #666666;
}
.disclaimer li a:hover{
	color: #009B9A;
	text-decoration:none !important;
}
.disclaimer li:first-child {
	color: #333333;
	font-weight: bold;
	text-transform: none;
}
/***** BEGIN: HOMEPAGE COMPONENTS *****************************************************/
/*** BEGIN: HOME-HERO ***/
.hero_home_wrap {
	position:relative;
	overflow:hidden;
}
.hero_home_wrap .hero_home_pad {
	margin-top: 20px;
}
.hero_home_wrap .jcarousel-container {
	overflow:hidden;
}
.hero_home_wrap .jcarousel-clip {
	width:710px;
	height:320px;
	position:relative;
	margin: 0 auto;
	overflow:visible;
}
.hero_home_wrap ul.hero_home_rotator {
	width:963px;
	height:320px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
ul.hero_home_rotator li.rotator_slide {
	height:auto;
	width:960px!important;
	margin:0;
}
ul.hero_home_rotator li.rotator_slide .rotator_slide_pad {
	
}
ul.hero_home_rotator li.rotator_slide .slide_image {
	float: left;
}
ul.hero_home_rotator li.rotator_slide .slide_image img {
	height:320px;
	width:649px;

}
ul.hero_home_rotator li.rotator_slide .slide_content {	
	float: left;
    height: 320px;
    margin-left: 4px;
    padding: 0 21px;
    position: relative;
    width: 263px;
}
ul.hero_home_rotator li.rotator_slide .slide_content h1.slide_headline {
}
.browser_ie7 ul.hero_home_rotator li.rotator_slide .slide_content h1.slide_headline {
}
ul.hero_home_rotator li.rotator_slide .slide_content h1.slide_headline a {
	color:#ffffff;
}
ul.hero_home_rotator li.rotator_slide .slide_content .slide_desc {
	color: #FFFFFF;
	font-size: 24px;
	margin-top:30px;
	line-height: 30px;
}
ul.hero_home_rotator li.rotator_slide .slide_content .slide_desc p{
	max-height:225px;
	margin-bottom:22px;
}
.browser_ie7 ul.hero_home_rotator li.rotator_slide .slide_content .slide_desc {
	clear:both;	
}
ul.hero_home_rotator li.rotator_slide .slide_content .slide_link {
	color: #FFFFFF;
	clear: both;
	float: left;
	font-family:"Times New Roman", Times, serif;
	line-height: 14px;
	font-size: 16px;
	text-decoration: none;
	display: block;
	margin:0;
	padding-right: 25px;
	background: url(/_Images/hero-link-arrow.gif) no-repeat right;
}
ul.hero_home_rotator li.rotator_slide .slide_content .slide_link:hover {
	color: #FDB913;
	background: url(/_Images/hero-link-arrow-on.gif) no-repeat right;
}
.hero_home_wrap .hero_nav_wrap {
	position: absolute;
	bottom: 10px;
	z-index:99;
	/*right:92px;	
	max-width: 200px; */
	right: 0px;
	left: 675px;
	text-align: center;
	width: 285px;
	height: 12px;
}
.hero_home_wrap .hero_nav_wrap .hero_nav {
	position: absolute;
	height: 12px;
	top: 0px;
}
.hero_home_wrap .hero_nav_pad {
	margin: 0 auto;
	width: 130px;
}
.hero_home_wrap .hero_nav a {
	float: left;
	background: #FFFFFF;
	width:12px;
	height:12px;
	margin-right: 10px;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
}
.hero_home_wrap .hero_nav a:hover,
.hero_home_wrap .hero_nav a.activeSlide {
	background: #FDB913;
}
.hero_home_wrap .hero_nav a.hero-toggle{
	background-color:transparent;
	background-image:url(/_Images/Homepage/hero/hero-nav-sprite.png);
	background-repeat:no-repeat;
}
.hero_home_wrap .hero_nav a.hero-toggle.pause{
	background-position:top left;
}
.hero_home_wrap .hero_nav a.hero-toggle.play{
	background-position:bottom left;
	
}
/*.hero_home_wrap .hero_nav a:last-child, .hero_home_wrap .hero_nav a.last-child {
	background: transparent url(/_Images/hero-nav-pause.gif);
	margin-left: 10px;
}
.hero_home_wrap .hero_nav a:last-child:hover, .hero_home_wrap .hero_nav a.last-child:hover {
	background: transparent url(/_Images/hero-nav-pause-on.gif);
}*/
.hero_home_wrap .hero_nav_prev {
}
.hero_home_wrap .hero_nav_prev a {
	background-position:0 -200px;
	left:-10px;
}
.hero_home_wrap .hero_nav_prev a:hover {
	background-position:0 -250px;
}
.hero_home_wrap .hero_nav_next {
	left:auto;
	right:0;
}
.hero_home_wrap .hero_nav_next a {
	background-position:-50px -200px;
	right:-10px;
}
.hero_home_wrap .hero_nav_next a:hover {
	background-position:-50px -250px;
}

/*** BEGIN: HOME-MIDDLE-TEXT ***/
.mid {
	margin: 15px 0 0;
	padding: 24px;
	line-height: 28px;
	border-width: 1px 0 3px;
	border-style: dashed solid solid;
	border-color: #D6D6D6 #fff #D6D6D6;
	}
.mid h1 {
	font-size: 22px;
	width: 670px;
	text-align: center;
	margin: 0 auto;
	color: #003766;
	font-weight:lighter;
	font-style:italic;
}
.browser_ie7 .mid-h1 {font-size:20px;}

.mid h1 a{
	color: #666666;
}
.mid h1 a:hover{
	color: #009B9A;
}
/***** BEGIN: BOT_LINK - home and inside pages  *****************************************************/
/* global bot_link  */
.bot_link{
	border-top: none;
	clear: both;
}

/* home bot_link */
.homepage-wrap .component .bot_link {}
.homepage-wrap .component .bot_link a{
	clear: both;
	margin-left:17px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	color: #727778;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-right: 25px;
	background: url(/_Images/component-arrow.gif) no-repeat right;	
}
.homepage-wrap .component .bot_link a:hover{
	color: #009B9A;
	background: url(/_Images/component-arrow-on.gif) no-repeat right;
	text-decoration:none;
}
/**/



/* bot_link */
.bot_link a,
.featured-content .bot_link a{
	font-family:"Times New Roman", Times, serif;
	color: #727778;
	font-size: 14px;
	text-decoration: none;
	display: inline;
	padding-right: 25px;
	background: url(/_Images/component-arrow.gif) no-repeat right;
	margin:14px 0 0 14px;
	float: left;
}
.browser_ie7 .bot_link a, .featured-content .bot_link a{
	float: none;
}
.bot_link a:hover {
	color: #009B9A;
	background: url(/_Images/component-arrow-on.gif) no-repeat right;
}
/* left side bot_links  */
.sign-up .bot_link a{
	margin:0 0 0 9px;	
}
.callout-content-box .bot_link a{
	margin-left:0;	
}


/**************************** BEGIN: LEFT COL ****************************************/
.col-left {
	width:226px;
	margin: 0 100px 0 0;
}
.col-left .callout-pad{
	padding-left:16px;
}
.col-left .intro-text {font-size:16px;}
.left-col-pad {
	margin-bottom: 20px;
	padding-right: 0;
}
.left-col-pad ul {
	margin: 0;
	padding: 0;
	width:100%;
}
.left-col-pad ul.sec-nav {
	margin: 0;
	padding: 0;
	width:226px;
	border-top:1px dashed #CCC;
}
.left-col-pad ul li{
	list-style-type: none;
	width:226px;
	border: 1px #CCCCCC dashed;
   	border-width: 0 0 1px;
}

.left-col-pad ul li a{
	width:206px;
	font-size: 12px;
	display: block;
	padding: 8.5px 10px 8.5px 21px;
	text-decoration:none;
    font-family:Calibri, Arial, Helvetica, sans-serif; 
	color:#666;
}

.browser_ie7 .left-col-pad ul.sec-nav li a	{margin-top:-3px;}
.browser_ie7 .left-col-pad ul.sec-nav li:first-child a	{margin-top:0;}

.browser_ie7 .left-col-pad ul li a, .browser_ie8 .left-col-pad ul li a, .browser_firefox3 .left-col-pad ul li a {
	font-size: 12px;
}
.left-col-pad ul li:first-child a{
	border-width: 1px 0 1px;
}
/* sec nav multi-line styles */
.left-col-pad ul li.li-one a:hover{
	background:url(../_Images/submenu-arrow.gif) no-repeat scroll right #F0F0F0;
}
.left-col-pad ul li.active a{
	background:url(../_Images/submenu-arrow.gif) no-repeat scroll right #F0F0F0;
}
.left-col-pad ul li.li-two a:hover{
	background:url(../_Images/submenu-arrow-2.gif) no-repeat scroll right #F0F0F0;
}
.left-col-pad ul li.li-three a:hover{
	background:url(../_Images/submenu-arrow-3.gif) no-repeat scroll right #F0F0F0;
}
/**/
.left-col-pad ul li a:hover, .left-col-pad ul li.active a{
	color: #009B9A;
}

/*BEGIN: ? */
.slide_link {
	clear: both;
	float: left;
	margin-left: 15px;
	font-family:"Times New Roman", Times, serif;
	color: #727778;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-right: 25px;
	background: url(/_Images/component-arrow.gif) no-repeat right;
}
/*END: ? */

/* Intro-Callout */
.hero_landing_wrap ~ .col-left .intro-callout-pad{
	padding:35px 0 0 20px;	
}
.intro-callout .intro-callout-pad{
	padding:5px 0 0 20px;
}
.intro-callout .intro-callout-pad p.intro-text{
	line-height: 1.1em;
	width:200px;
}
.intro-callout .intro-callout-pad p.intro-text + p.intro-text{
	padding-top:26px;
}
p.stat-text{
	width: 210px;
	color: #ED3124;
	font-size: 18px;
	font-style:italic;
}
/* Proof-Callout */
.proof-callout{
	padding:0;	
}
.proof-callout .proof-callout-pad{
	padding-left: 20px;
}  
.proof-callout p.stat-text{
	width: 210px;
	color: #ED3124;
	font-size: 18px;
	font-style:italic;
}
/* Left Search Callout */
.search-wrapper .col-left{
	margin:15px 100px 0 0;		
}
.search-wrapper .callout-pad{padding:0;}
.search-callout{position:relative;}

.search-callout p{
	margin-bottom:7px;	
	font-size:13px;	
}
.search-callout .search-wrap-field{
	width:171px;
	height:25px;
	font-size:11px;
	padding:3px 0 2px 28px;
}

/* Filter Field Callout */
.filter-callout{
	font-size:13px;	
	position:relative;
}
.filter-callout .filter-callout-pad{
	padding-left: 20px;	
}
/* Reset text */
.filter-callout p.filter-text a{
	float:right;
	color:#666666;
	clear:both;
	margin-right:18px;
}

.filter-callout input.search-wrap-img{
	width:auto !important;
	position:absolute;
	padding:2px 0 0 1px !important;
}
.filter-callout p a:hover{text-decoration:none;}
.filter-callout select, input{
	font-size:11px;
	width:193px;
	padding:2px 1px 2px 3px;
	margin:7px 0;
}

.filter-callout .search-wrap{
	height:22px;
	width:193px;
}
.filter-callout .search-wrap input{
	padding:6px 0 2px 24px;
	width:172px;
}
/* Homepage Featured Callout */
.homepage-featured_callout.featured_callout .feat-image-block{
	width:25%;
}
.homepage-featured_callout.featured_callout .feat-image-block + .feat-content-block{
	width:65%;
	margin:14 0;
}
.homepage-featured_callout.featured_callout{
	margin:0;
}
.homepage-featured_callout.featured_callout ul{
	float:left;
	height:317px;
	border-bottom:1px dashed #CCC2349
	;
}
/* Featured callout (i.e Industry Leaders) */
.featured_callout{
	line-height: 14px;
	width:100%;
	margin:20px 0 30px 0;
	clear: both;
	float:left;
}
.featured_callout+.featured_callout{
	margin-top:0;	
}
.featured_callout h3{
	font-size:16px;	
}
.featured_callout ul li{
	float:left;
	width:100%;	
	list-style-type: none;
	border: 1px #CCCCCC dashed;
   	border-width: 0 0 1px;
}
.homepage-featured_callout ul li{
	float:left;
	width:100%;
	height:105px;
	overflow: hidden;	
	list-style-type: none;
	border: 1px #CCCCCC dashed;
   	border-width: 0 0 1px;
}
.feat-image-block{
	display: block;
    float: left;
    width:33%;
	margin:14px 15px 14px 14px;
}
.feat-image-block a{
	display:block;		
}
.feat-image-block + .feat-content-block{
	display: block;
    float: left;
    width:54%;
	margin:14px 0 14px 0;
}
.feat-content-block{
	width:202px;
	display: block;
    float: left;
	margin:14px;
}
.browser_ie7 .feat-content-block { padding-bottom:5px;}
.browser_ie7 .homepage-featured_callout ul li {padding-bottom:0 !important;}
.browser_ie7 .featured_callout ul li {padding-bottom:15px;}
.featured_callout ul li:hover{
	background:none repeat scroll 0 0 #F0F0F0;
}
.featured_callout p.content-title{
	color:#666666;
	margin: 0;
	zoom: 1;
	font-size: 13px;	/*
	padding-right:14px;*/
}
.featured_callout a.content-title{
	color:#666666;
	margin: 0;
	zoom: 1;
	font-size: 13px;	/*
	padding-right:14px;*/
}
.featured_callout a.content-title:hover{
	color:#009B9A;
}
.featured_callout .listing-desc{
	font-size:11px;	
	color:#666666;
}
.featured-content {
	padding-right: 20px;
}
.featured-content .subtitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 10px;
}
.featured-content p {
	padding: 10px 0;
}
.featured-content p.strong {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0;
}


/* Left Content Box (So far used for Upcoming Events) */
.callout-content-box {
	float:left;
	width:170px;
	border:1px solid #D6D6D6;
	padding:0 42px 13px 16px;
}
.callout-content-box h4{
	padding-top:19px;	
}

.callout-content-box .content-time{
	font-size:11px;
	margin-top:20px;
}
.callout-content-box .single-event .content-small-txt{
	font-size:11px;
	line-height:1.3em;
	width:200px;
}
.callout-content-box .single-event .content-small-txt a{
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	margin:13px 0 8px 0;
	display:block;
}
.callout-content-box .single-event .content-small-txt a:hover{color:#009B9A;}
.callout-content-box .single-event p{
	margin:9px 0 11px 0;	
	font-size:14px;
}
.callout-content-box .single-event p a{
	color:#333333;
}
.callout-content-box .single-event p a:hover{
	color:#009B9A;
	text-decoration:none;
}

/* col-left-big */
.col-left-big{
	margin:0 0 0 20px;
    width: 630px;
}
.col-left-big .left-head{
	padding:0 84px 0 0;
}
.col-left-big .left-head h1.left-head-title{
	color:#6CAB20;
	font-size:21px;
	line-height:21px;
	margin-bottom:16px;
}
.col-left-big .left-head p.left-head-subtitle{
	color:#000;
	font-size:12px;
	line-height:12px;
}
.col-left-big .left-head p.left-head-subtitle a{
	color:#000;
	font-size:12px;
	line-height:12px;
	text-decoration:underline;
}
.col-left-big .cat-listing{
	margin:17px 0 20px 0;
	font-size:12px;
	line-height:14px;
}
.col-left-big .summary-text-wrap .summary-text{
	color:#003766;
	font-size:16px;
}
.col-left-big .video-img-placeholder{
	margin:22px 0 10px 0;
}
.col-left-big .detailed-body-content p{
	padding:0 0 18px 0;	
	font-size:12px;
}
.col-left-big .detailed-body-content a {
	color:#009B9A;
}
.col-left-big .detailed-body-content a:hover {
	text-decoration:underline;
}
.col-left-big .detailed-body-content ul + p {
	padding-top:6px;
}
.col-left-big .featured_callout li .copy{
	width:104px !important;
}
.col-left-big .component li p, .featured_callout p{font-size:13px !important;}

/* .global-button */


.global-button{
	padding:7px 0;
	height:26px;
	margin-top:18px;
}
.global-button input{
	padding:5px 10px;
	font-family:Calibri, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	background-color: #666666; 
	vertical-align:middle; 
	text-align:center;
	font-size:13px;
	cursor:pointer;
	cursor:hand;
}

.global-button .download-pdf {
	width: auto;
}
	
.global-button input:hover{
	background-color:#009B9A;
}
.global-button a{
    color:#FFFFFF;
    vertical-align:middle;
	font-size:13px;
	text-decoration:none;
	background-color: #666666;
	padding: 5px 10px;
	border: #F0F0F0 outset 2px;
}
.global-button a:hover{
    background-color: #009B9A;
	text-decoration:none;
}
.brochure-box .global-button{
	height:auto;
	margin:0;
	padding:5px 0 0 0;
}
.brochure-box .global-button input{
	width:auto;
	height:30px;
}
.browser_ie7 .brochure-box .global-button input {
	width:90%;
}
/* insights-premium-details col-left */


/* employee-detail-wrap col-left */
.employee-detail-wrap .employee-email{
	margin-top:17px;	
}
.employee-detail-wrap a.envelope {
	background-color: transparent;
    background-image: url(/_Images/Footer/icon-sprite.gif);
    background-position: -117px -41px;
    background-repeat: no-repeat;
    color:#666;
	font-size:13px;
    padding-left: 33px;
}

.employee-detail-wrap a.envelope:hover {
	background-image:url(/_Images/Footer/icon-sprite.gif);
    background-position: -117px -20px;
	text-decoration:none;
	color: #009B9A;
}
.employee-detail-wrap .summary-text-wrap {
	margin:22px 0 18px 0;	
}
/* About Us left-col */
.about-us-wrap .callout-content-box{
	margin-top:29px;	
}
.about-us-wrap .brochure-box{
	padding:0 20px 13px 16px;
	width:190px;
}
.about-us-wrap .single-event{
	margin-top:11px;	
} 
.about-us-wrap .callout-content-box .bot_link a{
	margin:0	
}

.listing-entry .bot_link a 
{
	cursor: pointer;
} 

/* location */
ul.locations-list{
	padding:0;
	margin:0;	
}
ul.locations-list li{
	font-size:13px;
	line-height:13px;
	padding-top:10px;
	color:333;
	list-style-type:none;	
}
/**************************** BEGIN: RIGHT COL ****************************************/
.col-right {
	width: 630px;
	margin:0;
}
.solutions{
	margin-top:19px;	
}
.solutions h3 a:hover	{text-decoration:underline !important;}

.col-right .multi-use-head-text{
	border: 1px #CCCCCC dashed;
   	border-width: 0 0 1px;
}
.col-right .multi-use-head-text p{
	font-size:19px;	
	list-style-type:none;
	padding:0 0 7px 0;
	margin-left:14px;
}
/* Landing-wrap */
.landing-wrap .col-right .multi-use-head-text p{margin:26px 0 7px 14px;}
/* Right-col Search Page */
.search-wrapper .col-right .multi-use-head-text p{
	padding:13px 0 7px;
	margin:0 0 0 14px;
}

/*** BEGIN: COMPONENTS - Both home and inside pages ***/
.component {
	margin-right: 20px;
	width: 306px;
}
.component a:hover, .featured_callout a:hover, .related_blog_posts a:hover, .pagination a:hover, .pagination-pad a.active-link {
	color: #009B9A;
}
.component ul, 
.featured_callout ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
/*.component li a:hover, .featured_callout li a:hover, .related_blog_posts li a:hover {
	background: #F0F0F0;
}*/
.component li p, .featured_callout p{
	font-size: 11px;
}
.featured_callout p {
	margin-top: 5px;
}
.featured_callout .related-sub-content{
	border-bottom:1px dashed #CCC;
}
.featured_callout .related-sub-content p{
	font-size:13px;	
	color:#666666;
	margin:0 auto;
	width:196px;
	padding:14px 0 32px 0;
}
.related_blog_posts p {
	margin-bottom: 5px;
}
.component li img, .featured_callout li img, .related_blog_posts li img {
	float: left;
	margin-right: 15px;
}
.component li img, .featured_callout li img, .related_blog_posts li img + .featured_callout li .copy, .related_blog_posts li .copy {
	float: left;
}
.featured_callout li .copy, .related_blog_posts li .copy {
	float: none;
	width:auto;
}
.component li .copy {
	float: left;
	width: 160px;
}
.browser_ie9 .component {
	
}
.component.global_network {
	width: 309px;
}
.component.news_events {
	width: 304px;
	margin-right: 0;
}
.browser_ie7 .homepage-wrap .news_events .bot_link a {line-height:16px !important;}

.component h2 {
	margin-bottom: 15px;
	color: #6EAB23;
	text-align :center;
	font-size: 20px;
	font-weight:normal;
	line-height: 45px;
	border-bottom: 1px #CCCCCC dashed;
}
.component.news_events h2 {
	border-width: 3px 0 1px;
}
.component .item {
	display: block;
	/*height: 270px;*/
	padding:16px 14px 18px 13px;
	font-size: 12px;
	border-bottom: 1px #CCCCCC dashed;
	margin-bottom:2px;
	overflow:hidden;
}
.component .item:hover {
	padding:15px 13px 17px 12px;
	border-width: 1px 1px 4px;
	border-style: solid;
	margin-bottom:0;
	border-color: #CCCCCC;
}
.component.global_network .global_network:hover{
	padding:16px 14px 18px 13px;
	border-width:0;
	border-style:none;
	border-bottom: 1px #CCCCCC dashed;
	margin-bottom:2px;
}
.component .item span {
	font-size: 12px;
}
.component .component-image-block{display:block; float:left; width:90px;}
.component-content-block{float:left; display:block; width:187px;}
component-content-block p {color:#666;}
.component .item img {
	margin-bottom: 15px;
}
.component a.components {
	border-bottom: 1px #CCCCCC dashed;
}
.component a{
	text-decoration: none;
	color: #666666;
}
.component .component-content .item {
	/*min-height:293px;*/
}
.browser_chrome .component .component-content {
	/*height:322px;*/
}
.browser_chrome .component .component-content-short {
	height:auto;
}
.component.news_events .component-content {
	height:auto;
}
.component .component-content .item iframe {
	width:280px;
	height:154px;
	overflow:hidden !important;
}
iframe	{overflow:hidden; border:none;}
iframe html, iframe body {overflow:hidden !important;}
.component li, 
.component.new_events li, 
.related_blog_posts li {
	list-style-type: none;
	border: 1px #CCCCCC dashed;
   	border-width: 0 0 1px;
}
.component.news_events ul.news-events-listing li {
	margin:0;
	border:none;
	padding:0;
}
.browser_ie7 .component.news_events ul.news-events-listing li a {
	padding:15px;
	margin-bottom:-3px;
}
.component.news_events ul.news-events-listing li a {
	display:block;
	border-top:1px dashed #CCCCCC;
	padding:15px;
	height:75px;
}
.component.news_events ul.news-events-listing li:first-child a {
	border-top:0px;
}
.component.news_events ul.news-events-listing li a:hover {
	background:#F0F0F0;
}
ul.news-events-listing li a .news-events-img {
	float: left;
	width:90px;
}
ul.news-events-listing li a .news-events-img + a .news-events-content {
	float:left;
	width:180px;
}
ul.news-events-listing li a .news-events-content {
	float:none;
	width:auto;
}
ul.news-events-listing li a .news-events-content .date {
	font-size: 11px;
	display:block;
}
ul.news-events-listing li a .news-events-content .title {
	font-size: 13px;
	line-height: 15px;
}
.component .item a.component-title{
	font-size:14px;
	display:block;
	font-weight: bold;	
	line-height:16px;
}
.component .item a.component-subtitle{
	font-size:14px;
	display:block;
	font-weight: bold;	
	line-height:16px;
}
.component .item .component-title:hover{
	color: #009B9A;	
}
.component .item .component-p{
	margin:12px 0 0 0;
	display:block;
}
/* inside page component boxes */
.page_content .component {
	margin-right: 20px;
	width: 306px;
	height:320px;
}
.page_content .left-component{
	margin:14px 9px 0 0;
}
.page_content .right-component{
	margin:14px 0 0 9px;
}
.page_content .component a.components {
}

/* homepage component boxes */
.homepage-wrap .component .item {font-size:12px; height:283px}
.homepage-wrap .component .item span.component-p {
	font-weight:normal;
	color:#666666;
	font-size:12px;
}
.homepage-wrap .component .item:hover a, .homepage-wrap .component .item:hover a span {
	color: #009B9A;
}
.homepage-wrap p strong {
	font-weight:lighter;
	font-size:14px;
	margin:0 0 11px 0;
	display:block;
}
/* insights-listing component boxes */
.insights-listing .component{
	height:161px;
	margin:0 9px 31px 0;
}
.insights-listing .component .component-content .item{
	height:127px;	
	padding:16px 14px 18px 13px;
}
.insights-listing .component .component-content .item:hover{
	height:127px;	
	padding:15px 13px 18px 12px;
}
.insights-listing .component .item a.component-title{
	font-size:14px;
	display:block;
	line-height:16px;
}
.insights-listing .component .item a.component-subtitle{
	font-size:14px;
	display:block;
	line-height:16px;
}
.insights-listing .component .item .component-title:hover{
	color: #009B9A;	
}
.insights-listing .component .item .component-p{
	margin:12px 0 0 0;
	display:block;
	color:#666666;
}

/*** BEGIN: TAB FUNCTIONALITY ***/
.tabs-wrap {}

/* tabs sub nav */
.tabs-nav-wrap {
    clear: both;
    font-size: 12px;/*
    height: 40px;
    padding: 5px 0 5px 15px;*/
}
.browser_firefox3 .tabs-nav-wrap, .browser_ie7 .tabs-nav-wrap, .browser_ie8 .tabs-nav-wrap {
	font-size: 11px;
}
.tabs-nav-wrap a {
	color: #666666;
  	text-decoration: none; 
}
.tabs-nav-wrap a:hover {
   color: #009B9A;
}
.tabs-nav-wrap ul.tabs-nav {
    list-style: none outside none;
    margin:0;
	border-bottom:1px solid #CCC;
    padding:13px 0 7px 18px;
	float:left;
	width:612px;
}
.tabs-nav-wrap ul.tabs-nav li {
    float: left;
	display: block;
    list-style-type: none;
	margin-right: 16px;
    min-width: 28px;
}
.sub-nav-wrap{
	float:left;
	width:100%;
	border-bottom:1px solid #CCC;
}
.browser_chrome .tabs-nav-wrap ul.tabs-nav li {
	margin-right:7px;
}
.browser_ie7 .tabs-nav-wrap ul.tabs-nav li, .browser_ie8 .tabs-nav-wrap ul.tabs-nav li {
	margin-right: 12px;
}
.tabs-nav-wrap ul.tabs-nav li a {
}
.tabs-nav-wrap ul.tabs-nav li, .tabs-nav-wrap ul.tabs-nav li.active-link {
	margin-bottom:6px;
	padding: 2px 5px;
	text-align:center;
	border: 1px #FFFFFF solid;
	border-radius: 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px; /* for old Konqueror browsers */
	position:relative;
	behavior: url(/_CSS/PIE.htc); /* Round corners for ie8 and 7 */
}
.tabs-nav-wrap ul.tabs-nav li:hover, .tabs-nav-wrap ul.tabs-nav li.active-link {
	background: #22BCB9;
	border-color: #22BCB9;
}
.tabs-nav-wrap ul.tabs-nav li:hover a, .tabs-nav-wrap ul.tabs-nav li.active-link a{
	color: #FFFFFF;
}

/* tabs structure */
ul#tab-functionality {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul#tab-functionality li {
	
    float: left;
    height: 34px;
    margin: 0 0 0 15px;
    padding-right: 10px;
    position: relative;
    z-index: 5;
}
ul#tab-functionality li a {
    background: url(/_Images/Global/bg-tab-link.gif) repeat-x scroll 0 0 #666666;
	border: 1px #666666 solid;
	border-bottom: 0;
    color: #FFFFFF;
	text-decoration: none;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 34px;
	width: 100px;
    text-align: center;
}
ul#tab-functionality li a:hover {
    background-color: #CCCCCC;
	border-color: #CCCCCC;
}
ul#tab-functionality li.active {
    background-position: right -300px;
    z-index: 8;
}
ul#tab-functionality li.first-child {
    margin-left: 0;
}
ul#tab-functionality li.active a {
	color: #009B9A;
    background: none repeat scroll 0 0 #FFFFFF;
	border-color: #CCCCCC;
}
.tabs-wrap .tabs-content-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
	border: 1px #CCCCCC solid;
	border-width: 1px 0 0;
    width: 630px;
}
.tabs-wrap h3  {
	color: #000000;
	font-size: 20px;
    text-align: left;
	line-height: normal;
	padding: 20px 0 5px 20px;
	border-width: 1px 0;
}
.tabs-wrap .listing-content li a {
	display: block;
	padding: 15px 20px 25px;
}
.browser_ie7 .tabs-wrap .tabs-content-wrap {
    margin-top: -1px;
}
.tabs-wrap .tabs-content-wrap .tab-content {
    display: none;
    padding: 0;
}
.tabs-wrap .tabs-content-wrap .active {
    display: block;
}
.tab-content .featured-item {
    margin-bottom: 25px;
}
.tab-content .featured-item .featured-image {
    float: left;
    width: 35%;
}
.tab-content .featured-item .featured-image img {
}
.tab-content .featured-item .featured-content {
    color: #363636;
    float: none;
    font-size: 12px;
    line-height: 16px;
    width:100%;
}
.featured-content a {
	color:#009B9A;
}
.tab-content .featured-item .featured-content p, .subtitle{
	margin:0 0 0 14px;
}
.listing-entry{
	width:100%
}
.listing-entry .multi-use-head-text{
	margin-top:25px;	
}
.listing-entry .multi-use-head-text p {
	text-align:center;
	color:#6EAB23;
}
.tab-content .featured-item .featured-image + .featured-content {
    float: left;
    width: 65%;
}
.tab-content .featured-item .featured-content a.featured-title {
    color: #2BA9BF;
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}
.tab-content .featured-item .featured-content a.featured-title:hover {
}
/* Sub-nav tabs*/
.subtab-content-wrap .subtab-content {
    display: none;
}
.subtab-content-wrap .active-link {
    display: block;
}
/*** BEGIN: LISTING SECTION ***/
ul.listing-section {
    width: 630px;
	margin:0;
	padding:0;
}
li.listing-block{	
	list-style-type:none;
	border: 1px #CCCCCC dashed;
   	border-width: 0 0 1px;
	color: #666666;
	padding: 15px 15px 30px;
	display:inline-block;
	width:630px;
}
.listing-block-img img {
	width:75px;
	float:left;
	margin-right:15px;
}
.listing-block-img {
	width:75px;
	float:left;
	margin-right:15px;
}
.listing-block-img + .listing-block-content{
	width:410px;
	float:left;	
}
.listing-block-content{
	width:auto;
	float:none;
}
div.listing-block-hover{
	float:left;	
	display:inline-block;
}
.listing-block-hover:hover{
	background:none repeat scroll 0 0 #F0F0F0;
	text-decoration:none;
	padding-bottom:1px;
}
.listing-block:hover{
	background:none repeat scroll 0 0 #F0F0F0;
}
.listing-block:hover a {
	color:#009B9A !important;
}
.listing-block h4.news-article-title{
	font-style:italic;
	font-size:12px;
	color:#666666;	
}
.listing-block a.content-title{
	color: #666666;
    font-size: 14px;
    text-decoration: none;	
	width:100%;
	margin-bottom:9px;
	display:block;
}
.listing-block .listing-image-block{
	float:left;	
	width:22%;
	margin-right:15px;
}
.listing-block .listing-image-block + .listing-content-block{
	float:left;
	width:75%;
}
.listing-section + .solutions{
	margin-top:50px;	
}
/*.listing-block img{float:left; margin:0 18px 20px 0;}*/
.listing-block a.content-title:hover{color:#009B9A;}
.listing-category{display:block;}
.cat-name{
	font-weight:bold;	
}
.cat-type a{
	color:#666;
	font-size:14px;
	padding-bottom:9px;
	display:block;
}
.cat-type a:hover{
	color:#009B9A;
	text-decoration:none;
}
li.listing-block .listing-intro{
	margin:13px 0 10px 0;	
	font-weight:bold;
}
li.listing-block .listing-desc{padding-top:3px;}
li.listing-block .listing-desc {font-size:12px !important;}

/* Premium Listing */
div.premium-btn{
	background:url(../_Images/Buttons-Icons/orange-button-arrow.gif) scroll no-repeat 0 0 transparent;
	width:77px;
	height:22px;	
	color:#FFF;
	margin-bottom:17px;
	font-weight:bold;
	font-size:12px;
	padding:3px 0 0 13px;	
}
div.premium-btn a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
div.premium-btn a:hover{color:#FFF;}
/* Industry Listing */
/*delete later*/
.idustry-listing li.listing-block{
	width:545px;
}
.idustry-listing li.listing-block{
	padding: 15px 70px 30px 15px;
}
/*end delete later*/

.industry-listing li.listing-block{
	width:545px;
}
.industry-listing li.listing-block{
	padding: 15px 70px 30px 15px;
}

/* employee-listing-wrap employee-listing styles col-right */
.col-right-emp{margin:0;}

.col-right-emp .component {
	height:320px;
}
.col-right-emp .col-right .multi-use-head-text{
	margin-top:24px;
}
li.letter-category-listing{
	list-style-type:none;
	border-bottom:1px dashed #CCC;	
	padding:8px 0 10px 16px;
}
.letter-category-listing .single-letter{
	font-weight:bold;
	font-size:16px;
}
.employee-listing-wrap ul.listing-section{
	width:634px;	
}
.col-right-emp li.listing-block{padding:0;}
.col-right-emp .cat-type{margin-bottom:-3px;}
.col-right-emp li.listing-block .listing-desc{padding:10px 25px 0 0;}
li.listing-block .employee-image-col{
	float:left;	
	width:120px;
	padding:15px;
}

li.listing-block .employee-image-col + .employee-content-col{
	float:left;
	width:420px;
	padding:15px 0;
}
li.listing-block .employee-content-col{
	 float: none;
    padding: 15px 0 0 15px;
    width: 555px;
}
li.listing-block .employee-email-col{
	float:left;
	width:59px;
	background-color:#FFF;
	border-left:1px dashed #CCC;
	text-decoration:none;
}
.employee-listing .listing-block:hover{
	background:none;
}
.employee-listing .listing-block:hover .cat-type a {
	color:#666 !important;
}
.employee-listing .listing-block-hover:hover .cat-type a {
	color:#009B9A !important;
}
li.listing-block .employee-email-col:hover{
	background:none repeat scroll 0 0 #F0F0F0;
}
.col-right-emp .sectionEmp{
	margin:0 auto;
	display:block;
	height:auto;
	width:30px;	
	text-decoration:none;
}
.col-right-emp .employee-email-col .sectionEmp span.envelope{
    background-image:url(../_Images/email-envelope-icon.gif);
    background-repeat: no-repeat;
	background-position:2px 0;
    padding-top: 19px;
	font-size:13px;
	color:#666;
	display:block;
	position:absolute;
	text-align:center;
	text-decoration:none;
}
li.listing-block .employee-email-col:hover span.envelope {
    background-image:url(../_Images/email-envelope-sprite.gif);
    background-position:-30px 0;
    background-repeat: no-repeat;
	height:20px;
	display:block;
	text-decoration:none;
	color:#009B9A;
}	
.col-right-emp .employee-email-col .sectionEmp span.envelope:hover {
    background-image:url(../_Images/email-envelope-sprite.gif);
    background-position:-30px 0;
    background-repeat: no-repeat;
	height:20px;
	display:block;
	text-decoration:none;
	color:#009B9A;
}
.browser_ie7 .col-right-emp .employee-email-col .sectionEmp span.envelope{
    width:31px;
	padding-top: 19px !important;
	cursor:pointer;
	cursor:hand;
	font-size:11px;
}
.browser_ie7 .col-right-emp .employee-email-col .sectionEmp span.envelope:hover {
    background-image:url(../_Images/email-envelope-sprite.gif);
    background-position:-30px 0;
    background-repeat: no-repeat;
	height:20px;
	display:block;
	text-decoration:none;
	color:#009B9A;
}

/* Employee detail page */
.employee-detail-wrap .employee-image-col{
	float:left;
	margin-right:15px;	
}
.employee-detail-wrap  .col-left .left-head{padding:0;}

.employee-detail-wrap .employee-image-col + .employee-content-col{
	float:left;
	width:480px;
}
.employee-detail-wrap .employee-content-col{
	float:none;
	width:auto;
}
/*** BEGIN: WYSIWYG ***/
img.ImageLeft { float:left; padding:0 15px 10px 0; }
img.ImageRight { float:right; padding:0 0 10px 15px; }
table.TableStyle {}

/* Right Col Video Components  */
.component .item-video {
	display: block;
	height: 270px;
	padding: 16px 16px 18px;
	font-size: 12px;
	border-bottom: 1px #CCCCCC dashed;
	cursor: pointer; cursor: hand;
}
.landing-wrap .component .content-link .item-video span {
	font-size: 12px;
}
.landing-wrap .component .content-link .item-video img {
	margin-bottom: 15px;
}

.landing-wrap .component .content-link .item-video .component-title{
	font-size:14px;
	display:block;
	font-weight: bold;	
	line-height:16px;
}
.landing-wrap .component .content-link .item-video span.component-p{
	margin:12px 0 0 0;
	display:block;
}

/* col-right-small */
.col-right-small{
    font-size: 13px;
    margin: 0 0 0 80px;
    width: 230px;
}
.col-right-small .component li{
	list-style-type: none;
	border: 1px #CCCCCC dashed;
   	border-width: 1px 0 1px 0;
}
.col-right .feat-image-block + .feat-content-block{
	width:124px;
}
.col-right-small .component li{
	list-style-type: none;
	border: 1px #CCCCCC dashed;
   	border-width: 1px 0 1px 0;
}

/* employee-detail-wrap col-right */
.employee-detail-wrap .component li, .component.new_events li, .related_blog_posts li {
	list-style-type: none;
	border: 1px #CCCCCC dashed;
   	border-width: 1px 0 0 0;
}

/* about us col right */
/* about us copy */
.about-us-wrap .about-content-wrap{
	margin:15px 0 0 0;
}	
.about-us-wrap .about-content-wrap .about-content-block{
	margin-bottom:23px;	
}
.about-us-wrap .about-content-wrap .about-content-block h4{margin-bottom:8px;}
.about-us-wrap .about-content-copy{
	font-size:12px;
}
.col-right .rtf-content {margin:15px 0 0 20px;}
.rtf-content p		 	{margin:15px 0;}
.rtf-content h4		 	{margin:15px 0;}

.rtf-content table		{border-collapse:collapse; border-spacing:0; height:inherit; vertical-align:top;}
.rtf-content table td  	{padding:0; margin:0; vertical-align:top;}
.rtf-content table td img	{display:block;}
/* quote */
.about-us-wrap .about-quote-block {
	width:382px;
	margin:30px auto 28px auto;
	background:url(../_Images/begin-quote.gif) scroll no-repeat top left transparent;
	}
.about-us-wrap .about-quote-block .about-quote-copy{
	color:#263491;
	font-size:16px;
	font-style:italic;
	width:305px;
	margin:0 auto;
}
.about-us-wrap .about-quote-block .about-quote-copy .about-quote-author{
	color:#263491;
	font-size:13px;
	margin-top:14px;
}
.about-us-wrap .about-end-quote{
	background:url(../_Images/end-quote.gif) scroll no-repeat top right transparent;
	float:right;
	width:29px;
	height:29px;
	position: relative;
    left: 29px;
}
/* global network */ 
.global-net-wrap{
	width:630px;
	padding:0;
	margin:0;
	float:left;
	border-bottom:1px dashed #CCC
}
.global-net-pad{
	padding:18px 0;	
	float:left;
}
.global-net-wrap .global-net-img{
	width:307px;
	height:173px;	
	float:left;
}
.global-net-wrap .global-net-img + .global-net-copy{
	float:left;
	width:268px;
	margin-left:30px;
}
.global-net-wrap .global-net-copy{
	float:none;
	width:100%;
	margin-left:30px;
}
.global-net-wrap .global-net-copy p{
	margin:18px 0 0 0;
}

/* Locations right col */

.locations-image-map img{max-width:100%;}
.location-country-block h4.location-country-title{
	font-size:19px;
	color:#000;
	border-bottom:1px dashed #666;
	padding:0 0 10px 15px;
}
.location-country-block .location-row{
	padding:20px 0 0 28px;	
	float:left;
	width:100%;
}
.location-country-block .location-bot-row{
	padding:28px 0 33px 28px;	
	float:left;
	width:100%;
}

.location-country-block .location-row h5{
	color:#263391;
	font-size:14px;
	margin:0 0 13px 0;
}
.location-country-block .location-row .location-detail{
	float:left;
	padding-right:25px;	
	width:190px;
}
.location-country-block .location-row .last {
	padding-right:0;
}
.location-country-block .location-row ul.location-detail-info{
	color:#000;
	font-size:12px;
	list-style-type:none;
	padding:0;
	margin:0;
}
.location-country-block .location-title{
	font-weight:bold;	
}
.location-country-block .location-row ul.location-detail-info li a{
	color:#000;
	margin-top:13px;
	text-decoration:underline;
	display:block;	
}
.location-country-block .location-row ul.location-detail-info li a:hover{
	color:#009B9A;
}

/* web forms -sitecore - styles */

.site-foot site-foot-wrap .scfSectionBorder{
	outline:1px solid red;
}
.scfForm	{font-family:Calibri, Arial, Helvetica, sans-serif !important; padding-left:5px; line-height: 1.5em !important; padding-bottom:10px;}
.form_pad .scfForm a {color:#009B9A;}
.form_pad .scfForm a:hover	{text-decoration:underline;}
.form_pad .scfForm .scfIntroBorder {margin-bottom:10px;}
.scfForm h1.scfTitleBorder	{display:none;}
.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {width:100% !important;}
.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder {margin:3px 0 !important;}
.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox {width:185px !important;}
.site-foot .site-foot-wrap .footer-links .scfSubmitButtonBorder input {font-size:12px;}
.cols .scfCheckboxBorder label { float: none; font-size: 11px; line-height: 13px !important; padding-left: 6px; }
.browser_ie7 .cols .scfCheckboxBorder { margin-top:10px; }
.cols.col-right .scfForm textarea {height: 100px !important; font-size:11px; overflow:hidden;}
.cols.col-right .scfForm select {font-size:11px;}
.cols.col-right label, .cols.col-right .scfEmailLabel {font-size:12px !important;}
.footer-col .sign-up .scfEmailLabel {font-size:11px !important;}
.scfForm .scfValidationSummary {
	margin:0 0 15px;
}
.scfForm .scfValidationSummary ul {
	list-style:none;
}
.scfForm .scfValidationSummary ul li {
	
}
.scfForm .scfValidatorRequired {
	float:none;
}
.browser_ie7 .scfForm .scfValidatorRequired {
	margin-left: 10px;	
}
	

.col-left-big .sign-up  {padding-top:0;}
.col-left-big .sign-up .scfForm {font-size:12px;}
.col-left-big .thank-you .scfForm {font-size:14px;}
.filter-callout .search-wrap input	{ padding: 4px 0 4px 24px;}
.cols .scfForm input, .scfForm select, .scfForm textarea {}
.cols .scfSingleLineTextLabel, .scfEmailLabel {font-size:12px !important;}

/* Sitemap */
.sitemap ul.sitemap_list			{clear:left; margin:0 0 0 0; padding:0;}
.sitemap ul.sitemap_list li			{list-style:none;}
.sitemap ul.sitemap_list > li		{float:left; width:300px; padding-right:20px; list-style:none; margin:0 0 20px 0; font-weight:bold; font-size:14px;}
.sitemap ul.sitemap_list ul.level2	{font-weight:normal; font-size:12px; padding-left:21px; margin-left:0; list-style:none;}
.sitemap ul.sitemap_list ul.level3	{list-style:none;}
.sitemap ul.sitemap_list .strong	{font-weight:bold;}
.sitemap_list li a 					{border-bottom:#ccc 1px dashed; display:block; color:#6EAB23; padding:8.5px 0 8.5px 21px;}
.sitemap_list ul li a				{padding:5px; color:#666;}		
.sitemap_list li a:hover			{text-decoration:underline;}
.sitemap_list li ul a:hover			{color: #009B9A; text-decoration:none;}
.sitemap_list li ul li a			{border:none;}
.sitemap_list .other_links span		{border-bottom:#ccc 1px dashed; display:block; padding:8.5px 0 8.5px 21px; color:#6EAB23;}

/* Social Media Callout */

.social_media_callout								{list-style:none; margin:0; padding:10px; clear:both;}
.social_media_callout li							{padding:5px 0; width:160px;}
.social_media_callout li a							{padding-left:20px; display:block; height:35px; color:#666;}
.social_media_callout li a:hover					{color:#009B9A;}
.social_media_callout li span						{padding:10px 0 0 20px; display:block;}
.social_media_callout li.twitter_callout a			{background:url(../_Images/twitter-circle-icon.gif) left no-repeat;}
.social_media_callout li.twitter_callout a:hover	{background:url(../_Images/twitter-circle-icon-on.gif) left no-repeat;}
.social_media_callout li.linkedin_callout a			{background:url(../_Images/linkedin-circle-icon.gif) left no-repeat;}
.social_media_callout li.linkedin_callout a:hover	{background:url(../_Images/linkedin-circle-icon-on.gif) left no-repeat;}
.social_media_callout li.rss_callout a				{background:url(../_Images/rss-circle-icon.gif) top left no-repeat;}
.social_media_callout li.rss_callout a:hover		{background-position: left -35px;

/****************************************END***************************************/


/*/////// media styles ///////////////////////////////////////////////////////////*/
@media print {
	body { min-width:100% !important; }

	/* 100% Widths */
	.wrapper { width:100%; }
	
	/* Reset Margin, Padding. { margin:0; padding:0; } */
	
	/* Hide { display:none; } */

	/* Custom */
}