@charset "utf-8";
/* CSS Document */

/* Elements */
a:link, a:hover, a:active, a:visited{
	color:#fe6b09;
}
html {
	height:100%;
}
body, h1, h2, h3, h4 {
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	/*letter-spacing: 0.029em;
	word-spacing: -0.041em;*/
	/*-webkit-font-smoothing: antialiased;
	text-shadow: 0px 0px 1px rgba(128,128,128,0.01); */
}
body {
	background-color: #FFF;
	color: #4e4e4e;
	height: 100%;
	width: 100%;
	font-size: 87.5%;
	line-height: 1.4em;
}

h1, h2, h3, h4 {
	color:#5d5d5d;
}
h1{
	/*font-size:1.8em;*/
	/*font-family: 'Roboto', Arial, Helvetica, sans-serif;*/
	font-size: 32px;
	line-height: 1em;
	margin: 0;
}
h2{
	/*font-size:1.8em;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #e26052;
	text-align: center;
	/*background-image: url(../images/framework/head-line.png);
	background-position: 0 25px;
	background-repeat: repeat-x;*/
	/*font-weight: bold;*/
	margin:0 0 0.25em 0;
	/*-webkit-text-stroke: 1px;*/
}
/*h2 span {
	padding-left: .2em;
	padding-right: .2em;
	background-color: #FFF;
}*/
h3 {
	/*font-size:1.3em;*/
	font-size: 22px;
	font-weight: 300;
	/*color: #747474;*/
	text-align: center;
	margin:0 0 0.25em 0;
}
h4 {
	/*font-size:1.1em;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0.5em 0;
}
.analyst-page h3 {
	/*font-size: 20px;
	font-weight: 400;*/
	color: #0d4175;
	text-align: left;
}
.analyst-page h4 {
	font-family: 'Roboto Slab', Georgia, serif;
	font-size: 18px;
	margin-bottom: 1em;
}
.item-desc h3 {
	font-size: 18px;
	color: #0d4175;
	text-align: left;
}
.item-desc h2 {
	font-size: 23px;
	line-height: 25px;
	color: #0d4175;
	font-weight: 400;
	text-align: left;
	background-image: none;
}
.item-desc h4 {
	font-size: 15px;
	/*line-height: 15.5px;*/
	line-height: 17px;
}
img {
	margin:0;
	line-height:0;
}

footer {
	display: block;
	position: relative;
	background-image:url(../images/framework/bubbles-back.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	/*margin:10px auto 0 auto;*/
	margin:20px auto 0 auto;
	width:88%;
	/*width:86%;*/
	padding-top:1%;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}

footer ul{
	list-style:none;
}

footer ul li a, footer ul li a:link, footer ul li a:visited{
	display:block;
	padding:10px 1%;
	margin:0 1% 10px 1%;
	width:96%;
	text-align:center;
	background-image:url(../images/framework/footer-button-back-25.png);
	background-position:0 0;
	background-repeat:repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	color: #FFF;
}
footer ul li a:hover, footer ul li a:active {
	color: #FFF;
	text-decoration:none;
	background-image:url(../images/framework/footer-button-back-50.png);
	background-position:0 0;
	background-repeat:repeat;
}
header {
	/*background-color:#62b0d1;*/
	background-color: #343D46;
	background-image:url(../images/framework/bubbles-top3.jpg);
	/*height:94px;*/ /* based on logo height of 37 */
	/*height:91px;*/ /* add another 14px for margins */
	height:105px;
	overflow:hidden;
}
nav {
	width: 88%;
	margin: 0 auto 0 auto;
	color:#FFF;
	z-index:20;
}
nav h1 {
	color:#FFF;
	/*margin-top:5px;*/
	padding-top: 5px;
}
nav a:hover {
	text-decoration:none;
}

/*nav ul {
	position:relative;
	display:none;
	list-style:none;
	margin:0;
	border-top:1px #FFF solid;
	background-image:url(../images/framework/bubbles-back.jpg);
	background-repeat:repeat-y;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 0px 4px;
	border-radius: 0px 0px 0px 4px;
}
nav ul li a, nav ul li a:link, nav ul li a:visited {
	display:block;
	padding:10px 1% 10px 57px;
	background-image:url(../images/framework/orange-arrow.png);
	background-repeat:no-repeat;
	background-position: 20px 10px;
	border-bottom:1px #FFF solid;
	color:#FFF;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
}
nav ul li a:hover, nav ul li a:active{
	text-decoration:none;
	color:#FFF;
}
.ie6 nav ul {
	background-color:#0d4175;
	background-image:none;
}
.ie6 nav ul li a, .ie6 nav ul li a:link, .ie6 nav ul li a:visited {
	padding:10px 0;
	margin:0;
	width:100%;
	background-color:#0d4175;
	background-image:none;
	background-repeat:no-repeat;
}*/
#nav-footer{
	padding:5px;
	margin:10px 10px 0 10px;
	background-image:url(../images/framework/footer-button-back-25.png);
	background-repeat:repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	text-align:center;
}
#nav-footer a{
	display:block;
	border-bottom:none;
	padding:10px 1% 10px 1%;
	background-color:transparent;
	background-image:none;
	color:#FFF;
	font-size:0.9em;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
}

