/****************************************************/
/* !Hex Colors										
/* 													
/* Yellow: #f4ca14                                  
/****************************************************/





/****************************************************/
/* CSS Reset
/****************************************************/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************/
/* Global Elements
/****************************************************/
body {
	/* background-color: #1a1a1a; */
	background: #000 url(../images/bg-metal.gif) no-repeat center top;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 6em 0;
}


.yellowish {
	 background-color: #f4ca14 !important;
}

div.dev {
	outline: 1px dotted red;
}


/****************************************************/
/* Typography
/****************************************************/

body.subpage {
	line-height: 20px;
}

body.subpage h1 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 1em;
}

body.subpage h1.headline {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}

h2 {
	display: block;
	width: 290px;
	/*
	border-bottom: 1px dotted #c6c6c6;
	padding-bottom: 10px;
	*/
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	/* letter-spacing: -1px; */
	text-transform: uppercase;
	/* color: #f4ca14; */
	color: #d4ae02;
	/* text-shadow: 1px 1px 0px #e1e1e1; */
}

body.subpage ol li {
	list-style: decimal;
	list-style-type: decimal;
}

/****************************************************/
/* Structure
/****************************************************/

#container {
    position: relative;
	display: block;
	width: 980px;
	margin: 46px auto 0 auto;
	/* padding: 35px 20px 10px 20px; */
	padding: 0 0 30px 0;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	behavior: url(border-radius.htc);
}

#top-navigation {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	height: 35px;
	/* background-color: #000; */
	background: #000 url(../images/bg-nav.jpg) repeat-x; 
	clear: both;
	xoverflow: hidden;
}

#content {
	width: 940px;
	padding: 20px 20px 20px 20px;
	overflow: auto;
	background: url(../images/featured-shadow.jpg) repeat-x left top;
	/* overflow: hidden; */
}
#content .primary {
	width: 620px;
	float: right;
	display: inline;
	/* outline: 1px dotted #ff6600; */
}

body.subpage #content .primary {
	/* width: 700px; */
	width: 680px;
	padding-right: 20px;
}

#content .secondary {
	width: 290px;
	float: left;
	display: inline;
	/* outline: 1px dotted #000; */
}

body.subpage #content .secondary {
	width: 220px;
}


#content .primary .primary {
	width: 290px;
	float: left;
	display: inline; 
}

#content .primary .secondary {
	width: 290px;
	/* padding-right: 20px; */
	float: right;
	display: inline; 
}

#content .primary .full {
	margin-left: -260px;
	width: 940px;
	padding: 0 20px;
	clear: both;
}

#content .primary .fullright {
	margin-right: -20px;
	width: 940px;
	padding: 0;
	clear: both;
}

/****************************************************/
/* !The following allows 3-column setup for subpages                                              
/****************************************************/


.section-1 {
	width: 330px;
	float: right;
	display: inline;
	padding-bottom: 30px;
	/* outline: 1px dotted #ff6600; */
}

.section-2 {
	width: 330px;
	float: left;
	display: inline;
	padding-bottom: 30px;
	/* outline: 1px dotted #000; */
}


#content .section-1 .section-1 {
	width: 215px;
	float: left;
	display: inline; 
}

#content .section-1 .section-2 {
	width: 215px;
	/* padding-right: 20px; */
	float: right;
	display: inline; 
}

.column {
	position: relative;
	background: url(../images/bg-column.png) left bottom repeat-x;
	min-height: 310px;
	height: 310px;
	padding: 0 5px 15px 5px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.section-1.column,
.section-2.column {
	background: none;
}

.column h2 {
	height: 18px;
	line-height: 18px;
	padding-left: 25px;
	background: url(../images/icon_alert_large.png) no-repeat left center;
}

.column p.overview {
	padding-bottom: 40px;
}

#footer {
	position: relative;
	display: block;
	width: 980px;
	margin: 20px auto 0 auto;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}

.goleft {
	float: left;
}

.goright {
	float: right;
}

.content p {
	margin: .20em 0px 1em 0px;
}

.content ul {
	margin: 1em;
}

.content li {
	list-style: square;
}

