/*   
Theme Name: Verdezyne WordPress
Theme URI: 
Description: Verdezyne Website
Author: Verdezyne
Author URI: 
Version: 
Tags: 
*/

@import "css/shortcodes.css";
@import "css/buttons-shortcode.css";

/*=Fonts 
--------------------------------------------------------------*/
@font-face {
    font-family: 'pnovabold';
    src: url('fonts/pnova-bold-webfont.eot');
    src: url('fonts/pnova-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-bold-webfont.woff') format('woff'),
         url('fonts/pnova-bold-webfont.ttf') format('truetype'),
         url('fonts/pnova-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pnovabolditalic';
    src: url('fonts/pnova-boldit-webfont.eot');
    src: url('fonts/pnova-boldit-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-boldit-webfont.woff') format('woff'),
         url('fonts/pnova-boldit-webfont.ttf') format('truetype'),
         url('fonts/pnova-boldit-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pnovaextrabold';
    src: url('fonts/pnova-extrabld-webfont.eot');
    src: url('fonts/pnova-extrabld-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-extrabld-webfont.woff') format('woff'),
         url('fonts/pnova-extrabld-webfont.ttf') format('truetype'),
         url('fonts/pnova-extrabld-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pnovalight';
    src: url('fonts/pnova-light-webfont.eot');
    src: url('fonts/pnova-light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-light-webfont.woff') format('woff'),
         url('fonts/pnova-light-webfont.ttf') format('truetype'),
         url('fonts/pnova-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pnovalight_italic';
    src: url('fonts/pnova-lightit-webfont.eot');
    src: url('fonts/pnova-lightit-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-lightit-webfont.woff') format('woff'),
         url('fonts/pnova-lightit-webfont.ttf') format('truetype'),
         url('fonts/pnova-lightit-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pnovaregular';
    src: url('fonts/pnova-regular-webfont.eot');
    src: url('fonts/pnova-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-regular-webfont.woff') format('woff'),
         url('fonts/pnova-regular-webfont.ttf') format('truetype'),
         url('fonts/pnova-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pnovaregularitalic';
    src: url('fonts/pnova-regitalic-webfont.eot');
    src: url('fonts/pnova-regitalic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-regitalic-webfont.woff') format('woff'),
         url('fonts/pnova-regitalic-webfont.ttf') format('truetype'),
         url('fonts/pnova-regitalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pnovasemibold';
    src: url('fonts/pnova-semibold-webfont.eot');
    src: url('fonts/pnova-semibold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-semibold-webfont.woff') format('woff'),
         url('fonts/pnova-semibold-webfont.ttf') format('truetype'),
         url('fonts/pnova-semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pnovasemibolditalic';
    src: url('fonts/pnova-semibolditalic-webfont.eot');
    src: url('fonts/pnova-semibolditalic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/pnova-semibolditalic-webfont.woff') format('woff'),
         url('fonts/pnova-semibolditalic-webfont.ttf') format('truetype'),
         url('fonts/pnova-semibolditalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
strong, b {
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
}

html, body {
	font-size: 1.0em;
	width: 100%;
}
body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.95em;
	color: #5e676e;
  	background-color: #ffffff;
	margin: 0;
	padding: 0;
	cursor: default;
	line-height: 150%;
	width: 100%;
}
img {
	border: 0px;
}
a {
	color: #59c7e7;
	text-decoration:none;
}
a:hover {
	color: #004776;
	text-decoration:underline;
}
strong, bold {
	font-weight:bold;
}
em, i {
	font-style: italic;
}
p {
	padding: 0px 0 10px 0;
}
/* UL {margin: 2px 0px 8px 14px; padding: 2px 0px 9px 14px;} */
/* LI {list-style-type: disc; margin: 3px 0px 3px 0px; padding: 3px 0px 3px 0px;} */

/* PAGE LAYOUT ELEMENTS */
.PageHolder {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1020px;
	padding: 0 15px 0 15px 0;
	text-align: center;
	border: 0px solid red;
}
.HdrMainHolder {
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	height: 113px;
	background: #ffffff;
	border-bottom: 2px solid #3e8b00;
}
.TopHdrHolder {
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 113px;
	background: transparent;
}
.LogoHolder {
	float: left;
	width: 200px;
	height: 113px;
	margin: 0;
	border: 0px solid red;
}






/*** MAIN NAV ***/
/*** No Nav Fallback ***/
.no-nav-main {
	text-align: right;
}

.no-nav-main p {
	color: #ffffff;
	padding: 10px;
}
/*** ESSENTIAL STYLES ***/

.menu-wrap {
	zoom: 1;
	float: right;
	z-index: 1000;
	width: 740px;
	height: 71px;
	margin: 0;
	padding: 0;
    border: 0px solid red;
}
.menu-wrap-div {
	zoom: 1;
	float: right;
	z-index: 1000;
	width: 790px;
	height: 71px;
	margin: 0;
	padding: 0;
    border: 0px solid red;
}

.menu-header {
	float: right;
	padding: 0;
	width: auto;
    border: 0px solid red;
}

#menu-main-menu {	
}

.menu-header .menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}

.menu-header .menu {
	margin: 0px 0 0 20px;
	line-height: 1.0;
}

.menu-header .menu ul {
	right: 0;
	position: absolute;
	top: -999em;
	width: 11em; /* left offset of submenus need to match (see below) */
}

.menu-header .menu ul li {
	width: 100%;
}

.menu-header .menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.menu-header .menu li {
	float: left;
	position: relative;
	z-index: 5500;
	font-size: 1.2em;
	font-family: "pnovasemibold", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin: 0px 0 0 1px;
    border: 0px solid red;
}
.menu-header .menu li a {
	font-weight: normal;
	text-transform: none;
	overflow: hidden;
	padding: 11px 20px 15px 20px;
	/*height: 28px;*/
}
.menu-header .menu li#menu-item-17 a {
	font-weight: normal;
	text-transform: none;
	overflow: hidden;
	padding: 11px 0px 15px 20px;
	/*height: 28px;*/
}

.menu-header .menu li:hover ul,
.menu-header .menu li.sfHover ul {
	width: 220px;
	left: 0;
	top: 43px; /* match top ul list item height */
	z-index: 50000;
}
.menu-header ul.menu li:hover li ul,
.menu-header ul.menu li.sfHover li ul {
	top: -999em;
}
.menu-header ul.menu li li:hover ul,
.menu-header ul.menu li li.sfHover ul {
	left: 161px; /* match ul width */
	top: 0;
}
.menu-header ul.menu li li:hover li ul,
.menu-header ul.menu li li.sfHover li ul {
	top: -999em;
}
.menu-header ul.menu li li li:hover ul,
.menu-header ul.menu li li li.sfHover ul {
	left: 161px; /* match ul width */
	top: 0;
}

/*** SKIN ***/
.menu-header .menu a span {
    display: block;
	font-weight: normal;
	font-size: 1.0em;
	padding-top: 6px;
	color: #8fb7d2;
	text-transform: capitalize;
}

.menu-header .menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	display: block;
	position: relative;
	background: transparent;
	color:	#394348;
	padding: 0;
	text-decoration:none;
}

.menu-header .menu li a:hover {
	color: #3e8b00;
}

.menu-header .menu li li {
	text-align: left;
	border-top: 0;
	border-right: 0;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 14px;
	padding: 0;
	margin: 0;	
	letter-spacing: 0px;
	background:	#ffffff;
}

.menu-header .menu li li a {
	color: #394348;
	background:	#ffffff;
	padding: 10px 12px;
	text-decoration:none;
	text-transform: none;
}
.menu-header .menu li li a:hover {
	color: #3e8b00 !important;
	background:	#e8eaec;
}
.menu-header .menu li li li {
	background:	#ffffff;
}


/*** arrows **/
.menu-header .menu a.sf-with-ul {
	padding-right: 	18px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.menu-header .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.4em;
	top:			.7em; /* IE6 only */
	width:			13px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(http://verdezyne.com/wp-content/themes/verdezyne/images/arrows-gray.png) no-repeat -11px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .7px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -11px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu-header .menu ul .sf-sub-indicator { height: 13px }
.menu-header .menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu-header .menu ul a:focus > .sf-sub-indicator,
.menu-header .menu ul a:hover > .sf-sub-indicator,
.menu-header .menu ul a:active > .sf-sub-indicator,
.menu-header .menu ul li:hover > a > .sf-sub-indicator,
.menu-header .menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -11px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.menu-header .sf-shadow ul {
	padding: 0px;
	background: url(images/shadow.png) bottom center no-repeat;
}
.menu-header .sf-shadow ul ul {
	padding: 0;
	background: none;
}
.menu-header .sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.menu-header .menu li.menu-item-object-page ul.sub-menu {
	text-align: left;
	padding: 0px;
	margin: -5px 0 0 20px;
    border: 1px solid #ccd2d7;
}
.menu-header .menu ul li ul.sub-menu li {
	text-alig: left;
    border: 0px solid red;
}

/* parent selected LI */
.menu-header .menu li.current_page_item a, 
.menu-header .menu li.current_page_ancestor a, 
.menu-header .menu li.current-page-ancestor a,
.menu-header .menu li.current_page_parent a {
	color: #3e8b00;
	cursor: pointer;
}
/* parent selected link hover */
.menu-header .menu li.current_page_item a:hover, 
.menu-header .menu li.current_page_ancestor a:hover, 
.menu-header .menu li.current-page-ancestor a:hover,
.menu-header .menu li.current_page_parent a:hover {
	color: #3e8b00 !important;
	cursor: pointer;
}
/* parent selected - child link */
.menu-header .menu li.current_page_item .sub-menu li.menu-item a, 
.menu-header .menu li.current_page_ancestor .sub-menu li.menu-item a, 
.menu-header .menu li.current-page-ancestor .sub-menu li.menu-item a, 
.menu-header .menu li.current_page_parent .sub-menu li.menu-item a {
	color: #394348;
	cursor: pointer;
}
/* parent selected - child link */
.menu-header .menu li.current_page_item .sub-menu li a:hover, 
.menu-header .menu li.current_page_ancestor .sub-menu li a:hover, 
.menu-header .menu li.current-page-ancestor .sub-menu li a:hover, 
.menu-header .menu li.current_page_parent .sub-menu li a:hover {
	color: #3e8b00 !important;
	cursor: pointer;
}
/* parent selected - child link selected */
.menu-header .menu li.current_page_item .sub-menu li.current_page_item a, 
.menu-header .menu li.current_page_ancestor .sub-menu li.current_page_item a, 
.menu-header .menu li.current-page-ancestor .sub-menu li.current_page_item a,
.menu-header .23b2e7 li.current_page_parent .sub-menu li.current_page_item a {
	color: #3e8b00 !important;
	cursor: pointer;
}
/* parent selected - child link selected hover */
.menu-header .menu li.current_page_item .sub-menu li.current_page_item a:hover, 
.menu-header .menu li.current_page_ancestor .sub-menu li.current_page_item a:hover, 
.menu-header .menu li.current-page-ancestor .sub-menu li.current_page_item a:hover, 
.menu-header .menu li.current_page_parent .sub-menu li.current_page_item a:hover {
	color: #3e8b00 !important;
	cursor: pointer;
}


.TopHdrHolder .GlobalSearch {
    display: inline-block;
	float: right;
	width: 178px;
	height: 30px;
	margin: 13px -2px 0 20px;
    padding: 0;
}
.GlobalHolder .GlobalSearch {
    display: inline-block;
	float: right;
	width: 178px;
	height: 30px;
	margin: 2px 30px 0 0;
    padding: 0;
}
#search {
}
#search input[type="text"] {
    background-color: #f4f4f4;
    border: 1px inset #cccccc;
    color: #727779;
    font-size: 0.85em;
    font-family: "pnovasemibold", Arial, Helvetica, sans-serif;
    width: 140px;
    height: 18px;
    padding: 3px 26px 2px 8px;
    margin: 0 -28px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#search input[type="image"] {
	position: relative;
	top: 2px;
	left: 0px;
	padding: 0;
	margin: 0;
}








/* HOME BANNER */
.images {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.HmBannerHolderA {
    display:none;
	position: absolute;
    top:0;
	clear: both;
	width: 100%;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	border: 0px solid red;	
	background: url('images/bg-home-repeat-03.jpg') center top repeat-x;
}
.HmBannerHolderA .HmBanner {
	background: url('images/bg-home-01a.jpg') center top no-repeat;
	padding: 0;
	margin: 0 auto;
	height: 600px;
}
.HmBannerHolderB {
    display:none;
	position: absolute;
    top:0;
	clear: both;
	width: 100%;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	border: 0px solid red;	
	background: url('images/bg-home-repeat-02.jpg') center top repeat-x;
}
.HmBannerHolderB .HmBanner {
	background: url('images/bg-home-02a.jpg') center top no-repeat;
	padding: 0;
	margin: 0 auto;
	height: 600px;
}
.HmBannerHolderC {
    display:none;
	position: absolute;
    top:0;
	clear: both;
	width: 100%;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	border: 0px solid red;	
	background: url('images/bg-home-repeat-03.jpg') center top repeat-x;
}
.HmBannerHolderC .HmBanner {
	background: url('images/bg-home-03.jpg') center top no-repeat;
	padding: 0;
	margin: 0 auto;
	height: 600px;
}
.HmBanner .Content {
	height: 330px;
	width: 960px;
	margin: 0 auto;
}
.HmBanner .Content h1 {
	float: left;
	text-align: left;
	width: 600px;
	margin: 0;
	padding: 150px 0 0px 0;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-size: 2.8em;
	line-height: 110%;
	text-transform: none;
	font-weight: normal;
	color: #ffffff;
}
.HmBanner .Content h1 a {
	color: #ffffff;
	text-decoration: none;
}
.HmBanner .Content h1 a:hover {
	color: #0b571b;
	text-decoration: none;
}
.HmBanner .Content h1 span {
	color: #0b571b;
}
.HmBanner .Content a {
	float: left;
	text-align: left;
	width: 600px;
	margin: 0;
	padding: 150px 0 20px 0;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-size: 2.5em;
	line-height: 110%;
	text-transform: none;
	font-weight: normal;
	color: #ffffff;
}
.HmBanner .Content a {
	margin: 0;
	padding: 15px 0 0 0;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 110%;
	text-transform: none;
	font-weight: normal;
	color: #0b571b;
	text-decoration: none;
}
.HmBanner .Content a:hover {
	color: #0b571b;
	text-decoration: underline;
}
/* tabs (those little circles below slides) */
.slidetabs {
	position: relative;
	width: 64px;
	height: 20px;
	display: block;
	padding: 0;
	margin: 340px auto 0 auto;
}

/* single tab */
.slidetabs a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url('images/navigator.png') 0 0 no-repeat;
    display:block;
    font-size:1px;
}

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -8px;
}

/* active state (current page state) */
.slidetabs a.current {
    background-position:0 -16px;
}


/* HOME PAGE CONTENT AREA STYLES */
.HmHolder {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin: 0px auto 0 auto;
	padding: 0;
	border: 0px solid red;	
}
.HmContent {
	text-align: left;
	clear: both;
	margin: 0px auto 0 auto;
	padding: 30px 30px;
	height: auto;
	min-height: 500px;
	width: 960px;
	color: #484f53;	
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	background-color: #fff;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border: 0px solid red;
}

.HmContent p {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #484f53;
	font-size: 1.25em !important;
	line-height: 1.6em;
}
.HmContent h1 { 
	font-size: 2.4em;
	color: #0b571b;
	font-family: "pnovalight", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}
.HmContent h1 strong { 
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
}
.HmContent h2 { 
	font-size: 2.4em;
	color: #24a9e1;
	font-family: "pnovalight", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
.HmContent h3 { 
	font-size: 1.7em;
	color: #24a9e1;
	font-family: "pnovalight", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.HmContent h4 { 
	font-size: 1.4em;
	color: #24a9e1;
	font-family: "pnovalight", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.HmContent hr {
  background-color: #ccd2d7;
  border: 0;
  height: 1px;
  margin: 30px 0 0 0;
}




/* Home Column Layouts */
.one-half, 
.one-third, 
.two-thirds,
.one-fourth, 
.three-fourths { 	
	float: left; 
	margin: 30px 50px 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
}
.one-half {
	width: 48%; 
}
.one-third { 
	width: 29%;
}
.two-thirds { 
	width: 65.32%;
}
.one-fourth { 
	width: 211px; 
	border: 0px solid red;
}
.three-fourths { 
	width: 693px; 
	color: #3a3c3e;
	border: 0px solid red;
}
.last { 
	margin-right: 0 !important; 
}
.one-half br, 
.one-third br, 
.two-thirds br,
.one-fourth br, 
.one-fourth-last br, 
.three-fourths br { 	
	display: none !important;
}
.hm-columns .frame-small {
	padding: 4px 0 20px 0;
	margin: 0px;
}
.hm-columns h2  { 
	font-size: 1.9em;
	color: #24a9e1;
	font-family: "pnovalight", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.0em;
	margin: 30px 0 0 0;
	padding: 0 0 6px 0;
	text-align: left;
}
.hm-columns h2 a, .one-third h3 a { 
	color: #24a9e1;
	text-decoration: none;
}
.hm-columns h2 a:hover, .one-third h3 a:hover { 
	color: #004b7e;
	text-decoration: none;
}
.hm-columns p {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #484f53;
	font-size: 1.05em !important;
	line-height: 1.6em;
}
.hm-columns a { 
	display: block;
	padding: 10px 0 6px 0;
	color: #24a9e1;
	text-decoration: none;
}
.hm-columns a:hover { 
	color: #004b7e;
	text-decoration: none;
}

.hm-columns ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}
.hm-columns li {
	font-size: 1.05em !important;
	line-height: 1.6em;
	padding: 0px 0 16px 0;
	margin: 0px;
	text-decoration: none;
	list-style: none;
}
.hm-columns li a {
	margin: 0px;
	padding: 0px;
	color: #24a9e1;
	text-decoration: none;
}
.hm-columns li a:hover {
	color: #004b7e;
	text-decoration: none;
}
.HmContent .widget_recent_entries h2.widgettitle {
	display: none;
}
.hm-columns .wpb_content_element {
  margin-bottom: 0px;
}







/****************************/
/* SUBPAGE CONTENT ELEMENTS */
/****************************/
.SubPgBannerHolder {
	clear: both;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0 auto;
	background: url('images/bnr-products-repeat.jpg') center top repeat-x;
}
.SubPgBannerHolder .Banner {
	padding: 0;
	margin: 0 auto;
	height: 500px;
	background: url('images/bnr-technology.jpg') center top no-repeat;
}
.Blank .Banner {
	background: none !important;
}
.Company {
	background: url('images/bnr-products-repeat.jpg') center top repeat-x !important;
}
.Company .Banner {
	background:  url('images/bnr-company.jpg') center top no-repeat !important;
}
.Technology {
	background: url('images/bnr-products-repeat.jpg') center top repeat-x !important;
}
.Technology .Banner {
	background: url('images/bnr-technology.jpg') center top no-repeat !important;
}
.Products {
	background: url('images/bnr-products-repeat.jpg') center top repeat-x !important;
}
.Products .Banner {
	background: url('images/bnr-products.jpg') center top no-repeat !important;
}
.News {
	background: url('images/bnr-products-repeat.jpg') center top repeat-x !important;
}
.News .Banner {
	background:  url('images/bnr-news.jpg') center top no-repeat !important;
}
.Contact {
	background: url('images/bnr-products-repeat.jpg') center top repeat-x !important;
}
.Contact .Banner {
	background: url('images/bnr-contact.jpg') center top no-repeat !important;
}


.SubPgBannerHolder .Banner .Content {
	height: 232px;
	width: 960px;
	margin: 0 auto;
}
.SubPgBannerHolder .Banner .Content h1 {
	float: left;
	text-align: left;
	width: 600px;
	margin: 0;
	padding: 95px 0 20px 0;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-size: 2.5em;
	line-height: 110%;
	text-transform: none;
	font-weight: normal;
	color: #ffffff;
}
.SubPgBannerHolder .Banner .Content h1 a {
	color: #ffffff;
	text-decoration: none;
}
.SubPgBannerHolder .Banner .Content h1 a:hover {
	color: #0b571b;
	text-decoration: none;
}
.SubPgBannerHolder .Banner .Content h1 span.green {
	color: #0b571b;
}

/*  Left-Main Content Column  */
.SubPgHolder {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0px solid red;	
}
.SubPgContent {
	text-align: left;
	clear: both;
	margin: -280px auto 0 auto;
	padding: 30px 30px;
	height: auto;
	min-height: 500px;
	width: 960px;
	color: #484f53;	
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	background-color: #fff;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border: 0px solid red;
}
.SubPgContent .Col01 {
	float: left;
	width: 635px;
	text-align: left;
	margin: 0 50px 0 0;
	padding: 0;
	color: #484f53;
	font-size: 1.05em !important;
	line-height: 1.7em;
}
.SubPgContent .Col00 {
	float: left;
	width: 960px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #484f53;
	font-size: 1.05em !important;
	line-height: 1.7em;
}
.SubPgContent p {
	text-align: left;
	color: #484f53;
	font-size: 1.05em !important;
	line-height: 1.7em;
}

.SubPgContent h1 { 
	font-size: 2.4em;
	color: #3a8200;
	font-family: "pnovalight", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 10px 0;
}
.SubPgContent h2 { 
	font-size: 1.5em;
	color: #3a8200;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0 0;
}
.SubPgContent h3 { 
	font-size: 1.3em;
	color: #3a8200;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 10px 0 0 0;
}
.SubPgContent h4 { 
	font-size: 1.1em;
	color: #3a8200;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 10px 0 0 0;
}
.SubPgContent h5 { 
	font-size: 0.9em;
	color: #3a8200;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 10px 0 0 0;
}
.SubPgContent hr {
  background-color: #ccd2d7;
  border: 0;
  height: 1px;
  margin: 30px 0 0 0;
}



.SubPgHolder img.alignright {
	clear: right;
	float: right;
	padding: 0;
	margin: 5px 0 20px 30px;
	border: 0px solid red;
}
.SubPgHolder img.alignleft {
	clear: left;
	float: left;
	display: block;
	padding: 0;
	margin: 5px 30px 20px 0;
	border: 0px solid red;
}

.SubPgContent .Col00 .ContactMap {
	clear: right;
	float: right;
	margin: 0;
	padding: 5px 0 0 20px;
	border: 0px solid red;
}

.SubPgContent ul {
	margin: -10px 0px 0px 14px; 
	padding: 0px 0px 10px 14px;
	border: 0px solid red;
}

.SubPgContent ol {
	margin: -10px 0px 0px 14px; 
	padding: 0px 0px 10px 14px;
	border: 0px solid red;
}

.SubPgContent ul li {
	margin: 5px 0 5px 0px;
	padding: 0 0 5px 0px;
	list-style: disc;
	list-style-position: outside;
	font-weight: normal;
}
.page-id-201 .SubPgContent ul.imageleft, .page-id-203 .SubPgContent ul.imageleft, .page-id-205 .SubPgContent ul.imageleft {
	margin-top: -20px !important;
}
.page-id-201 .SubPgContent ul.imageleft li, .page-id-203 .SubPgContent ul.imageleft li, .page-id-205 .SubPgContent ul.imageleft li {
	list-style-position: inside !important;
}
.page-id-201 .SubPgContent img.alignleft, .page-id-203 .SubPgContent img.alignleft, .page-id-205 .SubPgContent img.alignleft {
	margin-bottom: 100px !important; 
}
.SubPgContent ul li ul {
	margin: 5px 0px 0px 14px; 
	padding: 0px 0px 5px 14px;
	border: 0px solid red;
}
.SubPgContent ul li ul li {
	margin: 0px 0 5px 0px;
	padding: 0 0 5px 0px;
	list-style: disc;
	list-style-position: outside;
	font-weight: normal;
}
.SubPgContent ol li ol {
	margin: 5px 0px 0px 14px; 
	padding: 0px 0px 5px 14px;
	border: 0px solid red;
}
.SubPgContent ol li ol li {
	margin: 0px 0 5px 0px;
	padding: 0 0 5px 0px;
	list-style: lower-alpha;
	list-style-position: outside;
	font-weight: normal;
}
.SubPgContent ol li ul li {
	margin: 0px 0 5px 0px;
	padding: 0 0 5px 0px;
	list-style: disc;
	list-style-position: outside;
	font-weight: normal;
}
.SubPgContent .CoverageTable {
	padding:  0;
	margin: 0;
	border: 0px;
	width: 100%;
}
.SubPgContent .CoverageTable .logo {
	padding: 0 30px 0 0;
	margin: 0;
	border: 0px;
	width: 30%;
	vertical-align: top;
}
.SubPgContent .CoverageTable .txt {
	padding: 0 0 20px 0;
	margin: 0;
	border: 0px;
	width: 65%;
	vertical-align: top;
}
.SubPgContent b.mgmt_name, .SubPgContent strong.name_title { 
	font-size: 1.05em;
	color: #3a8200;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0;
	padding: 0 0 10px 0;
} 
.SubPgContent b.mgmt_title, .SubPgContent strong.mgmt_title { 
	font-size: 1.05em;
	color: #484f53;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	display: block;
} 




/*  Blog Page Content Layout Elements  */
.Col01 .post {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
.Col01 .post .meta, .Col01 .singlepost .meta {
	padding: 0 0 0 0;
	margin: 0px 0 5px 0;
	color: #252525;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 0.0px;
	line-height: 20pt;
	text-decoration: none;
	border: 0px solid red;
}
.BlogPostDate {
	padding: 0 0 0 0;
	margin: 10px 0 -10px 0;
	color: #252525;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 16pt;
	text-decoration: none;
	border: 0px solid red;
}
.Col01 .post h2, .Col01 .singlepost h2 {
	font-size: 1.1em !important;
	color: #3a8200;
	font-weight: normal !important;
	text-transform: none;
	line-height: 1.4em;
	margin: 0;
	padding: 20px 0 0px 0;
}
.Col01 .post h2 a, .Col01 .singlepost h2 a {
	font-size: 1.1em !important;
	color: #3a8200;
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	margin: 0;
	padding: 20px 0 0px 0;
}
.Col01 .post h2 a:hover, .Col01 .singlepost h2 a:hover {
	color: #3a8200;
	text-decoration: underline;
}
.Col01 .post h3, .Col01 .singlepost h3 {
	font-size: 1.0em;
	color: #3a8200;
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	margin: 0;
	padding: 20px 0 0px 0;
}
.Col01 .singlepost textarea#comment {
	width: 600px;
	margin: 0;
}
.SubPgContent .NewsWidget ul {
  float: left;
  width: 243px;
  margin: 0;
  padding: 0px 0 10px 0;
  list-style: none;
}
.SubPgContent .NewsWidget ul li {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  font-weight: normal;
}

.Col01 hr, .SubPgContent .Col00 hr {
	margin: 40px 0 40px 0;
	padding: 0px;
	color: #d3d3d3;
	background-color: #d3d3d3;
	border: 0px;
	height: 1px;
}


.awards {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px;	
}
.awards td.awardlogo {
	width: 30%;
	margin: 0;
	padding: 0 0 80px 0;
	border: 0px;
	text-align: center;
	vertical-align: top;
}
.awards td.awardtext {
	width: 70%;
	margin: 0;
	padding: 0 0 0 40px;
	border: 0px;
	text-align: left;	
	vertical-align: top;
}


.BtnCTA {
font-family: 'pnovalight', Helvetica, Arial, sans-serif;
font-size: 1.15em;
padding: 12px 24px 10px 24px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 0 none;
color: #fff;
display: inline-block;
line-height: 1;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
margin: 0 0 21px 0;
line-height: 1;
letter-spacing: 0.5px;
background: #24a9e1;
-webkit-transition: background 0.18s ease;
-moz-transition: background 0.18s ease;
-o-transition: background 0.18s ease;
transition: background 0.18s ease;
}
.BtnCTA:hover  {
color: #fff;
background: #004776;
text-decoration: none;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
}


.calloutbox {
	padding: 20px 25px;
	padding: 1.214285714rem 1.714285714rem;
	margin: 10px 0 25px 25px;
	margin: 1.0rem 0 1.0rem 1.714285714rem;
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 1.714285714;
	font-weight: normal;
	color: #444;
	background-color: #eeeeee;
	float: right;
	width: 30%;
	border: 1px solid #dddddd;
	box-shadow: inset 0 1px 80px #e7e7e7;
	clear: both;
}
.calloutbox_large {
	padding: 20px 25px;
	padding: 1.214285714rem 1.714285714rem;
	margin: 15px 0 15px 25px;
	margin: 1.5rem 0 1.5rem 1.714285714rem;
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 1.714285714;
	font-weight: normal;
	color: #444;
	background-color: #eeeeee;
	float: right;
	width: 50%;
	border: 1px solid #dddddd;
	box-shadow: inset 0 1px 80px #e7e7e7;
	clear: both;
}
.calloutbox_quote {
	padding: 20px 25px;
	padding: 1.214285714rem 1.714285714rem;
	margin: 30px 0 30x 0;
	margin: 3.0rem 0 3.0rem 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-size: 0.95rem;
	line-height: 1.8;
	font-weight: normal;
	color: #5e676e;
	float: right;
	width: auto;
	background: #fff;
	border-top: 4px solid #e3e3e3;
	border-bottom: 4px solid #e3e3e3;
	clear: both;
}
.calloutbox_650 {
	padding: 20px 25px;
	padding: 1.214285714rem 1.714285714rem;
	margin: 10px 0 25px 0;
	margin: 1.0 0 1.0rem 0;
	font-size: 14px;
	font-size: 1.0rem;
	line-height: 1.714285714;
	font-weight: normal;
	color: #444;
	background-color: #eeeeee;
	float: right;
	width: 600px;
	border: 1px solid #dddddd;
	box-shadow: inset 0 1px 80px #e7e7e7;
	clear: both;
}
.calloutbox a, .calloutbox_large a, .calloutbox_full a {
	padding: 5px 0px;
	padding: 0.414285714rem 0;
	color: #25b6ea;
	text-decoration: none;
}
.calloutbox a:hover, .calloutbox_large a:hover, .calloutbox_full a:hover {
	color: #25b6ea;
	text-decoration: underline;
}








/**************************/
/*  Sidebar-Right Column  */
/**************************/
.SubPgHolder .Col02 {
	float: right;
	text-align: left;
	width: 275px;
	overflow: hidden;
	margin: 28px 0 0 0;
	padding: 0;
	border: 0px solid #c4d7e5;
}

.Col02 .SubNav {
	float: left;
	text-align: left;
	width: 233px;
	overflow: hidden;
	margin: 0 0 40px 0;
	padding: 20px 20px 0px 20px;
	background: #ecedee;
	border: 1px solid #dadddf;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Col02 .SubNav h2 { 
	font-size: 1.1em;
	color: #3e8b00;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.0em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}
.Col02 .SubNav h2 a { 
	color: #3e8b00;
	text-decoration: none;
}
.Col02 .SubNav ul {
	float: left;
	width: 243px;
	margin: 0;
	padding: 0px 0 10px 0;	
	list-style: none;
	border: 0px solid red;
}
.Col02 .SubNav ul li {
	font-size: 1.0em !important;
	color: #2f3234;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	margin: 0;
	padding: 5px 0 5px 0;	
	list-style: none;
}
.Col02 .SubNav ul li a {
	color: #2f3234;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.Col02 .SubNav ul  li a:hover {
	color: #3e8b00;
	text-decoration: none;
}
.Col02 .SubNav ul li.current_page_item a, .Col02 .SubNav ul li.current_page_parent a {
	color: #3e8b00;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	text-decoration: none;
}
.Col02 .SubNav p {
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;	
	list-style: none;
	border: 0px solid red;
}

.Col02 .SubNav ul li ul {
	float: left;
	width: 243px;
	margin: 0;
	padding: 0px 0 5px 10px;	
	list-style: none;
	border: 0px solid red;
}
.Col02 .SubNav ul li ul li {
	font-size: 1.0em !important;
	color: #2f3234;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	margin: 0;
	padding: 5px 0 5px 0;	
	list-style: none;
}
.Col02 .SubNav ul li ul li a:before { 
content:"- ";
}


/* CTA Widget Box */
.Col02 .CTA {
	float: left;
	text-align: left;
	width: 275px;
	font-size: 13pt;
	color: #b32017;
	font-family: "AltaMed", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 16pt;
	margin: 15px 0 15px 0;
	padding: 0;
	border: 0px solid #d9e0e3;	
}
.Col02 .CTA a { 
	display: block;
	font-size: 13pt;
	color: #b32017;
	font-family: "AltaMed", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12pt;
	text-align: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.Col02 .CTA a:hover { 
	color: #b32017;
	text-decoration: none;	
}
.Col02 .CTA .TxtBlk { 
	font-size: 13pt;
	color: #000000;
	font-family: "AltaMed", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12pt;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0px solid red;	
}
.Col02 .CTA .TxtBlk a { 
	font-size: 13pt;
	color: #000000;
	font-family: "AltaMed", Arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12pt;
	text-align: left;
	border: 0px solid red;	
}
.Col02 .CTA .TxtBlk a:hover { 
	color: #000000;
	text-decoration: none;	
}
.Col02 .CTA .CTA01 {
	text-align: left;
	width: 230px;
	height: 40px;
	margin: 0;
	padding: 0 0 10px 30px;
	border: 0px solid red;
	background: url(images/icon-cta01.gif) no-repeat 0px 1px;
}
.Col02 .CTA .CTA02 {
	text-align: left;
	width: 230px;
	height: 40px;
	margin: 0;
	padding: 0 0 10px 30px;
	border: 0px solid red;	
	background: url(images/icon-cta02.gif) no-repeat 0px 1px;
}
.Col02 .CTA .CTA03 {
	text-align: left;
	width: 230px;
	height: 40px;
	margin: 0;
	padding: 0 0 10px 30px;
	border: 0px solid red;	
	background: url(images/icon-cta03.gif) no-repeat 0px 1px;
}




/* Define generic widgets sidebar */
.Col02 .NewsWidget {
	float: left;
	text-align: left;
	width: 233px;
	overflow: hidden;
	margin: 0 0 40px 0;
	padding: 20px 20px 0px 20px;
	background: #fbfcfc;
	border: 1px solid #eeeff0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Col02 .NewsWidget h2 { 
	font-size: 1.1em;
	color: #3e8b00;
	font-family: "pnovasemibold", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.0em;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}



.Col02 .SubNav .Txt ul.widgetarea {
	margin: 0;
	padding: 0;	
	list-style: none;
	border: 0px solid red;
}
.Col02 .SubNav .Txt ul.widgetarea li {
	margin: 0;
	padding: 0;	
	list-style: none;
}











/* FOOOTER STYLES */
.FtrHolder {
	clear: both;
	width: 100%;
    height: auto;
	padding: 30px 0 30px 0;
	margin: 0 auto;
	color: #ffffff;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
  	background: #242a2f;
	border: 0px solid #1d2429;
}
.FtrHolder .Spacer {
	width: 960px;
	min-height: 120px;
	padding: 30px 0 10px 0;
	margin: 0 auto;
	border: 0px solid red;
}
.FtrHolder a, .FtrHolder a:visited {
	color: #ffffff;
	text-decoration:none;
}
.FtrHolder a:hover {
	color: #b6babc;
	text-decoration:underline;
}

/* 5 Column Layouts */
.one-fifth { 	
	float: left; 
	margin: 0 20px 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	color: #ffffff;
	font-size: 0.85em;
	line-height: 1.7em;
	border: 0px solid red;
}
.address {  
	width: 20% !important; 
} 
.socialmedia { 
	width: 13% !important; 
} 
.socialmedia a { 
	float: left;
	padding: 0px;
	margin: 5px 5px 0 0;
	width: 24px;
	height: 24px;
	text-indent: -99999px;
}  
.socialmedia a.twitter { 
	background: url(images/btn-socialmedia.png) no-repeat 0px 0px;
}  
.socialmedia a.facebook { 
	background: url(images/btn-socialmedia.png) no-repeat -30px 0px;
}  
.socialmedia a.linkedin { 
	background: url(images/btn-socialmedia.png) no-repeat -60px 0px;
}  
.socialmedia a.youtube { 
	background: url(images/btn-socialmedia.png) no-repeat -90px 0px;
} 
.socialmedia a:hover.twitter { 
	background: url(images/btn-socialmedia.png) no-repeat 0px -24px;
}  
.socialmedia a:hover.facebook { 
	background: url(images/btn-socialmedia.png) no-repeat -30px -24px;
}  
.socialmedia a:hover.linkedin { 
	background: url(images/btn-socialmedia.png) no-repeat -60px -24px;
}  
.socialmedia a:hover.youtube { 
	background: url(images/btn-socialmedia.png) no-repeat -90px -24px;
} 
.linknav { 
	float: right !important;
	width: 16% !important; 
} 
.FooterNav {
	padding: 0px;
	margin: 0px;
}

.FooterNav ul#menu-footer {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.FooterNav ul#menu-footer li#menu-item-23,
.FooterNav ul#menu-footer li#menu-item-24,
.FooterNav ul#menu-footer li#menu-item-25,
.FooterNav ul#menu-footer li#menu-item-26 {
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0 0 0 35px;
}
.FooterNav ul#menu-footer li a {
	font-size: 1.0em;
	color: #ffffff;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}

.FooterNav ul#menu-footer li a:hover {
	color: #b6babc;
	text-decoration:underline;
}
.FooterNav ul#menu-footer li ul.sub-menu {
	text-align: left;
	padding: 0px;
	margin: 0 0 0 0px;
}
.FooterNav ul#menu-footer li ul.sub-menu li {
	text-align: left;
	padding: 0px;
	margin: 0;
}
.FooterNav ul#menu-footer li li a {
	font-size: 0.85em;
	color: #ffffff;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}

.FooterNav ul#menu-footer li li a:hover {
	color: #b6babc;
	text-decoration:underline;
}

.one-fifth h3  { 
	font-size: 1.4em;
	color: #ffffff;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
	text-align: left;
}
.one-fifth h3 a { 
	color: #ffffff;
	text-decoration: none;
}
.one-fifth h3 a:hover { 
	color: #b6babc;
	text-decoration: none;
}
.one-fifth h4  { 
	font-size: 1.15em;
	color: #ffffff;
	font-family: "pnovaregular", Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
}
.one-fifth p {
	color: #ffffff;
	font-size: 0.8em !important;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0px;
	text-align: left;
	border: 0px solid red;
}
.one-fifth a { 
	color: #ffffff;
}
.one-fifth a:hover { 
	color: #b6babc;
	text-decoration: none;
}

.one-fifth ul.links {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;	
	list-style: none;
	border: 0px solid red;
}
.one-fifth ul.links li {
	font-size: 1.0em !important;
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0;	
	list-style: none;
}
.one-fifth ul.links li a {
	font-size: 1.0em !important;
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0;	
	list-style: none;
}
.one-fifth ul.links li a:hover {
	color: #b6babc;
	text-decoration: none;
}
.FtrHolder .address img {
	margin: 0 0 10px 0;
	padding: 0;	
	border: 0px;
}
.FtrHolder .media img {
	margin: 0 5px 0 5px;
	padding: 0;	
	border: 0px;
}
.FtrHolder .copyright {
	text-align: left;
	clear: both;
	width: 100%;
	padding: 50px 0 0px 0;
	margin: 0;
	font-size: 0.85em !important;
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
	line-height: 1.6em;
	border: 0px solid red;
}













.clear {
	clear: both;
}

.ClearSpacer {
	width: 10px;
	clear: both;
	border: 0px solid red;
}










/************************************************************************/
/*                           CONTACT FORM                               */
/************************************************************************/

/*  CONTACT  */

.contact-form {
text-align: left;
padding: 0;
width: 600px;
}
.contact-form .requiredInstructions {
font-family: 'pnovaregular', Helvetica, Arial, sans-serif;
font-size: 0.85em !important;
}
.contact-form .smallInstructions {
font-family: 'pnovaregular', Helvetica, Arial, sans-serif;
font-size: 0.85em !important;
line-height: 1.3em;
display: block;
}
.contact-form label.control-label {
width: 35%;
float: left;
padding-left: 0;
font-family: 'pnovasemibold', Helvetica, Arial, sans-serif;
font-size: 0.95em;
}
.input-wrap {
width: 65%;
float: left;
}

.contact-form input[type="text"].form-control {
font-family: 'pnovaregular', Helvetica, Arial, sans-serif;
font-size: 0.95em;
border: 1px solid #e5e5e5;
padding: 6px 4px;
outline: none;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
color: #888;
margin: 0;
width: 90%;
max-width: 100%;
min-height: 21px;
display: block;
margin-bottom: 20px;
background: #fdfdfd;
}
.contact-form select.form-control {
font-family: 'pnovaregular', Helvetica, Arial, sans-serif;
font-size: 0.95em;
width: 92%;
border: 1px solid #e5e5e5;
padding: 6px 4px;
outline: none;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
color: #888;
margin: 0;
max-width: 100%;
height: 35px;
display: block;
margin-bottom: 20px;
background: #fdfdfd;
}
.contact-form input[type="file"].form-control {
padding: 6px 4px 6px 0px;
outline: none;
margin: 0;
display: block;
margin-bottom: 20px;
}
.contact-form .input-wrap img {
padding: 6px 4px 6px 0px;
margin: 0;
display: block;
margin-bottom: 5px;
}
.contact-form textarea.form-control {
font-family: 'pnovaregular', Helvetica, Arial, sans-serif;
font-size: 0.95em;
min-height: 60px;
width: 90%;
border: 1px solid #e5e5e5;
padding: 6px 4px;
outline: none;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
color: #888;
margin: 0;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fdfdfd;
}
.contact-form input.optin {
width: 5%;
float: left;
}
.contact-form label.optin-label {
width: 85%;
float: left;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 10px;
font-family: 'pnovasemibold', Helvetica, Arial, sans-serif;
font-size: 0.95em;
margin-bottom: 30px;
}
.contact-form .btn {
font-family: 'pnovasemibold', Helvetica, Arial, sans-serif;
font-size: 1.15em;
padding: 12px 24px 10px 24px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 0 none;
color: #fff;
display: inline-block;
line-height: 1;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
margin: 0 0 21px 0;
line-height: 1;
letter-spacing: 0.5px;
background: #24a9e1;
-webkit-transition: background 0.18s ease;
-moz-transition: background 0.18s ease;
-o-transition: background 0.18s ease;
transition: background 0.18s ease;
}
.contact-form .btn:hover  {
background: #004776;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
}