/* ---------------------------------------------------------------------
        GLOBAL STYLES - UNIVERSAL SELECTORS AND CLASSES
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

 
/* ********* TYPOGRAPHY ********* */

html {
	height: 100%;
}

body {
    height: 100%;
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height:1.167;
	color:#767676;
	background-color: #fcfcfc;
}

h1 {
	font-size:22px;
	font-weight:bold;
	line-height:1;
	color: #000019;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom:2px;
}

h1.heading-en, h1.heading-ed, h1.heading-rs {
    padding-left: 42px;
    background-position: left top;
    background-repeat: no-repeat;
}

h1.heading-en {
    background-image: url(/images/spark/heading-en.png);
}

h1.heading-ed {
    background-image: url(/images/spark/heading-ed.png);
}

h1.heading-rs {
    background-image: url(/images/spark/heading-rs.png);
}

h2 {
	font-size: 18px;
	font-weight:bold;
	line-height:1.112;
	color:#002347;
	margin-bottom:6px;
}

h2 span.pico {
	font-size:12px;
	color:#9c9c9c;
}

h2.alias-h1 {
	font-size:20px;
	line-height:1;
	margin-bottom:12px;
}

h2.heading {
	font-size:30px;
	line-height:1;
	color:#9d9d9d;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:8px;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	line-height:1.143;
	color:#000019;
	margin-bottom:2px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height:1.167;
	color: #002347;
	margin-bottom:4px;
}

.news-page h4 {
    color: #767676;
    margin-bottom: 1px;
}

h4.subheading {
	font-size:12px;
	font-weight:normal;
	line-height:1.167;
	color:#767676;
	margin-top:-6px;
	margin-bottom:12px;
}

h4.subheading strong {
	color:#0a386f;	
}
 
h5 { /*unused*/
	font-size:11px;
	line-height:1.364;
	font-weight:bold;
	line-height:1.2;
}

p {
	line-height:1.5;
	margin:0 0 20px 0; 
}

p.introtext {
	font-size:14px;
	font-weight:bold;
	line-height:1.429;
	color:#858585;
	margin-bottom:18px;
}

#home-page p.introtext {
    font-size: 16px;
    line-height: 1.375;
    color: #000014;
    padding-right:15px;
    margin-bottom: 19px;
}

strong {font-weight:bold;}
em, dfn {font-style:italic;}

