/*
Theme Name: DMD
Description: Custom Template for DMD
Author: Michelle Robbins
Author URI: http://twitter.com/MichelleRobbins
Version: 1.0
*/

/*#standard-form { display: none;}
.js #standard-form { display: block; }*/ 

.nojs { display: none; }

/* basics */

*{margin:0; padding:0;}

body {
	//background:#ececec;
	background: #003d77;
	//background-image: url(/_images/background-dmd.gif);
	background-repeat: repeat;
	font-family: arial, tahoma, sans-serif;
	font-size: 13px;
	line-height: 17px;
	min-width: 1020px;
	}


body, input, textarea {
	color: #111;

}


/* Containers
-------------------------------------------*/

#pagewrapper { 
/* put in the background vertical graphic that contains the shadow on both sides */
	width: 1040px;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
	background: url(/_images/background-fade.gif) 0 0 repeat-y; /* this graphic carries the shadow and the content background color */
	margin: 0px auto;
	position: relative;
} 

/* container - holds all the page content */

#container {
	width:1020px;
	margin: 0 auto;
	overflow:hidden;
	//background:#fff;
	background: url(/_images/dmd-header-bg.jpg) 0 0 no-repeat;
	}
	
	
/* header */

	
#header { 
	}

#header h1{
	//color: #003d77;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	}
	
#header h1 a{}
#header h1 a:hover{}


#header h2{
	font:normal 13px "arial", georgia, times;
	margin-bottom:20px;
	}

#logo{
	float:left;
	margin: 20px auto;
}

#leaderboard {
	margin: auto; auto;
}

#headersearch{

}

/* THE GRIDS - 12 cols ea 65pw w/10px margin l & r */

/* Grid >> Global
-------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}

/* Grid >> Children
-------------------------------------------*/

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

/* Grid >> 12 Columns
-------------------------------------------*/

.grid_1 {
	width:65px;
}

.grid_2 {
	width:150px;
}

.grid_3 {
	width:235px;
}

.grid_4 {
	width:320px;
}

.grid_5 {
	width:405px;
}

.grid_6 {
	width:490px;
}

.grid_7 {
	width:575px;
}

.grid_8 {
	width:660px;
}

.grid_9 {
	width:745px;
}

.grid_10 {
	width:830px;
}

.grid_11 {
	width:915px;
}

.grid_12 {
	width:1010px;
}


/* Prefix Extra Space >> 12 Columns
-------------------------------------------*/

.prefix_1 {
	padding-left:85px;
}

.prefix_2 {
	padding-left:170px;
}

.prefix_3 {
	padding-left:255px;
}

.prefix_4 {
	padding-left:340px;
}

.prefix_5 {
	padding-left:425px;
}

.prefix_6 {
	padding-left:510px;
}

.prefix_7 {
	padding-left:595px;
}

.prefix_8 {
	padding-left:680px;
}

.prefix_9 {
	padding-left:765px;
}

.prefix_10 {
	padding-left:850px;
}

.prefix_11 {
	padding-left:935px;
}


/* Suffix Extra Space >> 12 Columns
-------------------------------------------*/

.suffix_1 {
	padding-right:85px;
}

.suffix_2 {
	padding-right:170px;
}

.suffix_3 {
	padding-right:255px;
}

.suffix_4 {
	padding-right:340px;
}

.suffix_5 {
	padding-right:425px;
}

.suffix_6 {
	padding-right:510px;
}

.suffix_7 {
	padding-right:595px;
}

.suffix_8 {
	padding-right:680px;
}

.suffix_9 {
	padding-right:765px;
}

.suffix_10 {
	padding-right:850px;
}

.suffix_11 {
	padding-right:935px;
}


/* Push Space >> 12 Columns
-------------------------------------------*/


.push_1 {
	left:85px;
}

.push_2 {
	left:170px;
}

.push_3 {
	left:255px;
}

.push_4 {
	left:340px;
}

.push_5 {
	left:425px;
}

.push_6 {
	left:510px;
}

.push_7 {
	left:595px;
}

.push_8 {
	left:680px;
}

.push_9 {
	left:765px;
}

.push_10 {
	left:850px;
}

.push_11 {
	left:935px;
}


/* Pull Space >> 12 Columns
-------------------------------------------*/

.pull_1 {
	left:-85px;
}

.pull_2 {
	left:-170px;
}

.pull_3 {
	left:-255px;
}

.pull_4 {
	left:-340px;
}

.pull_5 {
	left:-425px;
}

.pull_6 {
	left:-510px;
}

.pull_7 {
	left:-595px;
}

.pull_8 {
	left:-680px;
}

.pull_9 {
	left:-765px;
}

