/************* Reset Styles **************/
p {
    font-size: 12px;
}
/*** removes borders around IMG ***/
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: none;
	padding-top: 1px;
	padding-right:0;
    padding-bottom: 0;
	padding-left: 0;
}
/** fixes bullets to circles **/
ul {
	list-style: disc outside none;
	font-size: 12px;
	letter-spacing: -.2px;
}
ul, ol, li {
	font-size: 12px;
	letter-spacing: -0.2px;
}

/************* Reset Styles **************/
/************* Color Scheme
Menu Colors
Background
	Menu:Hover Light Blue #5495c9
	2nd Level:Hover Dark Blue #015fa9
Current Page Background:
	Gradient Start: Light Blue #5495c9
	Gradient End: Dark Blue #015fa9
Text Display
Normal: Grey Text: #808083
Hover: White #FFF
2nd Level Normal Text: White #fff
2nd Level Hover: Bright Yellow #e4db1f

Mustard sidebar a:current, hover #b3b024 
 *********/
/********/
/*******/
/******/
/*****/
/****/
/***/
/************* Begin Custom Styling of TwentyEleven Styles **************/
/******For Dummies: Styles are only overwritten when newer styles exist, ex. If class has margin-top, but you don't write a new margin-top, the margin-top style will remain ***********/

body {
    background: none repeat scroll 0 0 #fff;
}
#page {
	margin: 0em auto;
	width: 960px;
}
#main #content {
    width: 560px;
}
a {
	color:#005EA9;
}
a:focus,
a:active,
a:hover {
	color:#B3B024;
}
.by-author, .comments-link, .sep {
	display:none;
}
.search .page .entry-title, .search .page .entry-header .entry-meta {
	display:block;
}
/******** THESE STYLES ARE RESPONSIVE TO DISPLAY SIZES SO I USUALLY JUST MAKE THEM THE SAME, like handhelds and tablets *********/
/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0;
		width: 560px;
	}
}

/* =Header
----------------------------------------------- */

#site-title {
	margin-right: 0px;
	padding: 3em 0 0;
	width: 240px;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	background-image: url('images/dpc-data-logo.png');
	background-repeat:no-repeat;
	background-position: left top;
	width:232px;
	height:60px;
	display: block;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	display: none;
}
#branding hgroup {margin-bottom: 36px;margin-left: 0px;}

#FSContact1 {
    left: 698px;
    position: absolute;
    top: 24px;
}
#si_contact_form1 {
	margin-left:12px;
	margin-top: 18px;
}
#si_contact_email1 {
    float: right;
    height: 1.65em;
    left: 54px;
	margin-left: -12px;
    margin-top: 1px;
    position: absolute;
    width: 220px;
	border: none;
	background: #dfdfe0;
	background-image:url(images/email-back-text.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
    font-weight: bold;
}
#si_contact_email1:focus {
	background-image:none;
}

#fsc-submit-1 {
	width: 28px;
	height: 22px;
	background: grey;
	margin-left: 2px;
	margin-top: 0.055em;
	border: none;
	background-image:url("images/dpc-data-for-slicing_08.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	text-indent: -1000em; 
}

#branding #searchsubmit {
    display: block;
	position: absolute;
	z-index:10000;
	top:0px;
	left:0px;
	width:28px;
	height:22px;
	text-indent:10000px;
    	background-image: url("images/dpc-data-for-slicing_05.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	cursor:pointer;
}

#branding #searchform {
    position: absolute;
    right: 0%;
    text-align: right;
    top: 2.95em;
}
input#s {
	border-radius: 0px 0px 0px 0px;
	border:none;
    font-size: 11px;
	font-weight: bold;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
	background-color:#dfdfe0;
	text-align:left;
}
#branding #s {
    background-image: url("images/search-back-text.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 210px;
	height: 14px;
/**
	background-image: url('images/dpc-data-logo.png');
background-position: right top;
background-repeat: no-repeat;
**/
}
#branding #s:focus {
	background-color: #dfdfe0;
	width: 210px;
	background-image:none;
}
input[type=text],
input[type=password],
textarea {
}

