@import url("navigation.css");
/*
Theme Name: sldinfo
MAIN STYLE SHEET FOR SLDINFO.COM
#fe5301: orange
#5c7a93: blue for text
#434345: dark grey - drop down menu text

background colors:
#444444: dark grey, footer
#ededef: dropdown
#61c2cb: teal

*/

/* Utilities */

.group {clear: both;display: block}
.group:after {content: ".";display:block;height: 0;clear: both;visibility: hidden;}
.pos-rel { position: relative; }
.pos-abs { position: absolute; }
.li-no-disc { list-style-type: none; }
.li-inner { list-style-position: inside;}

.block { display: block; }
.hide { display: none; }
.float_l {float:left;}
.float_r {float:right;}
.float_n {float:none;}
/* wordpress uses these for alignment */
.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {float:none;}
.txt-center { text-align: center; }
.txt-left { text-align: left; }
.txt-just { text-align: left; }

/* layout classes */
.pad-top-bot {padding:10px 0px;}
.margin-top-bot {margin:10px 0px;}
.siding {padding:0px 10px;}
.siding-margin {margin:0px 10px;}
.all-pad {padding: 10px;}
.all-mar {margin: 10px }

.no-margin-top {margin-top:0px !important;}
.no-margin-left {margin-left:0px !important;}
.no-margin-bottom {margin-bottom:0px !important;}
.no-margin-right {margin-right:0px !important;}

.no-pad-top {padding-top:0px !important;}
.no-pad-left {padding-left:0px !important;}
.no-pad-right {padding-right:0px !important;}
.no-pad-bottom {padding-bottom:0px !important;}

.no-border-btm { border-bottom: none !important; }
.no-border-left { border-left: none !important; }
.no-border-right { border-right: none !important; }
.no-border-top { border-top: none !important;}

/* 10 col grid based on 980px */
.col10 {width: 980px }
.col9 {width: 882px }
.col8 {width: 784px }
.col7 {width: 686px }
.col6 {width: 588px }
.col5 {width: 490px }
.col4 {width: 392px }
.col3 {width: 294px }
.col2 {width: 184px }
.col1 {width:98px }

/* Animation */
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}

	80% {
		-moz-transform: translateY(-10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}

	80% {
		-o-transform: translateY(-10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
/* Styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:67.5%;
	background-color:#fff;
	background-image:url(images/home/bgbody3.gif);
	background-repeat:repeat-x;
}
h2 {
	font-weight:normal;
	font-size:1.9em;
	text-transform:uppercase;
	line-height:1.2em;
	margin-bottom:2px;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:2px;
	line-height:1.2em;
	clear:both;
}
h4 {
	font-weight:bold;
	font-size:1.3em;
	font-style:italic;
	color:#333;
}
p,  dd, dt, td { font-size:1.1em; }
p { text-align:left; }
li {font-size:1.1em; }
li ul {font-size:1em; }
a { /* color:#ff5304;  */ text-decoration:none; }
a:hover { text-decoration:underline; }
#totalcontainer {
	width: 980px;
	margin: 0 auto;
	position:relative;
}

img {border:none}

#logo {
	width:980px;
	height:122px;
	margin-top:2px;
}
#topnav { /* See project 7 folder for details */
	height:29px;
	position: relative;
	z-index: 400;
}
/* HOME PAGE */

/* reset */
.home .mod {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
}
.home span,
.home h1, .home h2, .home h3,
.home h4, .home h5, .home h6,
.home p, .home a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.home ol, .home ul {
	list-style: none;
}

#c1 { width: 532px; margin-left: 3px; }
#c2 { width: 425px; }
.gutter-left { margin-left: 16px; }
/* #c2 .mod { width: 423px; } */
.mod-space-top { margin-top: 16px; }
.mod-space-left { margin-left: 16px; }
.mod-pad-left {
	padding-left: 21px;
}
.mod-pad-left {
	padding-right: 21px;
}
.mod-pad {
	padding-left: 21px;
	padding-right: 21px;
}


.trim { border: solid 1px #8a8a8a; }
.trim-top { border-top: solid 1px #8a8a8a; }
.trim-bot { border-bot: solid 1px #8a8a8a; }

#center {
	background-color: #fff;
}
#featured {
	height: 273px;
	color: #434343;
	width: 971px;
	margin:0 auto;
	background: transparent;
	z-index: 1;
	position: absolute;
	left: 3px;
	overflow: hidden;
}
.carousel-cont {
	height: 273px;
	width: 100%;
}
.canvas-cont {
	left: 4px;
	overflow: hidden;
	position: absolute;
	width: 973px;
}
.ie8 .canvas-cont, .ie7 .canvas-cont {
	/* background: url(images/home/striped-grade-feature-bg-ie.png) no-repeat; */
	background-color: #FFF;
	height:  273px;
}
.ie6 .canvas-cont {
	/* background: url(images/home/striped-grade-feature-bg-ie.gif) no-repeat; */
	background-color: #FFF;
	height:  273px;
}
#center .feature-title-cont {
	background-color: #ABDFE4;
	height: 29px;
	margin: 0 auto;
	width: 929px;
	background: -moz-linear-gradient(19% 75% 90deg,#8ED3DA, #BFE7EC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BFE7EC), to(#8ED3DA), color-stop(.6,#b0e1e7));
	background: -o-linear-gradient(19% 75% 90deg,#8ED3DA, #BFE7EC);
	background: linear-gradient(19% 75% 90deg,#8ED3DA, #BFE7EC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFE7EC, endColorstr=#8ED3DA);
}
#center .feature-title-cont .mod-title {
	width: 344px;
}
#center .mod-title {
	color: #FFF;
	font: inherit;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
}
#featured .rotator {
	width: 971px;
	height: 273px;
}
#featured .rotator, #featured .feature {
	background: transparent;

}
#featured .feature {
	background: transparent;
	position: absolute;
	padding: 17px 21px;
	padding-right: 50px;
	width: 900px;
	height: 239px;
	left: 951px;
}
.rotator-nav {
	width: 161px;
	position: absolute;
	left: 175px;
	top: 6px;
}
#center .rotator-nav-btn {
	cursor: pointer;
	float: left;
	display: block;
	width: 9px;
	height: 10px;
	margin-left: 27px;
	background: url("images/home/home-sprite.png") no-repeat scroll -22px -96px transparent;
}
#center .rotator-nav-btn.first {
	margin-left: 0px !important;
}
#center .rotator-nav-btn.active {
	background-position: -3px -96px;
	cursor: default;
}
#featured .feature.active { left: 0px; }
.img-promo { width: 366px; height: 237px; }
.promo-content { padding-left: 21px; width: 510px; }
.highlight { color: #ff310f; }
.promo-title, .promo-subtitle, .promo-author { margin: 0px; padding: 0px; }
#featured .promo-title { font-size: 20px; color: #434343; font-weight: bold; }
.feature .promo-subtitle { font-size: 15px; font-style: normal; }
.feature .promo-author { font-size: 12px; color: #000; font-weight: bold; font-style: italic; }

.home .mod p { line-height: 14px; padding-top: 13px; text-align: left; }
.home .feature p { line-height: 16px; }

#c1 p {
	color: #333;
}
.home .mod p:first-of-type, .mod p.first { padding-top: 0px; }

.mod .read-more a, .feature a { color: #434343; border-bottom: solid 1px #999; margin-right: 3px; text-decoration:none !important; }
/* .feature a { color: #434343; border-bottom: solid 1px #999; margin-right: 3px; text-decoration:none !important; }  */
.mod .arrow-cta { border-bottom: none; }

.home .mod-title {
	text-indent: 14px;
	margin: 0px;
	width: 215px;
	height: 21px;
}

.home .focus_publications-wrap .mod-title {
	width: 330px;
}
.home .mod .post-title {
	font-size: 13px;
	font-weight: bold;
	margin-top: 12px;
}
.home .mod-title.inset {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	behavior: url(http://192.168.1.11:8888/sldinfo/wp-content/themes/sldinfo/js/lib/PIE.htc);
}

#special_reports { height: 130px; max-height: 130px; background-color: #e2f4f6; }
#special_reports .post-title {
	color: #333;
}

#special_reports a.sr-visit-link {
	text-decoration: underline;
}

#special_reports .view-all,
#video_promo .view-all,
#white_papers_promo .view-all {
	left: 255px;
	position: absolute;
	top: 4px;
	width: auto;
}
.view-all .read-more a {
	border-bottom: none;
	color: #555 !important;
	font-size: 12px;
	text-decoration: none !important;
}
.arrow-wrap {
	display: inline-block;
}
.home .download-now {
	border-bottom: solid 2px #434343;
	margin: 0 3px;
}
.home .download-now > a {
	font-family: Arial, helvetica, sans-serif;
	color: #434343;
	font-weight: bold;
	text-decoration: none;
}
#whats_new .read-more,
#in_brief .read-more {
	border-bottom: solid 1px #808487;
	margin: 0;
}
#whats_new .read-more > a,
#whats_new .read-more > a:hover,
#in_brief .read-more > a,
#in_brief .read-more > a:hover {
	color: #434343;
	font-weight: bold;
	text-decoration: none;
}
#in_brief .highlight {
	color: #696a6a;
}
#special_reports .mod-title,
.feature-title-cont .mod-title,
#video_promo .mod-title,
#white_papers_promo .mod-title,
.focus_publications-wrap .mod-title {
	background-color: #5cb6bf;
	position: relative;
}

#special_reports .mod-title.inset,
.feature-title-cont .mod-title.inset,
#video_promo .mod-title.inset,
#white_papers_promo .mod-title.inset,
.focus_publications-wrap .mod-title.inset {
	-webkit-box-shadow: 2px 2px 4px 0px #3B747A inset;
	-moz-box-shadow: 2px 2px 4px 0px #3B747A inset;
	box-shadow: 2px 2px 4px 0px #3B747A inset;
	behavior: url(http://192.168.1.11:8888/sldinfo/wp-content/themes/sldinfo/js/lib/PIE.htc);
	position: relative;
}

.box-bg-bfe7ec {
	background: -moz-linear-gradient(75% 87% 90deg,#FFFFFF, #BFE7EC);
	background: -webkit-gradient(linear,0% 0%, 0% 100%,from(#BFE7EC), to(#FFF));
	background: -o-linear-gradient(75% 87% 90deg,#FFFFFF, #BFE7EC);
	background: linear-gradient(75% 87% 90deg,#FFFFFF, #BFE7EC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFE7EC, endColorstr=#FFFFFF);
}
#whats_new, #in_brief { width: 215px; margin-bottom: 16px;}
#whats_new {
	background-color: #e4e8ec;
	background: -moz-linear-gradient(87% 45% 90deg,#FFFFFF, #C1CBD4);
	background: -webkit-gradient(linear, 0% 18%, 0% 68%, from(#ced7dd), to(#FFF));
	background: -o-linear-gradient(87% 45% 90deg,#FFFFFF, #C1CBD4);
	background: linear-gradient(87% 45% 90deg,#FFFFFF, #C1CBD4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C1CBD4, endColorstr=#FFFFFF);
}
#whats_new .mod-title {
	background-color: #486780;
}
#whats_new .mod-title.inset {
	-webkit-box-shadow: 2px 2px 4px 1px #304555 inset;
	-moz-box-shadow: 2px 2px 4px 1px #304555 inset;
	box-shadow: 2px 2px 4px 1px #304555 inset;
	behavior: url(http://192.168.1.11:8888/sldinfo/wp-content/themes/sldinfo/js/lib/PIE.htc);
	position: relative;
}
#in_brief {
	background-color: #f6f7f8;
	background:-moz-linear-gradient(93% 45% 90deg,#FFFFFF, #e8e9ea);
	background: -webkit-gradient(linear, 0% 15%, 0% 100%, from(#E8E9EA), to(#FFFFFF));
	background:-o-linear-gradient(93% 45% 90deg,#FFFFFF, #e8e9ea);
	background: linear-gradient(93% 45% 90deg,#FFFFFF, #e8e9ea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e9ea, endColorstr=#FFFFFF);
 }
#in_brief .mod-title {
   background-color: #8a8a8a;
}
#in_brief .mod-title.inset {
	-webkit-box-shadow: 2px 2px 4px 1px #5C5C5C inset;
	-moz-box-shadow: 2px 2px 4px 1px #5C5C5C inset;
	box-shadow: 2px 2px 4px 1px #5C5C5C inset;
	behavior: url(http://192.168.1.11:8888/sldinfo/wp-content/themes/sldinfo/js/lib/PIE.htc);
	position: relative;
}

#image_promo_items { height: 243px; }
#image_promo_items .img { height: 243px; height: 423px; margin: 0px; padding: 0px; }
#video_promo { height: 190px; background-color: #def3f5; }

#video_promo .video {
	overflow: hidden;
}
#video_promo .video.small {
	width: 255px;
	height: 143px;
	margin-right: 12px;
	margin-top: 10px;
}
#video_promo .desc {
	margin-top: 10px;
	width: 113px;
}
#video_promo .desc h4 {
	margin-top: 0px;
	color: #5cb6bf;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#video_promo .desc p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#video_promo .read-more a {
	color: #434343;
}
#video_promo .read-more a:hover {
	text-decoration: none;
}
#directory_promo {
	height: 41px;
	background-color: #92dde5;
	background-image: -moz-linear-gradient(19% 75% 90deg,#64C3CD, #B5F1F6);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B5F1F6), to(#64C3CD));
	background-image: -o-linear-gradient(19% 75% 90deg,#64C3CD, #B5F1F6);
	background-image: linear-gradient(19% 75% 90deg,#64C3CD, #B5F1F6);
}
#directory_promo a, #directory_promo p {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #434343;
	padding-top: 5px;
}
#directory_promo .arrow-cta {
	margin-left: 5px;
}
#white_papers_promo { height: 401px; }
#white_papers_promo .title-cont { height: 85px; }
#white_papers_promo .tab_contents p a { color: #333; text-decoration: underline; }

.tabs-box { height: 315px; }

/* Homepage Focus Box */
#focus_promo .focus_industries_header_wrap {
	background: #252726 url(images/home/focus-new/focus-header-bg.png) repeat-x 0 0;
	min-height: 56px;
	height:auto !important;
	height: 56px;
	padding: 5px 0 0 0;
}
#focus_promo .focus_industries_header_wrap p {
	color: #f65303;
	text-align: center;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#focus_promo {
	/*padding-bottom: 10px;*/
	/* background: url(images/home/bgfocusbox.gif) repeat-x 0 16px!important; */
	overflow: hidden;
}
#focus_promo a:link, #focus_promo a:visited {
	color: #fe5301;
}
#focus_promo h3 {
	/*background: url(images/home/bgfocustitle.gif) repeat-x 0 0!important;*/
	/*line-height: 40px;*/
	/*text-indent: 21px;*/
	color: #f65303;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 245%;
	/*margin-bottom: 10px;*/
	/*border-bottom: solid 1px #8a8a8a;*/
}

#focus_promo h4.focus_industries_subsection_header {
	background: url(images/home/focus-new/bg-focus-title-with-shadow.png) bottom left repeat-x;
	padding:  1px 0 7px 0;
	margin:  0 0 -5px 0;
	text-align: center;
	font-weight: bold;
	position:  relative;
	z-index:  500;
}

#focus_promo #focus_special_partners a:link, #focus_promo #focus_special_partners a:visited {
	float: left;
}

#focus_promo #focus_special_partners_items {
	margin: 0 auto;
}

#focus_promo #focus_special_partners_items img.partner-divider {
	position:  relative;
	top:  15px;;
	float:  left;
}

#focus_promo.trim {
	border: solid 1px #f65303;
}

#focus_promo #focus_events {
	background: url(images/home/focus-new/salons-events-gradient.gif) no-repeat bottom left;
}

#focus_promo #focus_events .sp_event_item img, #focus_publications .sp_publication_item img {
	float: left;
	margin: 2px 15px 15px 15px;
	box-shadow: 1px 1px 4px 0 #999;
	border: 2px solid #fff;
}

#focus_promo #focus_events .sp_event_item .sp_event_content {
	padding-right: 20px;
}

#focus_promo #focus_events .sp_event_item .sp_event_content a {
	color: #000;
	font-weight: bold;
}

#focus_promo #focus_events .sp_event_item .highlight, #focus_publications .sp_publication_item .highlight {
	font-weight: bold;
}