blockquote {margin:0;color:#fff;font-style:normal;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border:none}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}


table {width:100%;}
tfoot {font-style:italic;}

.hide {display:none;}

.clear {clear:both;height:0;overflow:hidden}
.left {float:left;}
.right {float:right}

hr {display:none;}

.content img {
	float:left;
	margin:5px 15px 10px 0;
	border:3px solid #e0dfdf;
}


/* ********* LINKS ********* */

a {
	color:#000014;
	text-decoration:underline;
}

a:hover {
	color:#000014;
	text-decoration:none;
	background-color:#d8e7f9;
	border-bottom:1px solid #bdd1ea;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;	
}

a.actionlink {
	font-size:10px;
	padding-left:10px;
	font-weight:bold;
	background:url(/images/spark/bullet-triangle.png) left 3px no-repeat;
	text-transform:uppercase;
	text-decoration:none;
	border:none;
	letter-spacing:-0.4px;
}

a:hover.actionlink {
	background-color:#d8e7f9;
	border:none;
}

a.frame {
	position:absolute;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-9999px;
	z-index:2;
}

a:hover.frame {
	background-color:transparent;
	border:none;
}

a.frame img {
	float:none;
	margin:0;
	border:none;
}

a.panel {
	display:block;	
}

a:hover.panel {
	background:none;
	border:none;
}

a.panel img {
	display:block;
}


/* ********* GENERIC LISTS ********* */

.content ul {
	margin:0px 0 12px 15px;
}

.content p + ul {
	margin-top:-14px;	
}

.content ul li {
	padding-left:18px; 
	padding-bottom:2px;
	font-size:12px;
	line-height:1.167;
	background:url(/images/spark/bullet.gif) left 3px no-repeat;
}

.content ul li p {
	line-height:1.167;
	margin-bottom:10px;
}

.content ol {
	margin:-14px 0 12px 33px;
	color:#0a386f;
}

.content ol li {
	padding-left:0px;
	padding-bottom:2px;
	
	font-size:10px;
	font-weight:bold;
	line-height:1;
	list-style-type:decimal;
	list-style-position:outside;
}

.content ol li div {
	font-size:12px;
	line-height:1.167;
	font-weight:normal;
	color:#767676;
}

.content form ol {
	margin:0 0 13px 0;
	padding:0;
	color:#767676;
}

.content form ol li {
	clear:left;
	padding:0;
	margin:0 0 10px 0;
	
	font-size:12px;
	font-weight:normal;
	line-height:1.167;
	list-style-type: none;
	list-style-position:outside;
}

.content form ol li.radio {
	padding-left:20px;
	margin-bottom:7px;
}

.content form ol li.set {
	margin-top:27px;	
}

/* ********* FORMS ********* */

form ol li {
	margin-bottom:8px;
}

fieldset {
	padding-left:20px;
}

.sidebox fieldset {
	padding-left:10px;	
}

label {
	display:inline-block;
	margin:0;
	padding:0;
}

legend {
    display: none;
	font-size:16px;
	font-weight:bold;
	line-height:1.125;
	color:#002347;
	padding-bottom:8px;
	white-space:normal;
}

label strong {
	float:left;
	width:158px;
	line-height:1.167;
	padding:6px 0 0 0; 
	margin-right:17px;
	
	font-size:12px;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}

li.radio label strong {
	float:none;
	display:inline-block;
	width:auto;
	line-height:14px;
	padding:0 0 2px 0;
	margin:-1px 0 0 0;
	
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

.sidebox li.radio label strong {
	width:185px;	
}

label strong span {
	display:block;
	font-size:10px;
	color:#858585;
	padding-top:2px;
	font-weight:normal;
}


label span.required {
	display:inline;
	padding:0;
	color:#064b9f;
	font-size:12px;
	line-height:1;
}

input {
	width:249px;
	height:17px;
	padding:5px;
	margin:0;
	
	font-size:14px;
	color:#6a6a6a;
	font-family:Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	border:1px solid #a6a6a6;
	overflow:hidden;
	line-height:16px;
	outline:none;
	
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

label.pico input {
	width:56px;	
}

li.radio input {
	width:13px;
	height:13px;
	padding:0;
	margin:0 5px 0 0;
	border: none;
	vertical-align:top;
}

.checkbox {
	margin-top:18px;
	margin-bottom:8px;
}

#page #content-area .checkbox input, #page #header .checkbox input {
	width:13px;
	height:13px;
	padding:0;
	margin:0 5px 0 0;
	border: none;
	vertical-align:middle;
}

#page .section .checkbox label {
	margin-left:178px;
	font-size:12px;
	vertical-align:middle;
}
 
#page .checkbox strong {
	float:none;
	width:auto;
	line-height:13px;
	
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
}


textarea {
	display:inline-block;
	width:324px;
	height:134px;
	padding:8px 10px;
	margin:0 0 10px 0;
	
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#6a6a6a;
	outline:none;
	resize:none;
	border:1px solid #a6a6a6;
	
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	overflow: auto;
	overflow-x:hidden;
}

input.file-input {
	width:265px;
	height:23px;
	border:1px solid #b1b1b1;
	background:white;
	vertical-align:top;
}

select {
	margin-top:5px;
	margin-bottom:3px;
	max-width:250px;
	font-size:11px;
	border:1px solid #b2b2b2;
	overflow:hidden;
}

select option {
	padding-right:15px;	
}


button {
	float: right;
	border:none;
	margin:0;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	
	width:111px;
	height:40px;
	margin-bottom:22px;
	background:url(/images/spark/button-submit.png) left top no-repeat;
}

button:hover {
	background-position:right top;
}

button:focus {
	outline:none;	
}

button::-moz-focus-inner { border: 0; }


button.disabled, button:hover.disabled {
	background-position:left top;
	cursor:auto;
}

.field_with_errors {
    display: inline;
}

.field_with_errors input, .field_with_errors textarea {
    border-color: #cd2036;
}

/* ********* CLEAR FIX HACK ********* */

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}				
.cf {display: block;}
/* End hide from IE-mac */