input[type="text"], input[type="password"], textarea {
    border: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset;
    color: #808083;
}
.slideshow {
	float:left;
	width:958px;
	height:434px;
}
.straight-rule-grey {
	width: 960px;
	height: 1px;
	background: #C2C2C2;
	float:left;
	margin-top: -3px;
}
/*
.my-home .current_page_item > a {
	margin-top:-10px;
	color: #fff;
}.menu-item-78
*/


/**** Main ****/
#main {
    clear: both;
    padding: 0 0 0;
}
/*** Content ***/
.left-sidebar #content {
    margin: 0;
    width: 100%;
}
/************* End Custom Styling of TwentyEleven Styles **************/
.bottom-border {
	width:960px;
	height: 2px;
	background-color:#015fa9;
	float: left;
	margin-top: 2px;
}
/************* Three Menu's Styles **************/
/******Includes Header, footer styles ***********/
#site-description {
    margin: 0 270px 2.65625em 0;
}
#top-menu div,
#footer-menu div {
	margin: 0 7.6%;
}
#top-menu {
	clear: both;
	display: block;
	float: right;
	margin: 6px auto;
	width: 100%;
}
#menu-container {
	display: block;
	width: 100%;	
    position: relative;
    z-index: 2;
}
#footer-menu {
	display: block;
	width: 100%;
	margin: 6px auto;
	z-index:999;
	position:relative;
	text-align:center;
}
#top-menu ul,
#footer-menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#top-menu li {
	float: right;
	position: relative;
}
#top-menu li {
	border-left: solid 1px #ccc;
}
#footer-menu ul{
	display:inline-block;
}
#footer-menu li {
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
#footer-menu li {
	border-right: solid 1px #ccc;
}
#top-menu a,
#footer-menu a {
	display: block;
	line-height: 1.4em;
	padding: 0 0.75em;
	text-decoration: none;
}
#top-menu ul ul,
#footer-menu ul ul {
	display: none;
	float: right;
	margin: 0;
	position: absolute;
	top: 1.4em;
	left: 0;
	width: 150px;
	z-index: 99999;
}
#top-menu ul ul ul,
#footer-menu ul ul ul {
	left: 100%;
	top: 0;
}
#top-menu ul ul a,
#footer-menu ul lu a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#top-menu li:hover > a,
#top-menu ul ul :hover > a,
#top-menu a:focus {
	color: #373737;
}
#top-menu ul li:hover > ul {
	display: block;
}
#top-menu .current_page_item > a,
#top-menu .current-menu-item > a,
#top-menu .current_page_ancestor > a {
	color: #373737;
}
#footer-menu li:hover > a,
#footer-menu ul ul :hover > a,
#footer-menu a:focus {
	color: #373737;
}
#footer-menu ul li:hover > ul {
	display: block;
}
#footer-menu .current_page_item > a,
#footer-menu .current-menu-item > a,
#footer-menu .current_page_ancestor > a {
	color: #373737;
}
#footer-menu .last-menu {
	border:none;
}
/******* Style thumbnail/featured image *******/
.attachment-twentyeleven-thumbnail-feature { 
    float:left; 
    margin:7px 7px 0 0; 
    border:5px solid #dedede; 
    background:#f0f0f0; 
    padding:2px; 
}

#branding {
    border-top: none;
    padding-bottom: 10px;
    position: relative;
    z-index: 8999;
}
/*** Footer Background blends ***/
#supplementary {
	background: -moz-linear-gradient(#B3B2B2, #fff);
	background: -o-linear-gradient(#B3B2B2, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B3B2B2), to(#fff));
	background: -webkit-linear-gradient(#B3B2B2, #fff);
}
/*** Site Generator Styles used for bottom footer ***/
#site-generator {
	background: #fff;
	border-top: 1px solid #5495c9;
	color: #999;
	font-size: 12px;
	line-height: normal;
	padding: 0;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}
#site-generator p {
	padding: 0;
	margin: 0;
}
#site-generator a {
	color: #999;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#site-generator .sep {
	background: none;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}