.pull_10 {
	left:-850px;
}

.pull_11 {
	left:-935px;
}


/* Clear Floated Elements
-------------------------------------------*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
*/

.clearfix {
  zoom: 1;
}

/* END OF THE GRIDS
-------------------------------------------*/

#content-box{ margin-top: 10px; }


/* Headings */
h1 { font-size: 18px; line-height: 26px;}
h1, h3 {
	color: #003d77;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
}

h1.home a { font-size: 16px; line-height: 20px;}

h2 {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
	font-size: 16px;
}

h3 { font-size: 15px; }

h3.featbox { font-size: 15px; line-height: 18px; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 12px;
}

ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}
code {
	font: 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a{color:#003d77; text-decoration:none;}

a:hover{text-decoration: none; color:#a7a9ac;}

a:visited a:hover{text-decoration: none; color:#999;}


#mainNavigationWrapper { 
	height: 30px !important; 
	background: #000d1d;
	border-top: 1px solid #000d1d;
	border-bottom: 1px solid #000d1d;
	width: 1040px !important;
	margin-left: -10px;
	}

#newNav, #newNav ul {
	float: left;
	list-style: none;
	height: 20px;
	padding: 4px 5px;
	margin: 0px;
}

#newNav ul li {
	float: left;
}

#newNav ul li a {
	display: block;
	//color: #003d77;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	border-right:1px solid #a7a9ac;
	font-size: 12px;
	line-height: 14px;
}


#newNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	width: 150px;
	padding-top: 9px;
	z-index: 1000;
	}

#newNav li ul li { 
	width: 150px; 
	border-bottom: 1px solid #a7a9ac;
	border-left: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
	//background: #fff;
	background: #000d1d;}

#newNav ul li ul li a {
	display: block;
	//color: #003d77;
	color: #fff;
	text-decoration: none;
	border: none;
	font-size: 12px;
	padding: 3px 0px 3px 3px;
	font-weight: normal;
}

#newNav li li, #newNav li ul a {
	text-align: left;
}


#newNav li:hover ul, #newNav li li:hover ul, #newNav li li li:hover ul, #newNav li.sfhover ul, #newNav li li.sfhover ul, #newNav li li li.sfhover ul {
	left: auto;
}

#newNav li:hover, #newNav li.sfhover {
	//background: #003d77;
}

#newNav ul li:hover ul li a:hover {
     //color:#000;
     color: #ececec;
     width: 150px;
}


/* content */

#content-container {
	width:660px;
	float:left;
}


.sticky{
}

.post {
	margin-bottom:20px;
	padding:0;
	}
	
.pagetitle{
	font:normal 18px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	}
	
#content h2, .entry-meta, .entry-utility{
		color: #333;
		font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
		text-rendering: optimizelegibility;
		font-size: 14px;
		line-height: 20px;
		margin: 0px 0px 10px 0px;
	}


.entry-content p{}

.postmetadata{
	clear: both;
	padding:6px 0;
	margin: 10px 0;
	}
	
.navigation {
	overflow: hidden;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
}
#nav-above,
.single #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/* Widgets */

#sidebar{
	width:320px;
	float:right;
}

.widget-area {
	overflow: hidden;
}
.widget-area,
.widget-area input {
	line-height: 18px;
}
.widget-area ul ul a {
	text-decoration: none;
}
.widget-area ul ul a:hover {
	text-decoration: none;
}
.widget-area ul {
	list-style: none;
	margin: 0 !important;
}
.widget-area ul ul {
	list-style: none;
}
.widget-area ul ul ul {
	margin: 0;
}
.widget-area ul ul li {
	padding: 2px 0;
}
.widget-title {
}
.widget-title a{
	color: #111 !important;
}
.widget-container {
	margin: 0 0 1.5em 0;
}


/* Comments */


#comments {
	word-wrap: break-word;
}
#comments h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
}
#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin: 0;
}
#comments ul li {
	border-bottom: none;
	margin: 14px 0 0 0.85em;
}
#comments .comment-author {
	margin: 0 0 0.85em 66px;
}
#comments .comment-author cite {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta,
#comments .comment-meta a {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#comments .comment-meta a:hover {
	color: #df0000;
}
#comments .gravreply {
	padding:0;
	position: absolute;
	top: 14px;
	left: 0;
	width:50px;
	height:175px;
}
.comment-reply-link{
	position:absolute;
	top:45px;
	width:42px;
	height:20px;
	text-align:center;
	font-size:11px;
	color:#6D6D6D;
	line-height:22px;
	}
#comments .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
#comments .comment-body {
	margin-left: 66px;
}
#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}