#focus_promo #focus_directory {
	background: url(images/home/focus-new/focus-directory-bg.gif) no-repeat bottom left;
	margin:  0;
	padding:  13px 0 0 0;
	position:  relative;
	z-index:  300;
	/*margin-top:  0px!important;*/

}

#focus_promo #focus_directory.mod p {
	padding: 0 0 10px 16px;
	font-weight: bold;
	width: 190px;
	float: left;
}

#focus_promo #focus_directory.mod p.left {
	clear: both;
}

#focus_promo #focus_directory.mod p a:link, #focus_promo #focus_directory.mod p a:visited, #focus_publications p a:link, #focus_publications p a:visited {
	color: #000;
	font-weight: bold;
}

#focus_promo #focus_directory.mod .highlight {
	color: #f65303;
}

.focus_publications-wrap h3.focus_industries_subsection_header {
	margin-left: 16px;
}

#focus_publications .sp_publication_item {
	padding-left: 14px;
	padding-bottom: 20px;
}

#focus_publications .sp_publication_content {
	width: 388px;
}

/* Common Rotator UI styles */
.rotator-controls {
	border-top: solid 1px #eae9e9;
	height: 18px;
	background-color: #d7d7d6;
}
.controls-bg-grad {
	z-index: 1px;
	background: -moz-linear-gradient(19% 78% 90deg,#E7E7E7, #D8D8D7);
	background: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#D8D8D7), to(#E7E7E7) );
	background: -o-linear-gradient(19% 78% 90deg,#E7E7E7, #D8D8D7);
	background: linear-gradient(19% 78% 90deg,#E7E7E7, #D8D8D7);
	height: 9px;
	position: absolute;
	width: 100%;
}
#c2 .affil {
	width: 180px;
	height: 180px;
	border: solid 12px #eee;
	overflow: hidden;
}
#c2 .your-technology {
	color: #ff3109;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
#white_papers_promo .your-technology {
	display: block;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 100%;
}

.footer-callout {
	padding-top: 10px;
}
/* END HOME PAGE */

#mainContent { /* For all internal pages */
	background-image:url(images/bgrightcolumn.gif);
	background-repeat:repeat-x;
	min-height:500px;
	padding-bottom:20px;
	position: relative;
	z-index: 8;
}
#mainContent a { color: #5c7a93; text-decoration:underline; }
#article {
	width:699px;
	float:left;
	border-left:3px solid #fff;
	padding-left:24px;
	padding-right:54px;
	padding-top: 1px;
}
#imageGallery {
	width:846px;
	float:left;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	padding-left:24px;
	padding-right:24px;
}
#imageGallery .wp-caption, #imageGalleryPosts .wp-caption { height:206px; }
#imageGalleryPosts {
	width:699px;
	float:left;
}
.imgAlignLeft {
	float:left;
	margin-right:21px;
	margin-bottom:25px;
}

#article .gmr-wrap img, #imageGallery .gmr-wrap img, #imageGalleryPosts .gmr-wrap img{
	background-color: transparent;
}

#article img, #imageGallery img, #imageGalleryPosts img {
	padding: 2px;
	background-color:#fff;
	border: 1px solid #ccc;
	display:block;
	margin: 4px auto 10px auto;
}
/* Max Galleria Image Fixes */
.mg-image-showcase img, .mg-image-slider img {
	padding: 0!important;
	border: none!important;
	margin: 0!important;
}

#article .wp-caption , #imageGallery .wp-caption, #imageGalleryPosts .wp-caption{
	float:left;
	padding:6px;
	margin: 10px 21px 10px 0;
	background-color:#eee;
	border: 1px solid #ccc;
	font-size:.86em;
	color:#333;
	text-align:left;
}
#article .imageRight , #imageGallery .imageRight, #imageGalleryPosts .imageRight{
	float:right!important;
	padding:6px;
	margin: 10px 0 10px 21px;
	background-color:#eee;
	border: 1px solid #ccc;
	font-size:.86em;
	color:#333;
	text-align:left;
}
#sidebarColumn {
	width:194px;
	float:left;
	border-left:3px solid #fff;
}
#sidebarColumn p {text-align:left; }
/* SEARCH */
.searchBox {
	border-bottom:3px solid #fff;
	padding-bottom:6px;
	padding-left:16px;
	padding-top:4px;
	margin: 0 auto;
}
.searchBox p {
	font-size:.9em;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	margin-bottom:0;
}
.searchBox form input.textfield {
	border: 1px solid #cccccc;
	font-size: 1em;
	width:160px;
	background-color:#eee;
}
.searchBox form input.goButton2 {
	background: none;
	background-image:url(images/arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
	color:#fe5301;
	text-align:right;
	border:none;
	width:160px;
	font-size:.9em;
	padding-right:10px;
}
#videoBox {padding-left:6px;padding-top:17px;}
#videoBox ul {
	list-style-type:none;
	margin-left:-30px;
	margin-bottom:2px;
}
#videoBox li {
	height:25px;
	color:#fff;
	text-transform:uppercase;
	background-color:#3C474D;
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	display:inline;
	padding:2px;
	font-size:1.1em;
}
#videoBox li a {
	padding:8px;
	color:#fff;
}
#videoBox li a:hover {
	text-decoration:none;
	color:#ccc;
}
#videoInsert {
	width:418px;
	margin: 0 auto;
	border:3px solid #fff;
}
#videoInsert p  { margin:0 0 6px -3px; padding:0; }
#videoInsert p.photocredits { font-weight:bold; font-style:italic; }
#videoInsert img { margin:0 0 0 -12px; padding:0; border:none; }
#videoBox p {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:12px;
}
.videoContainer {
	width: 390px;
	margin-bottom:26px;
	float:left;
	margin-right:20px;
}
.videoContainer p {font-size:1em; }
.videoRow { clear:both; }
/* TOP LANGUAGE SELECTOR */
#languageLine {
	height:32px;
	width:980px;
}
#languageLine ul {
	list-style-type:none;
	float:right;
	margin:0;
	padding-top:5px;
}
#languageLine li {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left:2px solid #fff;
	margin:0;
	padding:0;
}
#languageLine li a {
	background-color:#BAD8E0;
	color:#435E69;
	text-decoration:none;
	height:16px;float:left;
	padding:2px 11px;
}
#languageLine li a:hover, #languageLine li a.current {
	background-color:#ff5304;
	color:#fff;
}
/* LOGIN LINE UNDER NAV */
#loginLine {
	height:21px;
	background-color:#434542;
	padding: 5px 0 4px  0;
}
#loginLine p {color:#fff;  margin:2px 30px 0 0; font-size:1.1em; float:right; font-weight:bold;}
#loginLine a {color:#ff5304;}
#loginLine form { float:right; }
#loginLine form input {
	border: 1px solid #cccccc;
	color:#000;
	width:90px;padding: 0 6px;
	margin:0 3px;
	background-color:#eee;
}
#loginLine form .submitButton {
	background-color:#fe5301;
	color:#fff;
}


/* OP ED COLUMN */
#editorial { padding-left:24px; padding-right:20px;padding-top:4px; padding-bottom:15px;
		 background-image: url(images/bgeditorial.gif); background-repeat: repeat-y; }
#editorial h2 {
	border-left: 2px solid #fe5301; padding-left:10px; margin-left:-10px;
}
#editorial p { line-height:1.4em; margin-bottom:0;}

/*RELATED ARTICLES BOX*/
#articlesBox {
	border: 1px solid #cccccc;
	background-color:#fff;
	background-image:url(images/bgwhybox.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:100%;
	margin: 20px 0;
}
#articlesBox h3 { color:#434344; font-size:1.4em; padding: 2px 16px 4px 16px ;}
#articlesBox  a {}
#articlesBox  p {
	line-height:1.4em;
	font-size:1.08em;
	padding: 2px 16px;
	color:#333;
}
#article h4 a { color: #5c7a93;}
/* TERMS OF REFERNCE BOX*/
#torBox {
	border: 1px solid #cccccc;
	background-color:#fff;
	background-image:url(images/bgwhybox.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:443px;
	margin: 20px 0;
}
#torBox h3 {
	background-image: url(images/whysld2.gif);
	background-repeat:no-repeat;
	background-position: 10px top ;
	padding: 5px 0 0 58px;
	height:42px;
	margin:7px 0 -23px 0;
	color:#434344;
	font-size:1.4em;
}
#torBox p {
	line-height:1.4em;
	font-size:1.08em;
	padding: 16px 16px 10px 16px ;
	color:#333;
	border-top: 1px solid #cccccc;
}
#torBox a {
	background-image:url(images/arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:10px;
}
/* HEADLINES - MIDDLE COLUMN */
#headlineBox { 	padding: 9px 18px 24px 15px; }
#headlineBox p { margin:0 0 3px 0; line-height:1.4em; }
#headlineBox p strong {font-style:italic}
#headlineBox h3 a,#inBrief h3 a { margin-bottom:0;color: #5c7a93; font-family:"Times New Roman", Times, serif;}
/*  LARGE QUOTE AREA */
#quotes {
	background-image:url(images/quotes.gif);
	background-position:360px 0;
	background-repeat:no-repeat;
	font-size:2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:24px;
	margin-top:30px;
	margin-bottom:30px;
}
.quoteAuthor { 	font-size:.62em; }

/* IN BRIEF */
#keypoints { padding: 4px 27px 30px 17px;
background-image: url(images/rtcol_dropshadow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#keypoints ul { margin-left:-30px;	 }
#keypoints li {
	list-style-image:url(images/bullet_arrow.gif);
	margin-bottom:12px;
	line-height:1.4em;
	font-size:1em;
}
#articleOfInterest {
	background-color:#FFFFFF;
	background-image:url(images/bgnotesofinterest.gif);
	background-position:top;
	background-repeat:no-repeat;
	border: 2px solid #cccccc;
	width:409px;
	float:left;
	padding: 0 17px 17px 17px;
	margin: 0 17px 12px 0;
}

/* SUBSCRIBE BOX */
#subscribeBox {
	border-top:2px solid #7dbccc;
	border-bottom: 2px solid #7dbccc;
	background-image: url(images/bgsignupbox.gif);
	background-repeat:no-repeat;
	width:180px;
	margin-left:10px;
}
#subscribeBox p {
	padding: 12px;
	color:#333;
	margin:0;
}
body:last-child:not(:root:root) #subscribeBox p { /* to handle safari */
	margin-bottom:-2px;
}
/* FOOTER */
#footer {
	background-color:#444444;
	height:41px;
	clear:both;
	margin-top:20px;
	width:100%;
}
.home #footer {margin-top:40px}
#footer ul { margin:0 0 0 -38px; list-style-type:none;  text-align:center; padding-top:12px;}
#footer li { display:inline; border-right: 1px solid #ff5304; margin:0; }
#footer li a { color: #ff5304; text-decoration:none; padding: 0 10px;  }
#footer li a:hover { text-decoration:underline; }
#footer li.last {border:none; }
#copyrightLine {
	background-color:#fff;
	height:30px;
	background-image:url(images/bgcopyright.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}
#copyrightLine p {
	width:956px;
	padding:4px 0 0 24px;
	margin:0 auto;
	font-size:.9em;
}
.container-width {width:974px;margin:20px auto 0 auto;position:relative;}
#quote p {margin:0;text-align:center;font-family:"Georgia",serif;color:#3F3E3E;}
#quote p.content {font-size:16px;}
#quote p.source {font-size:13px;font-style:italic;}
#addThis {position:absolute;top:0px;left:0px;}
#addThis .addthis_toolbox {width:275px;}

/* CLASSES */
.right2 {border-right:2px solid #fff;}
.right3 {border-right:3px solid #fff;}
.author {
	font-size: 1.02em;
	text-transform:uppercase;
	margin:4px 0 0 0;
}
.postedDate { font-size:1em; margin:0; }
.clearit { clear:both; }
sup {
	font-size:.8em;
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}
#checklist caption {
	font-size:1.4em;
	font-weight:bold;
	font-family:georgia;
	margin: 5px;
}
#checklist tbody {
	border: 1px solid #333;
	padding:4px;
	width: 100%;
	background-color:#eee;
	margin: 0 20px;
}
#checklist td {
	margin:6px;
	padding:6px;
	border-bottom:1px solid #000;
	font-size:1.1em;
}
#checklist th {
	padding: 6px;
	background-color:#61C2CB;
	font-size:1.2em;
	text-align:left;
}
#checklist table { margin: 0 auto; }
.row { margin-bottom:10px; clear:both; }
.readmore { margin-top:-10px; }
.readmoreLink { color:#333; text-decoration:underline; }
.readmoreArrows { color:#fe5301; text-decoration:none!important; }
.smallInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-left:40px; margin-right:40px; }
#article .excerpt { margin-bottom:-10px; }
.post-meta { list-style-type:none; margin-left:-38px;margin-top:-4px; }
.quoteBoxLeft {
	float:left;
	width: 300px;
	font-size: 1.4em;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:16px;
}
.quoteBoxRight {
	float:right;
	width: 300px;
	font-size: 1.4em;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:16px;
	margin-top:12px;
}
#slideShowContainer {
	float:left;
	margin-right:12px;
	margin-bottom:10px;
}
#slideShowContainer p {
	float:left;
	margin-right:12px;
	width:400px;
}
.quoteBoxBlue {
	background-color: #99cccc;
	color:#000;
	font-size: 1.2em;
	font-style:italic;
	width: 80%;
	margin: 10px auto;
	text-align:left;
	padding: 10px;
	line-height:1.6em;
	border: 1px solid #000;
}
.lineSpace {height:12px; display:block; }

.magazineFirstImage {
	margin-left:40px;margin-bottom:12px;border:0;
}
.magazineSecondImage {
	margin-left:60px;margin-bottom:12px;border:0;
}
.partnersFirstImage {
	padding-top:10px;margin-bottom:20px;float:left;border:none;
}
.partnersSecondImage {
	padding-top:10px;float:left;margin-left:40px;border:none
}
.partnersFullineImage {
	padding-top:10px;float:left;margin-left:40px;border:none; margin-bottom:10px;
}
.linkcat { list-style-type:none; }