/* ---------------------------------------------------------------------
            	GLOBAL STYLES - STRUCTURAL RULES
------------------------------------------------------------------------ 

These are common styles, shared by different pages  */


/* ////////      GENERAL LAYOUT       \\\\\\\\ */

#main-container {
	min-width:1000px;
	min-height: 100%;
	background:url(/images/spark/backgr-body.jpg) center 257px no-repeat;
}

#home-page #main-container {
    background-position: center 129px;
}

#page {
	width:970px;
	margin:0 auto;
}

#content-area {
	width:970px;
	padding:15px 7px 0 7px;
	margin: 0 -7px 15px -7px;
	background:	url(/images/spark/content-top.png) left top no-repeat;
}

.content-wrapper {
	width:714px;
	margin-left: -7px;
	margin-right: -7px;
	padding-bottom:15px;
	background:url(/images/spark/content-bottom.png) left bottom no-repeat;
}

.content-wrapper .content {
	min-height:518px;
	height:auto !important;
	height:518px;
	padding:2px 22px 5px 22px;
	background:url(/images/spark/content-middle.png) left top repeat-y;
}

#home-page .content-wrapper .content {
  min-height: 125px;
	padding:6px 16px 0 22px;
}

/* *** Column1 *** */

.column1 {
	float:left;
	clear:both;
	width:700px;
}

/* *** Column2 *** */

.column2 {
	float:right;
	width:270px;
}

.column2 .sidecontent-wrapper {
    width: 277px;
	padding-bottom:18px;
	margin-bottom:1px;
	margin-right: -7px;
	background:url(/images/spark/sidecontent-bottom.png) left bottom no-repeat;	
}

.sidecontent-wrapper .sidecontent {
    padding-top:7px;
	padding-bottom:1px;
	background:url(/images/spark/content-middle.png) right top repeat-y;
}


/* ////////      HEADER       \\\\\\\\ */

#header {
	position:relative;
	width:970px;
	height:38px;
	padding-top:160px;
	margin-bottom:8px;
	background: url(/images/spark/header-banner.jpg) left top no-repeat;
	z-index:150;
}

#header h1 {
	display:none;
}


/* *** Top Navigation *** */

#header ul#topnav {
	width:965px;
	height:38px;
	padding-left:5px;
	margin:0;
	background:url(/images/spark/topnav-backgr.png) left top no-repeat;
}

#topnav li {
	float:left;
	height:38px;
	padding:0;
	line-height:1;
	background:none;
}

#topnav li a {
	display:block;
	height:38px;
	padding:0 15px 0 14px;
	background:url(/images/spark/topnav-delimiter.png) right top no-repeat;
	
	font-size:14px;
	font-weight:bold;
	line-height:38px;
	color:#828282;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:-1px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	border:none;
	overflow:hidden;
}

#topnav li.last a {
	background:none;
}

#topnav li a:hover, #topnav li.active a, #topnav li.active a:hover  {
	color:#000014;
}


/* ////////      Sideboxes       \\\\\\\\ */

.sidebox-container {
	width:260px;
	padding-top:8px;
	margin-bottom:10px;
	margin-left:10px;
	background:url(/images/spark/sidebox-top.png) left top no-repeat;	
	overflow:hidden;
}

.sidebox-container .sidebox {
	min-height:50px;
	padding:4px 15px 10px 15px;
	background:url(/images/spark/sidebox-bottom.png) left bottom no-repeat;	
}

.sidebox-container .sidebox.sidelist {
	padding-bottom:6px;
}

.sidebox h2 {
	background-position:left top;
	background-repeat:no-repeat;
	
	font-size:22px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0 0 11px 0;
	overflow:hidden;
}

.sidebox.sidelist h2 {
	margin-bottom:9px;	
}



.sidebox ul {
	margin:0;
}

.sidebox ul li {
	position:relative;
	min-height:45px;
	padding:0 0 6px 76px;
	margin-top:8px;
	border-bottom:1px solid #233850;
	background:none;
	
	font-size:10px;
	line-height:1.2;
	color:#858585;
}

.sidebox.sidelist ul li {
	min-height:0 ;
	padding-left:0;
	padding-bottom:2px;
	margin-top:6px;
}

.sidebox.sidelist.archive-list ul li {
	margin-top:0px;
	margin-bottom:6px;
}