body.subpage .content {
	margin-top: 30px;
}

body.subpage .content a {
	color: #000;
	font-weight: bold;
}

body.subpage .content a:hover {
	color: #8d8e80;
	text-decoration: none;
}

body.subpage h4 {
	font-size: 18px;
	font-weight: 800;
	/* color: #9c8926; */
	color: #000;
	text-transform: uppercase;
	clear: left;
}

body.subpage h4.tk-proxima-nova-extra-condensed {
	margin-bottom: .65em;
}
body.subpage h5 {text-transform:uppercase; font-size:14px;}
body.subpage .rates-info ul {margin:15px 5px;}
body.subpage .rates-info li {font-size:13px; margin:0 0 2px 15px;}

#footer span a {
	color: #8d8e80;
	text-decoration: none;
}

#footer span a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p.quicklinks strong {
	padding-right: 12px;
}

#footer p.quicklinks a {
	display: inline;
	height: 10px;
	color: #8d8e80;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background: url(../images/icon-quicklinks.png) no-repeat left center;
}

#footer p.quicklinks a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p span.goleft,
#footer p span.goright {
	color: #8d8e80;
}

#footer .ec_slss {
	display: block;
	width: 161px;
	height: 27px;
	background: url(../images/logotype-ec_slss.png) no-repeat center;
	position: absolute;
	right: 0px;
	bottom: 22px;
	z-index: 3;
}

/****************************************************/
/* !Navigation elements                             */
/****************************************************/

#top-navigation li.first a {border-left: none;}
#top-navigation a.logotype {
	font-weight: 900;
	font-size: 24px;
	width:171px;
	text-transform: uppercase;
}

#top-navigation a:hover {
	color: #f4ca14;
}

/****************************************************/
/* !Drop-down navigation                                              
/****************************************************/

#nav {  
    margin:0;   
    padding:0;   
    list-style:none;  
}     
      
/* make the LI display inline */  
/* it's position relative so that position absolute */  
/* can be used in submenu */  
#nav li {  
    float:left;   
    display:block;    
    position:relative;  
    z-index:500;   
    margin:0 1px;  
}  
      
/* this is the parent menu */  
#nav li a {  
    display:block;   
    padding:8px 5px 0 5px;   
    font-weight:700;    
    height:27px;
    width:140px;
    text-decoration:none;      
    text-align:center;   
    color: #fff;
    background-color: #000;
	-webkit-transition: color 0.9s ease;
	-moz-transition: color 0.9s ease;
	-o-transition: color 0.9s ease;
	transition: color 0.9s ease;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	/* text-shadow: 1px -1px 0px #000; */
	border-left: 1px solid #4f4f4f;  
}  

#nav li a:hover {  
    color:#fff;  
}  
    
#nav a.selected {  
    color:#fff;  
}  
  
#nav ul {  
    position:absolute;   
    left:0;   
    display:none;   
    margin:0 0 0 -1px;   
    padding:0;   
    list-style:none;  
}  
  
#nav ul li {  
    width:182px;   
    float:left;   
    border-top:1px solid #4f4f4f;  
}  
  

#nav ul li a {  
    display:block;    
    height:15px;  
    padding: 8px 5px;   
    color:#fff; 
}  

#nav ul li a.tk-proxima-nova {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
} 
  
#nav ul a.tk-proxima-nova:hover {  
    text-decoration:none;
    color: #f4ca14;
    background-color: #2c2c2c;    
}  

#top-navigation ul#nav li a.tk-proxima-nova:hover {  
    text-decoration:none;
    color: #f4ca14;
    background-color: #2c2c2c;    
}  

/* quick and dirty ie6 fix - sorry about using the 'star hack' instead of a conditional stylesheet! */  
*html #nav ul {  
    margin:0 0 0 -2px;  
}




/****************************************************/
/* Featured
/****************************************************/


#featured {
	width: 980px;
	height: 330px;
	overflow: hidden;
	position: relative;
/* 	background-color: #f4ca14; */
}

body.subpage #featured {
	width: 980px;
	height: 125px;
	overflow: hidden;
	position: relative;
	text-shadow: 1px 1px 1px #fce6a2;