#affiliates, #affiliates ul {margin:0px;padding:0px;vertical-align:center;list-style-type:none;}
#affiliates {
	background: -webkit-gradient(linear, left top, left bottom, from(#caebee), to(#fff) );
	background: -moz-linear-gradient(top, #caebee, #fff 70%);
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#caebee, endColorstr=#FFFFFF);
	margin-top:33px;
	margin-left:9px;
	height:285px;
	width:971px;
}
#affiliates li {height:100%;width:33%;float:left;display:block}
#affiliates li h3 {text-align:center;text-transform:uppercase;color:#a2a2a2;font-weight:bold;font-family:Helvetica,Arial,sans-serif;}
#affiliates li ul li {width:100%}
.affils-bot {
	width:230px;
	margin:0px auto;
}
.affils-top {}
.shadow-all-2 {
	border: solid 2px #dcdcdc\9;
	-moz-box-shadow: 0px 0px 2px 2px #dcdcdc;
	-webkit-box-shadow: 0px 0px 2px 2px #dcdcdc;
	box-shadow: 0px 0px 2px 2px #dcdcdc;
}
.affiliate {
	background-color:#fff;
	border:solid 12px #eee;
	height:222px;
	margin:0px auto;
	width:222px;
}
#affiliates li li .controls {width: 250px; margin:0px auto}
#affiliates li li .controls ul {margin-left: 68px}
#affiliates li li .controls li {width: 20px;}

/* White Paper TABS STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ul.tabs, .tabs ul, */
.tabs, .tabs div, .tabs li h3, .tabs li,
.tabs li h3 a, .tab_contents_container,
.tab_contents_container div,
.tab_contents_container p,
.tab_contents h3,.tab_contents h4,.tab_contents span,
.tab_contents, .tab_contents li,.controls ul
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}

#tabs_container li ,#affiliates li {list-style-type:none;}
.tabs { padding-left: 30px; }

a:active, a:focus, a {outline: none; -moz-outline-style: none;}

#tabs_container { /* width: 536px; */ }
.tabs { list-style: none; height: 18px; margin: 0;}
.tabs li h3 a { font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight:bolder; color:#FFF;}
.tabs li {height: 18px;}

.tabs li {float: left; width:121px; margin-right: 2px;}
.tabs li a {text-transform:uppercase;padding: 3px 10px;display: block;text-decoration: none;text-align:center;}

.tabs li.support { background: url("images/home/home-sprite.png") no-repeat scroll -2px -51px transparent; }
.tabs li.support a {padding-top: 4px;}

.tabs li.technologies { background: url("images/home/home-sprite.png") no-repeat scroll -2px -26px transparent; }
.tabs li.technologies a {padding-top: 4px;}

.tabs li.products {background: url("images/home/home-sprite.png") no-repeat scroll -2px -2px transparent; }
.tabs li.products a {padding-top: 4px;}

/* Container div for text accompanying each tab
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.radius-7-all {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.radius-7-top {
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.tab_border { border-top: solid 4px; }
#support.tab_border { border-color: #7e7e7e; }
#products.tab_border { border-color: #577b94; }
#technologies.tab_border { border-color: #a0957d; }

.tab_contents_container { height: 315px; overflow:hidden; }
.tab_contents { left:-999em;position:absolute; height: 297px; width:100% !important; }

.tab_contents.active { position: static; zoom:1; /* display: block; left:auto; */ }
.tab_contents .whitepaper {float:left;width:189px;padding-left:10px;padding-right:10px;padding-top:12px}
.tab_contents .whitepaper.paper-2, .tab_contents .whitepaper.paper-4 {padding-left:14px;}
.tab_contents .whitepaper.paper-3 {clear: left}

.tab_contents ul {padding-left:5px;width:238px;list-style-position:inside;font-size:12px;}
.tab_contents li li {list-style-type:disc;}

/* Gradients for individual tab content areas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#support {
	background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#fff));
	background: -moz-linear-gradient(top, #d3d3d3, #fff);
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d3d3, endColorstr=#FFFFFF);
}
#products {
	background: -webkit-gradient(linear, left top, left bottom, from(#c8d1d9), to(#fff));
	background: -moz-linear-gradient(top, #c8d1d9, #fff);
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8d1d9, endColorstr=#FFFFFF);
}
#technologies {
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));
	background: -moz-linear-gradient(top, #e6e6e6, #fff);
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6e6e6, endColorstr=#FFFFFF);
}

/* typography for tab content areas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tab_contents h4,#feature_box h4 {font-size:12px;font-family:Helvetica, Arial, sans-serif; font-weight:bolder;font-style:normal;text-transform:capitalize;}

.tab_contents p, .tab_contents span,
#feature_box p,#feature_box span { font-family:Arial,Helvetica,sans-serif; font-size: 11px;/* color:#000; */ font-weight:normal;font-style:normal;}
.tab_contents p { /* width:243px; */ font-family:Arial,Helvetica,sans-serif; font-size: 11px; color: #434343; }

.tab_contents span.author,#feature_box .author {display:block;font-style:italic;font-weight:bold;text-transform:capitalize}
.more_arrow {color:#ff5304;}

.tab_contents span.date {padding-right:2px;}

.tab_contents span.more, .tab_contents span.more_arrow {font-size:11px;}
.tab_contents span.more {display:block;text-decoration:underline}
.tab_contents span.more_arrow {text-decoration:none;}

#products.tab_contents h4 a { color:#486780;}
#technologies.tab_contents h4 a { color: #8d836b; }
#support.tab_contents h4 a {color: #6b6b6b;}

#feature_box h4 { color:#288f9a; }

.controls { /* margin:0px;padding:0px;width:536px;height:21px;background:url(images/home/bg_controls.jpg) repeat-x; */}
.controls li {text-align:left;float:left;display:block;margin:0px 10px;height:21px}
.controls ul { margin-left: 37%; }
.logo-mod .controls ul { margin-left: 25%; }
.logo-mod h4 { font-family: helvetica, arial, sans-serif; font-size: 14px; color: #a2a2a2; font-weight: bold; text-transform: uppercase; text-align: center; margin-bottom: 4px;}
.prev,.play,.pause,.next { width:16px;height:12px; background:url(images/home/home-sprite.png) no-repeat; }

/* previous */
.prev { background-position: 0px -72px; }
.prev:hover { background-position: -22px -72px; }

/* pause */
.pause { background-position: -48px -72px; }
.play, .pause:hover { background-position: -71px -72px; }

/* play ( really just an orange pause button ) */
/* .play { background-position: -94px -72px; } */
/* .pause.active { background-position: -115px -72px; } */

/* next */
.next { background-position: -94px -72px; }
.next:hover,.next.active { background-position: -115px -72px; }

/* hides the text inside the anchor tags */
.controls a {width:16px;color:#000;display:block;text-indent:-9999px;height:21px;}
h3#white_papers {font-size:22px;font-family:Arial,Helvetica,sans-serif;color:#666;font-weight:100 !important;}

/*styles for featured article area*/
#headlineBox p {text-align:left;line-height:1.05em}
#headlineBox p strong {line-height:1.2em;}
#tabs_container, .controls { position: absolute; width: 100% }
#feature_box {width:530px;border:solid 3px #2d949e;background-color:#b6e4e8;}
.feature-title {
	background:url("images/home/feat-title-bg.png") repeat-x;
}
#videoBox h2 {
	margin:0px;
	padding:0px;
	height:25px;
	width:265px;
	color:#FFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:21px;
	font-weight:bold;
	text-indent:15px;
}
.feat-image {margin-bottom:15px;width:530px;height:330px;border:none;}
#feature_box h4 {margin:0px;padding:0px;}
.feature_text {padding:0px 12px 14px 9px}
#videoBox p {margin:0px;padding:0px}
#feature_box .readmore {
	margin-left:5px !important;
	margin-top:0px !important;
}
#sign_up_box {float:right;margin-top:23px;height:82px;width:198px;border:solid 2px #fff;background-color:#61c2cb;}
.h-box-border {border: solid 3px #fff;}
.h-box-sub-text {}
.h-box-submit { font-weight: bold; text-transform:uppercase; padding-right:12px;}
.h-box-pad {padding: 6px;}
.header-box {margin-top:32px; width:200px;height:66px;font-size:.98em !important;color:#1a1a1a;font-weight:bold}
.header-box div label {padding-left: 4px;}
.h-box-sub {background-color:#62c2cc;}
.h-box-search {background-color:#b3b3b3;margin-right: 18px}
.h-box-text-inp {border: solid 1px #b3b3b3; width:176px;margin-top:5px;margin-bottom:5px;margin-left: 5px}
.h-box-submit, #gform_submit_button_16 {
	border:none;
	background:transparent url(images/home/arrow_black.png) center right no-repeat;
	text-transform:uppercase;
}
.home .gform_wrapper {
	width: 200px;
	float: right;
}
.home .gform_edit_link {display:none;visibility:hidden;}
#gform_wrapper_16, #gform_wrapper_16 div, #gform_wrapper_16 ul,
#gform_wrapper_16 li, #gform_wrapper_16 span,
#gform_wrapper_16 input {margin:0px; padding:0px }

#sign_up_box p, .sign_up_box #gforms_confirmation_message {
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-left:33px;
	padding-right:33px;
}
.sign_up_box #gforms_confirmation_message {color:#000}
#sign_up_box .sign_up_box .gfield.email {height:17px;padding-top:5px;padding-left:5px;}
#field_11_2 label {display:none;}
.sign_up_box .email input,#sign_up_box input.email {width:185px !important; border:solid 1px #434344;margin:5px 5px;}
#sign_up_box span, .sign_up_box .gfield_html span {color:#434344;margin-left:10px;margin-top:5px;}
/* gform containers */
.sign_up_box .gform_footer {width:45px;float:right}
#sign_up_box .sign_up_box #field_11_3 {width:46px;float:left;padding-top:5px}
/* #sign_up_box  */
.sign_up_box .button, #sign_up_box .submit {
	background-color:#242424;
	color:#fff !important;
	float:right;
	border:none;
	margin-right:10px !important;
	margin-top:5px !important;
	cursor:pointer;
	text-transform:uppercase;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.radius-7-all {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.sign_up_box .gfield_required, .sign_up_box .gform_edit_link {display:none;visibility:hidden;}
.sign_up_box .gform_body, .sign_up_box .gform_body ul {margin:0px;padding:0px;}
/* .logos  */

.smallInfo {text-align:center}
.logos {margin:0px auto;width:222px;height:222px;text-align:center;position:relative;overflow:hidden;}
.logos div, #image_promo_items div { width: 100%; height: 100%;  }
.logos div img, #image_promo_items div img {margin: auto; display: block;border:none; }
.downloads { background-color: #B6E4E8; border: 3px solid #2D949E;margin-left:15px;margin-right:17px;}
.downloads.searchBox {padding-right:16px}
.downloads ul, .downloads li {margin:0px;padding:0px;}
.downloads h3 {
	margin-top:0px;
	font-family: "Times",Georgia,serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color:#288F9A;
}
.downloads.searchBox p {text-align:left;font-weight:normal;text-transform:none;color:#000;font-size:1.1em;}
.downloads a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#000;
}
.downloads li {text-align:left}

img.alignleft {margin-right:10px;}
img.alignright {margin-left:10px;}

/* media kit reset */
.mk div, .mk span,
.mk h1, .mk h2, .mk h3,
.mk h4, .mk h5, .mk h6,
.mk p, .mk a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.mk ol, .mk ul {
	list-style: none;
}

#media_kit {
	width: 974px;
	margin: 0 auto;
	background: url("images/media_kit/media_kit_eaf8f9_bg.gif") repeat-x 0 0;
	min-height: 500px;
	padding-top: 25px;
	font-family: Helvetica, Arial, sans-serif;
}

#media_kit .outline { border: solid 1px #888a8d; }
#media_kit .outer { width: 886px; margin:0 auto; background-color: #fff; padding-bottom: 20px; }

#media_kit .siding { padding-left: 20px; padding-right: 20px; }
#media_kit .pad-l { padding-left: 20px; }
#media_kit .pad-r { padding-right: 20px; }
#media_kit .pad-t { padding-top: 20px; }
#media_kit .pad-b { padding-bottom: 20px; }

#media_kit h1 {
	color: #fe5301;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
}

#media_kit p {
	font-size:12px;
	text-align: left;
	color: #323133 !important;
	padding-top: 10px;
}



#media_kit div.sponsors_col_one h5 {
	padding: 8px 0 0 0;
}

#media_kit div.sponsors_col_one p {
	line-height: 1.2em;
}

#media_kit div.sponsors_col_one p.praise {
	line-height: 1.2em;
}

span.alt-blue a:link,
span.alt-blue a:visited {
	color: #0f94d7!important;
}

#media_kit .section {
	margin-top: 20px;
	padding-bottom: 20px;
}
#media_kit .section h3 {
	background: url("images/media_kit/mk_head_bg_sprite.png") no-repeat scroll -4px -34px transparent;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	height: 22px;
	text-transform: uppercase;
	width: 164px;
	padding-left: 10px;
	line-height: 22px;
	letter-spacing: .1em;
}
#media_kit .section.offers h3 {
	background-position: -4px -4px;
}

#media_kit .section h4 {
	/*height: 15px; */
	font-style: normal;
	font-weight: bold;
	font-size: 13px !important;
	color: #323133;
	margin-top: 16px;
}
#media_kit .section h5 {
	font-size: 17px;
	font-weight: bold;
	color: #2a929d;
	margin: 5px 0px 0px;
}
#media_kit .section .offer-highlight {
	font-size: 14px;
	font-weight: bold;
	color: #2a929d!important;
}
#media_kit .section .offer-highlight strong, #media_kit .section .offer-highlight a {
	color: #444;
}
#media_kit .exposure { width: 556px; }
#media_kit .sample-wp {
	margin-top: -47px;
	margin-left: 20px;
}
#media_kit .sample-wp p {
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: 800;
	position: absolute;
	right: 5px;
	top: 74px;
	width: 114px;
	letter-spacing: .07em;
}
#media_kit .reach {
}
#media_kit .reach_c1 {
	width: 48%;
/*    padding-right: 37px;*/
}
#media_kit .reach_c2 {
	width: 48%;
}
#media_kit p.praise  {
	color: #2a929d !important;
	font-style: italic;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 17px;
}
#media_kit p.praise .source {
	color: #323133 !important;
}
#media_kit .praise p.first { padding-top: 15px; }
#media_kit .reach .left_col { width: 290px; }
#media_kit .offers {}
#media_kit .offers_col,
#media_kit .offers h4 {
	width: 295px;
}
#media_kit .offers_col.mid {
	padding-left: 15px;
}
#media_kit .offers_col_wide {
	width: 564px;
}
#media_kit .offers h4 { padding-left: 0px; }
#media_kit .offers_col { margin-top: -15px; }
#media_kit .offers_col.first {
	padding-left: 0px;
	margin-top: 0px;
	width: 258px;
}
#media_kit .offers_col.last {
	width: 235px;
	margin-top: -35px;
	padding-left: 34px;
}
#media_kit .offer-top-heading {
	margin-top: 16px!important;
}

#media_kit .offers_col.last img {margin-bottom: 10px }
#media_kit .offers_col.last p {
	font-size: 17px;
	font-weight: 500;
}
#media_kit .offers_col.last p .option-items {
	font-size: 16px;
	text-align: center;
	display: block;
}
#media_kit .offers_col.last p .sponsor-details {
	font-size: 15px;
	text-align: center;
	display: block;
}
#media_kit .offers_col.last p.last {
	font-size: 14px !important;
}
#media_kit .offers_orange {
	color: #f05623 !important;
}
#media_kit .offers_col.last .intro {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: inherit;
}
#media_kit .sponsor {
	background-repeat: no-repeat;
	background-image: url("images/media_kit/mk_head_bg_sprite.png");
	width: 240px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 4px 0!important;
}
#media_kit .sponsor.options {
	background-position: 0px -65px;
}
#media_kit .sponsor.gold {
	background-position: 0px -153px;
}
#media_kit .sponsor.silver {
	background-position: 0px -126px;
}
#media_kit .sponsor.bronze {
	background-position: 0px -96px;
}

#media_kit .whitepaper-offers {
	position: relative;
	left: 7px;
}
#media_kit .whitepaper-offers .whitepaper-offer-1 {
	position: absolute;
	background: url('images/media_kit/whitepapers-callout-1.png') no-repeat left top;
	width: 180px;
	height: 280px;
	padding: 20px 50px 0 20px;
	font-size: 13px;
	line-height: 160%;
	top: 70px;
	left: 25px;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;

	text-align: center;
	color: #fff;
	font-weight: bold;
}

#media_kit .whitepaper-offers .sponsors-offer-1 {
	line-height: 145%;
	background: url('images/media_kit/whitepapers-sponsor-1.png') no-repeat left top;
	padding: 17px 50px 0 20px;
	top: 20px;
}

#media_kit .whitepaper-offers .whitepaper-offer-2 {
	position: absolute;
	background: url('images/media_kit/whitepapers-callout-2.png') no-repeat left top;
	width: 220px;
	height: 100px;
	padding: 20px 50px 0 20px;
	font-size: 13px;
	line-height: 160%;
	top: 785px;
	left: 35px;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;

	text-align: center;
	color: #fff;
	font-weight: bold;
}

#media_kit .whitepaper-offers .sponsors-offer-2 {
	left: 3px;
	top: 772px;
}

#media_kit .whitepaper-offers .sponsors-offer-1 p {
	color: #FFF!important;
	padding-top: 0;
	padding: 0!important;
	margin: 0 0 4px 0!important;
	text-align: center;
	font-size: 15px;
}

#media_kit .whitepaper-offers .sponsors-offer-1 em {
	font-weight: normal;
}

#media_kit .whitepaper-offers .whitepaper-offer-1 strong, #media_kit .whitepaper-offers .whitepaper-offer-2 strong {
	color: #000;
}

#media_kit .contact {}
#media_kit .contact_col {
	width: 240px;
	padding-left: 30px;
	margin-top: 15px;
}
#media_kit .contact_col.first {
	width: 280px;
	padding-left: 0px;
	margin-top: 0px;
}
#media_kit .intro {
	color:#94000c;
	font-size: 15px;
	text-decoration: none;
	margin-top: 25px;
	font-weight: normal;
}
#media_kit .pdf-icon { margin-top: -7px; }
#media_kit .aqua { color: #2a929d !important; }
#media_kit .gray { color: #323133 !important; }

/* Media Kit Columns */
div#media_kit div.media-kit-half-col {
	width: 48%;
}