.comment{
	border-bottom:1px solid #e3e3e3;
	padding:14px 0;
	}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}


/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

.wp-post-image{padding:2px; margin:8px 0; border:1px solid #dedede;}


#content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}


/* search */
	
#headersearch #searchform {
	text-align: right;
	padding:5px 0 0 0;
	right: 7.6%;
}
#headersearch #searchform div {
	margin: 0;
}
#headersearch #searchform input#s {
	float: right;
	font-size: 12px;
	height: 22px;
	padding: 4px;
	width: 26%; 
	-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; 
	color:#666;
}
#headersearch #searchform input#s:focus {
	background-color: #f9f9f9;
	width: 95%; 
}
#headersearch #searchsubmit {
	display: none;
}	
	

/* footer */

#footer {
	clear: both;
	width: 1020px;
	margin: 10px auto;
	border-top: 1px solid #d1d3d4;
	padding: 10px 0px;
	}

#site-info { margin-top: 20px; font-size: 10px;}

#footerLinks { margin-top: 0px; font-size: 10px;}

#footerPipe {
/* set the color of the pipe and give it space - use with a <span> tag */
	margin: 0 10px;
	color: #333333;
}


#socialBox, #listCats { 
	margin: 10px; auto;
	width: 308px; margin-left: 0px;
	padding: 5px;
	border: 1px solid #d1d3d4;
}


.socButtonsSide { padding-bottom: 5px; margin-top: -3px; }

#socialSide1 img { margin-right: 5px; }


#scapSignup { width: 300px;
margin-top: 20px;
height: 36px;
padding: 2px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
border-radius:7px;
background-color: #66AAD7;
}

p.scapBoxSignup { margin-top: 6px; }

.buttonz {
	padding: 3px 5px;
	display: inline;
	background: #777 url(/_images/button.png) repeat-x bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	//font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	//text-shadow: 1px 1px #666;
	}
.buttonz:hover {
	background-position: 0 center;
	}
.buttonz:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
	}