.sidebox ul li.last {
	border:none;
	padding-bottom:3px;
}

.sidebox.archive-list ul li.last {
	padding-bottom:0;	
}

.sidebox li img {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:67px;
	height:43px;
	overflow:hidden;
	z-index:1;
}

.sidebox li a.frame {
	left:0;
	top:0;
	width:67px;
	height:43px;
	background-image:url(/images/spark/frame-thumb.png);
}


.sidebox li h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1;
	color:#fefefe;
	padding-bottom:2px;
	margin-bottom:2px;
	text-transform:none;
	letter-spacing:-0.2px;
}

.sidebox li h4 {
	font-size:10px;
	font-weight:bold;
	padding:0;
	margin:0 0 2px 0;
	line-height:1.2;
	color:#949494;
	text-transform:uppercase;
	letter-spacing:0;
}

.sidebox p {
	font-size:13px;
	line-height:1.308;
	color:#fefefe;
	margin-bottom:9px;
}

.sidebox ul li p {
	font-size:10px;
	line-height:1.2;
	margin:0;
	color:#858585;
}

.sidebox ul li a {
	color:#fefefe;
	text-decoration:none;
	background-color:transparent;
}

.sidebox ul li a:hover {
	color:#d8e7f9;
	text-decoration:none;
	background-color:transparent;
	border:none;
}


.sidebox a.actionlink {
	display:inline-block;
	color:#fff;
	background:url(/images/spark/bullet-white.gif) left 2px no-repeat;
	border:none;
	text-decoration:none;
	margin-bottom:7px;
}

.sidebox a:hover.actionlink {
	color:#fff;
	text-decoration:underline;
	background-color:transparent;
	border:none;
}



.sidebox.sidelist.archive-list li ul {
	display:none;
	border-top:1px solid #233850;
	margin-top:4px;
	padding-top:5px;
}

.sidebox.sidelist.archive-list li ul.visible {
	display:block;	
}


.sidebox.sidelist.archive-list li ul li {
	border-bottom:none;
	margin-bottom:0;
}

.sidebox.sidelist.archive-list li a {
	cursor:pointer;	
}

.sidebox.sidelist.archive-list li ul li a strong {
	color:#b5b5b5;
	font-weight: normal;
}

.sidebox.sidelist.archive-list li ul li a:hover strong {
	color:#fff;
}

.sidebox.archive-list li strong {
	float:left;	
}

.sidebox.archive-list li span, .sidebox.archive-list li h3 span {
	float:right;
	
	font-size:10px;
	font-weight:normal;
	padding:0;
	margin:0 0 2px 0;
	line-height:1.2;
	color:#69809c;
	letter-spacing:0;
}


/* ////////      Download Report Button       \\\\\\\\ */

a#download-report {
    display: block;
    width: 255px;
    height: 97px;
    margin-bottom: 5px;
    background: url(/images/spark/button-download-report.png) left top no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

a#download-report:hover, a#download-report:focus {
    background-position: right top;
    text-decoration:none;
    background-color:transparent;
    border:none;
}


/* ////////      Sections       \\\\\\\\ */

ul#sections {
    margin: 24px 0 19px 13px;
}

ul#sections li {
    float: left;
    width: 316px;
    height: 317px;
    margin-right: -2px;
    overflow: hidden;
}

ul#sections li a {
    display: block;
    height: 223px;
    padding: 94px 26px 0 26px;
    background-position: left top;
    background-repeat: no-repeat;
    
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.4px;
    text-indent: -9999px;
   
    overflow: hidden;
}

ul#sections li a:hover, ul#sections li a:focus {
    background-position: left bottom;
    border: none;
    background-color: transparent;
    text-indent: 0;
}

ul#sections li#section-education a {
    background-image: url(/images/spark/section-education.png);
}

ul#sections li#section-energy a {
    background-image: url(/images/spark/section-energy.png);
}

ul#sections li#section-safety a {
    background-image: url(/images/spark/section-safety.png);
}


/* ////////     Spotlight Area       \\\\\\\\ */

.spotlight-container {
	width:670px;
	padding-bottom:10px;
	margin:7px 0 20px 0px;
	background:#d7d7d7 url(/images/spark/spotlight-bottom.png) left bottom no-repeat;
}