/* Media Kit ICSA */
#media_kit .icsa {
	padding: 0;
	background: url('images/media_kit/bg_icsa_feature_repeat.jpg') repeat-y 0 0;
	width: 882px;
}
#media_kit .icsa .icsa-top {
	background: url('images/media_kit/bg_icsa_feature_top.jpg') no-repeat 0 0;
	padding: 10px;
}
#media_kit .icsa .icsa-btm {
	background: url('images/media_kit/bg_icsa_feature_btm.jpg') no-repeat bottom left;
}
#media_kit .icsa .icsa-feature-content {
	width: 530px;
	margin-left: 20px;
	padding-top: 5px;
	margin-bottom: 220px;
	min-height: 280px;
}
#media_kit .icsa .icsa-feature-content p {
	font-size: 15px;
	color: #fff!important;
	line-height: 19px;
	text-shadow: 1px 1px 1px #000;
}
#media_kit .icsa .icsa-feature-one {
	width: 392px;
	float: left;
	margin-left: 20px;
}
#media_kit .icsa .icsa-feature-two {
	width: 392px;
	float: left;
	margin-left: 20px;
}

#media_kit .icsa .icsa-feature-one h3, #media_kit .icsa .icsa-feature-two h3 {
	background: none;
	color: #2962c2;
	padding: 0;
	text-transform: none;
	width: auto;
	height: auto;
	line-height: auto;
	letter-spacing: 0;
	margin: 0;
	font-size: 17px;
	font-weight: bold;
}
#media_kit .icsa .icsa-feature-one p, #media_kit .icsa .icsa-feature-two p {
	line-height: 16px;
	color: #323133;
}
#media_kit .icsa .icsa-feature-one ol, #media_kit .icsa .icsa-feature-two ol {
	padding-left: 16px;
}
#media_kit .icsa .icsa-feature-one ol li, #media_kit .icsa .icsa-feature-two ol li {
	color: #323133;
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 12px;
	list-style: decimal;
	font-weight: bold;
}
#media_kit .icsa .icsa-feature-one li span, #media_kit .icsa .icsa-feature-two li span {
	font-weight: normal;
}

#media_kit .icsa-contact {
	background: url('images/media_kit/bg_icsa_feature_repeat.jpg') repeat-y left top;
	width: 882px;
	padding: 0;
}
#media_kit .icsa-contact .first h3 {
	margin-bottom: 20px;
	background: url('images/media_kit/bg-transp-title.png') no-repeat left top;
}
#media_kit .icsa-contact .first p {
	margin-left: 103px;
	line-height: 16px;
	padding-top: 0;
}
#media_kit .icsa-contact .next-step {
	padding-top: 50px;
}
#media_kit .icsa-contact .next-step h5 {
	color: #2962c2;
}
#media_kit .icsa-contact .next-step p {
	padding-top: 0;
	margin-bottom: 10px;
}
#media_kit .icsa-contact .next-step .phone {
	color: #e65123;
}
#media_kit .icsa-contact .next-step a:link, #media_kit .icsa-contact .next-step a:visited {
	color: #2962c2;
}
#media_kit .icsa-contact .next-step a:hover {
	text-decoration: none;
}
#media_kit .icsa-contact-btm {
	background: url('images/media_kit/bg_icsa_feature_btm.jpg') no-repeat bottom left;
}
#media_kit .icsa-contact-top {
	padding: 0 20px 20px 20px;
	background: url('images/media_kit/bg_icsa_contact_top.jpg') no-repeat top left;
}

/* media kit reset */
.prog div, .prog span,
.prog h1, .prog h2, .prog h3,
.prog h4, .prog h5, .prog h6,
.prog p, .prog a, .prog ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#progressive_reports {
	width: 974px;
	margin: 0 auto;
	background: #fff;
	min-height: 500px;
	font-family: Helvetica, Arial, sans-serif;
	color: #434343;
}
.prog .trim {
	border: solid 1px #8a8a8a;
}
.prog .section {
	margin-top: 20px;
}
.prog .intro {
	background: url("images/progressive/intro-striped-bg.jpg") no-repeat;
}
.prog .inner {
	padding-left: 20px;
	padding-right: 20px;
}
.report-info .inner {
	margin-bottom: 20px;
	background: -moz-linear-gradient(100% 100% 90deg,#FFFFFF, #D3D3D3) no-repeat;
	background: -webkit-gradient(linear, 0% 12%, 0% 100%, from(#D3D3D3), to(#fff)) no-repeat;
	background: linear-gradient(100% 100% 90deg,#FFFFFF, #D3D3D3) no-repeat;
}
.prog .inner.intro {
	padding-right: 73px;
}
.prog .section-h {
	color: #fff !important;
	font-size: 12px;
	font-weight: 400;
	height: 23px;
	line-height: 23px;
	text-indent: 14px;
	text-transform: uppercase;
}

.prog .h-bg-wide-gray {
	background: url("images/progressive/progressive_sprite.png") 0px -3px no-repeat;
}
.prog .h-bg-gray {
	background: url("images/progressive/progressive_sprite.png") 0px -30px no-repeat;
}

.prog .intro p {
	font-size: 13px;
	padding-left: 25px;
	width: 545px;
}
.prog .intro p span {
	font-size: 16px;
	display: block;
	font-weight: 500;
}
.report-info div, .report-info p, .report-info h4 {
	color: #333;
}
.report-details h4, .tab-content h4 {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.report-details .report-cover, .report-details .report-synopsis {
	padding-top: 22px;
}
span.report-base-title {
	font-size: 13px;
	font-weight: 600;
	left: 30px;
	position: absolute;
	top: 80px;
	width: 132px;
}
.prog .report-details .first {
	width: 235px;
}
.prog .report-details .second {
	width: 260px;
}
.prog .report-details .third {
	width: 436px;
}
.report-synopsis ul {
	width: 225px;
}
.report-synopsis ul.disc li {
	float: none !important;
	list-style: disc outside none !important;
	margin-left: 15px;
}
.report-synopsis p {
	text-align: left;
}
.selected-report .back-to-featured {
	text-align: right;
	display: block;
	text-decoration: none !important;
	font-size: 12px !important;
	color: #434343 !important;
}
.back-to-featured span {
	color: #e44122;
	margin-right: 5px;
}
.prog .selected-report div.first { width: 51%; padding-right: 10px; }
.prog .selected-report div.second { width: 45%; }
.selected-report div {
	background-color: #fff;
}
.selected-report h4 {
	color: #4ea8b1;
	margin-bottom: 18px;
}
.selected-report .trim {
	width: 404px;
	padding: 15px;
	margin-top: 15px;
}
.selected-report .trim .report-title {
	font-size: 13px;
	margin-bottom: 14px;
}
label.variation-licence-type, label.foxyshop_quantity {
	display: none;
}
input.foxyshop_quantity[type=text] {
	visibility: hidden;
	height: 0px;
	width: 0px;
}
.selected-report .trim li {
	font-size: 12px;
	list-style: none;
}
.selected-report .trim li span {
	color: #5a862e;
	font-weight: 600;
}
.selected-report .report-type-info {
	margin-top: 18px;
	font-size: 12px;
}
.selected-report .delivery-note {
	margin-top: 10px;
}
.selected-report .price, .selected-report .foxyshop_currentprice {
	font-size: 14px;
	font-weight: 600;
	color: #ff3109;
	font-family: arial, helvetica, sans-serif;
}

.selected-report .price {
	margin-top: 60px;
}
body.foxyshop-single-product .foxyshop_button:hover {
	background-color: #fff;
}
body.foxyshop-single-product .foxyshop_button {
	margin: 0px;
	padding: 0px;
	float: none;
	border: 0px;
}
#body.foxyshop-single-product productsubmit {
	border: none;
}
.selected-report .add-to-cart {
	margin-top: 10px;
	height: 36px;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.report-tabs {
	background: -moz-linear-gradient(center bottom, #dcc196 -88%, #fff 100px) 0px 100% #fff no-repeat;
	background: -webkit-gradient(linear, 0% 4%, 0% 149%, from(white), to(#DCC196)) 0px 100% white no-repeat;
	-moz-background-size: 100% 100px;
	-webkit-background-size: 100% 100px;
	background-size: 100% 100px;
	background-color:#fff;
}
.tab-titles li {
	float: left;
	list-style: none;
	width: 177px;
	margin-left: 7px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE6+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* this works in IE8 only */
}
.tab-titles li.active {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE6+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* this works in IE8 only */
}
#progressive_reports .tab-titles h4 a {
	text-decoration: none;
	text-indent: 14px;
	display: block;
}
.tab-bg-orange {
	background: url("images/progressive/progressive_sprite.png") no-repeat 0px -104px;
}
.tab-bg-brown {
	background: url("images/progressive/progressive_sprite.png") no-repeat 0px -138px;
}
.tab-bg-green {
	background: url("images/progressive/progressive_sprite.png") no-repeat 0px -171px;
}
.tab-bg-blue {
	background: url("images/progressive/progressive_sprite.png") no-repeat 0px -205px;
}
.tab-bg-grey {
	background: url("images/progressive/progressive_sprite.png") no-repeat 0px -239px;
}
.tab-content.active {
	display: block;
	padding: 10px 70px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
.tab-content {
	display: none;
}
.tab-content ul li {
	list-style-position: inside;
}
.defense_reports_list li, .company_profiles_list li {
  margin: 5px 0px;
}
.tab-content div, .tab-content p, .tab-content li, .report-synopsis ul {
	font-size: 12px;
}
.questions h5 {
	font-size: 14px;
	font-weight: 600;
	color: #ff3109;
}
.questions p {
	font-size: 13px;
	padding: 0px 115px;
}
.tab-wide-bg-brown {
	background: url("images/progressive/progressive_sprite.png") no-repeat 0px -274px;
}
.tab-wide-bg-green {
	background: url("images/progressive/progressive_sprite.png") no-repeat 0px -274px;
}
.tab-wide-bg-blue {
	background: url("images/progressive/progressive_sprite.png") no-repeat 0px -342px;
}
.more-reports-tabs .tab-titles {
	padding: 0 46px
}
.more-reports-tabs .tab-titles li {
	float: left;
	list-style: none;
	width: 274px;
	margin-left: 7px;
}
.more-reports-tabs .tab-titles li:first-child {
	margin-left: 0px;
}
.more-reports-tabs {
	background: -moz-linear-gradient(center bottom, #c6c1b5 -88%, #fff 100px) 0px 100% #fff no-repeat;
	background: -webkit-gradient(linear, 0% 4%, 0% 149%, from(#fff), to(#c6c1b5)) 0px 100% white no-repeat;
	background: linear-gradient(center bottom, #c6c1b5 -88%, #fff 100px) 0px 100% #fff no-repeat;
	-moz-background-size: 100% 100px;
	-webkit-background-size: 100% 100px;
	background-size: 100% 100px;
	/* For Internet Explorer 5.5 - 7 */
	background-color:#fff;
}
body.foxyshop-single-product .selected-report select {
	width: 170px;
	text-align: center;
	float: none;
}
.tab-content p {
	padding-top: 10px;
}
p.legal-terms { margin-bottom: 10px; }
.legal-terms a {
	padding: 0px 5px;
}


/** Defense Analysis cycle Back Issues Slider Styles **/
div.def-analysis-cat .back-issues {
	width: 889px;
	background-color: #FFF;
	padding: 0 20px 20px 20px;
	position: relative;
}

.back-issues .bi-col {
	width: 889px;
	height: 260px;
}

div.def-analysis-cat .section-h {
	margin-bottom: 10px;
}

div.back-issues div.back-issue-item {
	width: 240px;
	margin: 0 56px 0 0;
	float: left;
}

.disabled {
	display: none;
}

.back-issues #bi-prev {
	position: absolute;
	bottom: 9px;
	left: 12px;
}

.back-issues #bi-next {
	position: absolute;
	bottom: 9px;
	right: 12px;
}

#mainContent div.def-analysis-cat .back-issues #bi-prev,
#mainContent div.def-analysis-cat .back-issues #bi-next {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#mainContent div.def-analysis-cat .back-issues #bi-prev em,
#mainContent div.def-analysis-cat .back-issues #bi-next em {
	color: #ff3e18;
	font-style: normal;
	font-size: 16px;
}

div.def-analysis-cat .back-issues h3 {
	font-size: 13px;
	font-weight: bold;
	background:url(images/progressive/bg-orange-arrows.gif) center left no-repeat;
	padding: 0 0 0 19px;
}
#mainContent div.def-analysis-cat .back-issues h3 a:link,
#mainContent div.def-analysis-cat .back-issues h3 a:visited {
color: #000;
}
div.def-analysis-cat div.back-issue-item ul {
	padding: 0 0 0 20px;
}

div.def-analysis-cat div.back-issue-item ul li {
	padding: 2px 0;
	font-size: 12px;
}

/* Defense Analysis Layout */
/* Description Banner */
div.def-analysis-cat div.intro div.inner {
	padding-left: 5px;
	padding-right: 15px;
	position: relative;
}

div.def-analysis-cat .intro p {
	padding-left: 377px;
	width: 560px;
	margin: -20px 0 0 0;
	line-height: 1.3em;
}

div.def-analysis-cat .intro p span {
	padding: 0 0 4px 0;
}

div.def-analysis-cat .intro .section-h {
	margin-left: 15px;
}

img.defense-analysis-banner {
	padding-left: 377px;
	position: relative;
	top: -5px;
}

img.def-analysis-cover {
	position: absolute;
	bottom: 0px;
	left: 5px;
}

/* Current Issue */
div.def-analysis-cat .report-details h4 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-style: normal;
}

div.def-analysis-cat .report-details h4 em {
	font-style: italic;
}

div.def-analysis-cat .report-details h4,
div.def-analysis-cat .tab-content h4 {
	text-transform: none;
}

div.def-analysis-cat div.report-synopsis ul {
	padding: 0px;
	margin: 0px;
}

div.def-analysis-cat div.report-synopsis ul li {
	font-size: 12px;
	padding: 5px 0;
}

/* Defense Analysis Column Layout */
/* First and Second Column Container */
div.def-analysis-cat div.first-second-parent {
	width: 495px;
	float: left;
}

div.def-analysis-cat div.report-details {
	margin: 0 0 23px 0;
}

div.def-analysis-cat div.report-details div.first {width: 213px;}
div.def-analysis-cat div.report-details div.second {width: 282px;}

/* Defense Analysis Synopsis */
div.def-analysis-cat #defense-analysis-synopsis {
	clear: both;
	width: 446px;
	padding: 40px 0 0 0;
}

html div.def-analysis-cat #defense-analysis-synopsis p {
	margin: 0 0 1em 0;
	text-align: left;
}

div.def-analysis-cat #defense-analysis-synopsis ul {
	padding: 0 0 0 14px;
}

div.def-analysis-cat #defense-analysis-synopsis ul li {
	font-size: 12px;
	padding: 4px 0;
}

/* Current Issue Thumbnail Frame - Shadow and Border */
div.def-analysis-cat div.def-analysis-current-issue-thumb {
	width: 199px;
	height: 274px;
	background: url(images/progressive/def-analysis-current-issue-frame.png);
	padding: 10px 0 0 9px;
	position: relative;
	top: -3px;
}

/* Free Sample Publication */
div.def-analysis-cat div.free-sample-publication {

}

div.def-analysis-cat div.free-sample-publication h4 {
	font-size: 20px;
	margin: 0 0 3px 0;
}

div.def-analysis-cat div.free-sample-publication p {
	font-size: 13px;
}

div.def-analysis-cat div.free-sample-frame {
	width: 137px;
	height: 183px;
	padding: 10px 0 0 10px;
	float: left;
	margin: 0 3px 0 0;
	background: url(images/progressive/free-sample-frame.gif) top left no-repeat;
	position: relative;
	left: -5px;
}

div.def-analysis-cat div.selected-report div.free-sample-publication .pdf-icon {
	margin: 5px 0 22px 0;
}

div.def-analysis-cat p.download-free-sample {
	text-align: right;
	position: relative;
	top: 16px;
}

/* Pricing Box Styles */
div.def-analysis-cat .selected-report .trim li span {
	color: #333;
}

div.def-analysis-cat div.selected-report div.first {
	width: 190px;
}

div.def-analysis-cat div.selected-report div.first ul {
	padding: 0px;
	margin: 0px;
}

div.def-analysis-cat div.selected-report div.second {
	width: 203px;
	text-align: right;
}

div.def-analysis-cat div.selected-report #productsubmit {
	position: relative;
	left: 10px;
	margin: 12px 0;
}

div.def-analysis-cat div.selected-report div.price span.float_l {
	float: none;
	position: relative;
	top: 2px;
}

div.def-analysis-cat div.selected-report .pdf-icon {
	margin: 20px 0 0 0;
}

div.def-analysis-cat div.selected-report div#foxyshop_main_price {
	float: right;
	display: inline;
	padding: 0 0 0 5px;
}

div.def-analysis-cat div.selected-report span.report-title,
.foxyshop_variations label {
	display: none;
}

div.def-analysis-cat div.selected-report p.price-description {
	font-size: 13px;
	margin: 0 0 14px 0;
	text-align: left;
}

div.def-analysis-cat div.us-only {
	clear: both;
	font-size: 13px;
	font-weight: bold;
}

#mainContent div.def-analysis-cat div.us-only a:link,
#mainContent div.def-analysis-cat div.us-only a:visited {
	text-decoration: none;
}