.toc {
	float:left;
}
/*** Social Media ***/
.socialize {
	float: left;
	width: 75px;
	height: 15px;
	position: relative;
}
a.linkedin {
    background-image: url("images/social-icons.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    height: 21px;
    left: 927px;
    position: absolute;
    top: -29px;
    width: 22px;
}
a.twitter {
    background-image: url("images/twitter.gif");
    background-position: right top;
    background-repeat: no-repeat;
    height: 21px;
    left: 902px;
    position: absolute;
    top: -29px;
    width: 22px;
}

/*** Styles for Custom Area on Homepage ***/
.custom-area {
	float: left;
/*******
	background: -moz-linear-gradient(#C8C8C8, #fff);
	background: -o-linear-gradient(#C8C8C8, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C8C8C8), to(#fff));
	background: -webkit-linear-gradient(#C8C8C8, #fff);
********/
	padding-top: 25px;
	padding-bottom: 25px;

background: #c8c8c8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c8c8c8 1%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c8c8c8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c8c8c8 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c8c8c8 1%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c8c8c8 1%,#ffffff 100%); /* IE10+ */
background: linear-gradient(top,  #c8c8c8 1%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.my-col {
	width: 100%;
	height: 50%;
	float: left;
	padding: 25px  0 0 0;
}
.my-col-no-b {
	width: 100%;
	height: 50%;
	float: left;
	padding: 0 32px 16px 32px;
}
.my-feed {
	float: left;
	background: #fff;
	width: 237px;
	padding: 25px 0 15px 0; 
}
.my-col-h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13.73px;
	font-weight: bold;
	color: #000;
	line-height: 14.5px;
	padding: 25px 0 5px 0;
}
.my-col-p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 14.5px;
}
.my-col-h2-news {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #015fa9;
	line-height: 16px;
	text-transform: uppercase;
	padding: 15px 0 0px 0;
 	letter-spacing: -.5px;
}
.my-col-p-news {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: grey;
	margin-bottom: 10px;
	letter-spacing: -.25px;
}

.wide-box-3 a {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: grey;
	margin-bottom: 10px;
	letter-spacing: -.25px;
}
.wide-box-3 p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: grey;
	margin-bottom: 10px;
	letter-spacing: -.25px;
	line-height: 16px;
}

.custom-container {
	width:240px;
	padding: 0 25px 10px;
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: thin;
	float:left;
}
.wide-box-1 {
	width: 189px;
	height: 200px;
	overflow:hidden;
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	border-right-style: solid;
	border-right-color: grey;
	border-right-width:1px;
}
.wide-box-2 {
	width: 190px;
	float:left;
	padding-left: 25px;
	padding-right: 25px;
}
.wide-box-3 {
	width: 197px;
	float:left;
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 15px;
	border-right-style: solid;
	border-right-color: grey;
	border-right-width:1px;
}
.bda-logo {
	width: 100%;
	margin-bottom: 3%;
	margin-top: 4%;
}
/*** Content Page Entry ***/
.singular #content, .left-sidebar.singular #content {
    float: left;
    margin: 0;
    position: relative;
    width: 74%;
	margin-top: -25px;
}
/*** Home Page ***/
.home.singular #content, .home.left-sidebar.singular #content {
    float: left;
    margin: 0;
    position: relative;
    width: 74%;
	margin-top: 1px;
}

/*** Page Entry Styles ***/
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: 571px;
	margin-top: 20px;
}

/*** Page Sidebar ***/
.left-sidebar #secondary {
    float: right;
    margin-left: 1.8%;
    margin-right: 0;
	margin-top: 30px;
    width: 15%;
}
.left-sidebar #primary {
    float: left;
    margin: 3px 0 0 0;
    width: 560px;
}
a.sidle {
	color: grey;
	display:block;
	cursor:pointer;
	font-size:16px;
 	letter-spacing: -.3px;
}
a.sidlebar:hover {
	color: #b3b024;
	text-decoration:none;
}
.widget a.sidle:hover {
	color: #b3b024;
	text-decoration:none;
}