/* 	background-color: #f4ca14; */	
}

.slide {
	width: 980px;
	height: 330px;
	position: relative;
}

body.subpage #featured .slide {
	height: 125px;
}

.slide.media {
	background: #f4ca14 url(../images/featured-media.jpg) no-repeat center center;
}

.slide.reach {
	background: #f4ca14 url(../images/featured-reach.jpg) no-repeat center center;
}

.slide.opportunity {
	background: #f4ca14 url(../images/featured-opportunity.jpg) no-repeat center center;
}

.slide.subpage-online {
	background: #f4ca14 url(../images/subpage-header-online.jpg) no-repeat center top;
}

.slide.subpage-print {
	background: #f4ca14 url(../images/subpage-header-print.jpg) no-repeat center top;
}

#featured .slide h1 {
	line-height: .90;
}

body.subpage #featured .slide h1 {
	position: absolute;
	bottom: 5px;
	left: 20px;
	display: block;
	width: 350px;
	height: 70px;
	clear: both;
	/* text-shadow: 1px 1px 1px #fce6a2; */
	/* outline: 1px dotted #000; */
	/* padding: 30px 0 0 0; */
}

#featured .slide h1.tk-proxima-nova {
	text-transform: uppercase;
	position: absolute;
	top: 70px;
	/* top: 115px; */
	/* left: 353px; */
	left: 340px;
	font-size: 45px;
	font-weight: 800;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #fce6a2;
}

#featured .slide h1.tk-proxima-nova .large-headline {
	clear: both;
	/* padding: 30px 0 0 0; */
	/* font-size: 65px; */
	font-size: 65px;
	font-weight: 900;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #fce6a2;
}

body.subpage #featured .slide h1.tk-proxima-nova-condensed .large-headline {
	display: block;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: uppercase;
	clear: both;
}

#featured .slide h1.tk-proxima-nova .small-headline {
	clear: both;
	/* line-height: 3; */
	letter-spacing: 0px;
	font-size: 19px;
	font-weight: 600;
	text-transform: none;
	text-shadow: none;
}

body.subpage #featured .slide h1.tk-proxima-nova-condensed .small-headline {
	clear: both;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#featured .slide a.download-mediakit {
	display: block;
	width: 250px;
	height: 40px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/bg-tape-250px.png) no-repeat center center;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 0;
	padding: 27px 0 0 0;
	text-indent: 35px;
	-webkit-transition: color 0.9s ease;
  	-moz-transition: color 0.9s ease;
  	-o-transition: color 0.9s ease;
  	transition: color 0.9s ease;
  	text-shadow: none;
	/* padding: 27px 0 0 68px; */
}


#featured .slide a:hover.download-mediakit {
	color: #f4ca14;
}

#featured .slide a.learn-more {
	display: block;
	width: 132px;
	height: 40px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/bg-tape-132px.png) no-repeat center center;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 0;
	padding: 27px 0 0 0;
	text-indent: 30px;
	-webkit-transition: color 0.9s ease;
  	-moz-transition: color 0.9s ease;
  	-o-transition: color 0.9s ease;
  	transition: color 0.9s ease;
  	text-shadow: none;
	/* padding: 27px 0 0 68px; */
}

#featured .slide a.learn-more.wide {
	width: 166px;
	background: url(../images/bg-tape-166px.png) no-repeat center center;
}


#featured .slide a:hover.learn-more {
	color: #f4ca14;
}

body.subpage #featured .slide a.logotype {
	display: block;
	text-decoration: none;
	border: none;
	width: 238px;
	height: 67px;
	position: absolute;
	left: 20px;
	bottom: 30px;
	overflow: hidden;
	text-indent: -9999px;
}

body.subpage #featured .slide a.logotype.magazine {
		background: url(../images/logotype-ecmag.png) no-repeat center;
}

body.subpage #featured .slide a.logotype.online {
		background: url(../images/logotype-econline.png) no-repeat center;
}

body.subpage #featured .slide a.logotype.slss {
		background: url(../images/logotype-slss-knockout.png) no-repeat center;
}



