/* 

light green #eef6eb

midtone green #4b9719

basic green #267528

dark green #003300

super dark green #001d00;

lime green #d4d926;

*/
@charset "utf-8";
/*
*
*
*/
/* ---------- import fonts -------*/
/*
*
*
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

@import url(http://fonts.googleapis.com/css?family=Oswald);

@import url(http://fonts.googleapis.com/css?family=Squada+One);
/*
*
*
*/
/* ------------------- PAGES  !!!! ------------*/
html { 
	min-height: 100%; 
	margin-bottom: 1px;
	overflow-y: scroll !important;
}
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style:normal;
	color: #646565; /* 757575 */
	position: relative;
	/* background-color: white;*/
	background: url('/cms/cms_images/pattern_grid_opacity_50.png');
	margin:0;
	line-height: 20px;
}
/* ------- bars ------- */
#headerbar {
	background: #eef6eb;
	width: 100%;
}
#topnavbar {
	background: #267528;
	width: 100%;
}
#breadcrumbsbar {
	height: 32px !important;
	background: #343434 url('/images/pattern.gif');
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 100%;
}
#middlecolumnbar {
	background-color: white !important;
	width: 100%;
}
#footerbar {
	background: #343434 url('/images/pattern.gif');
	width: 100%;
}
/* ------- /bars ------- */
#main {
	min-height: 1000px;
}
#header {
	/* background: #fbf9e7; */
}
/* ---------- link images ---------*/
a[href]:hover img {
	border: 5px solid #4b9719;
	margin: -5px !important;
}
/* ----------- links -----------*/
.body-text a[target="_blank"]:after { 
	font-family: FontAwesome;
	content: "\00a0\00a0\f08e";
}
.body-text a[target="_blank"]:hover:after { 
	/* 	border-bottom: 1px solid #4b9719; */	
}
/* ------------------- ERRORS ---------*/
.error-404-holder,
.error-404-zone,
.error-404-loader {
	width: 930px;
	height: 600px;
}
.error-404-holder {
	display: block;
	position: relative;
	/*background: #ffffff url('/images/image-404-ERROR-OOPS.jpg') 50% 50% no-repeat;*/
}
.error-404-zone {
	display: none;
}
.error-404-loader {
	display: block;
	background: transparent url('/images/image-404-ERROR.jpg') 50% 50% no-repeat;	
}
/* underline */
.underline {
	text-decoration: underline !important;
}
/* Links */
a {
	color: #4b9719;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Squada One', cursive; */
	font-family: 'PT Sans Narrow', sans-serif; 
	font-weight: normal;
}
h1 {
	font-size: 42px;
	line-height: 1em;
	margin: 0 0 .75em 0;
	text-transform: uppercase;
	color: #474747;
}
h2 {
	font-size: 26px;
	line-height: 1em;
	margin: 0 0 .75em 0;
	text-transform: uppercase;
	color: #474747;
}
h3 {
	margin-top: -10px;
	font-size: 18px;
	line-height: 1em;
	margin: 0 0 .75em 0;
	text-transform: uppercase;
	color: #474747;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #4b9719;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1.5em 0;
}
/* -------------------------------------- home video -------*/
.home-video-box {
	border: 0px #93948e solid !important;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 60px;
	width: 662px;
}
.home-video-bg {
	background: #ededed url('/images/loading.gif') no-repeat 50% 50%;
	width: 660px;
	height: 372px;
	border: 1px #cdcdcd solid;
}
.home-video-bar {
	float: left;
	background: #dedede;
	background: -moz-linear-gradient(top,  #dedede 0%, #b7b7b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#b7b7b7));
	background: -webkit-linear-gradient(top,  #dedede 0%,#b7b7b7 100%);
	background: -o-linear-gradient(top,  #dedede 0%,#b7b7b7 100%);
	background: -ms-linear-gradient(top,  #dedede 0%,#b7b7b7 100%);
	background: linear-gradient(to bottom,  #dedede 0%,#b7b7b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#b7b7b7',GradientType=0 );
	width: 632px;
	min-height: 50px;
	padding: 15px 13px 15px 13px;
	border-left: solid 2px #cdcdcd;
	border-right: solid 2px #cdcdcd;
	border-top: solid 0px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	color: #15070c;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	line-height: 22px;
	text-shadow: 0px 1px 0px #ffffff;
}
/* List styling */
dl dt {
	background: url('/images/list-arrow.gif') no-repeat 0 3px;
	padding: 0 0 3px 32px;
	margin-bottom: .2em;
	font-size: 18px;
	line-height: 1.2em;
	color: #191919;
}
dl dd {
	padding: 0 0 0 32px;
	margin: 0 0 1.5em 0;
}
ul li {
	list-style: none;
}
ul.menu {
	margin: 0;
	padding: 0;
}	
ul.menu li.arrow-list {
	list-style-type: none;
	padding: 0 0 7px 25px;
	margin: 0;
	background: url('/images/marker.png') 0px 6px no-repeat;
}
.homepage-side-menu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;	
}
ul.menu li.arrow-list h3 a {
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	color: #515151;
	text-decoration: none;
	display: block;
	width: 145px;
}
ul.menu li.arrow-list h3 a:hover {
	color: #4b9719;
	background-color: #e3e3e3;
}
.right-practice-list {
	margin-top: 10px;
	border-right: 1px #454545 solid;
	min-height: 500px;
	max-height: 100%;
	margin-bottom: 30px;
	padding-left: 18px;
}
.home-areas-practice {
	margin-left: -6px;
}
#first_content_area {
	margin-top: 18px;
}
#second_content_area {
	margin-top: 90px;
}
/* ------------------------ Header ---------------------------------------- */
#header {
	position: relative;
	width: 940px !important;
}
.ie8-header {
	width: 940px !important;
	margin: 0px auto;
}
/* -------------------------------------- Logo ---------------- */
.logo-box {
	background: url('/images/cesworldhq-header.png') no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: 0px 0px;
	height: 150px;
	width: 600px;
	float: left;
}
.logo-box:hover {
	background-position: 0px -150px;
}
.logo-text {
	float: left;
	margin-left: 12px;
	padding-top: 36px;
}
.logo-site-name {
	color: #4b9719;
	font-size: 50px;
}
.logo-small-caps {
	color: white;
	font-size: 25px;
}
.logo-site-name {
	color: #4b9719;
	font-size: 62px;
}
.logo-small-caps-RM {
	color: white;
	font-size: 32px;
}
.logo h1, 
.logo h2 {
	font-size: 100px;
	line-height: 1em;
	margin-bottom: 0;
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
}
.logo h1 a, 
.logo h2 a {
	color: #fff;
	text-decoration: none;
}
#logo {
	float: left;
	margin: 0 4px 0 0;
}
/*------------------------------------------ header info -----------------*/
.header-info-holder {
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
.header-sprite-holder {
	margin-bottom: 45px;
}
.header-bullet-phone,
.header-bullet-fax,
.header-bullet-email {
	height: 32px;
	width: 32px;
	margin-right: 6px;
}
.header-tag-phone,
.header-tag-fax,
.header-tag-email {
	text-transform: lowercase;
	font-family: 'PT Sans Narrow', sans-serif; 
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}
.header-link-phone,
.header-link-fax,
.header-link-email {
	color: #4b9719 !important;
	text-transform: lowercase !important;
	text-align: right;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
}
.header-link-email {
	line-height: 22px !important;
}
.header-link-phone:hover,
.header-link-fax:hover,
.header-link-email:hover {
	text-decoration: underline;
}
.header-bullet-phone,
.header-bullet-fax,
.header-bullet-email,
.header-tag-phone,
.header-tag-fax,
.header-tag-email,
.header-link-phone,
.header-link-fax,
.header-link-email {
	float: right;
	display: block;
	margin-bottom: 8px;	
}
.header-tag-phone,
.header-tag-fax,
.header-tag-email,
.header-link-phone,
.header-link-fax,
.header-link-email {
	margin-top: 0px;	
}
.header-bullet-phone {
	background: url('/images/image-bullets-phone.png') no-repeat 0px 0px;
}
.header-bullet-fax {
	background: url('/images/image-bullets-fax.png') no-repeat 0px 0px;
}
.header-bullet-email {
	background: url('/images/image-bullets-email.png') no-repeat 0px 0px;
}
/* -------------------------------------  Social Media Header ---------------------------------------- */
.social-sprite {
	width: 24px;
	height: 24px;
	background: transparent url('/images/image-social-sprite.png');
}

.social-padding-left {
	margin-left: 8px;
}

.social-facebook {
	background-position: 0px 0px;
}

.social-twitter {
	background-position: -24px 0px
}

.social-linkedin {
	background-position: -48px 0px
}

.social-googleplus {
	background-position: -72px 0px
}

.social-youtube {
	background-position: -96px 0px
}

.social-facebook:hover {
	background-position: 0px -24px;
}

.social-twitter:hover {
	background-position: -24px -24px;
}

.social-linkedin:hover {
	background-position: -48px -24px;
}

.social-googleplus:hover {
	background-position: -72px -24px;
}

.social-youtube:hover {
	background-position: -96px -24px;
}
/* -------------------------------------  Social Media Footer ---------------------------------------- */
.footer-sprite-holder {
	margin-top: 32px;
}

/* -------------------------------------  Footer ---------------------------------------- */
#footer {
	background: #343434 url('/images/pattern.gif');
	/*
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	*/
	width: 912px;
	margin: 0px auto;
	display: block;
	padding: 20px 10px 0px 10px;
}
.footer-main-box-holder {
	border: 0px red solid;
	width: 910px;
	margin-bottom: 30px;
}
.footer-left-boxes-holder {
	width: 210px !important;
}
.footer-right-boxes-holder {
	width: 700px !important;
}
.footer-nav {
	z-index: 5;
	position: relative;
}
.footer-nav li {
	list-style-type: none;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0;
	border-left: 2px solid #dadada;
	background: none;
	text-align: right;
}
.footer-nav li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: -20px;
}
.footer-nav li:last-child {
	padding-right: 0;
}
.footer-nav li a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	padding: 5px 6px 5px 8px; /* --------- footer word spacing -------------- */
}
.footer-nav li a:hover, 
.footer-nav li.current-page a {
	background-color: #555555;
	-webkit-box-shadow: inset 2px 2px 2px 2px #202020;
	-moz-box-shadow: inset 2px 2px 2px 2px #202020;
	box-shadow: inset 2px 2px 1px 1px #202020;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* --------------------------------- Copyright --------------------- */
.footer-copyright {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	line-height:1;
	margin: 29px 0px 0px 10px;
	padding: 0px 0px 0px 0px; /* T R B L */
}
.footer-text-logo {
	text-decoration: none;
}
.footer-text-logo:hover {
	text-decoration: none;
}
.footer-copyright .big-caps-title {
	font-size: 30px;
	color: #ffffff;
}
.footer-copyright .big-caps-title:hover {
	text-decoration: underline;
}
.footer-copyright .small-caps-title {
	color: #ffffff;
}
.footer-copyright .small-caps-title:hover {
	text-decoration: underline;
}
.footer-copyright .small-caps {
	font-size: 14px !important;
	color: #ffffff !important;
}
.footer-text-logo:hover > .big-caps-RM,
.footer-text-logo:hover > .big-caps-DLG {
	color: #ffffff !important;
}
.footer-text-logo:hover > .small-caps {
	color: #a10020 !important;
}
.footer-copyright .copyright-thingy {
	color: #dadada;
	font-size: 11px !important;
}
.footer-bottom-right-holder {
	border: 0px solid red;
	min-width: 10px;
	margin-top: 64px; /* - 40px , was 104px */
	margin-right: 10px;
}
.footer-bottom-right-text {
	border: 0px solid red;
	text-align: right !important;
	color: #c8c8c5 ;
	font-size: 16px !important;
}
.footer-bottom-right-text a,
.footer-link-phone,
.footer-link-fax,
.footer-link-email {
	color: #ffffff !important; /* red stuff = not bad --> #b1011e, over the top --> #c60424, money? --> #ac0024 */
	outline: 0px !important;
	font-size: 13px !important;
}
.footer-bottom-right-text a {
	font-weight: 500;
	text-decoration: none;
	font-size: 15px;
}
.footer-bottom-right-text a:hover {
	text-decoration: underline;
}
.footer-info-holder {
	position: relative;
	margin-left: 10px;
	margin-top: 16px;
}
.footer-bullet-phone,
.footer-bullet-fax,
.footer-bullet-email {
	height: 32px;
	width: 32px;
	margin-right: 6px;
}
.footer-tag-phone,
.footer-tag-fax,
.footer-tag-email {
	text-transform: lowercase;
	font-family: 'PT Sans Narrow', sans-serif; 
	font-weight: normal;
	font-size: 17px;
	color: #dadada; /* #c8c8c5 */
	line-height: 17px !important;
}
.footer-link-phone,
.footer-link-fax,
.footer-link-email {
	text-transform: lowercase !important;
	text-align: right;
	font-weight: 500 !important;
	text-decoration: none;
	font-style: italic;
	font-size: 15px;
}
.footer-link-phone:hover,
.footer-link-fax:hover,
.footer-link-email:hover {
	text-decoration: underline;
}
.footer-bullet-phone,
.footer-bullet-fax,
.footer-bullet-email,
.footer-tag-phone,
.footer-tag-fax,
.footer-tag-email,
.footer-link-phone,
.footer-link-fax,
.footer-link-email {
	float: left;
	display: block;
	margin-bottom: 8px;	
}
.footer-tag-phone,
.footer-tag-fax,
.footer-tag-email,
.footer-link-phone,
.footer-link-fax,
.footer-link-email {
	margin-top: 0px;	
}
.footer-bullet-phone {
	background: url('/images/image-bullets-phone.png') no-repeat 0px 0px;
}
.footer-bullet-fax {
	background: url('/images/image-bullets-fax.png') no-repeat 0px 0px;
}
.footer-bullet-email {
	background: url('/images/image-bullets-email.png') no-repeat 0px 0px;
}
/* ------------------------------------------------------------------------------------- below the footer stuff */
.below-footer-holder {
	border: 0px solid red;
	display: block;
	width: 252px;
	margin: 0px auto;
	margin-top: 40px;
	margin-bottom: 30px;
}
.below-footer-appfunction-text {
	height: 60px;
	border: 0px solid red;
	text-align: right !important;
	color: #303030;
}
.below-footer-appfunction-text {
	width: 88px;
	padding: 30px 0px 0px 0px;
}
.below-footer-appfunction-logo {
	width: 160px;
	height: 60px;
	display: block;
	outline: 0px;
	border: 0px solid red;
}
.below-footer-appfunction-logo {
	background: url('/images/image-below-footer-sprite.png') no-repeat 0px 0px;
}
.below-footer-appfunction-logo:hover {
	background-position: 0px -60px;
}
/* ----------------------------------- Breadcrumbs -------- */
.breadbox {
	height: 30px;
	background: #343434 url('/images/pattern.gif');
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: block;
	width: 918px;
	margin: 0px auto;
}
.breadcrumbbox {
	width: 100% !important;
	background: #ececec;
	/*
	border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	*/
}
/* breadcrumbs ________ home */ /*---- old gray --->   #767774       */
.breadcrumbs-marker-home {
	height: 30px;
	width: 10px;
	background-color: #93948e;
	/*
	border-radius: 10px 0 0 10px; 
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	*/
}
.breadcrumbs-holder-home {
	height: 30px;
	min-width: 50px;
	background-color: #93948e;
}
.breadcrumbs-arrow-home {
	border-color: transparent transparent transparent #93948e;
	border-style: solid;
	border-width: 15px;
	height:0;
	width:0;
}
/* breadcrumbs ________ 2 */
.breadcrumbs-marker-2 {
	border-color:  #abacaa  #abacaa #abacaa transparent;
	border-style: solid;
	border-width: 15px;
	height:0;
	width:0;
	margin-left: -30px;
}
.breadcrumbs-holder-2 {
	height: 30px;
	min-width: 50px;
	background-color: #abacaa;
}
.breadcrumbs-arrow-2 {
	border-color: transparent transparent transparent #abacaa;
	border-style: solid;
	border-width: 15px;
	height:0;
	width:0;
}
/* breadcrumbs ________ 3 */
.breadcrumbs-marker-3 {
	border-color:  #dcdbd9  #dcdbd9 #dcdbd9 transparent;
	border-style: solid;
	border-width: 15px;
	height:0;
	width:0;
	margin-left: -30px;
}
.breadcrumbs-holder-3 {
	height: 30px;
	min-width: 50px;
	background-color: #dcdbd9;
}
.breadcrumbs-arrow-3 {
	border-color: transparent transparent transparent #dcdbd9;
	border-style: solid;
	border-width: 15px;
	height:0;
	width:0;
}
/* breadcrumbs ________ last */
breadcrumbs-holder-last{
	min-width: 50px;
}
/* breadcrumbs ________ ALL */
.breadcrumbs-marker-home,
.breadcrumbs-marker-2,
.breadcrumbs-marker-3,
.breadcrumbs-marker-last,
.breadcrumbs-holder-home,
.breadcrumbs-holder-2,
.breadcrumbs-holder-3,
.breadcrumbs-holder-last,
.breadcrumbs-arrow-home,
.breadcrumbs-arrow-2,
.breadcrumbs-arrow-3,
.breadcrumbs-arrow-last {
	color: black;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
}

.breadcrumbs-holder-home:hover,
.breadcrumbs-holder-2:hover,
.breadcrumbs-holder-3:hover,
.breadcrumbs-holder-last:hover {
	text-decoration: underline;
}
.breadcrumbs-holder-last {
	color: white !important;
}
/* ----------------- Navigations ----------------------------------------------------------- */
.nav-zone {

}
.sf-menu {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.sf-menu {
	background: #4b9719;
	/* MAIN MENU HEIGHT */
	height: 50px;
	/*
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	*/
	font-weight: bold;
}
/* dropdown menu */
.sf-menu, 
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul,
.sf-menu ul ul {
	position: absolute;
	top: -999em;
	width: 169px;
}
.sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	left: 0;
	top: 66px;
	z-index: 99;
}
.sf-menu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2em;
	font-style: normal !important;
}
.sf-menu li {
	text-transform: none;
	background: none;
}
.sf-menu > li {
	background: url('/images/sf-divider.png') 0 0 no-repeat; /* divider */
	padding-left: 1px;
	/* border-right: 1px solid #d5d1d1; */
}
.sf-menu > li:last-child {
	background-color: transparent;
	padding-left: 0px;
}
.sf-menu > li:first-child {
	background: none;
	padding-left: 0;
}
.sf-menu > li > a {
	font-size: 14px;
	width: 171px;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 0 #515151;
	letter-spacing: 0.025em;
	/* MAIN MENU HEIGHT */
	height: 50px;
}
.sf-menu .menu-last-item {
	width: 175px !important; /* was 125 */
	margin-right: -3px; /* IE 8 fix  !!!!!!!!!!!!!!!!!!! */
}
.sf-menu > li:first-child > a {
	/*
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	*/
}
.sf-menu > li:last-child > a {
	/*
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	*/
}
.sf-menu > li > a:hover, 
.sf-menu > li.sfHover > a, 
.sf-menu > li.current-page > a {
	color: #bbbbbb;
	background: #003300;
}
.sf-menu > li > a:active,
.sf-menu > li:active {
	background: #001d00;
	color: #d4d926;
}
/* Home Item */
.sf-menu > li.home > a {
	width: 77px;
	padding: 0;
	text-indent: -999em;
	background: url('/images/ces-home-icon.png') 23px 10px no-repeat;
}
.sf-menu > li.home:hover, 
.sf-menu > li.home.current-page, 
.sf-menu > li.home.sfHover {
	background: #4b9719 url('/images/sf-divider.png') 0 0 repeat-x; */
	/*
	border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	*/
}