/* IDs */
#container {
	/*max-width: 1092px;*/
	max-width: 1068px;
	margin: -4px auto 0 auto;
	/*padding-top:250px;*/
}
.ie6 #container {
	/*width:1092px;*/
	width: 1068px;
}
#content {
	width:88%;
	margin: 0 auto 0 auto;
}
/*.ie6 #content{
	padding-top: 10px;
}*/
#header-content {
	/*max-width:960px;*/
	font-family: Arial, Helvetica, sans-serif;
	width:88%;
	margin: 0 auto;
	position:relative;
	padding: 10px 0;
}
/*.ie6 #header-content {
	width:1092px;
}*/

#header-content a:hover {
	text-decoration:none;
}
#header-content p{
	margin: .25em 0 0 0;
}
#header-shadow {
	height:13px;
	margin-top:-1px;
	background-image:url(../images/framework/header-tab-shadow.png);
	background-repeat:repeat-x;
	/*position:relative;*/
	z-index:15;
}
a#menu-button {
	display:inline-block;
	float:right;
	width:auto;
	color:#FFF;
	padding:5px 30px;
	background-image:url(../images/framework/button-back.gif);
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
	text-shadow: 0px -1px 0px #000000;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5); 
}
a#menu-button:hover, a#menu-button:active{
	text-decoration:none;
	background-color:#F0F0F0;
}
a.menu-tab {
	display:inline-block;
	float:right;
	width:auto;
	color:#fff;
	padding:0px 0 2px 20px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-size:.8em;*/
	font-size: 14px;
	line-height:1.2em;
	/*background-image:url(../images/framework/menu-tab-back.gif);
	margin-right:.5%;
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5); */
}
a.menu-tab:hover,  a.menu-tab:active{
	text-decoration:underline;
	/*background-color:#F0F0F0*/
}
a.menu-tab img {
	position:relative;
	left:3px;
}
.lte9 a.menu-tab img{
	display:none;
}
#nav-container {
	/*max-width:1092px;*/
	max-width: 1068px;
	margin: 0 auto 0 auto;
}
.ie6 #nav-container {
	/*width:1092px;*/
	width: 1068px;
}
#nav-outer-container {
	/*background-color:#62b0d1;*/
	background-color: #343D46;
	background-image:url(../images/framework/bubbles-top3.jpg);
	/*background-position: left -94px;*/ /* based on logo height of 37 */
	/*background-position: left -91px;*/ /* add another 14px for margins */
	background-position: left -105px;
	width:100%;
	z-index:10;
	margin-top: 0;
}
#nav-outer-container.fixed {
	position:fixed;
	top:0;
	left:0;
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, .25);
    box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, .25);
}
a#next-page {
	background-image:url(../images/framework/right-arrow-button.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	height:100%;
	position:fixed;
	right:0;
	top:0;
}
a#next-page:hover {
	background-image:url(../images/framework/right-arrow-button-over.png);
}
#published-by {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:.9em;*/
	font-size:12px;
	line-height:1.3em;
	margin-bottom:.25em !important;
	margin-top: 0 !important;
}
a#previous-page {
	background-image:url(../images/framework/left-arrow-button.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
}
a#previous-page:hover {
	background-image:url(../images/framework/left-arrow-button-over.png);
}