/*** WP Nivo Slider Styles ***/
.nivo-caption p {
    margin: 0;
    padding: 5px;
	display:none;
}
.theme-default .nivoSlider {box-shadow:0 0px 0px 0 #4A4A4A !important;}
/*** Breadcrumbs Style ***/
#breadcrumbs {
	color: #b3b024;
	margin: 0 0 0 25px;
	text-transform:uppercase;
	font-size:12px;
	padding-top: 4px;
	width: 100%;
	float:left;
}
#breadcrumbs a {
	color: #000;
	text-transform:uppercase;
	font-size:12px;
}
#slider .nivo-prevNav, #slider .nivo-nextNav {
	display: none;
}
/*** singular Page styles ***/
.singular .entry-title, .singular .entry-header {
    padding-right: 0;
	color: #005EA9;
	font-size: 27.54px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 35px;
	margin: 0.8em 0 0.1em;
}
.singular .entry-title a:hover, .singular .entry-header a:hover {
	color:#B3B024;
}
.archive .entry-title a:hover, .archive .entry-header a:hover {
	color:#B3B024;
}

.singular .entry-meta {
	display:none;
}
.singular.page .hentry {
    padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom:0;
}
.entry-content h1 {
	color: #005ea9;
	font-weight: bold;
	margin: 0.8em 0 0.1em;
	font-size: 27.54px;
 	letter-spacing: -.5px;
	line-height: 35px;
}
.entry-content, .entry-summary {
    padding: 0 0 0 0;
}
.entry-content h2 {
	color: #000000;
	font-weight: bold;
	margin: 0 0 0.8125em;
	letter-spacing: -.3px;
	font-size: 16.07px;
}
.entry-content p {
	font-size: 12px;
	letter-spacing: -.2px;
}

.my-own-left-sidebar {
	float: left;
	width: 199px;
}
.inner-menu-container {
	float: left;
	width: 199px;
}
.top-box {
	background-image:url(images/sub-pages-top-box.jpg);
	width:199px;
	height:23px;
	float: left;
	margin-top: 3px;
}
.bottom-box {
	width:199px;
	float: left;
	margin-left: 3px;
}
.inner-menu {
	background-image:url(images/sub-pages-body-box.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	float: left;
	width: 211px;
	padding-bottom: 5%;
}
.inner-menu a {
	font-size: 15px;
	color: grey;
	text-decoration: none;
	font-weight: bold;
}
.inner-menu a:hover {
	color: #b3b024;
}
.inner-menu li {
	list-style:none;
	padding-left: 20px;
	margin-top: 10px;
}
.pagenav {
	float:left;
	width: 150px;
	list-style:none;
	margin-top: -13%;
	font-family: 'Berthold Imago', Times New Roman, serif;
}
.pagenav ul {
	float:left;
	width: 150px;
	list-style:none;
	margin: 0;
}
.pagenav li {
	float:left;
	width: 150px;
	list-style:none;
	margin-top: 25px;
}
.pagenav li:hover {
}
.pagenav li.current_page_item {
	background-image:url(images/double-chevy.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.pagenav .current_page_item > a {
	color: #b3b024;
}
.inner-menu li.current_page_item {
	background-image:url(images/double-chevy.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.inner-menu li.current_page_item > a {
	color: #b3b024;
}
.inner-menu ul {
	margin-left: 21px;
	margin-top: -15px;
	margin-right: 31px;
}


/***** Temp Sidebar ****/
.page-id-55 .temp-sidebar {
	left: 567px;
	position: absolute;
	top: 25px;
	width: 158px;
}
.temp-sidebar h2{
	font-size: 14px;
	color: #b3b024;
}
.temp-sidebar {
	left: 5000px;
	position: absolute;
	top: 25px;
	width: 168px;
}
.top-tile-page {
}
/* =IE9
----------------------------------------------- */
#ie9 .bottom-container {
margin-top: 2px;
}
#ie9 #access ul ul {
}
#ie9 #access .current_page_ancestor > a {
    padding-top: 10px;
}
#ie9 .straight-rule-grey {
    margin-top: -6px;
}
/*
/**
/****
/***** ALL ACCESS STYLES Styles from PARENT THEME
/****
/***
/**
/*/
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* =Menu
-------------------------------------------------------------- */
#access li {
	height:36px;
	margin-top:4px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-right:22px;
	margin-bottom:0;
}
.home-but {
	width:94px;
	background-image:url(images/home-but.png);
	background-position: 0px -1px;
}
.about-but {
	width:94px;
	background-image:url(images/about-but.png);
	background-position: 0px -1px;
}
.solutions-but {
	width:104px;
	background-image:url(images/solutions-but.png);
	background-position: 0px -1px;
}
.products-but {
	width:97px;
	background-image:url(images/products-but.png);
	background-position: 0px -1px;
}
.partners-but {
	width:94px;
	background-image:url(images/partners-but.png);
	background-position: 0px -1px;
}
.research-but {
	width:94px;
	background-image:url(images/research-but.png);
	background-position: 0px -1px;
}
.news-but {
	width:94px;
	background-image:url(images/news-but.png);
	background-position: 0px -1px;
}
.contact-but {
	width:114px;
	background-image:url(images/contact-but.png);
	background-position: 0px -1px;
}
#access li:hover {
	background-position: left -60px;
}
.current-menu-parent {
	background-position: 0px -42px;
}
.current_page_item, .current_page_parent {
	background-position: 0px -42px;
}
#access li:hover,
#access li:focus {
	background-position: left -84px;
}