.buttonz.orange { background-color: #ef7114; }
.buttonz.green { background-color: #3c9300; }
.buttonz.ltgreen { background-color: #8fbf6d; }
.buttonz.small { font-size: 75%; padding: 3px 7px; }
.buttonz.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.buttonz.large { font-size: 125%; padding: 7px 12px; }
.buttonz.large:active { padding: 8px 12px 6px; background-position: 0 top; }

h3.side { text-align: center;
	width: 100%;
	background: #ececec;
	margin-bottom: 5px;
}

#sidebarTab { width: 320px; margin-left: 0px;}
#sidebarTab .list-wrap { background: #ececec; padding: 5px; margin: -15px 0px 10px 0px; height: 100% !important; }

#sidebarTab ul { list-style: none; background: #fff; padding-top: 3px; padding-bottom: 5px; margin: 5px 0px 10px 0px; }
#sidebarTab ul li { margin-left: 0px;}
#sidebarTab ul li a { display: block; padding: 5px 3px; color: #003d77; }
#sidebarTab ul li a:hover { background: #efefef; color: #003d77; }
#sidebarTab ul li:last-child a { border: none; }

#sidebarTab .nav { overflow: hidden; }
#sidebarTab .nav li { width: 103px; float: left; margin: 0px; }
#sidebarTab .nav li.last { margin-right: 0; }
#sidebarTab .nav li a { display: block; padding: 3px; background: #003d77; color: #fff; font-size: 12px; text-align: center; font-weight: bold;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}

#sidebarTab li a.current,#sidebarTab li a.current:hover { background-color: #efefef !important; color: #003d77; }
#sidebarTab .nav li a:hover, #sidebarTab .nav li a:focus { background: #003d77; color: #F17F2C;}

ul#research, ul#featured, ul#whitepapers {margin: auto auto;}

#featured li h3, #research li h3, #whitepapers li h3 {color: #003d77; padding: 5px 0px; font-weight: normal;}

#featured li hr, #research li hr, #whitepapers li hr {color: #a7a9ac; margin-bottom: 5px;}

ul#featured li, ul#research li, ul#whitepapers li { margin: 0px 5px -3px 5px;}
#featured li a, #research li a, #whitepapers li a { text-decoration: none; font-size: 12px; line-height: 16px; color: #003d77 !important; }
#research li a:hover, #whitepapers li a:hover { text-decoration: underline; background: #fff !important; }

#newNav form { display: inline; }
#newNav input.field { height: 10px !important; }
#newNav input.submit { height: 22px !important; }

.reqd {font-size: 12px; font-weight: bold; color: #cc3333; text-decoration: underline;}

.featBoxOuter {
width: 200px;
height: 170px !important;
padding: 1px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
background-color:#A8C5E0;
margin-bottom: 10px;
}

.featBoxInner { 
width: 190px;
height: 160px !important;
margin: 2px 2px;
padding: 3px;
box-shadow:2px 2px 2px #6886A3;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
background-color: #FFFFFF;
color: #333; }

.featBoxContent { width: 95%; margin: 5px auto; }
.featBoxTitle { float: left; min-height: 78px !important; }
.featBoxTitleCat { float: left; min-height: 58px !important; }
h1.featBox { margin-top: 5px; line-height: 20px;}
h3.featBox { margin-top: 5px; line-height: 18px; font-size: 19px; min-height: 100px;}

/* Research Reports */

div.hr-dots {
	height: 1px;
	border-bottom: 1px dotted #545454;
	margin-top: 15px;
	margin-bottom: 10px;
}


.research-headline {
	font-size: 26px;
	font-weight: bold;
	color: #ef7114;
	padding-top: 20px;
	margin: 0px;
}

p.research-title-label {
	font-size: 18px;
	font-weight: bold;
	color: #2d4e73;
	margin: 0px !important;
	padding: 0px;
	line-height: normal;
}

p.research-title {
	font-size: 21px;
	font-weight: bold;
	color: #2d4e73;
	margin: 10px 0px 5px 0px !important;
	padding: 0px;
	line-height: normal;
}

h3.research {
	font-size: 15px;
	color: #2d4e73;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

div.research-feature img.cover {
	float: left;
	margin: 15px 18px 0px 13px;

}

p.research-author {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
}

p.research-price {
	font-size: 12px;
	font-weight: bold;
	margin: 0px !important;
	padding: 3px 0px !important;
}

p.research-price-savings {
	font-size: 18px;
	font-weight: bold;
	margin: 0px !important;
	padding: 0px 0px 5px 0px !important;
}

p.research-price-footnote {
	font-size: 11px;
	margin: 0px 0px 14px 0px !important;
	padding: 0px !important;
}

.research-order-button {
	width: 140px;
	height: 25px;
	background: url(http://searchmarketingnow.com/_images/btn-order-now-140x25.png) no-repeat top left;
	margin-top: 13px;
	margin-bottom: 0px;
}

div.research-credits {
	float: right;
	width: 180px;
	font-size: 11px;
	margin-left: 10px;

	border-left: 1px dotted #545454;
	padding-left: 15px;
	margin-right: 15px;
}
div.research-callout {
	margin-top: 5px;
	padding: 5px 5px;
	background-color: #fff7ac;
	width: 45%;
}

div.research-callout ol {
	margin-top: 0px !important;
	padding-left: 20px;
}

div.research-callout ol li {
	margin-bottom: 0px !important;
}
.research-infobox { border: 1px dotted #ef7114;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	clear: left; }
/* end research */

/*featured boxes*/
.homebox {
  width: 200px;
  height: 190px !important;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.homeFeatured { font-size: 12px; line-height: 18px; color: #BA4E01; margin-top: 3px; border-bottom: 1px dotted #a7a9ac; padding 3px; width: 100%; text-align: center;}
/* end featured boxes*/

/* Misc Styles */
.floatLeft { float: left; }
.floatRight { float: right; }
.margin-right-10 { margin-right: 10px; }
.margin-left-10 { margin-left: 10px; }
.margin-top-10 { margin-top: 10px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-top-neg15 { margin-top: -15px; }
.padding-5 { padding: 5px 5px; }
.padding-10 { padding: 10px 10px; }
.center { text-align: center; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.phome { font-size: 13px; line-height: 15px;}
.under { text-decoration: underline; }
.white { color: #ffffff; }
a.nohover { color: #fff; }
a.nohover:hover { color: #E5E9EA; }
.featured { font-size: 12px; line-height: 18px; color: #003d77; margin-left: -8px; margin-top: -8px; background-color: #A8C5E0; padding 3px; width: 110%; text-align: center;}
.featImg {margin-left: 15px;}
.wcInfo {margin-left: 60px; }
h3.homeSep {font-size: 13px; line-height: 14px; background-color: #efefef; padding: 5px; margin: 10px auto 25px auto; text-align: center; color: #000;}
img { border: none; }
.cat-list-left { width: 48%; }
.recap-fail {padding:8px;color:red;font-weight:bold;}
.form-box {padding: 8px 0 8px 8px;}
.form-field-max { max-width: 240px; }
.content-agt { padding: 10px; background-color: #fff; }
.headerBox { margin-top: 15px; padding: 5px; border: 1px solid #d1d3d4; width: 100%; background-color: #fff;}
#finance { display: none; }
/* End Misc Styles */