.spotlight {
	position:relative;
	width:650px;
	min-height:100px;
	padding:8px 15px 0 10px;
	background:url(/images/spark/spotlight-top.png) left top no-repeat;
	overflow:hidden;
}

.news-page .spotlight {
	width:605px;
	padding-top:10px;
	padding-left:55px;
}

.spotlight img {
	float:left;
	margin:2px 15px 0 0;
	border:3px solid #e0dfdf;
}

.spotlight .spotlight-content {
	float:left;	
	width:379px;
}


.spotlight h2 {
	margin-top:-2px;
	margin-bottom:7px;
	letter-spacing:-0.8px;
}

.spotlight a, .spotlight a:hover {
	color:#000014;	
}

.spotlight h2 a {
	text-decoration:none;
}

.spotlight h3 {
	font-size: 12px;
	font-weight:bold;
	line-height:1.167;
	color:#949494;
	text-transform:uppercase;
	margin-bottom:2px;
	text-shadow: rgb(248, 248, 248) 0px 1px 0px;
}

.spotlight h3.date {
	position:absolute;
	left:0;
	top:12px;
	float:none;
	text-shadow: #000 1px 0px 1px;
}

.spotlight p {
	line-height:1.334;
	margin-bottom:8px;
	color:#605f5f;
}

.spotlight p.introtext {
	font-size:12px;
	font-weight:normal;
	line-height:1.334;
	color:#605f5f;
	margin-bottom:15px;
}

.spotlight a.actionlink {
	display:inline-block;
	margin-bottom:7px;
}

.spotlight a.actionlink, .article a.actionlink {
	margin-right:30px;	
}



/* ////////      PAGINATION       \\\\\\\\ */

.pagination {
	clear:both;
	text-align:center;
}

.pagination ul {
	display:inline-block;
	margin:15px 0 22px 0;
	padding:0;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.pagination ul li {
	float:left;
	padding:0;
	line-height:12px;
	margin-right:4px;
	font-size:12px;
	font-weight: bold;
	background:none;
	border:1px solid #acacac;
}

.pagination ul li a, .pagination ul li span, .pagination ul li strong {
	display:block;
	padding: 3px 5px;
	color:#000014;
	text-decoration:none;
	border:none;
}

.pagination ul li span {
	color: #8e8e8e;	
}

.pagination ul li strong {
	padding-top:4px;
	color: #717171;	
}

.pagination ul li a:hover {
	color:#000014;
	text-decoration:none;
	border:none;
}

.pagination ul .previous {
	font-weight: bold;
	margin-right:12px;
}

.pagination ul .next {
	font-weight: bold;
	margin-left:8px;
	margin-right:0;
}
 
.pagination ul li.current {
	color:#717171;
	font-weight:bold;
	border:none;
}

.pagination ul li.previous + li.current {
	margin-left:1px;
}

.pagination ul li.current + li.next {
	margin-left:9px;
}


/* ////////      FOOTER       \\\\\\\\ */

#footer {
	height:40px;
	overflow:hidden;
	padding-top:9px;
	font-size:10px;
	font-weight: bold;
	line-height: 1;
	color:#5f5f7a;
}

#footer a:hover {
	background-color:transparent;
	border:none;
}

#footer a.powered {
	float:left;
	display:block;
	width:141px;
	height:32px;
	padding-left:1px;
	background:url(/images/spark/logo-powered-by-att.gif) right top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#footer p {
	line-height:24px;
	margin:0;
}

#footer a {
	font-weight:bold;
	color:#5f5f7a;
	text-decoration:none;
}

#footer a:hover {
	color:#000014;
}



/* *** Pic *** */

.pic {
	position:relative;
	float:left;
	margin:5px 15px 15px 0;
	width:327px;
	height:232px;
}

.news-page .pic, .contact-page .pic {
    width: 292px;
    height: 214px;
    margin-top: 0;
}

.contact-page .pic {
    margin-bottom: 24px;
}

.pic img {
	position:absolute;
	left:0;
	top:0;
	float:none;
	width:327px;
	height:232px;
	margin:0;
	border:none;
	z-index:1;
}

.news-page .pic img, .contact-page .pic img {
    width: 292px;
    height: 214px;
}