#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-color: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: 900;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access ul li:hover > ul {
	display: block;
}
#access li.font-revealed {
text-indent: 0px;
font-size: 10px;
font-weight: normal;
}
/*
/**
/***
/****
/***** Styles from PARENT THEME
/****
/***
/**
/*/

/*** My NEW STYLES ***/
#access .page-item-66 > a, #access .page-item-55 > a, #access .page-item-51 > a, #access .page-item-53 > a, #access .page-item-98 > a, #access .page-item-57 > a, #access .page-item-59 > a, #access .page-item-62 > a, #access .page-item-64 > a, #access .page-item-68 > a, #access .page-item-70 > a, #access .page-item-72 > a, #access .page-item-51 > a, #access .page-item-51 > a, #access .page-item-51 > a, #access .page-item-51 > a, #access .page-item-51 > a, #access .page-item-51 > a {
	color:#e4db1f !important; 
}
/*
#access .current-menu-item > a {
	color: #fff;
}
*/


/********** Navigation *************/
#access div {
	margin: 0;
	padding: 0;
	width:960px;
}

#access {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    width: 960px;
    height:22px;
}
#access a {
    color: #808083;
    display: block;
    line-height: normal;
    text-decoration: none;
	font-weight: bold;
	padding:0;
	height:42px;
}
#access ul {
    font-size: 16px;
    list-style: none outside none;
	margin: -14px 0 0;
    padding-left: 0;
	width: 963px;
}
#access ul li:hover > ul {
	display: block;
}

#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.0em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
/** Sets style for Top Second level Menu Normal State***/
#access ul ul a {
    background-color: #5495c9;
    border-bottom: 1px solid #DDDDDD;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 22px;
    line-height: 1.4em;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
    width: 168px;
}
#access ul ul a:hover{
    background-color: #015fa9;
	color: #e4db1f;
}

#access a:hover {
	color:#fff;
}