/** WHITE PAPER LANDING PAGE **/

.times {
	font-family: "Times New Roman",Times,serif;
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
}

#white_papers_landing {
	width: 948px;
	margin-left: 26px;
	float: left;
}

#wppr_header {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(212,212,212)),
	color-stop(0.38, rgb(186,186,186)),
	color-stop(0.99, rgb(237,237,237)),
	color-stop(0, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	center bottom,
	rgb(212,212,212) 0%,
	rgb(186,186,186) 38%,
	rgb(237,237,237) 99%,
	rgb(255,255,255) 0%
	);
	height: 26px;
	padding: 8px 26px;
}

#wppr_header h2 {
	color: #666;
	font-size: 22px;
	margin: 0;
	text-transform: none;
}

h2 #mirion_header {
	color: black;
}

h2 #wppr_date {
	color: #f16322;
	font-size: 12px;
	font-weight: bold;
	margin-left: 12px;
}

#white_papers_landing h1 {
	margin: 25px 0 15px;
	color: #f16322;
	font-size: 22px;
	line-height: 0;
}

#white_papers_landing h4 {
	color: #57b8c2;
	font-size: 14px;
	font-style: normal;
	margin: 8px 0 0 0;
}

#white_papers_landing h5 {
	margin: 5px 0;
	font-size: 14px;
}

#white_papers_landing p {
	font-size: 13px;
	margin: 5px 0;
}

#wppr_left {
	width: 700px;
}

#wppr_main_text {
	margin-top: 20px;
}

#wppr_left ol {
	margin: 5px 0 15px 0;
	-moz-padding-start: 20px;
}

#wppr_left li {
	font-size: 12px;
	margin-top: 3px;
	font-weight: bold;
}

.wppr_li_text {
	color: #57b8c2;
}

#wppr_left blockquote {
	font-style: italic;
	font-size: 12px;
}

#wppr_sidebar {
	width: 230px;
	float: left;
	margin-left: 10px;
}

#wppr_sidebar #products {
	background: url("images/home/technologies-tab.gif") no-repeat scroll right top transparent;
	height:17px;
	width: 117px;
	text-align: center;
	padding-top: 2px;
	float: right;
}

#wppr_sidebar #products > span {
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#wppr_sidebar h3 {
	color: white;
}

#wppr_sidebar #products {
	margin-top: 15px;
	margin-right: 10px;
}

#wppr_sidebar #product_box {
	height: 248px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	border: 2px solid #57b8c2;
	position: relative;
	top: -1px;
	text-align: center;
}

#wppr_gold_sponsor {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0.34, rgb(255,255,255)),
	color-stop(0.81, rgb(176,147,81))
	);
	background-image: -moz-linear-gradient(
	left center,
	rgb(255,255,255) 34%,
	rgb(176,147,81) 81%
	);

	padding: 2px 5px;
	color: #a58c52;
	font-weight: bold;
	font-size: 10px;
	margin-left: 2px;
	text-align: left;
}

#wppr_sponsor_logo {
	display: block;
	margin: 35% 0;
}

#wppr_contact_info  {
	border: 4px solid #d8d8d8;
	padding: 8px;
	margin-top: 10px;
	height: 600px;
}

#wppr_contact_info h3 {
	color: #808283;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#wppr_contact_info a {
	color: #5c7a93;
	font-size: 13px;
}

#wppr_contact_info address {
	font-size: 13px;
	color: #1a1a1a;
	font-style: normal;
	margin: 13px 0;
	font-weight: bold;
}

#wppr_contact_info ul {
	list-style-type: none;
	-moz-padding-start: 0px;
	margin: 0;
	font-size: 13px;
}

#wppr_contact_info li span {
	font-style: italic;
	font-weight: bold;
}

/* Whitepapers
-------------------------------------------------------------- */

#mainContent.whitepapers-main-content { background: #ffffff; }

.whitepapers-page {
	width:946px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	padding:0 14px;
}

.whitepapers-nav { position: relative; padding-bottom: 30px; }
.whitepapers-nav h2 { display: inline-block; width: 304px; }
.whitepapers-nav .pagination { position: absolute; top: 24px; right: 0; }