#idc-logo {
	float: left;
}
#secondary-nav {
	padding-bottom:15px;
	float: right;
	/*position:absolute;
	bottom:0;
	right:0;*/
}
#secondary-nav a{
	color:#FFF;
}
#secondary-nav a:hover{
	text-decoration:underline;
}
/*#sponsor {
	border-top: 1px #FFF solid;
	background-image:url(../images/framework/white-50.png);
}
#sponsor-content {
	max-width:940px;
	margin: 0 auto;
	position:relative;
	padding: 5px 1%;
}*/
.ie6 #sponsor-content {
	width:940px;
}
#sponsor-content p, #sponsor-content img, #sponsor-content a {
	float:right;
	margin-left:20px;
}
#sponsored-by {
	float:right;
	/*color:#bababa;*/
	/* change for Salesforce Data.com */
	/*margin-top:10px;
	margin-top: 10px;
	margin-bottom: 10px;*/
	/* change for EMC */
	margin-top: 8px;
	margin-bottom: 6px;
}
/* change for Salesforce Data.com */
#sponsored-by p {
	margin-top: 10px;
}
#sponsored-by p, #sponsored-by img{
	/*margin-right:15px;*/
	margin-bottom:.25em;
}

#title {
	color:#FFF;
	/*max-width:1092px;*/
	max-width: 1068px;
	margin: 0 auto;
	/*background-color:#e3eaf2;
	background-image:url(../images/framework/header-back.gif);
	background-repeat:repeat-x;
	border-bottom:1px #849fbb solid;*/
}
.ie6 #title {
	/*width:1092px;*/
	width: 1068px;
}
ul#topnav {
	height: auto;
	display: block;
	position: relative;
	margin:0;
	border-right: 1px #CCC solid;
	border-top: 1px #CCC solid;
	background-image:url(../images/framework/menu-tab-back-gray.gif);
	background-repeat:repeat-x;
	/*border-bottom: 1px #CCC solid;*/
	/*clear: left;*/
	/*max-width: 969px;*/ /* 960 + 1% (9.6) */
	/*width: 99.5%;*/
	/*padding: 0 0 0 0.5%;
	margin: 10px auto 0 auto;*/
	/*text-align: center;*/
}
ul#topnav li {
	list-style: none;
	vertical-align: bottom;
	width: 16.666666666666666666666666666667%; /* for 6 tabs */
	/*width: 14.28571429%;*/ /* for 7 tabs */
	margin: 0 ;
	float:left;
	display: block;
	position: relative;
	/*position: relative;*/
	/*background-color: #27406C;
	background-image: url(../images/framework/button-back-3.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: auto;*/
	/*padding: 5px 0.6% 10px 0.6%;
	display: inline-block;*/
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 0 #CCC inset; 
	-moz-box-shadow: 0 1px 0 #CCC inset;
	box-shadow: 0 1px 0 #CCC inset;
	color: #FFF;*/
}
ul#topnav li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.1em;
	display:block;
	height: auto;
	margin: 0 ;
	padding:3px;
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	color: #666;
	text-decoration: none;
	text-align: center;
	/*background-color: #F5F5F5;*/
}
/*.ie6 ul#topnav li a, .ie7 ul#topnav li a, .ie8 ul#topnav li a {
	padding-bottom: 0;
}*/
ul#topnav li a:hover{
	color: #000;
	/*background-color: #ebf5f9;*/
	background-color: #f1f2f2;
}
.ie6 ul#topnav li {
	width: 16.6% !important; /* for 6 tabs */
	/*width: 14.2% !important;*/ /* for 7 tabs */
}
.ie7 ul#topnav li {
	width: 16.61%;
	/*width: 14.28%;*/
}