/****************************************************/
/* Design Elements
/****************************************************/

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #c6c6c6; 
	border-style: none none dotted; 
	padding: 1px;
	margin: 0;
}

.double-line {
	display: block;
	height: 3px;
	width: 100%;
	clear: both;
	margin: 5px 0 10px 0;
	border-top: 1px dotted #c6c6c6; 
	border-right: none;
	border-bottom: 1px dotted #c6c6c6; 
	border-left:none;
}

.double-line-wide {
	display: block;
	height: 3px;
	width: 980px;
	clear: both;
	margin: 10px auto;
	border-top: 1px dotted #404040; 
	border-right: none;
	border-bottom: 1px dotted #404040; 
	border-left:none;
}

div.tape-lg {
	outline: 1px dotted #000;
	display: block;
	height: 64px;
	width: 200px;
	padding: 0 0 0 64px;
	margin: 0 0 0 64px;
	background: url(../images/tape-left-146px.png) left center no-repeat;
}

.bg-header-yellow {
	position: relative;
	display: block;
	width: 700px;
	height: 27px;
	margin-top: 33px;
	background: url(../images/bg-header-yellow.jpg) left center repeat-x;
	clear: both;
	text-shadow: 1px 1px 1px #fedf58;
}

.rusty-bolt {
	width: 31px;
	height: 31px;
	background: url(../images/rusty-bolt.png) no-repeat center top;
}

.bg-header-yellow .rusty-bolt {
	position: absolute;
	top: -3px;
	right: 3px;
}

a.icon-print {
	position: absolute;
	top: 180px;
	right: 40px;
	z-index: 3;
	display: block;
	width: 53px;
	height: 16px;
	background: url(../images/icon-print3.png) no-repeat center top;
	text-indent: -9999px;
	overflow: hidden;
}

a:hover.icon-print {
	background: url(../images/icon-print3.png) no-repeat center bottom;
}

/****************************************************/
/* Links
/****************************************************/

.column a.download {
	position: absolute;
	right: 5px;
	bottom: 3px;
	display: block;
	width: 131px;
	height: 40px;
	overflow: hidden;
	background: url(../images/bg-tape-131px.png) no-repeat center center;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 0;
	padding: 27px 0 0 0;
	clear: both;
	float: right;
	text-transform: uppercase;
	text-indent: 38px;
	-webkit-transition: color 0.9s ease;
  	-moz-transition: color 0.9s ease;
  	-o-transition: color 0.9s ease;
  	transition: color 0.9s ease;
}

.column a.more {
	position: absolute;
	right: 5px;
	bottom: 25px;
	display: block;
	width: 131px;
	height: 40px;
	overflow: hidden;
	background: url(../images/bg-tape-more.png) no-repeat center center;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 44px;
	clear: both;
	float: right;
	text-transform: uppercase;
	text-indent: 25px;
	-webkit-transition: color 0.9s ease;
  	-moz-transition: color 0.9s ease;
  	-o-transition: color 0.9s ease;
  	transition: color 0.9s ease;
}

.column a:hover.more {
	color: #f4ca14;
}

div.download.pdf {
	display: block;
	margin: 10px;
	height: 35px;
	text-align: left;
	background: #fff url(../images/bg-gradient.jpg) repeat-x left bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 5px;
	border: 1px solid #dedede;
}

.download.pdf a {
	display: block;
	height: 35px;
	/* padding: 0 0 0 27px; */
	padding: 0;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	-webkit-transition: color 0.9s ease;
  	-moz-transition: color 0.9s ease;
  	-o-transition: color 0.9s ease;
  	transition: color 0.9s ease;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	/* background: url(../images/icon-pdf.png) no-repeat left center; */
}

.download.pdf a img {
	margin: 0 3px -3px 0;
}

.download.pdf a:hover {
	/* color: #9A0D1A; */
	color: #c62222 !important;
}



/****************************************************/
/* Thumbnails
/****************************************************/

a.thumb {
	display: block;
	width: 290px;
	height: 124px;
	margin: 0 auto 10px auto;
	border: none;
	overflow: hidden;
}