.whitepapers { overflow: hidden; }
.whitepapers table { width: 100%; border-collapse: collapse; }
.whitepapers table td { padding-bottom: 16px; vertical-align: top; }
.whitepaper { float: left; padding: 7px; width: 301px; /*height: 180px; overflow: hidden;*/ }
.whitepaper .whitepaper-tab { text-align: right; height: 18px; }
.whitepaper .whitepaper-tab span {
	display: inline-block; padding: 6px 31px 0 31px; height: 13px; line-height: 1em; color: #ffffff; background-color: #567b93;

	/* border radius */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.products .whitepaper-tab span { background-color: #567b93; }
.technologies .whitepaper-tab span { background-color: #9f957d; }
.support .whitepaper-tab span { background-color: #808283; }
.whitepaper .whitepaper-content {
	display: inline-block; border: 2px solid #567b93; background: #ffffff; height: 140px; /*overflow: auto;*/

	/* border radius */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}
.products .whitepaper-content { border: 2px solid #567b93; }
.technologies .whitepaper-content { border: 2px solid #9f957d; }
.support .whitepaper-content { border: 2px solid #808283; }
.whitepaper .whitepaper-content .whitepaper-sponsor {
	margin-bottom: 8px; padding-top: 4px; padding-left: 15px; height: 7px; font-size: 0.8em; line-height: 1em; text-transform: uppercase;

	/* border radius */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}
.whitepaper .whitepaper-content .whitepaper-sponsor.gold {
	color: #a58c52;

	/* gradient */
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 40%, #b4985b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(40%,#ffffff), color-stop(100%,#b4985b));
	background: -webkit-linear-gradient(left,  #ffffff 40%,#b4985b 100%);
	background: -o-linear-gradient(left,  #ffffff 40%,#b4985b 100%);
	background: -ms-linear-gradient(left,  #ffffff 40%,#b4985b 100%);
	background: linear-gradient(left,  #ffffff 40%,#b4985b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b4985b',GradientType=1 );
}
.whitepaper .whitepaper-content .whitepaper-sponsor.silver {
	color: #a4a4a4;

	/* gradient */
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 40%, #a4a4a4 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(40%,#ffffff), color-stop(100%,#a4a4a4));
	background: -webkit-linear-gradient(left,  #ffffff 40%,#a4a4a4 100%);
	background: -o-linear-gradient(left,  #ffffff 40%,#a4a4a4 100%);
	background: -ms-linear-gradient(left,  #ffffff 40%,#a4a4a4 100%);
	background: linear-gradient(left,  #ffffff 40%,#a4a4a4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a4a4a4',GradientType=1 );
}
.whitepaper .whitepaper-content .whitepaper-sponsor.bronze {
	color: #bb9267;

	/* gradient */
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 40%, #bb9267 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(40%,#ffffff), color-stop(100%,#bb9267));
	background: -webkit-linear-gradient(left,  #ffffff 40%,#bb9267 100%);
	background: -o-linear-gradient(left,  #ffffff 40%,#bb9267 100%);
	background: -ms-linear-gradient(left,  #ffffff 40%,#bb9267 100%);
	background: linear-gradient(left,  #ffffff 40%,#bb9267 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bb9267',GradientType=1 );
}

.whitepaper .whitepaper-content .whitepaper-content-inner { height: 122px; overflow: hidden; }


.whitepaper .whitepaper-content .whitepaper-thumbnail { float: left; padding-left: 5px; width: 113px; }
.whitepaper .whitepaper-content .whitepaper-thumbnail img { width: 108px; height: 108px; }
.whitepaper .whitepaper-content .whitepaper-copy { /*float: left;*/ padding: 0 5px 9px 5px; width: 287px; font-size: 0.8em; line-height: 1.3em; }
.whitepaper .whitepaper-content .whitepaper-copy h2 { margin: 0; font-size: 1.7em; font-weight: bold; }
.whitepaper .whitepaper-content .whitepaper-copy h3 { clear: none; margin: 0; font-size: 1.4em; color: #f16322; }
.whitepaper .whitepaper-content .whitepaper-copy p { margin: 0; }
.whitepaper .whitepaper-content .whitepaper-copy .whitepaper-excerpt { display: inline-block; width: 160px; font-size: 0.8em; line-height: 1.3em; }
.whitepaper .whitepaper-content .whitepaper-copy .whitepaper-date { margin-top: 0; color: #666666; }
.whitepaper .whitepaper-content .whitepaper-link { padding-left: 5px; font-size: 0.8em; }

#wppr_sidebar .whitepaper { padding: 0 0 10px 0; width: 230px; }
#wppr_sidebar .whitepaper .whitepaper-content { width: 226px; height: 231px; }
#wppr_sidebar .whitepaper .whitepaper-content .whitepaper-content-inner { height: 231px; }
#wppr_sidebar .whitepaper .whitepaper-content .whitepaper-content-inner img { margin-left: 15px; width: 200px; height: 200px; }



/* Publications Category Styles */
div.publications-cat div.group {
	position: relative;
}

div.publications-cat img.publications-banner {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div.publications-cat div.intro p.float_l {
	font-size: 15px;
	font-weight: bold;
	padding-left: 566px;
	padding-bottom: 16px;
	width: auto;
	line-height: 1.2em;
}

/* Featured Publication Box */
div.publications-cat div.report-info div.inner {
	padding: 19px;
	margin-bottom: 0px;
}

div.publications-cat div.feature-item {
	background-color: #FFF;
	border: 1px solid #8a8a8a;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	padding-left: 10px;
}

div.publications-cat div.first-second-parent {
	width: 561px;
	float: left;
	margin: 0 21px 0 0;
	padding: 4px 0 0 0;
}

div.publications-cat div.first-second-parent div.first {
	width: 149px;
	float: left;
}

div.publications-cat div.first-second-parent div.second {
	width: 402px;
	float: left;
	padding: 9px 0 0 0;
	font-size: 13px;
}

div.publications-cat div.featured-publication-thumb {
	padding: 10px 0 0 9px;
	width: 140px;
	height: 190px;
	background: url(images/progressive/bg-featured-publication.jpg) top left no-repeat;
}

div.publications-cat div.featured-publication-thumb img {
	width: 119px;
	height: 169px;
}

div.publications-cat div.first-second-parent .report-synopsis ul {
	width: auto;
}

div.publications-cat div.third {
	width: 318px;
	float: left;
}

/* Featured Publication Foxycart Layout */
div.publications-cat div.selected-report div.first {
	width: 102px;
	float: left;
	padding: 0;
}

div.publications-cat div.cart-pic {
	padding: 4px 0 0 3px;
	width: 98px;
	height: 115px;
	background: url(images/progressive/bg-featured-publication-small.jpg) top left no-repeat;
}

div.publications-cat div.cart-pic img {
	width: 72px;
	height: 102px;
}

div.publications-cat .pdf-icon {
	margin: 0 0 0 28px;
}

div.publications-cat div.important-product .pdf-icon {
	margin: 0px;
	position: relative;
	left: -10px;
}

/* Hide PDF icon if product is hard back book */
div.publications-cat div.feature-item div.selected-hard .pdf-icon, div.publications-cat div.important-publications div.selected-hard .pdf-icon {
	display: none;
}

/* Hide While Supplies Last Text if PDF */
div.publications-cat div.feature-item div.selected-pdf .hardcover-text, div.publications-cat div.important-publications div.selected-pdf .hardcover-text {
	display: none;
}

div.publications-cat div.selected-report div.second {
	width: 180px;
	float: left;
}

div.publications-cat div.selected-report span.report-title {
	margin-bottom: 0 !important;
	font-style: italic;
	font-size: 14px;
}

div.publications-cat div.selected-report .availability-text,
div.publications-cat div.selected-report .hardcover-text {
	font-size: 13px;
	text-align: left;
}

div.publications-cat div.selected-report div.second select, div.publications-cat div.important-product select {
	width: 180px;
	float: none;
	margin: 8px 0 30px 0;
}

div.publications-cat div.important-product select {
	margin: 8px 0 17px 0;
}

div.publications-cat div.selected-report #foxyshop_main_price,
div.publications-cat div.selected-report #foxyshop_main_price div {
	display: inline !important;
}

div.publications-cat div.selected-report .price {
	margin-top: 0px;
	text-align: right;
	float: right;
}

html div.publications-cat #productsubmit {
	border: none !important;
}

html div.publications-cat div.third #productsubmit {
	margin-right: 0px;
	float: right;
	padding: 0px;
	position: relative;
	left: 9px;
}

div.publications-cat div.selected-report div#foxyshop_main_price, div.publications-cat div div#foxyshop_main_price {
	padding: 0 0 0 5px;
}

html div.publications-cat div.third .foxyshop_button:hover {
	border: none;
	background-color: #FFF;
}

div.publications-cat div.selected-report .trim {
	margin-top: 0px;
	padding: 12px;
}

div.publications-cat .selected-report .trim {
	width: auto;
}

/* Important Publications */
div.publications-cat div.important-publications {
	background-color: #FFF;
	border: 1px solid #8a8a8a;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}

div.publications-cat div.important-publications div.important-product {
	width: 278px;
	float: left;
	margin: 0 25px 0 0;
	font-size: 12px;
	padding: 4px 0 12px 0;
}

/* Important Product Image */
div.publications-cat div.important-publications div.important-product div.important-product-image {
	width: 108px;
	height: 119px;
	background: url(images/progressive/bg-important-product.gif) top left no-repeat;
	padding: 5px 0 0 5px;
	float: left;
}

div.publications-cat div.important-publications div.important-product div.important-product-image img {
	width: 80px;
	height: 108px;
}

div.publications-cat div.important-publications div.important-product div.important-product-pdf-text {
	width: 135px;
	float: left;
	padding: 40px 0 0 0;
}

div.publications-cat div.important-publications div.important-product p.important-product-name {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	margin: 8px 0;
}

html div.publications-cat div.important-publications div.important-product div.important-add-button {
	display: block !important;
	clear: both;
	padding: 7px 0 0 0;
}

div.publications-cat div.important-publications #foxyshop_main_price,
div.publications-cat div.important-publications #foxyshop_main_price div {
	display: inline !important;
	color: #FF3109;
	font-weight: bold;
}

div.publications-cat div.important-publications div.important-product div.price {
	color: #FF3109 !important;
	font-weight: bold !important;
}

div.publications-cat div.important-publications div.important-product p {
	text-align: left;
}


div.publications-cat div.important-publications div.important-product #productsubmit {
	background: none;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	position: relative;
	left: -4px;
}

/* Strategic Insights Styles */
div.strategic-cat div.intro p {
	width: auto;
	padding-left: 400px;
	padding-bottom: 10px;
}

div.strategic-cat div.intro p strong {
	font-size: 16px;
	padding: 0 0 4px 0;
	display: block;
}

div.strategic-cat div.intro p span {
	display: block;
	padding: 6px 0 0 0;
	font-size: 13px;
	font-weight: normal;
}

div.strategic-cat .report-details .report-cover,
div.strategic-cat .report-details .report-synopsis {
	padding-top: 3px;
}

div.strategic-cat .report-details div.first-second-parent h4 {
	text-transform: uppercase;
}

div.strategic-cat div.report-details div.first-second-parent div.first {
	width: 230px;
}

div.strategic-cat p.si-current-issue {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	left: -12px;
	top: -8px;
}

div.strategic-cat div.report-details div.first-second-parent div.second {
	width: 240px;
	padding: 6px 0 0 0;
}

div.strategic-cat div.report-details div.first-second-parent div.second p {
	margin-bottom: 10px;
}

div.strategic-cat div.report-details div.selected-report div.first p {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

div.strategic-cat .clr {
	clear: both;
}

div#si-excerpt {
	float:  left;
	font-size:  12px;
	margin:  0 35px 0 0;
}

div#si-excerpt p {
	margin-bottom:  10px;
}

/* Hide Item Description Based on Selected Type */
div.strategic-cat div.selected-report div.single,
div.strategic-cat div.selected-report div.non-profit,
div.strategic-cat div.selected-report div.corporate,
div.strategic-cat div.selected-report div.individual {
	display: none;
}

div.strategic-cat div.selected-single div.single,
div.strategic-cat div.selected-non-profit div.non-profit,
div.strategic-cat div.selected-corporate div.corporate,
div.strategic-cat div.selected-individual div.individual {
	display: block;
	font-size: 12px;
}

div.strategic-cat div.subsciption-option-text {
	padding: 0 20px;
}

div.strategic-cat div.subsciption-option-text p {
	text-align: left !important;
}

div.strategic-cat div.selected-report .trim li {
	padding: 1px 0;
}

/*Strategic Insights Product Image Shadow */
div.strategic-cat div.def-analysis-current-issue-thumb {
	width: 213px;
	height: 289px;
	background: url(images/progressive/bg-strategic-frame.png) top left no-repeat;
	padding: 10px 0 0 9px;
}

div.strategic-cat div.def-analysis-current-issue-thumb img {
	width: 191px;
	height: 271px;
}

/* Strategic Insights - Back Issues */
div.strategic-cat div.back-issue-item-main {
	width: 82px;
	margin: 0 15px 0 0;
	float: left;
}

div.strategic-cat div.back-issue-item-side {
	width: 123px;
	padding: 0 0 0 20px;
	float: left;
}

div.strategic-cat div.back-issues div.back-issue-item-side h3 {
	position: relative;
	left: -20px;
	padding-bottom: 5px;
}

div.strategic-cat div.back-issue-item-side h5 {
	font-size: 12px;
	font-weight: bold;
}

div.strategic-cat div.back-issue-item-side p {
	font-size: 12px;
	text-align: left;
	margin-bottom: 4px;
}

div.strategic-cat .back-issues .bi-col,
div.strategic-cat .back-issues .bi-slides {
	height: 300px;
}


/** progressive geography select show/hide **/
hide {
	display: none;
}

ul.company_profiles_list, select#geographies {
	margin-top: 10px;
}



/* Gray Swan */
html div.gray-swan-cat div.intro {
	background: #FFF;
}

html div.gray-swan-cat div.intro div.inner {
	padding-left: 0px;
}

html div.gray-swan-cat .intro .section-h {
	position: relative;
	z-index: 20;
}

html div.gray-swan-cat img.gray-swan-cover {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

html div.gray-swan-cat div.intro div.txt-left {
	float: none;
	padding: 0 0 0 401px;
	min-height: 410px;
	height:auto !important;
	height: 410px;
	margin: -20px 0 0 0;
}

html div.gray-swan-cat .intro p {
	width: auto;
	padding: 0;
	padding-left: 0;
	margin: 0 0 10px 0;
}

html div.gray-swan-cat .intro p.gs-intro strong {
	font-size: 16px;
}

html div.gray-swan-cat div.initial-offer {
	background-color: transparent!important;
	padding: 15px 0 0 0;
	font-size: 13px!important;
}

html div.gray-swan-cat div.report-details {
	margin: -20px 0 0 0;
}

html div.gray-swan-cat div#defense-analysis-synopsis {
	padding: 0px;
}

html div.gray-swan-cat div#defense-analysis-synopsis p {
	font-size: 13px!important;
}

/* Gray Swan Current Issue Frame - Shadow */
div.gray-swan-cat div.def-analysis-current-issue-thumb {
	background: url(images/progressive/gray-swan-current-issue-frame.png) top left no-repeat;
	height: 247px;
}


/* New Styles for Strategic Inflection Points */
div.sip-cat div.intro div.inner {
	padding:  0 0 10px 0;
}

div.sip-cat div.intro img {
	float:  left;
	height:  auto;
	margin:  0 10px 0 0;
}

div.sip-cat div.intro div.float_l {
	padding:  26px 0 0 0;
	width: 422px;
}

div.sip-cat div.intro {
	background-color:  #FFF;
	background-image:  none;
}

div.sip-cat div.intro p {
	margin:  0 0 10px 0;
	padding:  0;
	width:  auto;
	font-size:  16px;
}

div.sip-cat div.intro p.sip-intro {
	font-size:  25px;
}

div.sip-cat div.sip-excerpt-wrap {
	padding:  0 30px 0 0;
}

div.sip-cat div.sip-excerpt-wrap h3 {
	font-size:  18px;
	font-weight:  bold;
	margin:  0 0 10px 0;
	padding:  5px 0 0 0;
}

div.sip-cat div.initial-offer {
	margin:  30px 0 0 0;
	background-color:  transparent;
}

div.sip-cat div#defense-analysis-synopsis p,
div.sip-cat div.initial-offer p,
div.sip-cat div.sip-excerpt-wrap p {
	margin:  0 0 1em 0!important;
	line-height:  1.4em;
}

div.sip-cat div#defense-analysis-synopsis {
	padding: 1px 0 0 0;
}

/* f35 consortium
------------------------- */
#mainContent .f35-consort {
	width:974px;
	margin:0 auto;
}
#mainContent .f35-consort p {margin:0;} /* reset */
/* photobar */
#mainContent .f35-consort .photobar {
	position:relative;
	overflow:hidden;
	width:974px;
	height:436px;
	margin:0 0 20px 0;
	text-align:center;
	font-family:"Arial","Helvetica",sans-serif;
	font-size:23px;
	color:#1F1E1E;
	line-height:38px;
	font-weight:bold;
}
#mainContent .f35-consort .photobar .header {
	position:absolute;
	top:0px;
	left:0px;
	width:974px;
	height:45px;
	background:url('images/f-35-banner/header-bg.png') no-repeat center top;
	z-index:299;
}
#mainContent .f35-consort .photobar .curve {
	position:absolute;
	bottom:0px;
	right:0px;
	background:url('images/f-35-banner/curve.png') no-repeat left top;
	width:358px;
	height:398px;
	z-index:199;
}
#mainContent .f35-consort .photobar .curve .content {
	text-align:right;
	font-size:16px;
	line-height:21px;
	color:#3D3D3D;
	font-weight:normal;
	padding:15px 15px 0 0;
	margin:0;
}
#mainContent .f35-consort .photobar .slides {
	width:796px;
	height:398px;
	position:relative;
	margin:38px 0 0 0;
}
/* company-content box */
#mainContent .f35-consort .company-content {
	position:relative;
	background:url('images/f-35-banner/company-content-bg.jpg') no-repeat left top;
	width:973px;
	height:554px;
	margin:0 0 20px 0;
}
#mainContent .f35-consort .company-content p.header {
	color:#313132;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	height:73px;
	line-height:30px;
	padding:6px 0 0 0;
	margin:0;
}
#mainContent .f35-consort .company-content select.dropdown {
	position:relative;
	z-index:299;
	float:right;
	margin:5px 15px 0 0;
}
#mainContent .f35-consort .company-content .navi {
	position:absolute;
	z-index:99;
	bottom:21px;
	left:28px;
	width:920px;
	height:30px;
	background:url('images/f-35-banner/navi-bg.png') no-repeat left top;
}
#mainContent .f35-consort .company-content .navi a.prev {
	float:left;
	display:block;
	text-indent:-999em;zoom:1;
	width:15px;
	height:12px;
	margin:7px 0 0 383px;
	background:url('images/f-35-banner/navi-left.png') no-repeat left top;
}
#mainContent .f35-consort .company-content .navi a.pause {
	float:left;
	display:block;
	text-indent:-999em;zoom:1;
	width:9px;
	height:12px;
	margin:7px 0 0 65px;
	background:url('images/f-35-banner/navi-pause.png') no-repeat left top;
}
#mainContent .f35-consort .company-content .navi a.next {
	float:left;
	display:block;
	text-indent:-999em;zoom:1;
	width:15px;
	height:12px;
	margin:7px 0 0 56px;
	background:url('images/f-35-banner/navi-right.png') no-repeat left top;
}
#mainContent .f35-consort .company-content .slides {
	background:url('images/f-35-banner/company-content-folderfile-bg.png') no-repeat left top;
	width:941px;
	height:462px;
	margin:0 auto;
}
#mainContent .f35-consort .company-content .slides > div {
	padding:0 0 0 10px;
}
#mainContent .f35-consort .company-content .slides .head1  {
	float:left;
	width:300px;
	margin:0;
	color:#F55303;
	font-size:17px;
	font-weight:bold;
	line-height:35px;
}
#mainContent .f35-consort .company-content .slides .head2  {
	clear:both;
	width:300px;
	margin:0 0 8px 0;
	color:#464646;
	font-size:23px;
	font-weight:bold;
	line-height:26px;
}
#mainContent .f35-consort .company-content .slides a.btn {
	margin:10px auto 0 auto;
	display:block;
	width:210px;
	height:55px;
	text-indent:-999em;zoom:1;
	background:url('images/f-35-banner/company-content-btn.png') no-repeat left top;
}
#mainContent .f35-consort .company-content .slides .col-1w {
	float:left;
	width:216px;
}
#mainContent .f35-consort .company-content .slides .col-2w {
	float:left;
	width:447px;
}
#mainContent .f35-consort .company-content .slides .col-pad {
	padding:0 15px 0 0;
}
#mainContent .f35-consort .company-content .slides .slide1 p.intro {
	color:#646464;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	line-height:17px;
	margin:0 0 10px 0;
}
#mainContent .f35-consort .company-content .slides .slide1 a.btn {
	margin:153px auto 0 auto;
}
#mainContent .f35-consort .company-content .slides .slide1 p.descr,
#mainContent .f35-consort .company-content .slides .slide3 p.descr {
	color:#646464;
	font-size:11px;
	line-height:11px;
	margin:0 0 7px 0;
}
#mainContent .f35-consort .company-content .slides .slide2 p.intro {
	color:#646464;
	font-size:13px;
	line-height:17px;
}
#mainContent .f35-consort .company-content .slides .slide2 p.companies-heading {
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	color:#646464;
	border-bottom:1px solid #646464;
	margin:0 0 4px 0;
}
#mainContent .f35-consort .company-content .slides .slide2 p.companies-list {
	font-size:11px;
	color:#646464;
	line-height:13px;
}
#mainContent .f35-consort .company-content .slides .slide3 .img {
	margin:30px 0 0 0;
}
#mainContent .f35-consort .company-content .slides .slide4 .col-1 p,
#mainContent .f35-consort .company-content .slides .slide4 .col-2 .row-1 p {
	font-size:14px;
	color:#777;
	margin:0 0 12px 0;
}
#mainContent .f35-consort .company-content .slides .slide4 .col-1 {
	width:342px;
	float:left;
}
#mainContent .f35-consort .company-content .slides .slide4 .col-2 {
	width:570px;
	float:right;
}
#mainContent .f35-consort .company-content .slides .slide4 .col-2 .row-1 {
	height:171px;
	background:url(images/f-35-banner/globe-with-flags.png) no-repeat left top;
	margin:-25px 0 0 0;
	padding:25px 0 0 220px;
}
#mainContent .f35-consort .company-content .slides .slide4 .col-2 .row-2 {
	height:215px;
	margin:0;
	background:url(images/f-35-banner/global-reach-callout-bg.png) no-repeat 15px top;
}
#mainContent .f35-consort .company-content .slides .slide4 .col-2 .row-2 p {
	float:left;
	width:340px;
	padding:14px 10px 14px 35px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 3px #000;
}
#mainContent .f35-consort .company-content .slides .slide4 .col-2 .row-2 .btn-play-slideshow {
	display:block;
	width:171px;
	height:60px;
	float:left;
	margin:60px 0 0 0;
	background:url(images/f-35-banner/btn-play-slideshow.png) no-repeat left top;
	text-indent:-999em;zoom:1;
}
/* news box */
#mainContent .f35-consort .news {
	padding:0 10px 10px 30px;
	width:933px;
	background:url('images/f-35-banner/news-bg.png') repeat-x 0 100%;
	margin:0 auto 20px auto;
	-moz-box-shadow:    inset 0 0 10px #333;
	-webkit-box-shadow: inset 0 0 10px #333;
	box-shadow:         inset 0 0 10px #333;
}
#mainContent .f35-consort .news .header {
	float:left;
	width:213px;
	height:22px;
	background:url('images/f-35-banner/news-header.png') no-repeat left top;
	margin:0 0 10px 0;
}
#mainContent .f35-consort .news .header p {
	line-height:22px;
	padding:0 15px;
	font-size:13px;
	color:#FFF;
	text-transform:uppercase;
}
#mainContent .f35-consort .news .view-all {
	float:right;
	text-align:right;
	line-height:22px;
	width:200px;
	margin:10px 40px 0 0;
}
#mainContent .f35-consort .news .view-all a {
	font-size:11px;
	color:#3D3D3D;
	text-decoration:none;
}
#mainContent .f35-consort .news .view-all a:hover {
	text-decoration:underline;
}
#mainContent .f35-consort .news .col {float:left;width:208px;padding-right:20px;color:#3D3D3D;font-family:"Arial","Helvetica",sans-serif;}
#mainContent .f35-consort .news .post {margin:0 0 10px 0;}
#mainContent .f35-consort .news .post p {margin:0 0 4px 0;line-height:14px;font-size: small;}
#mainContent .f35-consort .news .post p.post-date {font-weight:bold;}
#mainContent .f35-consort .news .post p.post-title {font-size:13px;font-weight:bold;}
#mainContent .f35-consort .news .post p.post-excp {margin:0 0 14px 0;}
#mainContent .f35-consort .news .post a.post-link {color:#49494A;text-decoration:underline;font-size: small;}
#mainContent .f35-consort .news .post a.post-link:hover {text-decoration:none;}
/* join promo */
#mainContent .f35-consort .join-promo {
	float:left;
	position:relative;
	width:727px;
	height:197px;
	background:url('images/f-35-banner/join-promo-bg.jpg') no-repeat left top;
	margin: 0 0 15px 0;
}
#mainContent .f35-consort .join-promo .title {
	position:absolute;
	left:20px;
	top:10px;
	width:133px;
	height:97px;
	background:url('images/f-35-banner/join-promo-title.png') no-repeat left top;
	display:block;
	text-indent:-999em;zoom:1;
}
#mainContent .f35-consort .join-promo a.btn {
	position:absolute;
	left:413px;
	top:114px;
	display:block;
	width:296px;
	height:62px;
	text-indent:-999em;zoom:1;
	background:url('images/f-35-banner/join-promo-btn.png') no-repeat left top;
}
#mainContent .f35-consort .join-promo p {
	position:absolute;
	margin:0;
}
#mainContent .f35-consort .join-promo p.head1 {
	left:171px;
	top:30px;
	font-size:26px;
	color:#313132;
	font-weight:bold;
}
#mainContent .f35-consort .join-promo p.head2 {
	left:24px;
	top:111px;
	font-size:20px;
	color:#313132;
	width:381px;
}
/* books-promo */
#mainContent .f35-consort .books-promo {
	float:left;
	width:717px;
	height:219px;
	background:url('images/f-35-banner/books-promo-bg.jpg') no-repeat left top;
	padding:10px 0 10px 10px;
}
#mainContent .f35-consort .books-promo .book {
	float:left;
	width:229px;
	padding-right:10px;
}
#mainContent .f35-consort .books-promo .book .col-1 {
	float:left;
	width:96px;
}
#mainContent .f35-consort .books-promo .book .col-2 {
	float:right;
	width:121px;
}
#mainContent .f35-consort .books-promo .book .thumb {
	width:96px;
	height:144px;
	margin:0 0 8px 0;
	-moz-box-shadow:    0px 0px 6px 0 #333;
	-webkit-box-shadow: 0px 0px 6px 0 #333;
	box-shadow:         0px 0px 6px 0 #333;
}
#mainContent .f35-consort .books-promo .book .availability {
	color:#FF6704;
	margin:0;
	line-height:14px;
	font-size:12px;
}
#mainContent .f35-consort .books-promo .book .purchase-link {
	margin:0;
	line-height:14px;
	font-size:12px;
}
#mainContent .f35-consort .books-promo .book .purchase-link a {
	color:#000;
	text-decoration:underline;
}
#mainContent .f35-consort .books-promo .book .purchase-link a:hover {
	text-decoration:none;
}
#mainContent .f35-consort .books-promo .book .title {
	font-size:14px;
	color:#464749;
	font-weight:bold;
	line-height:17px;
	margin:0 0 4px 0;
}
#mainContent .f35-consort .books-promo .book .synopsis {
	font-size:11px;
	color:#262626;
	line-height:13px;
	margin:00;
}