ul#topnav li.chosen a{
	background-color: #FFF;
	border-bottom:1px #FFF solid;
	/*background-image: url(../images/framework/button-back-3-chosen.gif);*/
}
ul#topnav li.highlight a{
	background-image:url(../images/framework/menu-tab-back-yellow.gif);
	background-repeat:repeat-x;
}
ul#topnav li.highlight.chosen a {
	/*background-color: #FCFAF2;*/
	background-image: none;
	color: #ec871b;
}
ul#topnav li.highlight a:hover {
	background-color: #e8d097;
	background-image: none;
	color: #000;
}
/* Classes */
.breadcrumb {
	padding:.5%;
	background-color: #F5F5F5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
}
.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:visited{
	color:#888;
}
.breadcrumb-bottom{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
}
.breadcrumb-top{
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}
.center-video {
	margin: 0 auto !important;
}
/*.content-body {
	border: 1px #DDD solid;
	background-repeat:repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}	*/
.content-body p, .content-body ul li, .content-body ol li{
	/*font-size:1.2em;*/
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3em;
}
.content-body .leftcol p, .content-body .leftcol ul li, .content-body .leftcol ol li,
.content-body .rightcol p, .content-body .rightcol ul li, .content-body .rightcol ol li {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
}
.content-body ul, .content-body ol {
	list-style-position:outside;
	padding-left: 2em;
}
.content-body ul {
	list-style-image: url(../images/framework/hyphen-list.png);
}
.content-body ul li, .content-body ol li{
	margin-bottom:1em;
}
.content-body ol li ul li {
	/*font-size:1em;*/
	font-size: 14px;
}
.content-body h2 {
	margin-top:1em;
	margin-bottom:1em;
}
.content-body h2.noline {
	background-image: none;
	text-align: left;
	margin-bottom: .5em;
}
.content-image{
	max-width:50%;
	float:right;
	margin:1% 0 1% 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ie6 img.content-image {
	width:50%;
}
.cyclone-credit, .cyclone-credit:link, .cyclone-credit:hover, .cyclone-credit:active, .cyclone-credit:visited {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.7em;
	letter-spacing: normal;
	word-spacing: normal;
	float: right;
	/*margin-right:1%;*/
	margin-right: 2%;
	margin-bottom: 15px;
}
p.date {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 4px;
	font-size: 16px;
}
.download {
	padding-right: 30px !important;
}
.g1, .g2, .g3 {
	position: relative;
	margin: 0 1%;
}
.g3 {
	clear: both;
}
.g3.item-image, .g3.pate-top, .g3.home-item-video, .g3.item-desc {
	clear: none;
}
.g25, .g50, .g75 {
	margin: 0 1%;
}
.go-arrow {
	position:absolute;
	right:3%;
	bottom:3%;
}
.home-image{
	display:block;
	margin: -1% -1% 0 -1%;
	/*margin-bottom:1.5em;*/
	max-width:102%;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}
.ie6 .home-image, {
	width:100%;
}
.home-image img{
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}
.home-item{
	/*padding:0;*/
	padding: 1%;
	margin:0;
	border:1px #dFdFdF solid;
	position:relative;
	/*background-color:#EFEFEF;*/
	/*border-right:1px #EFEFEF solid;
	border-left:1px #EFEFEF solid;
	border-bottom:1px #EFEFEF solid; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home-item-video{
	background-image:url(../images/framework/bubbles-back-orig.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	padding: 1% 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
.home-item-video .item-desc{
	background-color:#dbe3ea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
/*.item-border{
	width:100%;
	background-color: #EFEFEF;
}*/
.home-item .item-desc {
	margin-bottom:35px;
}
.ie6 .home-item, .ie6 .home-item-video {
	margin-bottom:20px;
}
.home-item-video .item-image {
	text-align: center;
}
.item-desc h2 {
	/*background-image:url(../images/framework/orange-arrow-button.png);
	background-repeat:no-repeat;
	background-position: right 2px;
	padding-right:10%;*/
	margin-top:.5em;
}
.ie6 .item-desc h2 {
	background-image:none;
	background-repeat:no-repeat;
	padding-right:10%;
	margin-top:.25em;
}
.item-desc a:hover{
	text-decoration:none;
}
.ie6 .item-image img{
	width:275px;
}
.g3.home-item.highlight {
	background-color: #fcf6e9;
}
.homeNote {
	position:absolute;
	left: 2%;
	bottom: 3%;
	font-size: 10px;
}
.iview-button, .iview-button:link, .iview-button:hover, .iview-button:active, .iview-button:visited{
	display: inline-block;
	background-image:url(../images/framework/button-back-2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:3px 70px 3px 10px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#FFF;
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1); 
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5); 
}
.iview-button:hover{
	text-decoration:none;
}
.list-last {
	padding-bottom: 10px;
}
.logo-area {
	margin: 0 1%;
}
/*.optional-image {
	display:none;
}*/
.plate-top, .plate-bottom {
	line-height:0;
}
.plate-top{
	margin-top:5px;
}
.plate-bottom{
	margin-bottom:5px;
}
.ie6 .plate-top, .ie6 .plate-bottom, .ie7 .plate-top, .ie7 .plate-bottom {
	display:none !important;
}
.ie6 .home-item, .ie6 .home-item-video, .ie7 .home-item, .ie7 .home-item-video {
	margin-top: 17px;
}
.plate-top img, .plate-bottom img {
	max-width:100%;
	height:12px;
}
.ie6 .plate-top img, .ie6 .plate-bottom img {
	width:0;
}
.video-desc {
	padding:10px;
}
.video-desc h2 {
	background-image:none;
	margin-right:0;
}
.video-time {
	color:#FFF;
}
/* Helpers*/

/* Clickchart functionality*/
.clickChart {
	display:block;
}
.clickChartContainer {
	border: 1px #0D4175 solid;
	cursor:pointer;
	margin-bottom:1.5em;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; 
}
.clickChartHeader {
	background-color:#0D4175;
	background-image:url(../images/framework/button-back.gif);
	padding:3px;
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1); 
}
.clickChartTitle {
	float:left;
	color:#FFF;
	font-weight:bold;
}
.clickChartButton {
	float:right;
	color:#FFF;
}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