.pic a.frame {
	left:0;
	top:0;
	width:327px;
	height:232px;
	background-image: url(/images/spark/frame-picture.png);
}

.news-page .pic a.frame, .contact-page .pic a.frame  {
    width: 292px;
    height: 214px;
    background-image:url(/images/spark/frame-news.png);
}

/* ////////      Blocks       \\\\\\\\ */


.content ul.blocks {
	width:681px;
	margin:0px -11px 0 0;
}

.content ul.blocks li {
	float:left;
	width:216px;
	margin:0 11px 0px 0;
	padding:0 0 27px 0;
	
	font-size:12px;
	font-weight:bold;
	line-height:1.167;
	background:none;
}

#home-page .content ul.blocks li {
	padding-bottom:11px;	
}

.videos-listing-page .content ul.blocks li {
	padding-bottom:17px;	
}

.content ul.blocks li p {
	font-weight:normal;
	line-height:1.334;
	margin-bottom:7px;
}

.blocks img {
	float:none;
	margin:0;
	border:3px solid #e0dfdf;
}

.blocks a {
	text-decoration:none;
}

.competitions-listing-page .blocks a {
	color:#0a386f;
}

.blocks h2 a, .competitions-listing-page .blocks h2 a  {
	color:#021933;	
}

.blocks a.panel {
	margin-bottom:7px;	
}

#home-page .blocks a.panel {
	margin-bottom:9px;	
}


.blocks h2 {
	font-size: 16px;
	font-weight:bold;
	line-height:1.125;
	color:#021933;
	margin-bottom:8px;
	letter-spacing:-0.4px;
}

#home-page .blocks h2 {
	margin-bottom:7px;	
}

.blocks h3 {
	font-size: 12px;
	font-weight:bold;
	line-height:1.167;
	color:#949494;
	text-transform:uppercase;
	margin-bottom:0px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}

#home-page .blocks h3 {
	margin-bottom:1px;	
}




/* ////////      Article       \\\\\\\\ */

.article {
	width:670px;
	margin:-15px -15px 15px -15px;
	padding:15px 15px 15px 15px;
}

.article.odd {
	background-color:#f1f1f1;	
}

.article.logo-container {
	border-bottom:1px dotted #D8D8D8;	
}

.article .date, .spotlight .date {
	float:left;
	width:49px;
	height:41px;
	padding:4px 0 0 0;
	margin:0 7px 0 0;
	background:url(/images/spark/date-backgr.png) left top no-repeat;
	
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	text-transform:uppercase;
	text-align:center;
	text-shadow: #000 1px 0px 1px;
	overflow:hidden;
}

.article.with-picture .date {
	margin-right:6px;	
}


.article.with-picture a.panel {
	position:relative;
	float:left;
	margin:0 14px 0 0;
}

.article.with-picture img {
	margin:0;
	border:3px solid #e0dfdf;
	overflow:hidden;
}

.article .article-text {
	float:left;
	width:614px;
}

.article.with-picture .article-text {
	width:423px;
}


.article.with-picture a.panel div.play-overlay {
	position:absolute;
	left:3px;
	top:3px;
	display:block;
	width:172px;
	height:129px;
	background:url(/images/spark/video-article-overlay.png) left -9999px no-repeat;
	z-index:2;
	cursor:pointer;
	overflow:hidden;
}

.article.with-picture a.panel div.play-overlay:hover {
	background-position:left top;
}


.article h2 {
	font-size: 16px;
	font-weight:bold;
	line-height:1.125;
	color:#021933;
	margin-bottom:3px;
	margin-top:-3px;
	letter-spacing:-0.4px;
}

.article h2 a {
	text-decoration:none;	
}

.article h3 {
	position:relative;
	font-size: 12px;
	font-weight:bold;
	line-height:1.167;
	color:#949494;
	text-transform:uppercase;
	margin-bottom:3px;
	text-shadow: rgb(248, 248, 248) 0px 1px 0px;
}

.article p {
	line-height:1.334;
	margin-bottom:8px;
}

.article a, .article a:hover {
	color:#021933;		
}



.article.listing {
	padding-bottom:13px;
}

.article.listing img {
	width:138px;
	overflow:hidden;
}

.article.listing .article-text {
	width:510px;
}