/* wite-paper promo */
#mainContent .f35-consort .white-paper-promo {
	float:right;
	width:238px;
	height:451px;
	background:url('images/f-35-banner/white-paper-promo-bg.jpg') no-repeat left top;
	color:#313132;
}
#mainContent .f35-consort .white-paper-promo p.head {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	padding:8px 8px 4px 8px;
	margin:0;
}
#mainContent .f35-consort .white-paper-promo p.content {
	font-size:13px;
	line-height:15px;
	padding:0 8px;
	margin:0;
}
#mainContent .f35-consort .white-paper-promo a.btn {
	display:block;
	width:227px;
	height:54px;
	text-indent:-999em;zoom:1;
	background:url('images/f-35-banner/white-paper--promo-btn.png') no-repeat center top;
	margin:0 auto;
}
/* globalReachModal */
div#globalReachModal {
	display:none;
	position:absolute;
	z-index:5001;
	top:0;
	left:4px;
	width:972px;
	height:554px;
	background-color:#fff;
}
div#globalReachModal a#close {
	position:absolute;
	bottom:15px;
	right:20px;
	font-size:18px;
	font-weight:bold;
	color:#292928;
	text-transform: uppercase;
}
div#globalReachModal div.slider-container {
	position:relative;
	width:720px;
	margin:0 auto;
}
div#globalReachModal div.slider-container a.hotspot {
	position:absolute;
	z-index:5003;
	top:0;
	display:block;
	width:360px;
	height:405px;
}
div#globalReachModal div.slider-container a.hotspot.modal-prev {
	left:0;
}
div#globalReachModal div.slider-container a.hotspot.modal-next {
	right:0;
}
div#globalReachModal div.slider-container a.hotspot span.navi {
	position:absolute;
	z-index:5002;
	top:275px;
	width:58px;
	height:30px;
	background:#fff;
	text-align:center;
	color:#777;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-transform: uppercase;
}
div#globalReachModal div.slider-container a.hotspot span.navi {
	display:none;
}
div#globalReachModal div.slider-container a.hotspot:hover span.navi {
	display:block;
}
div#globalReachModal div.slider-container a.hotspot span.navi.modal-prev {
	left:0;
}
div#globalReachModal div.slider-container a.hotspot span.navi.modal-next {
	right:0;
}
div#globalReachModal .items {
	position:relative;
	width:720px;
	height:405px;
	margin:26px auto 0 auto;
}
div#globalReachModal .items div.item {
	width:720px;
	height:405px;
}
div.mask {
	display:none;
	position:fixed;
	z-index:5000;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(images/f-35-banner/bg-black-70per.png) repeat left top;
}

/* f35 consortium: join
------------------------- */
#mainContent .f35-consort-join {
	width:974px;
	margin:0 auto;
	color:#333333;
}
#mainContent .f35-consort-join p {margin:0;} /* reset */
/* box */
#mainContent .f35-consort-join .box .header {
	width:344px;
	height:21px;
	background:url('images/f-35-banner/section-header-bg.png') no-repeat left top;
	margin:0 0 15px 15px;
}
#mainContent .f35-consort-join .box .header p {
	line-height: 21px;
	padding: 0 15px;
	font-size: 13px;
	color: #FFF;
}
#mainContent .f35-consort-join .box .copy p {
	margin:0 0 13px 0;
	font-size:13px;
	line-height:15px;
}
#mainContent .f35-consort-join .box .copy p.head {
	margin:0 0 7px 0;
	font-size:21px;
	line-height:21px;
	font-weight:bold;
}
#mainContent .f35-consort-join .box .copy p a {
	color:#3B6BD1;
	font-style:italic;
	text-decoration:underline;
}
#mainContent .f35-consort-join .box .copy p a:hover {
	text-decoration:none;
}
/* media-kit-box */
#mainContent .f35-consort-join .media-kit-box {
	width:974px;
	height:694px;
	background:url('images/f-35-banner/join-media-kit-bg.png') no-repeat left top;
}
#mainContent .f35-consort-join .media-kit-box .col-1 {
	float:left;
	width:226px;
	margin:0 15px 0 19px;
}
#mainContent .f35-consort-join .media-kit-box .col-1 span.join {
	margin:13px 0 0 5px;
	display:block;
	width:157px;
	height:113px;
	background:url('images/f-35-banner/join-media-kit-title.png') no-repeat left top;
	text-indent:-999em;zoom:1;
}
#mainContent .f35-consort-join .media-kit-box .col-1 a.btn {
	margin:30px 0 0 -8px;
	display:block;
	background:url('images/f-35-banner/join-media-kit-btn.png') no-repeat left top;
	width:230px;
	height:55px;
	text-indent:-999em;zoom:1;
}
#mainContent .f35-consort-join .media-kit-box .col-1 p {
	margin:25px 0 0 0;
	font-size:20px;
	font-weight:bold;
	line-height:26px;
}
#mainContent .f35-consort-join .media-kit-box .col-1 p span {
	color:#2E959E;
}
#mainContent .f35-consort-join .media-kit-box .col-2 {
	float:left;
	width:394px;
}
#mainContent .f35-consort-join .media-kit-box .col-3 {
	float:right;
	width:279px;
	margin:0 15px 0 0;
}
#mainContent .f35-consort-join .media-kit-box .col-3 img {
	width:279px;
	height:314px;
	margin:10px 0 0 0;
	-moz-box-shadow:    0px 0px 8px 0 #333;
	-webkit-box-shadow: 0px 0px 8px 0 #333;
	box-shadow:         0px 0px 8px 0 #333;
}
#mainContent .f35-consort-join .media-kit-box .col-3 .pdf-download {
	width:277px;
	height:292px;
	margin:15px 0 0 0;
	-moz-box-shadow:    0px 0px 8px 0 #333;
	-webkit-box-shadow: 0px 0px 8px 0 #333;
	box-shadow:         0px 0px 8px 0 #333;
	border:1px solid #bfbfbf;
	background:url('images/f-35-banner/join-media-kit-pdf-download-bg.png') no-repeat left top;
}
#mainContent .f35-consort-join .media-kit-box .col-3 .pdf-download p {
	margin:0 8px 10px 8px;
}
#mainContent .f35-consort-join .media-kit-box .col-3 .pdf-download p.head {
	font-size:15px;
	line-height:18px;
	margin:12px 8px 4px 8px;
}
#mainContent .f35-consort-join .media-kit-box .col-3 .pdf-download p span {
	color:#F26822;
	text-transform:uppercase;
	font-weight:bold;
}
#mainContent .f35-consort-join .media-kit-box .col-3 .pdf-download a.btn {
	margin:0 auto;
	display:block;
	background:url('images/f-35-banner/join-media-kit-download-btn.png') no-repeat left top;
	width:230px;
	height:55px;
	text-indent:-999em;zoom:1;
}
/* in-addition */
#mainContent .f35-consort-join p.in-addition {
	color:#3DB4BE;
	font-size:15px;
	line-height:18px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	margin:30px 0;
	padding:0 20px;
}
/* news-box */
#mainContent .f35-consort-join .news-box {
	width:974px;
	height:282px;
	background:url('images/f-35-banner/join-news-bg.png') no-repeat left top;
	margin:0 0 20px 0;
}
#mainContent .f35-consort-join .news-box .copy {
	float:left;
	width:507px;
	margin:0 0 0 15px;
}
#mainContent .f35-consort-join .news-box img {
	float:right;
	width:437px;
	height:282px;
}
/* white-papers-box */
#mainContent .f35-consort-join .white-papers-box {
	width:974px;
	height:622px;
	background:url('images/f-35-banner/join-white-papers-bg.png') no-repeat left top;
	margin:0 0 20px 0;
}
#mainContent .f35-consort-join .white-papers-box .copy {
	float:left;
	width:492px;
	margin:0 0 0 15px;
}
#mainContent .f35-consort-join .white-papers-box img.screenshot2 {
	float:right;
	width:453px;
	height:616px;
}

/* ICD Landing Page */
#mainContent.icdlp .icdlp-head {
	background: url('images/icdlp/hd-bg.jpg') no-repeat top center;
	height: 455px;
}

#mainContent.icdlp .icdlp-head h1 {
	width: 56%;
	font-size: 165%;
	padding: 15px;
	margin-top: 0;
}

#mainContent.icdlp .hd-text {
	color: #bfb382;
	padding:0 15px;
	width: 46%;
	font-weight: bold;
	font-size: 12px;
}

#mainContent.icdlp .hd-text p {
	font-size: 12px!important;
	line-height: 1.1em;
	margin: 0 0 10px 0!important;
}

#mainContent.icdlp .hd-text span.highlight {
	color: #f67604;
}

#mainContent.icdlp .hd-text a:link,
#mainContent.icdlp .hd-text a:visited {
	color: #3eb4be;
}

#mainContent.icdlp .icdlp-body {
	background: url('images/icdlp/body-bg.jpg') repeat-x top left;
	width: 940px;
	border: 1px solid #8a8a8a;
	margin-left: 4px;
	margin-top: 20px;
	padding: 15px;
}

#mainContent.icdlp .icdlp-body .icd-col-wrap {
	min-height: 580px;
	color: #323232;
	padding: 7px 0 0 0;
}

#mainContent.icdlp .icdlp-body .icd-col-wrap .cols {
	float: left;
}

#mainContent.icdlp .icdlp-body .col-1 {
	width: 436px;
	margin: 0 30px 0 0;
	position: relative;
	left: 4px;
}

#mainContent.icdlp .icdlp-body .col-1 h3 {
	margin: 0 0 3px 0;
	font-size: 16px;
}

#mainContent.icdlp .icdlp-body .col-1 p {
	margin: 0 0 10px 0;
	font-size: 13px;
}

#mainContent.icdlp .icdlp-body .col-1 ul {
	margin: 0 0 10px 0;
}

#mainContent.icdlp .icdlp-body .col-1 ul li {
	padding: 4px 0;
	font-size: 13px;
}

#mainContent.icdlp .icdlp-body .col-2 {
	width: 474px;
}

#mainContent.icdlp .icdlp-body h3 {
	font-size: 150%;
}

/* ICD Right Col */
#mainContent.icdlp h3.find-box {
	width: 474px;
	height: 57px;
	display: block;
	margin: 0;
	text-indent: -9999px;
	background: url(images/bg-find-defense-security.png) top left no-repeat;
}

div.icd-right-container p.icd-right-intro {
	padding: 0 0 16px 0;
}

div.icd-right-container {
	background: url(images/bg-icd-right-tile.jpg) top left repeat-y;
	height: 1%;
	margin: 0 0 0 8px;
}

div.icd-right-container-inner {
	background: url(images/bg-icd-right-top.jpg) top left no-repeat;
	height: 1%;
}

div.icd-right-container-inner-most {
	background: url(./images/bg-icd-right-bottom.jpg) bottom left no-repeat;
	padding: 1px 25px 110px 16px;
	height: 1%;
}

div.icd-right-container-inner-most p {
	font-size: 13px;
	margin: 0 0 1em 0;
}

div.icd-geographies-container {
	padding: 0 0 20px 0;
}

div.icd-right-container #geographies {
	margin: -6px 0 0 33px;
}

div.icd-right-container-inner-most p.icd-alpha-list {
	font-size: 11px;
}

#mainContent.icdlp .icdlp-body h3.icd-drop {
	background: url(images/bg-icd-arrow.png) top left no-repeat;
	padding: 20px 0 20px 62px;
	margin: 0;
	position: relative;
	left: -29px;
	font-size: 13px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */












/* August 2012 Redesign */
body {
	background-color: #FFF;
	background-image: url(images/2012/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

html div#totalcontainer {
	width: 1006px;
}

/* Logo */
html div#logo {
	height: auto;
	margin-top: 0px;
	width: 417px;
}

div#logo img {
	display: block;
	width: 417px;
	height: auto;
}

/* New Header Box Container */
div.header-box-container {
	background: url(images/2012/bg-header-box-container.png) top left no-repeat;
	padding: 31px 0 0 70px;
	height: 160px;
	position: relative;
	width: 936px;
	z-index: 500;
}

/* Head Search Box */
div.hd-search {
	position: absolute;
	top: 53px;
	left: 581px;
	width: 185px;
	background: transparent url(images/2012/bg-hd-txt.png) top left no-repeat;
}

html div.hd-search .txt,
html div.hd-signup .txt {
	border: none;
	margin: 0px!important;
	background-color: transparent;
	background-image: none;
	width: 151px;
	padding: 0 0 0 6px;
	height: 30px;
	line-height:  30px;
	font-size: 11px;
	color: #c1c0c0;
}

div.hd-search span.submit-btn {
	width: 23px;
	height: 23px;
	display: none;
	background: url(images/2012/bg-hd-search-btn.png) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 157px;
}

/* Head Signup Box */
div.hd-signup {
	position: absolute;
	top: 53px;
	left: 789px;
	background: transparent url(images/2012/bg-hd-txt.png) top left no-repeat;
	width: 185px;
}

div.hd-signup span.submit-btn {
	width: 23px;
	height: 23px;
	display: none;
	background: url(images/2012/bg-hd-signup-btn.png) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 157px;
}

.unhide {
	display: block!important;
}

div.hd-signup-text p {
	font-size: 11px;
	color: #767575;
	padding: 2px 0 0 6px;
	margin: 0;
}

/* Navigation */
div#topnav {
	height: auto;
	position: absolute;
	top: 127px;
	left: 14px;
}

#suckerfishnav li {
	font-size: 11px;
}

#suckerfishnav li a {
	margin: 0;
	padding: 0px;
	line-height: 33px;
	height: 33px;
	width: 157px;
	background: url(images/2012/bg-nav-standard.png) top left no-repeat;
}

#suckerfishnav li a:hover {
	color: #e5c35c!important;
	background: url(images/2012/bg-nav-standard.png) 0 -33px no-repeat;
}

#suckerfishnav li.current_page_item a {
	color:  #e5c35c;
	background: url(images/2012/bg-nav-standard.png) 0 -33px no-repeat;
}

/* Home Nav Icon */
html #suckerfishnav li.menu-item-20946 a {
	width: 36px;
	text-indent: -9999px;
	background: url(images/2012/bg-nav-home.gif) top left no-repeat!important;
}

html #suckerfishnav li.menu-item-20946 a:hover {
	background-position: 0 -33px!important;
}

/* Nav Colors */
#suckerfishnav li.menu-item-67576 a {
	background: url(images/2012/bg-nav-colors.png) top left no-repeat!important;
	width: 155px;
	color:  #FFF!important;
}

#suckerfishnav li.menu-item-67576 ul li a {
	width: auto;
}

#suckerfishnav li.menu-item-67576 a:hover,
#suckerfishnav li.menu-item-67576:hover a {
	background: url(images/2012/bg-nav-colors.png) 0 -33px no-repeat!important;
	color: #FFF!important;
}

#suckerfishnav li.menu-item-40970 a {
	background: url(images/2012/bg-nav-colors.png) 0 -33px no-repeat!important;
	width: 155px;
	color: #FFF!important;
}

#suckerfishnav li.menu-item-40970 ul li a {
	width: auto;
}

#suckerfishnav li.menu-item-40970 a:hover,
#suckerfishnav li.menu-item-40970:hover a {
	background: url(images/2012/bg-nav-colors.png) top left no-repeat!important;
	color: #FFF!important;
}

/* Navigation Drop Down */
#suckerfishnav li ul {
	margin-top: 0px;
	margin-left: 0px;
	border-top: none;
	width:  170px;
	background-color: #222;
}

#suckerfishnav li li {
	background-color: transparent;
	background-image: none;
	height:  auto;
	width:  170px;
}

#suckerfishnav li li a {
	color: #FFF;
	width: 150px;
	height:  auto;
	line-height:  1em;
	background-color: #222222;
	background-image: none;
	padding-top:  0x;
	padding-bottom:  0px;
	font-size: 11px!important;
}

#suckerfishnav li li a:hover {
	background-color: #222222;
	background-image: none;
	height:  auto;
}


#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#e5c35c;
	background: url(images/2012/bg-nav-standard.png) 0 -33px no-repeat;
}

#suckerfishnav li ul li:hover a,
#suckerfishnav li ul li.sfhover a {
	color: #e5c35c;
}