/* columns */
.leftcol {
	position: relative;
	float: left;
	padding-right: 2%;
}
.rightcol {
	position: relative;
	float: right;
	padding-left: 2%;
}
img {
	max-width:100%;
}
.w40 {
	width: 38%;
}
.w60 {
	width: 58%;
}
.w50 {
	width: 48%;
}
/*.w20 {
	width: 18%;
}*/
.w20 {
	width: 31.3%;
}
.widthLess768 {
	clear: both;
}
@media only screen and (min-width: 768px) { 
	.w20 {
		width: 18%;
	}
	.widthLess768 {
		clear: none;
	}
}
.w33 {
	width: 31.3%;
}
.w67 {
	width: 64.6%;
}
.w25 {
	width: 23%;
}
.w75 {
	width: 73%;
}
hr.divider {
	border: 0;
	border-bottom: 1px dashed #d6d6d6;
	background-color: transparent;
}
.lte9 hr.divider {
	height: 0;
}
.divider {
	margin-top: 2em;
	margin-bottom: 2em;
}
.hyphenate {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.mtop-minus10 {
	margin-top: -10px;
}
.lte8 .mtop-minus10 {
	margin-top: 0;
}

@media only screen and (min-width: 918px) { 
	#topnav .hyphenate {
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
		-o-hyphens: none;
		hyphens: none;
	}
}
.smaller {
	font-size: 14px !important;
	line-height: 1.4em !important;
	font-weight: 400 !important;
}
.larger {
	font-size: 18px !important;
	line-height: 1.3em !important;
	font-weight: 300 !important;
}
.tab-heads {
	height: 65px;
	border-bottom: #cccccc 1px solid;
	padding-top: .5em;
	margin-bottom: 2.5em;
}
a.tab-head {
	float: left;
	display: table;
	background-color: #e8e8e8;
	color: #747474;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
	width: 25%;
	margin-left: 6.25%;
	height: 64px;
	vertical-align: middle;
	text-align: center;
}
a.tab-head span {
	display: table-cell;
	height: 64px;
	width: 100%;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
}
a.tab-head.active {
	background-color: #ffffff;
	color: #1da2d9;
	font-weight: 700;
	border-bottom-color: #ffffff;
}
#tabc-1 {
	display: block;
}
#tabc-2, #tabc-3 {
	display: none;
}
.magenta {
	color: #f152ad;
}
.red {
	color: #d83a3a;
}
.orange {
	color: #ec871b;
}
.yellow {
	color: #ffea00;
}
.green {
	color: #6bb710;
}
.turquoise {
	/*color: #1da2d9;*/
	color: #2C9ED2;
}
.purple {
	color: #8f15e5;
}
.charcoal {
	color: #747474;
}
.gray {
	color: #9a9a9a;
}
.turquoiseBox {
	background-color: #1da2d9; 
	padding: 15px 15%; 
	color: #fff; 
	font-size: 22px; 
	line-height: 1.3em; 
	font-weight: 300; 
	text-align: center; 
	margin-bottom: 1.5em;
}
.shadedBox {
	font-size: 18px;
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	background: none;
	-moz-box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 1) inset; 
	box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 1) inset;
	border-style: solid;
	border-width: thin;
	border-color: #e5e5e5;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.ie8 .shadedBox {
	/*background: url(../images/framework/shaded-box.png);
	background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;*/
	/*background: none;*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/framework/shaded-box.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/framework/shaded-box.png', sizingMethod='scale')";
	border: none;
}
/*.lte8 .shadedBox {
}*/
.orangered {
	color: #e26052;
}
	

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