.sf-menu > li.home.sfHover > a, 
.sf-menu > li.home.current-page > a, 
.sf-menu > li.home > a:hover {
	background: url('/images/ces-home-icon.png') 23px -71px no-repeat;
	/*
	border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	*/
}
.sf-menu > li.home > a:active {
	background: #001d00 url('/images/ces-home-icon.png') 23px -152px no-repeat;
	color: #d4d926;
}
/* -------------- NAV Submenu ------------ */
ul.sf-menu li:hover li ul, 
ul.sf-menu li.sfHover li ul {
	top: -999em;
	margin-top: -20px;
}
ul.sf-menu li li:hover li ul, 
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, 
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul, 
ul.sf-menu li li li.sfHover ul {
	left: 140px;
	top: 0;
}
.sf-menu ul {
	border-radius: 0px 0px 6px 6px; /* TL TR BR BL */
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	margin-top: -16px; /* 1st Submenu distance from NAV */
	margin-left: 2px;
	background: #4b9719;
	padding: 20px 0;
	opacity: 0.90;	
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
	border-right: 1px solid #003300;
	border-left: 1px solid #003300;
	border-bottom: 1px solid #003300;
	box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.15);
}
.sf-menu ul ul {
	border-radius: 0px 6px 6px 6px; /* TL TR BR BL */
	-webkit-border-radius: 0px 6px 6px 6px;
	-moz-border-radius: 0px 6px 6px 6px;
	margin-top: -1px;
	margin-left: 10px;
	padding-left: 0px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li li {
	padding: 0;
	float: none;
	width: auto;
}
.sf-menu li li a {
	float: none;
	display: block;
	padding: 12px 9px 10px 17px;
}
.sf-menu li li:first-child > a {
	background: none;
}
/*----------------------------------- Submenu Hover State  -------*/
.sf-menu li li a:hover, 
.sf-menu li li.sfHover > a, 
.sf-menu li li.current-page > a {
	text-decoration: underline; 
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active,
.sf-menu li.current-page > a {
	outline: 0;
}
/*** ---------------------------------- submenu arrows **/
.sf-menu a.sf-with-ul {
	min-width: 1px;
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	top: 43px;
	left: 50%;
	margin-left: -4px;
	width: 9px;
	height: 5px;
	text-indent: -999em;
	overflow: hidden;
	background: url('/images/sf-arrow-down.gif') no-repeat 0 0;
}
.sf-menu ul .sf-sub-indicator {
	position: absolute;
	display: block;
	top: 16px;
	left: 87%;
	margin-left: -4px;
	width: 5px;
	height: 9px;
	text-indent: -999em;
	overflow: hidden;
	background: url('/images/sf-arrow-right.gif') no-repeat 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	/*background-position: -10px 0;
	 arrow hovers for modern browsers*/

}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* Top search */
#top-search {
	position: absolute;
	right: 0;
	top: 99px;
}
#top-search .input-search {
	width: 202px;
	margin: 0;
	padding: 7px 28px 7px 10px;
	background: url('/images/top-search-bg.png') 0 0 no-repeat;
	border: none;
	color: #fff;
	border-radius: 0;
}
#top-search #submit {
	display: block;
	position: absolute;
	right: 6px;
	top: 9px;
	width: 16px;
	height: 15px;
	overflow: hidden;
	background: url('/images/search-button.png') 0 0 no-repeat;
	cursor: pointer;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
	border-radius: 0;
}
#top-search #submit:hover {
	border:none !important;	
}
/* --------------- Content areas ---------------------------------------- */
.middle-column {
	background: white;
	padding: 0px 0px 0px 0px;
	/*
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
	*/
}
.box-22-50-top-bottom {
	display: block;
	padding: 22px 0px 50px 0px;
}
.box-50-00-top-bottom {
	display: block;
	padding: 50px 0px 0px 0px;
}
.box-50-50-top-bottom {
	display: block;
	padding: 50px 0px 50px 0px;
}
.box-50-90-top-bottom {
	display: block;
	padding: 50px 0px 90px 0px;
}
/* -------------- home content ------*/
.home-2ca-content-1,
.home-2ca-content-2 {
	padding-top: 0px;
	padding-bottom: 20px;
}
.home-2ca-content-1 {
	padding-left: 17px;
}
.home-2ca-content-2 {
	padding-left: 55px;
}
.homelt {
	font-size: 17px;
}
.button-left {
	margin-top: 10px;
	float: left;
}
.home-bottom-image-holder {
	margin-bottom: 35px;
}
.home-bottom-image {
	border: 2px #848684 solid;
}
.img-wow {
	border: 1px #cdcdcd solid;
}
/*------------------------------ Back to Top ------------------- */
#scroll-up-wrapper {
	position: absolute;
	overflow: hidden;
	height: 70px;
}
#scroll-up {
	position: fixed;
	bottom: 40px;
	left: 50%;
	margin-left: 550px;
	display: none;
}
#scroll-up a {
	position: relative;
	z-index: 5;
	width: 70px;
	height: 70px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 22px;
	line-height: 70px;
	font-family: 'PT Sans Narrow', sans-serif;
	letter-spacing: 1px;
	border-radius: 5px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;	
	background: #4b9719;
}
#scroll-up a:hover {
	color: #bebdbb;
}
#scroll-up a:active {
	background: #001d00;
	color: #d4d926;
}
/* ------ MORE buttons ---------------------------------------- */
.button {
	display: inline-block;
	padding: 8px 16px;
	background: #dadada;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #838383;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	color: #313131;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	letter-spacing: 0.025em;
	text-shadow: 1px 1px 0 #ffffff;
} 
.button:hover {
	font-style: normal;
	color: #ffffff;
	background: #4b9719;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid #474747;
}
.button:active {
	font-style: normal;
	color: #d4d926;
	background: #001d00;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid #474747;
	margin-top: 2px;
	margin-bottom: -2px;
}
/*----------------------------------------------------- Contact US ---------------------*/
.contact-main-box {
	position: relative;
}
.contact-main-box-left {
	margin-left: 30px;
	margin-right: -30px;
	width: 340px;
	/* push left */
}
.contact-main-box-right {
	margin-right: 25px;/
	margin-left: -25px;
	margin-top: 60px;
	/* push right */
}
.contact-location {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
}
.contact-address {
	margin: 0px 0px 22px 0px;
	line-height: 23px;
}
.contact-hours {
 	margin-top: 0px;
}
.contact-h3 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	color: #646565 !important;
	line-height: 22px !important;
	text-transform: none !important;
}
.contact-box-1-left {
	margin-right: 40px;
}
.contact-box-1-left,
.contact-box-2-right {
	float: left;
	display: block;
}
.contact-box-1-left {
	width: 240px;
}
.contact-box-2-right {
	width: 240px;
}
.contact-location  a,
.contact-google-map-text {
	font-style: italic;
	color: #4b9719 !important;
	text-decoration: none;
}
.contact-location a:hover,
.contact-google-map-text:hover {
	text-decoration: underline;
}
.contact-map-link {
	margin-top: 8px;
}
.contact-google-map-iframe-holder {
	width: 440px;
	height: 350px;
	margin-bottom: 4px;
	background: #ededed url('/images/loading.gif') no-repeat 50% 50%;
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
	border: solid 2px #b1b3ac;
}
.contact-google-map-iframe-loader {
	width: 440px;
	height: 350px;
	/*background: transparent url('/images/ajax-loader-wheel.gif') no-repeat;
	background-position: 50% 50%;*/
}
.contact-google-map-iframe-loading {
	width: 440px;
	height: 350px;
}
.contact-google-map-iframe {
	width: 440px;
	height: 350px;
	background-color: #d7d7d7;
	border: 1px #cdcdcd solid;
}
.contact-bullet-holder {
	position: relative;
}
.contact-bullet-holder:first-child {
	margin-top: 30px;;
}
.contact-link-phone,
.contact-link-fax,
.contact-link-email {
	color: #4b9719 !important;
	font-size: 15px;
}
.contact-tag-phone,
.contact-tag-fax,
.contact-tag-email,
.contact-link-phone,
.contact-link-fax,
.contact-link-email {
	float: left;
	display: block;
	margin-bottom: 18px;
	margin-top: 7px;	
}
.contact-h3.contact-tag-phone,
.contact-h3.contact-tag-email {
	font-weight: 600;
}
.contact-bullet-phone {
	background: url('/images/contact-bullet-phone.png') no-repeat 0px 0px;
}
.contact-bullet-fax {
	background: url('/images/contact-bullet-fax.png') no-repeat 0px 0px;
}
.contact-bullet-email {
	background: url('/images/contact-bullet-email.png') no-repeat 0px 0px;
}
.contact-bottom-box {
	margin-top: 90px;
	margin-left: 30px;
	margin-right: -30px;
	margin-bottom: 90px;
}
.contact-form-h2 {
	margin-bottom: 35px;
}
.contact-form {
	margin: 0;
	padding: 0;
}
.contact-form .field {
	margin-bottom: 25px;
	overflow: hidden;
	vertical-align: top;
	position: relative;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.contact-form .field.checkboxes {
		margin-bottom: 0 !important;
	}
}
*/
.contact-form .field label.form-label {
	float: left;
	width: 135px;
	padding-top: 6px;
	font-size: 16px;
	font-weight: 500;
}
.contact-form-checkboxes {
	padding-top: 5px !important;
	display: inline-block;
}
.contact-form-checkboxes label {
	line-height: 10px;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	padding-right: 10px;
	color: #267528;
}
.contact-form-checkboxes label:hover {
	color: #003300 !important;  /* -------      #ffa500       ------- */
	cursor: pointer;
	/* background: #001d00; */
}
.contact-form-checkboxes label:active {
	color: #001d00 !important;
	cursor: pointer;
}
.icheckbox_square-green {
	margin-right: 25px !important;
}
.contact-form .field small {
	color: red;
	font-size: 18px !important;
}
.contact-form .field input {
	width: 350px;
}
.contact-form textarea {
	height: 260px;
	min-height: 260px;
	max-height: 1060px;
	width: 765px;
	overflow: auto;
	margin-bottom: 17px;
}
.contact-form .field input,
.contact-form .field textarea {
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #f3f3f3;
	padding: 8px 10px;
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
	border: solid 2px #b1b3ac;
}
.contact-form .field input:hover, 
.contact-form .field textarea:hover {
	border: #003300 2px solid;
}
.contact-form .field input:focus, 
.contact-form .field textarea:focus {
	border: #4b9719 2px solid;
}
/* ------------ Contact Forms fonts and inner area---------------------------------------- */
input, 
select, 
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
	outline: none;
}
/* ---------- CLEAR SEND (submit) Buttons ----------*/
.submit-area {
	margin: 0px 4px 18px 0px; /* T R B L */
	display: block;
	float: right;
}
input[type="submit"], 
input[type="reset"] {
	height: 44px;
	width: 120px;
	line-height: 44px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: 'Squada One', cursive;
	border: none;
	padding: 0 23px;
	float: left;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin-right: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	/* button color !hover || !active */
	background: #dadada;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #838383;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	color: #313131;
}
input[type="submit"]:hover, 
input[type="reset"]:hover {
	/* button color hover */
	background: #4c9719;
	border-top: 1px solid #00cc2a;
	border-bottom: 1px solid #00793e;
	border-left: 1px solid #00971f;
	border-right: 1px solid #00971f;
	color: #ffffff;
}
input[type="submit"]:active, 
input[type="reset"]:active {
	margin-top: 2px;
	margin-bottom: -2px;
	/* button color active */
	background: #001d00;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	color: #d4d926;
}
input[type="reset"] {
	margin-right: 12px;
}
/* ----------------------------- jValidate Contact Alert boxes ---------------------------------------- */
.jv-response-output {
	padding: 20px 20px 20px 72px !important; /* T R B L */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 74px;
	width: 830px;
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	margin-top: 0px;
	margin-bottom: -90px; /* margin-bottom OF contact-bottom-box IS 90px. -90px stops jiggle */
	margin-left: 0px;
	margin-right: 0px;
}
.jv-alert {
	border: #ffa500 2px solid ;
	color: #9e660d;
	background: #fdebae url('/images/icon-alert.png') no-repeat;
}
.jv-info,
.jv-processing {
	border: #2f40fd 2px solid;
	color: #2e6093;
	background: #bfe4f9 url('/images/icon-info.png') no-repeat; 
}
.jv-success {
	border: #398f14 2px solid ;
	color: #5e6f33;
	background: #ccff99 url('/images/icon-check.png') no-repeat;
}
.jv-warning {
	border: #ff0000 2px solid ;
	color: #c31b00;
	background: #ffcccc url('/images/icon-error.png') no-repeat;
}
.jv-alert,
.jv-info, 
.jv-success,
.jv-warning,
.jv-processing {
	background-position: 10px 50%;
}
/* ------------------------- Image styling */
.alignleft {
  float: left;
  margin: 0 23px 10px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.alignright {
  float: right;
  margin: 0 0 10px 23px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.alignnone {
  margin: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}


/* ----------------------- About Us ---------------- */
.about-img {
	background-color: #d7d7d7;
	margin: 0 50px 30px 0;
}
.about-box {
	margin-left: 40px;
}
.about-box-h2 {
	margin-bottom: 40px;
}
.about-box-h3 {
	font-size: 22px;
	text-transform: none !important;
	margin-bottom: 20px;
}
.about-mission {
	display: block;
}
.about-quote {
	font-style: italic;
	color: #4b9719;
	margin-bottom: 25px;
}
.about-mark {
	font-size: 50px;
	vertical-align: bottom !important;
	padding-right: 10px;
}
.about-mission-statement {
	font-size: 18px;
	line-height: 29px;
}
.about-details {
	display: block;
}
.about-details p {
	margin-bottom: 18px;
	line-height: 22px;
}
/* ---- Dropcap ---- */
.dropcap {
	display: block;
	float: left;
	width: 62px;
	height: 62px;
	background: url('/images/dropcap.png') 0 0 no-repeat;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 62px;
	margin: 0 20px 10px 0;
	text-transform: uppercase;
}
.dropcap_20 {
	font-size: 20px;
}
.dropcap_13 {
	font-size: 13px;
}
.hr {
	height: 2px;
	background: url('/images/hr3.png') 0 0 repeat-x;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 15px 5px 25px 5px;
}
/*-------------------------------------------- BIOs --------------*/
.bio-box-left {
	margin-left: 35px;
	margin-right: 30px;
	width: 500px;	
}
.bio-img-box-right {
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 35px;
	margin-bottom: 10px;
	border: 1px solid #bfbfbf;
	background: #d7d7d7 url('/images/ajax-loader-bars.gif') no-repeat 50% 50%;
	width: 300px;
	height: 360px;
}
.bio-img-box-image {
	margin-bottom: -5px !important;
	display: none;
}
.bio-name-header-box {
	margin-bottom: 20px;
}
.bio-firstname {
	font-family: 'PT Sans Narrow';
	color: #4b9719;
	margin: 0;
}
.bio-lastname {
	font-family: 'PT Sans Narrow';
	font-weight: bold !important;
	color: #4d4747;
	margin: 0;
}
.bio-opener {
	line-height: 150% !important;
	font-size: 18px;
	text-transform: none;
}
.bio-banner {
	/* background-color:#e4e6e6; */
	border-color: transparent transparent transparent #bbbeb8;
	border-style: solid;
	border-width: 6px;
	padding: 0px 0px 0px 16px;
	font-size: 13px;
}
div.bio-banner p:first-child {
	padding-top: 0;
	margin-top: 0;
}
div.bio-banner p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
/* -------------------- main peronnel pages ----------*/
.personnel-holder {
	margin-bottom: 0px;
}
.personnel-names-header {
	margin-left: 25px;
	margin-bottom: 55px;
}
.personnel-box-left {
	margin-top: 68px;
	margin-left: 40px;
	margin-bottom: 0px;
	width: 400px;
	display: block;
	float: left;
	border: 0px solid red;
}
.personnel-pic-box {
	margin-left: 20px;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 180px;
	height: 180px;
	background: #d7d7d7 url('/images/ajax-loader-bars.gif') no-repeat;
	background-position: 50% 50%;
	border: 5px solid #d6d5d5;
}
.personnel-pic {
	display: none; /* loading ? */
}
.personnel-firstname {
	font-size: 30px;
	font-family: 'PT Sans Narrow';
	color: #4b9719;
	margin-bottom: 7px;
}		
.personnel-lastname {
	font-size: 30px;
	font-family: 'PT Sans Narrow';
	font-weight: bold !important;
	margin-bottom: 28px;
}
.personnel-fullname {
	/* float: left; */
}
.personnel-body {
	margin-bottom: 20px;
	width: 170px !important;
}
.personnel-card-box-left {
	float: left;
	margin-left: 52px;
	width: 400px;
	height: 290px;
	background: url('/images/image-bio-card.png') 0px 0px no-repeat;
}
.personnel-card-contact {
	color: #313131;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0.025em;
	text-shadow: 1px 1px 0 #ffffff;
	padding: 32px 8px 0px 185px; /* T R B L */
	margin-bottom: 46px;
}
.personnel-card-row-divider{
	height: 24px;
}
.personnel-card-email {
	padding: 0px 0px 10px 20px; /* T R B L */
}
.personnel-card-email a {
	text-decoration: none;
}
.personnel-card-email a:hover {
	text-decoration: underline;
}
.personnel-bullet-holder {
	position: relative;
}
.personnel-card-bullets {
	margin-left: 20px;
}
.personnel-bullet-phone,
.personnel-bullet-linkedin,
.personnel-bullet-email,
.personnel-bullet-vcard {
	height: 32px;
	width: 32px;
}
.personnel-bullet-linkedin,
.personnel-bullet-vcard {
	margin-left: 20px;
}
.personnel-link-phone,
.personnel-link-linkedin,
.personnel-link-email,
.personnel-link-vcard {
	font-style: italic;
	color: #4b9719 !important;
	text-decoration: none;
	font-size: 15px;
	padding-left: 8px;
}
.personnel-link-phone:hover,
.personnel-link-linkedin:hover,
.personnel-link-email:hover,
.personnel-link-vcard:hover {
	text-decoration: underline;
}
.personnel-bullet-phone,
.personnel-bullet-linkedin,
.personnel-bullet-email,
.personnel-bullet-vcard,
.personnel-link-phone,
.personnel-link-linkedin,
.personnel-link-email,
.personnel-link-vcard {
	float: left;
	display: block;
	font-size: 15px;
	line-height: 24px;
}
h3.personnel-tag {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	word-wrap: break-word;
	height: 38px;
	width: 140px;
}
.personnel-bullet-phone {
	background: url('/images/image-bio-card-bullets-phone.png') no-repeat 0px 0px;
}
.personnel-bullet-linkedin {
	background: url('/images/image-bio-card-bullets-linkedin.png') no-repeat 0px 0px;
}
.personnel-bullet-email {
	background: url('/images/image-bio-card-bullets-email.png') no-repeat 0px 0px;
}
.personnel-bullet-vcard {
	background: url('/images/image-bio-card-bullets-vcard.png') no-repeat 0px 0px;
}
.personnel-spacer {
	height: 120px;
	border: 0px solid red;
}
.personnel-spacer:last-child {
	height: 0px !important;
}
.rolodex-card-box {
    position: absolute;
    left: 12px;
    bottom: -40px;
}
.rolodex-card-tab {
	background: url('/images/image-bio-card.png') -130px 0px no-repeat;
	display: block;
    position:relative;
    left: 130px; /* left + (width + p-left) = 400px */
	width: 214px; 
	padding-left: 56px;
	height: 31px; /* height + p-top = 56px */
	padding-top: 25px;
	color: #313131;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0.025em;
	text-shadow: 1px 1px 0 #ffffff;
}
.rolodex-card-tab:hover {
	text-decoration: none;
	text-shadow: 1px 1px 0 #c4c6c6;	
}
.rolodex-card-info {
	display:none;
	width: 400px;
	height: 234px;
	background: url('/images/image-bio-card.png') 0px -56px no-repeat;
}
/* --------------- caps, case, and letter stuff ---------- */
.detransform {
	text-transform: none !important; 
}
/* ------------------------------------------------------------- Services ------------------------------------------ */
.services-h2 {
	outline: 0px;
}
.services-h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.services-h3 a.services-permalink {
	text-decoration: none;
	font-size: 22px;
}
.services-h3 a.services-permalink:hover {
	text-decoration: underline;
}
.services-permalink-icon:after {
	font-family: FontAwesome;
	content: "\00a0\00a0\00a0\f0c1\00a0";
}
.services-h4 {
	margin: 0px;
	padding: 0px;
}
.services-holder {
	margin-left: 40px;
	margin-right: 40px;
}
.services-index-holder {
	position: relative;
	margin-bottom: 40px;
}
.services-index-header-holder {
	margin-left: 30px;
}
.services-index-header {
	font-size: 18px;
	padding-right: 10px;
}
.services-index-info {
	font-size: 13px;
}
.services-index-list li{
	list-style: square;
	margin-bottom: 11px;
}
.services-entry-list li{
	list-style: square;
	margin-top: 5px;
	margin-bottom: 5px;
}
.services-entry-list li ul li{
	list-style: circle;
}
.sub-service-box-details img {
	border: 1px solid #003300 !important;
}
.services-index-item {
	/* float: left; */
	text-decoration: none;
	font-size: 15px;
}
.services-index-item:hover {
	text-decoration: underline;
}
.sub-service-holder {
	margin-top: 0px; /* USE sub-service-box INSTEAD */
}
.sub-service-box-entry {
	/* do nothing */
}
.sub-service-box-all .services-h3 {
	margin-top: 55px !important;
	margin-bottom: 15px !important;
}
.sub-service-box-details {
	margin: 0px 0px 0px 0px;
	border: 0px red solid;
}
.sub-service-box-details a {
	/* font-style: italic; */
	text-decoration: none;
}
.sub-service-box-details a:hover {
	text-decoration: underline;
}
.sub-service-box li {
	padding-bottom: 10px;
}





.sub-service-box-survey {
	margin-top: 5px; /* USE THIS sub-service-box INSTEAD */ /* used for hash tagging ids */
	padding-top: 25px;
}
.sub-service-box-survey-heading {
	margin: 10px 0px 30px 0px;
}
.sub-service-box-survey li {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.sub-service-box-survey label {
	margin-bottom: 6px;
	display: block;
}
.sub-service-box-survey input[type=radio] {
	margin-right: 8px;
}
.sub-service-box-survey input[type=text],
.sub-service-box-survey textarea {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #f3f3f3;
	padding: 8px 10px;
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
	border: solid 2px #b1b3ac;
}
.sub-service-box-survey input[type=reset] { 
	margin-right: 10px;
}
.sub-service-box-survey textarea {
	min-height: 200px;
	min-width: 700px;
}
.sub-service-box-survey input[type=text]:hover, 
.sub-service-box-survey textarea:hover {
	border: #ffa500 2px solid;
}
.sub-service-box-survey input[type=text]:focus, 
.sub-service-box-survey textarea:focus {
	border: #4b9719 2px solid;
}
.sub-service-box-survey-indent input[type=text] {
	margin: 10px 0px 20px 0px;
	width: 400px;
	display: block;
}
.sub-service-box-survey-consent {
	margin: 0px 0px 50px 0px;
}
.sub-service-box-survey-info {
	height: 40px;
}
.sub-service-box-survey-send {
	float: right;
	margin: 0px 0px 0px 0px;
}
.sub-service-box-survey-info-send {
	margin: 0px 0px 60px 0px;
}
.sub-service-box-survey-indent {
	margin: 40px 0px 60px 20px;
}
.survey-response-output {
	padding: 20px 20px 20px 72px !important; /* T R B L */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 420px;
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.survey-alert {
	border: #ffa500 2px solid ;
	color: #9e660d;
	background: #fdebae url('/images/icon-alert.png') no-repeat;
}
.survey-info,
.survey-processing {
	border: #2f40fd 2px solid;
	color: #2e6093;
	background: #bfe4f9 url('/images/icon-info.png') no-repeat; 
}
.survey-success {
	border: #398f14 2px solid ;
	color: #5e6f33;
	background: #ccff99 url('/images/icon-check.png') no-repeat;
}
.survey-warning {
	border: #ff0000 2px solid ;
	color: #c31b00;
	background: #ffcccc url('/images/icon-error.png') no-repeat;
}
.survey-alert,
.survey-info, 
.survey-success,
.survey-warning,
.survey-processing {
	background-position: 10px 50%;
}
/* ------------------------------------------------------------- Testimonials ------------------------------------------ */
.testimonials-h2 {
	margin: 0px;
	padding: 0px;
}
.testimonial-h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.testimonials-holder {
	margin-left: 40px;
	float: left;
}
.testimonials-box {
	margin-top: 50px;
	float: left;
}
.testimonials-testimonial-box {
	margin-bottom: 30px;
	margin-right: 48px;  /* exact */
	float: left;
	width: 397px; /* exact */
	margin-bottom: 90px;
}
.testimonials-testimonial-box-details {
	border-color: transparent transparent transparent #bbbeb8;
	border-style: solid;
	border-width: 6px;
	padding: 0px 0px 0px 16px;
	margin: 0px !important;
}
.testimonials-testimonial-box-details p:first-child {
	padding-top: 0;
	margin-top: 0;
}
.testimonials-testimonial-box-details p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
/* ------------------------------------------------------------- Privacy Policy ------------------------------------------ */
.privacy-h2 {
	margin: 0px;
	padding: 0px;
}

.policy-h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.privacy-holder {
	margin-left: 40px;
	margin-right: 40px;
}
.privacy-box {
	margin-top: 0px;
}
.privacy-policy-box {
	margin-top: 5px;
	padding-top: 25px; /* used for hash tagging ids */
}
.privacy-policy-box-details {
	/* set by p tag */
}
/* ------------------------------------------------------------- Terms and Conditions ------------------------------------------ */
.terms-h2 {
	margin: 0px;
	padding: 0px;
}

.conditions-h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.terms-holder {
	margin-left: 40px;
	margin-right: 40px;
}
.terms-box {
	margin-top: 0px;
}
.terms-conditions-box {
	margin-top: 5px;
	padding-top: 25px; /* used for hash tagging ids */
}
.terms-conditions-box-details {
	/* set by p tag */
}
.terms-conditions-box-details ol,
.terms-conditions-box-details ul {
	padding-bottom: 10px;
	margin-left: -20px !important;
}
.terms-conditions-box-details {
	padding-bottom: 16px;
}
.terms-conditions-box-details li:last-child {
	padding-bottom: 0px;
}
/* ------------------------------------------------------------- TV Spots ------------------------------------------ */
.videos-h2 {
	margin: 0px;
	padding: 0px;
}
.spot-h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.videos-holder {
	margin-left: 40px;
	margin-right: 40px;
}
.videos-box {
	margin-top: 0px;
}
.spot-box {
	margin-top: 5px;
	padding-top: 25px;
}
.spot-details-holder-left {
	width: 255px;
	padding-right: 15px;
	float: left;
}
.spot-details-holder-right {
	width: 556px;
	float: right;
}
.spot-border {
	border: 3px #93948e solid !important;
}
/* ------------------------------------------------------------------------------------------- Sitemap -------------- */
.sitemap-holder {
	margin-left: 40px;
}
.sitemap-holder-list {
	margin-left: -20px;
}
.sitemap-holder a {
	text-decoration: none;
	font-size: 16px;
}
.sitemap-holder a:hover {
	text-decoration: underline;
}
.sitemap-holder ul li {
	list-style-type: square;
}
.sitemap-holder ul li ul li {
	list-style-type: disc;
}
.sitemap-holder ul li ul li ul li{
	list-style-type: circle;
}
.sitemap-holder li {
	padding-bottom: 12px;
}
.sitemap-holder li ul {
	padding-top: 6px;

}
.sitemap-holder li ul li {
	padding-bottom: 6px;
}
/* ------------------------------------------------------------------------------------------- Blog -------------- */
.blog-h2 {
	margin: 0px;
	padding: 0px;
}

.blog-holder {
	margin-left: 40px;
	margin-bottom: 30px;
	float: left;
}
div.blog-twitter {
	padding-left: 55px;
	padding-right: 55px;
}
.tweet_list {
	border: 0px solid gray;
	margin: 0;
	padding: 0;
}
ul.tweet_list,
ul.tweet_list li {
	margin: 0;
	padding: 0;
}
ul.tweet_list li {
	list-style: none;
	margin-bottom: 30px;
	font-size: 15px;
	overflow: auto;
	line-height: 1.5;
	height: 70px;
}
.tweet_avatar {
	float: left;
	margin-right: 10px;
	width: 48px;
	height: 48px;
	border: 5px solid #d6d5d5;
	content: "\00a0\00a0\f08e";
}
.tweet_avatar:after {
	content: "" !important;
}
.tweet_list li a,
.tweet_list li .tweet_time a {
	text-decoration: none;
}
.tweet_list li a:hover,
.tweet_list li .tweet_time a:hover {
	text-decoration: underline;
}
.tweet_block {
	margin-top: 8px;
}
.tweet_text,
.tweet_time {
	margin-top: 10px;
	border: 0px solid red;
}
li .tweet_time a {
	padding-left: 9px;
}
li .tweet_time a {
	font-size: 13px;
	font-style: italic;
	color: #a50328;
}
.tweet_odd____OFF {
	background-color: #d2d5d5;
}
.tweet_even___OFF {
	background-color: #debec2;
}