#suckerfishnav li li a,
#suckerfishnav li:hover li a,
#suckerfishnav li.sfhover li a,
#suckerfishnav li li:hover li a,
#suckerfishnav li li.sfhover li a,
#suckerfishnav li li li:hover li a,
#suckerfishnav li li li.sfhover li a,
#suckerfishnav li li li li:hover li a,
#suckerfishnav li li li li.sfhover li a,
#suckerfishnav li.menu-item-67576:hover ul li a,
#suckerfishnav li.menu-item-40970:hover ul li a { color:#FFF; background-image: none!important; background-color: #222222!; border: none!important; height: auto; line-height: 1em; padding-top: 8px; padding-bottom: 8px; display: block; }

#suckerfishnav li li a:hover,
#suckerfishnav li:hover li a:hover,
#suckerfishnav li.sfhover li a:hover,
#suckerfishnav li li:hover li a:hover,
#suckerfishnav li li.sfhover li a:hover,
#suckerfishnav li li li:hover li a:hover,
#suckerfishnav li li li.sfhover li a:hover,
#suckerfishnav li li li li:hover li a:hover,
#suckerfishnav li li li li.sfhover li a:hover { color:#e5c35c!important;  background-image: none!important; background-color: #222222!important; border: none!important; }

#suckerfishnav li li,
#suckerfishnav li:hover {
	border: none!important;
	height: auto!important;
}



/* Navigation Third Level Drop Down */
#suckerfishnav li ul ul {
	border-top: none;
	margin-left: 169px;
	margin-top: -28px;
}

/* Media Kit Dropdown Colors */
#suckerfishnav li.menu-item-40970 a { color: #FFF !important; }
#suckerfishnav li.menu-item-40970 a:hover  { color: #fff !important; }
#suckerfishnav li.menu-item-40970 .sub-menu li a { color: #FFF !important; }
#suckerfishnav li.menu-item-40970 .sub-menu li a:hover { color: #e5c35c !important; }

/* Language Options */
div#languageLine {
	width: auto;
	height: auto;
	position: relative;
	top: 3px;
}

div#languageLine ul {
	position: relative;
	left: -15px;
}

div#languageLine li {
	border: none!important;
	background: url(images/2012/bg-language.jpg) center right no-repeat;
	padding: 0 3px 0 0;
}

div#languageLine li.right2 {
	background: none;
	padding: 0;
}

div#languageLine li a {
	background-color: transparent;
	padding: 0 15px;
}

div#languageLine li a.current,
div#languageLine li a:hover {
	background-color: transparent;
	color: #9decf3;
}


/* Redesigned Footer */
div#footer {
	background-color: #FFF;
	background-image: url(images/2012/bg-footer-gradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#footer ul {
	margin: 0;
	padding-top: 7px;
}

div#footer ul li {
	border-right: 1px solid #a9a9aa;
}

div#footer ul li a:link,
div#footer ul li a:visited {
	color: #464749;
	font-size: 13px;
}

div#footer ul li a:hover {
	text-decoration: none;
	color: #ff6804;
}

/* Footer Quote */
div#quote,
div#quote p {
	color: #339aa4;
}

div#quote {
	padding: 0 0 10px 0;
}

/* Copyright Line */
div#copyrightLine {
	background-color: transparent;
	background-image: none;
	height: auto;
	text-align: center;
	padding: 0 0 20px 0;
}

div#copyrightLine p {
	margin: 0;
	font-size: 1em;
	padding: 0;
	width: auto;
	color: #434343;
	text-align: center;
}

div#copyrightLine a:link,
div#copyrightLine a:visited {
	color: #ff6804;
}

/* Main Content */
#mainContent {
	background-image: none;
	background-color: transparent;
	width: 974px;
	margin: 0 auto;
	z-index: 5;
	position: relative;
	left: -2px;
	min-height: 420px;
	height:auto !important;
	height: 420px;
}

/* Generic Pages */
body.page-template-default #mainContent,
body.category-whats-new #mainContent,
body.single-format-standard #mainContent,
body.single-post #mainContent,
body.archive #mainContent,
body.page-template-inbrief-php #mainContent,
body.search #mainContent {
	background-color:  #FFF;
	width:  977px;
}

/* Temporary Side Column */
#sidebarColumn {
	padding:  20px 0 0 0;
}

/* Media Kit Page */
div#media_kit {
	background: transparent url(images/2012/bg-alt-width-shadow.gif) top left no-repeat;
}

/* Home Page */
body.home div#center {
	background-color:  transparent!important;
	width:  977px;
	position:  relative;
	left:  12px;
}

body.home div#center .feature-title-cont {
	width:  929px;
	position:  relative;
	left:  1px;
}



/* Gray Top Social Icon Bar */
div.social-bar {
	background:  url(images/2012/bg-social-bar-gray.jpg) top left no-repeat;
	height:  33px;
	width:  964px;
	margin:  0 auto;
	position:  relative;
	z-index: 10;
	left:  -2px;
	padding:  5px 13px 0 0;
}

div.shell-f-35 div.social-bar,
body.term-f-35-consortium-news div.social-bar {
	background:  url(images/2012/bg-social-bar-orange.jpg) top left no-repeat;
}

/* Social Bar on Media Kit Page */
body.page-template-media-kit-php div.social-bar {
	width:  961px;
	left:  0px;
}

div.social-bar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.social-bar {display: inline-block;}

/* Hides from IE-mac \*/
* html div.social-bar {height: 1%;}
div.social-bar {display: block;}
/* End hide from IE-mac */

div.social-bar div.addthis_toolbox_wrap {
	float:  right;
	background:  url(images/2012/bg-addthis-gray-left.jpg) top left no-repeat;
}

div.shell-f-35 div.social-bar div.addthis_toolbox_wrap,
body.term-f-35-consortium-news div.social-bar div.addthis_toolbox_wrap {
	background:  url(images/2012/bg-addthis-orange-left.jpg) top left no-repeat;
}

div.social-bar div.addthis_toolbox {
	background:  url(images/2012/bg-addthis-gray-right.jpg) top right no-repeat;
	height:  22px;
	padding:  6px 12px 0 12px;
}

div.shell-f-35 div.social-bar div.addthis_toolbox,
body.term-f-35-consortium-news div.social-bar div.addthis_toolbox {
	background:  url(images/2012/bg-addthis-orange-right.jpg) top right no-repeat;
}

div.social-bar div.addthis_toolbox a {
	float:  left;
}

div.social-bar div.addthis_toolbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.social-bar div.addthis_toolbox {display: inline-block;}

/* Hides from IE-mac \*/
* html div.social-bar div.addthis_toolbox {height: 1%;}
div.social-bar div.addthis_toolbox {display: block;}
/* End hide from IE-mac */

div.social-bar div.addthis_toolbox_wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.social-bar div.addthis_toolbox_wrap {display: inline-block;}

/* Hides from IE-mac \*/
* html div.social-bar div.addthis_toolbox_wrap {height: 1%;}
div.social-bar div.addthis_toolbox_wrap {display: block;}
/* End hide from IE-mac */


/* Orange Top Social Icon Bar */
div.f35-consort {
	position:  relative;
}

div.f35-consort div.addthis_toolbox_wrap {
	background:  url(images/2012/bg-addthis-orange-left.jpg) top left no-repeat;
	position:  absolute;
	top:  5px;
	right:  12px;
}

div.f35-consort div.addthis_toolbox_wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.f35-consort div.addthis_toolbox_wrap {display: inline-block;}

/* Hides from IE-mac \*/
* html div.f35-consort div.addthis_toolbox_wrap {height: 1%;}
div.f35-consort div.addthis_toolbox_wrap {display: block;}
/* End hide from IE-mac */
/* @end */

div.f35-consort div.addthis_toolbox {
	background:  url(images/2012/bg-addthis-orange-right.jpg) top right no-repeat;
	height:  22px;
	padding:  6px 12px 0 12px;
	line-height:  1em;
	text-align:  left;
	vertical-align:  top;
}

div.f35-consort div.addthis_toolbox img {
	position:  relative;
	top:  -4px;
}

div.f35-consort div.addthis_toolbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.f35-consort div.addthis_toolbox {display: inline-block;}

/* Hides from IE-mac \*/
* html div.f35-consort div.addthis_toolbox {height: 1%;}
div.f35-consort div.addthis_toolbox {display: block;}
/* End hide from IE-mac */

div.f35-consort div.addthis_toolbox a {
	float:  left;
	display: block;
}

/* New Standard Typography */
h2 {
	color:  #3b8d95;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:  18px;
}

#article h1 {
	font-size: 21px;
}

#article h1,
#article h2 {
	margin: 0 0 .85em 0;
	padding: .85em 0 0 0;
}

/* Shell Regular */
div.shell-regular,
div.shell-f-35,
body.term-f-35-consortium-news div#mainContent,
div#mainContent div#article {
	color:  #464646;
	font-family:  Helvetica, Arial, sans-serif;
}

div.shell-regular p,
div.shell-f-35 p,
body.term-f-35-consortium-news div#mainContent p,
div#article p {
	font-size:  13px;
	line-height:  1.3em;
}

div.shell-regular div#article,
div.shell-f-35 div#article,
body.term-f-35-consortium-news div#article,
div#article {
	width:  632px;
	padding:  0 18px 0 18px;
	border:  none;
}

div.shell-regular div#sidebarColumn,
div.shell-f-35 div#sidebarColumn,
body.term-f-35-consortium-news div#sidebarColumn,
div#sidebarColumn {
	width:  300px;
	padding:  11px 0 1px 0;
	border-left:  none;
}

/* Sidebar Link Box */
div.sidebar-link-box {
	background: url(images/2012/bg-sidebar-link-box-tile.jpg) top left repeat-y;
	height:  1%;
}

div.sidebar-link-box-inner {
	background:  url(images/2012/bg-sidebar-link-box-bottom.jpg) bottom left no-repeat;
	height:  1%;
}

div.sidebar-link-box-inner-most {
	background:  url(images/2012/bg-sidebar-link-box-top.jpg) top left no-repeat;
	padding:  10px 0 11px 10px;
	height:  1%;
}

div.sidebar-link-box ul {
	margin:  0;
	padding:  0;
}

div.sidebar-link-box ul li {
	list-style:  none;
}

div.sidebar-link-box ul li a:link,
div.sidebar-link-box ul li a:visited {
	display:  block;
	background: url(images/2012/bg-sidebar-link-box.jpg) top left no-repeat;
	height:  39px;
	line-height:  39px;
	font-size:  13px;
	padding:  0 0 0 19px;
	text-decoration:  none!important;
	color:  #6b6b6b!important;
}

div.sidebar-link-box ul li a:hover {
	background-position:  0 -39px;
}

/* Header Bar Visit F35 Link */
div.hd-button-visit-f35 {
	position:  absolute;
	top:  -8px;
	left: 0px;
	z-index:  100;
}

div.hd-button-visit-f35 a:link,
div.hd-button-visit-f35 a:visited {
	display:  block;
	width:  409px;
	height:  74px;
	background: url(images/2012/hd-btn-visit-f35.png) top left no-repeat;
	text-indent:  -9999px;
}

/* 2012 F35 Sidebar */
div.f-35-join-ad-wrap {
	background:  url(images/2012/bg-f35-sidebar-top.jpg) top left no-repeat;
	height:  1%;
	margin:  0 0 15px 0;
}

div.f-35-join-ad-wrap-inner {
	background:  url(images/2012/bg-f35-sidebar-bottom.jpg) bottom left no-repeat;
	min-height: 320px;
	height:auto !important;
	height: 320px;
	padding:  280px 0 10px 0;
}

div.f-35-join-ad-wrap h2 {
	color:  #333540;
	text-align:  center;
	font-size:  28px;
	margin:  0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	padding:  0 10px;
	text-transform:  none;
}

div.f-35-join-ad-wrap p {
	font-size:  14px;
	font-weight:  bold;
	color:  #2e2d2d;
	margin:  0 0 4px 0;
	padding:  0 15px;
	text-align:  center!important;
}

div.f-35-join-ad-wrap a.btn {
	display:  block;
	text-indent:  -9999px;
	background: url(images/2012/bg-join-f35-today.png) top left no-repeat;
	width:  280px;
	height:  61px;
	margin:  0 auto;
}

/* 2012 Aggregate */
body.term-f-35-consortium-news div.post {
	padding:  0 0 15px 0;
	clear:  both;
}

body.term-f-35-consortium-news div#article p {
	margin:  0 0 1em 0;
}

body.term-f-35-consortium-news p.post-title,
div.standard-archive-layout h4,
div.standard-archive-layout h4 a:link,
div.standard-archive-layout h4 a:visited {
	font-size:  20px!important;
	color:  #3b8d95!important;
	margin:  0 0 2px 0!important;
	padding:  0;
	font-style:  normal;
	font-weight: normal;
	text-decoration:  none!important;
}

div.standard-archive-layout h4 a:hover {
	text-decoration:  underline!important;
}

body.term-f-35-consortium-news p.post-date,
div.standard-archive-layout p.standard-post-date {
	color:  #696a6c;
	font-size:  12px!important;
	font-weight:  bold;
	margin:  0 0 3px 0!important;
	padding:  0!important;
}

div.standard-excerpt-text p {
	margin:  0 0 15px 0;
}

body.term-f-35-consortium-news a.post-link:link,
body.term-f-35-consortium-news a.post-link:visited {
	font-weight: bold;
	color:  #464646!important;
}

/* Newer Articles Link */
body.term-f-35-consortium-news div.post-nav,
div.standard-archive-layout div.post-nav {
	float:  right;
	position:  relative;
	left:  18px;
}

body.term-f-35-consortium-news div.post-nav-top,
div.standard-archive-layout div.post-nav-top {
	position: relative;
	top:  -3px;
}

body.term-f-35-consortium-news div.post-nav div.nav-next a,
div.standard-archive-layout div.post-nav div.nav-next a {
	display:  block;
	text-indent:  -9999px;
	background:  url(images/2012/btn-newer-articles.gif) top left no-repeat;
	width:  118px;
	height:  32px;
}

body.term-f-35-consortium-news div.post-nav div.nav-next,
div.standard-archive-layout div.post-nav div.nav-next {
	float:  left;
}

body.term-f-35-consortium-news div.post-nav div.nav-previous a,
div.standard-archive-layout div.post-nav div.nav-previous a {
	display:  block;
	text-indent:  -9999px;
	background:  url(images/2012/btn-older-articles.gif) top left no-repeat;
	width:  117px;
	height:  32px;
}

body.term-f-35-consortium-news div.post-nav div.nav-previous {
	float:  left;
}

/* Flash SWF Slideshow */
div.slidepress-gallery object {
	width: 100%!important;
}



.group {clear: both;display: block}
.group:after {content: ".";display:block;height: 0;clear: both;visibility: hidden;}


.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.group {display: inline-block;}

/* Hides from IE-mac \*/
* html .group {height: 1%;}
.group {display: block;}
/* End hide from IE-mac */

/* Add space below paragraphs */
div.prog div.report-synopsis p {
	margin: 0 0 1em 0;
}


/* ASENKA CSS - DAVE */

.slick-carousel {
	border: 1px solid #8a8a8a;
/*	border-top: 1px solid #8a8a8a;
	border-left: 1px solid #8a8a8a;
	border-right: 1px solid #8a8a8a;*/
	padding-bottom: 19px;
	background-image:url('images/slider-control-bg.png');
	background-position:center bottom;
	background-repeat: repeat-x;
}

.slick-prev, 
.slick-next {
	z-index: 999;
	width: 13px !important;
	height: 11px !important;
	box-shadow: none !important;
	position: absolute !important;
	left: 50% !important;
	bottom: 3px !important;
}

.slick-prev {
	margin-left: -43px !important;
}

.slick-next {
	margin-left: 30px !important;
}

.oursponsors, 
.ourpartners {
	float: left;
	/*width: 49%;
	height: auto;*/
	width: 208px;
	/*height: 234px;*/
	margin-top: 20px;
}

.oursponsors h4, 
.ourpartners h4 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.oursponsors img, 
.ourpartners img {
	width: 180px;
	height: 180px;
	display: block;
	margin: 0 auto;
}

.oursponsors {
	margin-right: 8px;
}

.ourpartners {
	
}

/*
.my-slick-slide {
	width: 180px;
	height: 180px;
}

.sponsor-link, 
.partner-link {
	width: 180px;
	height: 180px;
	display: block;
	margin: 0 auto;
}
*/

.home .mod #maxgallery-93695.mg-image-slider {
	margin-bottom:0 !important;
	margin-top:0 !important;
}