#sponsored-by {
	width: auto;
	float:right;
}
#sponsored-by p, #sponsored-by img {
	position: relative;
	float:left;
	display: block;
	width: auto;
}
#sponsored-by img {
	float: right;
	/*margin-left: 15px;*/
}
#sponsored-by p {
	text-align: right;
	paddig-right: 15px;
}
.weight400 {
	font-weight: 400;
}
#nav-container h3 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
	footer ul li a, footer ul li a:link, footer ul li a:visited{
		width:21%;
		float:left;
		padding:1%;
		margin:0 1%;
		coll
	}
	h1 {
		font-size: 2em;
		line-height: 1.2em;
	}
	nav ul li #nav-footer a{
		display:inline;
	}
	#header-content img{
		display:block;
		float:right;
	}
	/*#idc-logo {
		float:left;
	}
	#published-by {
		margin-top:0 !important;
	}
	#secondary-nav {
		float:right;
	}
	#sponsored-by {
		width: auto;
		float:right;
	}
	#sponsored-by p, #sponsored-by img {
		position: relative;
		float:left;
		display: block;
		width: auto;
	}
	#sponsored-by img {
		float: right;
	}
	#sponsored-by p {
		margin-right:15px;
		text-align: right;
	}*/
	.breadcrumb .g1 {
		margin:0;
		width:33.33333333333%;
	}
	.download {
		float:left !important;
	}
	.logo-area{
		float:left;
		width:156px;
		margin: 0;
	}
	.video-back {
		position: relative;
		display: block;
		height: auto;
		width: auto;
		background-image:url(../images/framework/video-back.jpg);
		background-position:0 0;
		background-repeat: no-repeat;
		/*height:360px;
		width: 100%;*/
		/*background: #03C url(../images/framework/video-back.jpg) 0 0 no-repeat;*/
	}
	/*.video-js-box {
		background-image: none;
		background-color: transparent;
	}*/
	.g1, .g2 {
		width:48.0%;
		float:left;
	}
	.ie6 .g1, .ie6 .g2, .ie7 .g1, .ie7 .g2 {
		width:47%;
	}
	.g25, .g75 {
		float:left;
	}
	.g25 {
		width:23%;
	}
	.g75 {
		width:73%;
	}
	.ie6 .g75 {
		width: 74%;
	}
	.ie7 .home-image, {
		width:100%;
	}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
	
	footer ul li a, footer ul li a:link, footer ul li a:visited{
		width:21%;
		float:left;
		padding:1%;
		margin:0 1%;
	}
	.ie6 footer ul li a, .ie6 footer ul li a:link, .ie6 footer ul li a:visited{
		width:20%;
	}
	nav ul li #nav-footer a{
		display:inline;
	}
	.home-item {
		/*min-height:211px;*/ /* changed 1/13/2012 */
		min-height: 216px;
	}
	.ie6 .home-item, .ie7 .home-item, .ie8 .home-item {
		/*height:211px;*/ /* changed 1/13/2012 */
		/*height: 216px;*/ /* changed to auto 7/10/2013 */
		height: auto;
	}
	.ie7 .item-desc p {
		margin-bottom: 0;
	}
	/*.optional-image {
		display:block;
	}*/
	.g1 {
		width:31.333%;
	}
	.ie6 .g1, .ie7 .g1 {
		width:30.333%;
	}
	.g2 {
		width:64.667%;
	}
	.ie .g2 {
		width:63.667%;
	}
	.ie6 .g2 {
		width:62.667%;
	}
	.g3 {
		width:98.0%;
	}
	.g50 {
		width:48%;
		float:left;
	}
	.ie .g50 {
		width:47%;
	}
	.ie7 .home-image, {
		width:102%;
	}
}