a.thumb.ec {
	background: #000 url(../images/thumbnail-ec-02.jpg) no-repeat center bottom;
}

a:hover.thumb.ec {
	background: #000 url(../images/thumbnail-ec-02.jpg) no-repeat center top;
}

a.thumb.ecmag {
	background: #000 url(../images/thumbnail-ecmag-02.jpg) no-repeat center bottom;
}

a:hover.thumb.ecmag {
	background: #000 url(../images/thumbnail-ecmag-02.jpg) no-repeat center top;
}

a.thumb.slss {
	background: #000 url(../images/thumbnail-slss-02.jpg) no-repeat center bottom;
}

a:hover.thumb.slss {
	background: #000 url(../images/thumbnail-slss-02.jpg) no-repeat center top;
}

/****************************************************/
/* !jQuery Accordion Navigation 01                  */
/****************************************************/

.accordionWrapper{display:inline-block; background-color:#fff; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper ul{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer; display: block; width: 220px; height: 30px; background-color: #000;}
.accordionWrapper a {display: block; width: 220px; height: 35px;}
.accordionWrapper div.content{display:none;}
.accordionWrapper div.content li a{display:block; width: 220px; height: 25px; border-bottom: 1px dotted #000; overflow: hidden; padding-top: 10px; text-decoration: none; color: #000;}
.accordionWrapper div.content li a:hover {color: #f4ca14;}
.set{border-bottom:1px solid #000}
.set1{background-color:#C77B3F;}
.set2{background-color:#FFC732;}
.set3{background-color:#007C90;}
.set4{background-color:#AD6F08;}
.set5{background-color:#387855;}
.set6{background-color:#8C4B2D;}
.set7{background-color:#82A668;}


/****************************************************/
/* !jQuery Accordion Navigation 02                  */
/****************************************************/

h2.acc_trigger {
	padding: 0;	margin: 0 0 1px 0;
	/* background: url(h2_trigger_a.gif) no-repeat; */
	height: 25px;	line-height: 25px;
	width: 220px;
	font-size: 16px;
	font-weight: 600;
	float: left;
}
h2.acc_trigger a {
	/* color: #fff; */
	text-decoration: none;
	display: block;
	width: 210px;
	/* padding: 5px; */
	padding-left: 10px;
	color: #fff;
	xbackground-color: #0c0c0c;
	background: #0c0c0c url(../images/bg-black.jpg);
	/* padding: 0 0 0 50px; */
	letter-spacing: 0px;
}
h2.acc_trigger a:hover {
	color: #f4ca14;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0; padding: 0;
	overflow: hidden;
	width: 220px;
	clear: both;
	/* background: #f0f0f0; */
	xborder: 1px solid #d6d6d6;
}
.acc_container .block {
	padding: 5px 5px 5px 20px;
}

.acc_container ul.block {
	margin: 0;
	padding: 0;
}

.acc_container ul.block li  {
	display: block;
	height: 25px;
	width: 220px;
	list-style: none;
	overflow: hidden;
	line-height: 25px;
	/* padding: 10px 0 0 0; */
	border-bottom: 1px dotted #bfbfbf;
}

.acc_container ul.block li a  {
	display: block;
	height: 25px;
	width: 220px;
	/* padding: 0 0 0 25px; */
	text-indent: 25px;
	text-decoration: none;
	color: #2f2f2f;
	text-shadow: 1px 1px 0px #fff;
	font-weight: 600;
	background-color: #fff;
	-webkit-transition: background-color 0.5s ease;
  	-moz-transition: background-color 0.5s ease;
  	-o-transition: background-color 0.5s ease;
  	transition: background-color 0.5s ease;
}

.acc_container ul.block li a:hover {
	background-color: #dfdfdf;
}

/****************************************************/
/* !TABLES                                              
/****************************************************/

table {
	margin-top: 1em;
	margin-bottom: 20px;
}

table td {
	padding: 5px;
	background: url(../images/bg-td-gradient.png) repeat-x left bottom;
}

table#calendar {
	width: 680px;
	line-height: 18px;
	margin-top: 0;
}

table#calendar td {
	padding-top: 5px;
	padding-right: 5px;
}

.month-header {
	position: absolute;
	left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 27px;
}

.theme-header {
	position: absolute;
	left: 135px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 27px;
}


td.month {
	padding-left: 10px;
}

td span.issue-title {
	font-weight: bold;
}

td div.alert {
	display: block;
	height: 14px;
	padding-left: 20px;
	background: url(../images/icon-alert.png) no-repeat left bottom;
	clear: both;
	color: #000;
	font-weight: bold;
}

td div.alert strong {
	/* color: #9c8926; */
}

table,
table td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
}

th {
	height: 27px;
	vertical-align: middle;
	background: #eec308 url(../images/bg-header-gradient.png) repeat-x left bottom;
	text-shadow: 1px 1px 1px #fedf58;
	padding: 5px;
}

th img {
	float: right;
}

td.first {
	background: url(../images/bg-table.png);
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #525649;
}

table#calendar td.theme {
	text-align: left;
}


/****************************************************/
/* !Columns                                              
/****************************************************/

.col1 {
	display: inline;
	/* width: 233px; */
	width: 221px;
	float: left;
	padding-right: 20px;
}

.col2 {
	display: inline;
	width: 221px;
	float: left;
	padding-right: 20px;
}

.col3 {
}

ul.col1 {
	display: inline;
	width: 221px;
	float: left;
	padding-right: 20px;
	margin-left: 0 !important;
}

ul.col2 {
	display: inline;
	width: 221px;
	float: left;
	padding-right: 20px;
	margin-left: 0 !important;
}

ul.col3 {
	list-style: square;
	margin-left: 0 !important;
}

div.content ul.col1 li,
div.content ul.col2 li,
div.content ul.col3 li {
	list-style: square;
	margin: 0;
}

div.content ul.col1 li a,
div.content ul.col2 li a,
div.content ul.col3 li a {
	color: #000;
	line-height: 22px;
}

div.content ul.col1 li a:hover,
div.content ul.col2 li a:hover,
div.content ul.col3 li a:hover {
	color: #8d8e80;
	text-decoration: none;
}

/****************************************************/
/* !Callouts                                              
/****************************************************/

dl.callout {
	display: block;
	width: 250px;
	border: 3px solid #000;
	background-color: #525649;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #666666;
	-moz-box-shadow: 5px 5px 5px #666666;
	box-shadow: 5px 5px 5px #666666;
	font-size: 18px;
	line-height: 23px;
}

dl.callout.short {
	background-color: #eec308;
}

dl.callout.goright {
	margin-left: 5px;
}

dl.callout.goleft {
	margin-right: 5px;
}

dl img {
	float: left;
}

dl.callout dt {
	background-color: #eec308;
	border-bottom: 3px solid #000;
	padding: 5px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

dl.callout.short dt {
	background-color: #eec308;
	padding: 5px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: none;
	margin-bottom: 10px;
}

dl.callout dt div.callout-title {
	padding-left: 55px;
	background: url(../images/icon-alert-large.png) no-repeat 5px 5px;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
}

dl.callout dt span {
	font-weight: 600;
}


dl.callout dd {
	padding: 5px;
	color: white;
	font-weight: 600;
}

dl.callout dd strong {
	text-transform: uppercase;
	color: #eec308;
}

dl.callout dd.bottom-text {
	font-weight: 500;
}

/****************************************************/
/* !Trim Sizes                                            
/****************************************************/

dl.specs {
	display: block;
	height: 95px;
	clear: both;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: 600;
}

dl.specs dd {
	overflow: hidden;
	text-indent: -9999px;
}

dl.specs dd.fullpage {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-full.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.bleed {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-bleed.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.spread {
	display: block;
	width: 154px;
	height: 106px;
	float: left;
	background: url(../images/spec-spread.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.half-horizontal {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-half-horizontal.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.two-third-vertical {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-2-3-vertical.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.half-island {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-half-island.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.one-third-vertical {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-1-3-vertical.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.half-vertical {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-half-vertical.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.one-fourth-vertical {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-1-4-vertical.jpg) no-repeat center;
	margin-right: 10px;
}

dl.specs dd.one-third-square {
	display: block;
	width: 79px;
	height: 106px;
	float: left;
	background: url(../images/spec-1-3-square.jpg) no-repeat center;
	margin-right: 10px;
}

/****************************************************/
/* !Infographics                                              
/****************************************************/

.infographic {
	display: block;
}

.infographic p {
	visibility: hidden;
}

.infographic.tape {
	background: url(../images/infographic-tape2.jpg) no-repeat center;
	width: 387px;
	height: 331px;
	padding-left: 20px;
}

.infographic.econline {
	background: url(../images/infographic-ecmag.jpg) no-repeat center;
	width: 350px;
	height: 339px;
}

.infographic.bldg-components {
	background: url(../images/infographic-bldg-components2.jpg) no-repeat right center;
	width: 934px;
	height: 483px;
	margin-left: -214px;
	overflow: hidden;
	/* margin-right: -20px; */
	padding: 20px 0;
	clear: both;
}

/****************************************************/
/* !Tooltips                                              
/****************************************************/

.tooltip {
	display: block;
	xwidth: 250px;
	width: 30em;
	border: 3px solid #000;
	background-color: #eec308;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #666666;
	-moz-box-shadow: 5px 5px 5px #666666;
	box-shadow: 5px 5px 5px #666666;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
}

.tooltip h2 {
	xdisplay: block;
	xheight: 18px;
	line-height: 18px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: normal;
	padding-left: 24px;
	background: url(../images/icon_alert_large.png) no-repeat 0 -1px;
	text-transform: uppercase;
	z-index:100000;
}

.tooltip hr{
	background: none;
	border: 1px solid #000;
	padding: 0;
	margin: 5px 0;
}

.tooltiplink {
	width: 100%;
	/* outline: 1px dotted red; */
	height: 9px;
	padding-right: 18px;
	background: url(../images/icon-arrow-small.gif) no-repeat right center;
	color: #111;
	text-decoration: underline;
	font-weight: bold;
}

.tooltip a {
	color: #111;
	font-weight: bold;
}

.tooltip a:hover {
	color: #777777
	;
}

/****************************************************/
/* !Tabbed content                                              
/****************************************************/

#wrapper {
    width:680px;
}

.full #wrapper {
	width: 940px;
}

.full table#calendar {
	width: 940px;
}

ul.tabs {
    width:680px;
    margin:0;
    padding:0;
}

.full ul.tabs {
	width: 940px;
}

ul.tabs li {
    display:block;
    float:left;
    padding:0 1px;
}

ul.tabs li a {
    display:block;
    float:left;
    padding:5px;
    width: 43px;
    text-align: center;
    background: #fedf58 url(../images/bg-header-gradient.png) repeat-x left bottom;
    color:#666;
    text-decoration:none;
    text-shadow: 1px 1px 1px #fedf58;
    /* text-transform: uppercase; */
}

ul.tabs.ecmag_com_audience li a {
    width: 150px;
}

.full ul.tabs li a {
	width: 65px;
}

.selected {
    font-weight:bold;
}

ul.tabs li a.selected {
	background-color: #eec308;
	border:1px solid gray;
	margin-bottom: -2px;
	border-bottom: none;
	background-image: none;
	margin-left: -1px;
	color: #111;
}

.tab-content {
    clear:both;
}

.tab-content table tr td {
	text-align: left;

}

.tab-content table tr td ul {
	list-style-position: outside !important;
	display: block;
}

.tab-content table tr td li {
	padding-bottom: .75em;
	/* list-style-image: url(../images/icon-arrow-small.gif); */
}

.tab-content table tr td h5 {
	text-transform: uppercase;

}

table#calendar tbody tr th {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	line-height: 35px;
	text-transform: uppercase;
}

table#calendar tbody tr th li {
	display: inline;
}



table#calendar tbody tr th img {
	float: right;
}

table#calendar tbody tr td ul {
	margin: 6px 0 0 20px;
	list-style: disc;
}


/*
ul.tabs .tab-content table#calendar {
	margin-top: 0;
}
*/