#singleright {
	float: right;
	width: 17%;
	background: #dff0ff;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	padding-right: 1%;
	margin-bottom: 2%;
}
#singleright p {
	margin-bottom: 7%;
}
.highlight-text {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #005ea9;
	margin-bottom: 7%;
}
.grey-link a {
	color: #808080;
    font-size: 1.05em;
    font-weight: bold;
	line-height: normal;
}
.grey-link a:hover {
	color: #b3b024;
    text-decoration: none;
}
/******** sub-menu styles *************/
#access ul ul a:hover {
	background-position: 0px -84px;
}
.company-back > a{
	background-image:url(images/sub-menu-company.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.manage-back > a{
	background-image:url(images/sub-menu-portmanage.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.managet-back > a{
	background-image:url(images/sub-menu-managet.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.dealers-back > a{
	background-image:url(images/sub-menu-munideal.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.advisors-back > a{
	background-image:url(images/sub-menu-financem.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.assetm-back > a{
	background-image:url(images/sub-menu-portmanage.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.consult-back > a{
	background-image:url(images/sub-menu-consult.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.munip-back > a{
	background-image:url(images/sub-menu-mpoints.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.munidocs-back > a{
	background-image:url(images/sub-menu-mdocs.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.munimonitor-back > a{
	background-image:url(images/sub-menu-mmonitor.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.munipro-back > a{
	background-image:url(images/sub-menu-mpro.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.muninews-back > a{
	background-image:url(images/sub-menu-mnews.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.obcodes-back > a{
	background-image:url(images/sub-menu-obcodes.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.munilink-back > a{
	background-image:url(images/sub-menu-mlink.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.white-back > a{
	background-image:url(images/sub-menu-white.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.research-back > a{
	background-image:url(images/sub-menu-research.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.about-back > a{
	background-image:url(images/sub-menu-about-us.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.products-back > a{
	background-image:url(images/sub-menu-products.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.filings-summary > a{
	background-image:url(http://wedointernet.net/dpc/sub-menu-filings.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.partners-back > a{
	background-image:url(images/sub-menu-partners.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.research-back > a{
	background-image:url(images/sub-menu-research.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.news-back > a{
	background-image:url(images/sub-menu-news.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact-back > a{
	background-image:url(images/sub-menu-contact-us.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#access ul ul li.current-menu-item > a {
	background-position: 0px -42px;
color:#e4db1f;
}
#access ul ul li.current-menu-item > a:hover {
	background-position: 0px -84px;
}
#site-generator .current-page-ancestor > a {
	color:#000;
}
.subscribe-container {
	width: 100px;
	height: 25px;
	position: absolute;
	left: 661px;
	top: 55px;
}
.sub-sub-01 {
	position: absolute;
	left: 50px;
	top: 25px;
	height: 23px;
	width: 31px;
	background: url("images/dpc-data-for-slicing_08.jpg") no-repeat scroll left top grey;
	text-indent: -1000em;
	border: medium none;
}
.sub-01 {
	position: absolute;
	left: 79px;
	top: -60px;
	height: 17px;
	width:214px;
	background: url("images/email-back-text.jpg") repeat-x scroll 0 0 #DFDFE0;
}
.sub-01:focus {
	background-image: none;
}
input[type=text],
input[type=password],
textarea {
}

/** Styles for Current Page Styles ***/

@media screen and (-webkit-min-device-pixel-ratio:0) {
   
    /* Safari and Chrome CSS here */
		.home .home-but {
			background-position: 0px -42px;
		}
		.sub-01 {
			position: absolute;
			left: 79px;
			top: -74px;
			height: 17px;
			width:214px;
			background: url("images/email-back-text.jpg") repeat-x scroll 0 0 #DFDFE0;
		}
		#si_contact_email1 {
			float: right;
    		height: 1.7em;
    		left: 54px;
			margin-left: -12px;
    		margin-top: .0575em;
    		position: absolute;
    		width: 220px;
			border: none;
			background: #dfdfe0;
			background-image:url(images/email-back-text.jpg);
			background-repeat:repeat-x;
		}
.bottom-container {
margin-top: 2px;
}
	
    }

.page-id-49 input[type="text"], .page-id-49 input[type="password"], textarea {
    border: thin solid #cccccc;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #808083;
}
.page-id-215 input[type="text"], .page-id-215 input[type="password"], textarea {
    border: thin solid #cccccc;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #808083;
}
.research-p {
	margin-right:275px;
}
.page .entry-title, .page .entry-header .entry-meta {
	display: none;
}
.error404 #main .widget {
    clear: none;
    float: left;
    margin-right: 3.7%;
    width: 100%;
}
.entry-header .comments-link a {
		display: none;
}
.page-title {
		display: none;
}

.my-monthly-archives {
	float: left;
	width: 600px;
	margin-top: 40px;
	margin-bottom: 24px;
	margin-left: 124px;	
}
.my-monthly-archives li {
	float: left;
	padding-left:5px;
	border-right: thin solid #999;
	list-style:none;
	padding: 0 10px;
}
.section {
	float:left;
	width:720px;
	padding-bottom: 25px;
	padding-top: 15px;
	border-bottom: thin solid gray;
	margin-left: 20px;
	margin-bottom:10px;
}
.my-time {
	float:left;
	width: 20%;
	clear:none;
}
.my-perm {
	float:left;
	width: 64%;
	clear:none;
}
.my-read {
	float:left;
	margin-left: 40px;
	width: 10%;
	clear:none;
}
.press-release {
	padding-right: 0;
	color: #005EA9;
	font-size: 27.54px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 35px;
	margin: 1.0em 0.2em 0em;

}
.category .entry-meta, .archive .entry-meta {
	display:none;
}

/*** Home Page Text Fix ***/
.wide-box-1 p, .wide-box-2 p, .wide-box-3 p {
    color: #000000;
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14.5px;
}
/**** Search Fixes to Styles ****/
.search-results .entry-meta {
	display:none;
}
.search-results .entry-title, .entry-title a {
	margin-top: 25px;
}
#content nav {
	margin-top:25px;
	padding: 0;
}
#nav-below {
	margin-bottom: 25px;
}
.search #widgets-reloaded-categories-4 {
	display:none;
}
.search #widgets-reloaded-archives-3 {
	display:none;
}
/****** Styles for downloads ******/
.icon-button.download-icon {
	background-color: #005BAB;	
	border-radius: 5px 5px 5px 5px;
	color: white;
	font-weight: 600;
	padding: 10px 10px 10px 10px;
	width: 570px;
	float:left;
	text-align:center;
	margin-top: 10px;
}
.icon-button.download-icon:hover {
    background-color: #B3B20F;
}
/*** Updated styles for Research Page to match Salesforce.com contact us form ***/

.wpcf7-form {
		width: 310px;
}
span.wpcf7-not-valid-tip {width:100%; float:left;}
.sf-label {
	margin-top: 15px;
	width: 100px;
	height:20px;
	float:left;
	clear:right;
	margin-bottom: 0;
	font-size: 15px !important;
}
.sf-input-field {
    float: right;
    margin-top: 13px;
	width:200px;
	height:20px;
}
.email-override {
	width:206px;
	height: 23px;
	font-size: 15px !important;
	color: #808083;
    border: thin solid #CCCCCC;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
}

.download-label {
	margin-top: 15px;
	width: 310px;
	float:left;
	clear:right;
	margin-bottom: 0;
	font-size: 15px !important;
}
.download {
    float: left;
    width: 500px;
	float:left;
	clear:right;
	margin-bottom: 0;
}
.positive-margin {
	margin-top: 15px;
}
.negative-margin {
	margin-top: -15px;
}
.cf7-submit-but {
    float: left;
    margin-left: 335px;
    margin-top: 10px;
    text-align: right;
}
div.wpcf7-mail-sent-ok {
    border: 0px solid #398F14 !important;
}
.wpcf7-response-output {
	float: left;
}
.wpcf7-form label.error {
	float: right !important;
}


/*** Salesforce Contact form on Contact Us Page Styles ***/

.salesforce-form {
    float: left;
    width: 310px;
}
.salesforce-form .sf-label {
	margin-top: 15px;
	width: 100px;
	height:20px;
	float:left;
	clear:right;
}
.salesforce-form .sf-input-field {
    float: right;
    margin-top: 13px;
	width:200px;
	height:20px;
}
.sf-submit {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	clear:both;
}

/**** DELETE ABOVE ONCE CLIENT APPROVES ****/

/*** Validation for number style ***/
.error {
    color: red;
    float: right;
}
/** WP Nivo Slider after plugin update **/
.nivo-directionNav {
	display:none;
}

.slider-wrapper {
	position:relative;
}
.theme-default .nivo-controlNav {
    position: absolute !important;
    right: 28px !important;
    top: 376px !important;
    z-index: 9999 !important;
}
.theme-default .nivo-controlNav a {
    height: 22px !important;
    width: 21px !important;
}
.theme-default .nivo-controlNav a.active {
    background-position: -20px 0px !important;
}
.slider-wrapper {border:1px solid #ededed;}


/*** Partners Page Styles ***/


.partner-logos {
	width: 100%;
	margin-top: 25px;
	padding-bottom: 15px;
}
.partner-logos-list {
	text-align:center;
}
.partner-logos-list img {
	margin-top:50px;
}


/*** Page Title Logo ***/
.title-img {
    padding-top: 22px;
}