/* new */
a#menu-button {
	display: none;
}
/*.g3.plate-top {
	display: none;
}
.breadcrumb .g1.left, .breadcrumb .g1.right {
	width: 45% !important;
	margin: 0;
}
.breadcrumb .g1.center {
	width: 10% !important;
	margin: 0;
}*/

/* --- TOP TEN CAROUSEL --- */
#top-ten-container {
	max-width:918px;
	margin:0 auto;
}
ul.top-ten-nav {
	list-style:none;
	padding:0;
	margin:0;
}
ul.top-ten-nav li {
	float:left;
	width:5.3376906318082788671023965141612%;
	margin-right:3.267973856209150326797385620915%;
	margin-bottom:10px;
}
ul.top-ten-nav li.last {
	margin-right:0;
}
ul.top-ten-nav li a {
	display:block;
	width:100%;
	height:100%;
	background-color:#fdb812;
}
ul.top-ten-nav li a:hover,
ul.top-ten-nav li a.active {
	background-color:#f152ad;
}
ul.top-ten-nav img {
	display:block;
}
#full-width-slider {
	width:100%;
}
.client-case-videos {
	margin-top:20px;
	margin-bottom:75px;
}
.client-case-videos .leftcol {
	padding:0;
	margin-right:4.4516829533116178067318132464712%;
}
.client-case-videos .leftcol.last {
	margin-right:0;
}
.client-case-videos .w25 {
	width:21.606948968512486427795874049946%;
}
.client-case-videos h4 {
	font-size:20px;
	font-weight:700;
	color:#FFF;
	line-height:39px;
	background-color:#747474;
	text-align:center;
	margin-bottom:1em;
}