.article h2 a.actionlink {
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	background:url(/images/spark/bullet-triangle-big.png) left 4px no-repeat;
	text-transform: none;
	text-decoration:none;
	border:none;
	letter-spacing:-0.4px;
}

.article h2 a:hover.actionlink {
	background-color:#d8e7f9;
	border-bottom:1px solid #bdd1ea;
}

.article.with-picture.logo-container div.logo {
	float:left;
	width:170px;
	margin:0 14px 0 0;
	text-align:center;
}

.article.with-picture.logo-container div.logo img {
	border:none;
	display:inline;
}



/* ---------------------------------------------------------------------
            		INDIVIDUAL PAGE STYLES
------------------------------------------------------------------------ */

/*------------------------------------------
 ////////        HOMEPAGE          \\\\\\\\ 
-------------------------------------------*/

/* *** Snippets *** */

.content ul.snippets {
	margin:-4px 0 10px 0;
}

.content ul.snippets li {
	float:left;
	width:151px;
	min-height:235px;
	padding:5px 3px 17px 3px;
	margin:0 7px 0px 0;
	
	font-size:12px;
	line-height:1.167;
	background:none;
	color:#909090;
}

.content ul.snippets li.odd {
	width:151px;
	padding-left:8px;
	padding-right:8px;
	background:#d6d6d6 url(/images/spark/snippet-backgr.jpg) left top repeat-x;	
	
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.content ul.snippets li p {
	font-size:10px;
	line-height:1.2;
	margin-bottom:4px;
}

ul.snippets img {
	float:none;
	margin:0 0px 4px -3px;
	border:3px solid #ebebeb;
}

ul.snippets li.odd img {
	border-color:#e0dfdf;
}

ul.snippets h4 {
	font-size:10px;
	font-weight:bold;
	line-height:1.2;
	color:#949494;
	text-transform:uppercase;
	margin-bottom:2px;
	
	text-shadow: rgb(238, 238, 238) 0px 1px 0px;
}

ul.snippets h3 {
	font-size:16px;
	line-height:1;
	color:#000014;
	margin-bottom:6px;
	letter-spacing:-0.4px;
}

ul.snippets a {
	color:#000014;
	text-decoration:none;
}


/*------------------------------------------
 ////////        CONTACT          \\\\\\\\ 
-------------------------------------------*/

.contact-page .content h3 {
    margin-bottom: 6px;
}

.contact-details {
    float: left;
    width: 320px;
    padding-top: 7px;
}

.contact-details p {
    font-weight: bold;
    margin-bottom: 18px;
}

form#contact-form {
    padding-top: 7px;
}

form#contact-form ol li, form#contact-form {
    width: 541px;
}                

/*------------------------------------------

 ////////        ADDITIONAL          \\\\\\\\ 

-------------------------------------------*/

 

/* Safetycheck */

 

a#safetycheck {

    display: block;

    width: 255px;

    height: 97px;

    margin-bottom: 5px;
                       
		margin-top: 15px;

    background: url(/images/spark/button-safetycheck.jpg) left top no-repeat;

    text-indent: -9999px;

    overflow: hidden;

}

 

a#safetycheck:hover, a#safetycheck:focus {

    text-decoration:none;

    background-color:transparent;

    border:none;

}


/*------------------------------------------------
 ////////           VIDEOS LISTING         \\\\\\\\ 
-------------------------------------------------*/

.videos-listing-page .pagination ul {
	margin-top:25px;
}


.blocks li a.panel {
	position:relative;
	width:216px;
	height:122px;
	
}

.blocks li a.panel img {
	position:absolute;
	left:0;
	top:0;
	width:210px;
	height:116px;
	z-index:1;
	overflow:hidden;
}

.blocks li a.panel div.play-overlay {
	position:absolute;
	left:3px;
	top:3px;
	display:block;
	width:210px;
	height:116px;
	background:url(/images/spark/video-overlay.png) left -9999px no-repeat;
	z-index:2;
	cursor:pointer;
	overflow:hidden;
}

.blocks li a.panel div.play-overlay:hover {
	background-position:left top;	
}


/*------------------------------------------------
 ////////        VIDEO - Individual       \\\\\\\\ 
-------------------------------------------------*/

.video {
	width:670px;
	height:393px;
	margin-top:8px;
	margin-bottom:13px;
}

