/*
/* RESETS (MEYER)
/*
*/

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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
    font-style: italic;
}
ADDRESS {
	font-style: normal;
}

.clear-left {
    clear:left;
}

.clear {
    clear:both;
}
/*
/* PROJECT SPECIFIC
/*
*/


/* BASIC STYLING */
BODY {
	font-family: "helvetica", "arial", verdana, sans-serif;
	font-size: 15px; /* 13px */
	line-height: 1.5;
	color: #333;
}
P {
	margin-bottom: 1em;
}
H1 {
	font-size: 26px;
	margin-bottom: 15px;
}
H2 {
	/* font-weight: bold; */
	margin-bottom: 3px;
}
TABLE {
	margin-bottom: 20px;
	width: 100%;
}
TH {
	font-weight: bold;
	border-bottom: 4px solid #ccc;
	padding: 5px;
}
TD {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

#menu, #submenu, H1, H2, H3, .bubble, .newsItem .date {
    font-family: "Nobile", "helvetica", "arial", verdana, sans-serif;
}


/* ACCESSIBILITY STUFF */
.invisible {
	text-indent: -9999px;
	position: absolute;
	padding: 3px;
	text-align: left;
	overflow: hidden;
}
.hidden {
	display: none; /* note: most often not "visible" to screen readers */
}
.invisible:focus {
	text-indent: 0;
}

INPUT:focus, 
TEXTAREA:focus {
	background: #F6F7C4;
}


/* LINKS */
A {
	color: #107a8a;
}
A:hover {
	color: black;
}
A.more {
	font-size: 11px;
	text-transform: uppercase;
	background: url(../img/button_more_l.gif) no-repeat top left;
	display: block;
	height: 16px;
	color: white;
	text-decoration: none;
	margin: 10px 20px 40px 0;
	float: left;
	line-height: 1.6;
}
A.more:hover {
	color: white;
}
A.more SPAN {
	background: url(../img/button_more_r.gif) no-repeat top right;
	display: block;
	padding: 0px 5px 1px 5px;
}
A.nohref {
	color: #000000;
}

UL.documents LI
{
    list-style: none;
    padding: 0px 0px 0px 25px; 
}

UL.documents LI.pdf {
	background: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

UL.documents LI.img {
	background: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

UL.documents LI.doc 
{
	background: url(../img/icon_download.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

BODY.js .jLink {
    cursor: pointer;
}

/* BASE LAYOUT */
#body {
	width: 930px;
	margin: 0 auto;
	position: relative;
	padding: 0 7px;
}
#content {
	overflow: hidden;
	margin: 0 0 20px 0;
	min-height: 200px;
}
#footer {
	background: black url(../img/footer_bg.png);
	color: white;
	padding: 10px 15px;
	height: 15px;
	margin: 0 0 40px 0;
	font-size: 11px;
	overflow: hidden;
	border-top: 40px solid white;
}
#footer A {
	color: white;
}
#footer A:focus {
	background: white;
	color: black;
}
#footer ADDRESS {
	float: left;
}
#footer P {
	float: right;
	margin: 0;
}


/* IMAGES */
IMG.left {
	float: left;
	margin: 0 1em 5px 0;
}
IMG.right {
	float: right;
	margin: 0 0 5px 1em;
}
DIV.image {
	font-size: 11px;
	color: #999;
	width: auto !important;
}
DIV.image.right {
	margin: 0 0 1em 1em !important;
	float: right !important;
	width: 200px !important;
}
DIV.image.left {
	margin: 0 1em 1em 0 !important;
	float: left;
	width: 200px !important;
}
DIV.image.top {
	margin: 0 0 1em 0 !important;
	float: none;
}
DIV.image.bottom {
	margin: 0 0 1em 0 !important;
	float: none;
}


/* GRID */
.threeColumns,
.twoColumns {
	overflow: hidden;
}
.threeColumns DIV {
	width: 290px;
	margin: 0 30px 0 0;
	float: left;
}
.threeColumns DIV.last {
	margin-right: 0px;
}
.oneColumn {
	width: 690px;
	padding-left: 230px;
}
.twoColumns DIV {
	width: 470px;
	margin: 0 30px 0 0;
	float: left;
}
.twoColumns DIV.last {
	width: 200px;
	margin: 0;
}
.twoColumns DIV.last DIV,
.threeColumns DIV.last DIV {
	width: auto;
	float: none;
	margin-right: 0;
}
.article {
	overflow: hidden;
}


/* TYPO STUFF FOR ARTICLES */
P.lead {
	font-size: 16px;
	margin-bottom: 23px;
}
.article EM {
	font-style: italic;
}
.article STRONG {
	font-weight: bold;
}
.article UL {
	list-style-type: square;
	padding-left: 15px;
	margin-bottom: 1em;
}


/* FORM STYLES */
.formGroup H2 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}
.formGroup {
	overflow: hidden;
	padding: 0 0 30px 0;
	clear: both;
}
.formGroup DIV {
	width: 210px;
	margin: 0 30px 10px 0;
	float: left;
}
.formGroup DIV INPUT {
	width: 210px;
	border: 1px solid #ccc;
	padding: 4px;
}
.formGroup DIV.odd {
	margin-right: 0;
}
.formGroup LABEL {
	display: block;
}


/* NEWS LIST STYLES */
.newsItem {
	margin-bottom: 20px !important;
}
.newsItem SPAN.date {
	display: block;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}

body.start .twoColumns div.last.news li div.figure img, .newsItem div.figure img
{
    display: block;
}

body.start .twoColumns div.last.news li div.figure, .newsItem div.figure
{
    margin: 0 0 10px 0;
    width: auto;
    float: none;
}

body.start .twoColumns div.last.news li div.figure span, .newsItem div.figure span
{
    color: #666666;
    font-style: normal;
    font-size: 11px;
}

body.start .twoColumns div.last.news li div.figure.left, .newsItem div.figure.left
{
    float: left;
    margin: 3px 10px 10px 0;
   
}

body.start .twoColumns div.last.news li div.figure.right, .newsItem div.figure.right
{
    float: right;
    margin: 3px 0 10px 10px;
}

body.start .twoColumns div.last.news li div.figure.right, body.start .twoColumns div.last.news li div.figure.left
{
    width: 130px;
}
.newsItem div.figure.right, .newsItem div.figure.left 
{
    width: 210px;
}

.newsItem div.figure a
{
    text-decoration: none;
}




/* IMAGE GROUP STYLES */
.imageGroup H2 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}
.imageGroup {
	overflow: hidden;
	padding: 0 0 30px 0;
	clear: both;
}
.imageGroup DIV {
	width: 130px;
	margin: 0 40px 10px 0;
	float: left;
	text-align: center;
	font-size: 11px;
}
.imageGroup A {
	text-decoration: none;
}
.imageGroup A SPAN {
	text-decoration: underline;
}
.imageGroup DIV.third {
	margin-right: 0;
}



/* HEADER */
#header {
	overflow: hidden;
}


/* SERVICE MENU */
#services {
	position: relative; 
	width: 930px;
	height: 17px;
	background: url(../img/logo_top.gif) repeat-y;
	margin: 0 auto;
	padding: 5px 7px;
	overflow: hidden;
}
#services UL {
	padding: 0 0 0 114px; /* 123px; */
	overflow: hidden;
	font-size: 11px;
	color: #8f8f8f;
}
#services LI {
	float: left;
	margin-right: 20px;
}
#services A {
	color: #999;
}


/* TOP MENU */
#menu {
	background: url(../img/bg.jpg) repeat-x top left;
	overflow: hidden;
}
#menu DIV {
	width: 844px;
	padding: 0 0 0 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#menu DIV IMG {
	position: absolute;
	left: 0;
	top: 0;
}
#menu LI {
	float: left;
	margin-right: 20px;
}
#menu LI {
	margin-right: 0px;
	color: white;
	/* font-weight: bold; */
	font-size: 18px;
	text-shadow: rgba(0,0,0,0.75) 1px 1px 1px;
}
#menu LI:hover {
    text-shadow: none;
}

#menu LI.current {
	color: #076c80;
	/*background: url(../img/menu_bg.jpg) repeat-x;*/
	padding: 55px 20px 60px 20px;
	text-shadow: none;
}
#menu LI A {
	color: white;
	text-decoration: none;
	display: block;
	padding: 55px 20px 60px 20px;
	-webkit-transition: color 0.1s linear;
	/* -moz-transition: color 0.1s linear; Buggy in Firefox 4b3 */
	-o-transition: color 0.1s linear;
}
#menu LI A:hover,
#menu LI A:focus {
	background: url(../img/menu_bg.jpg) repeat-x;
	color: #076c80;
}

#menu LI.link {
	padding: 0px;
}

#menu LI.link a {
	color: #076c80;
}


/* SUBMENU */
#submenu {
	width: 200px;
	position: absolute;
	top: 0;
	left: 7px;
}
#submenu A {
    display: block;
    padding: 7px 0 7px 10px;
	text-decoration: none;
}

#submenu span {
    padding: 7px 0 7px 10px;  
    display:block;
}
#submenu UL {
	border-top: 1px solid #ccc;
	margin-bottom: 25px;
}
#submenu LI {
	border-bottom: 1px solid #ccc;
}
#submenu LI:hover {
    background: #f3f9f9 url(../img/submenu_bg.jpg) repeat-x;
}
#submenu LI.current {
	background: #f3f9f9 url(../img/submenu_bg.jpg) repeat-x;
	color: black;
}

#submenu UL UL {
	border: 0;
	margin: 3px 0 0 0;
}
#submenu UL UL LI {
	border: 0;
	padding: 0;
}

#submenu ul ul li a,
#submenu ul ul li span {
    margin-left:10px;
    padding-left:20px;
    display:block;
	background-image:url(../img/list-dot.gif);
	background-position:0px;
	background-repeat:no-repeat;
}

/* VCARD */
.geo {
	display: none;
}



/* TEASER */
.teaser H1 {
	/* font-weight: bold; */
	font-size: 16px;
	margin-bottom: 10px;
}
.teaser H1 A {
	text-decoration: none;
	border-bottom: 1px dotted #107a8a;
}
.teaser H1 A:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}
.teaser P {
    font-size: 14px;
}
.teaser IMG.top {
	margin: 0 0 10px 0;
}
.teaser IMG.bottom {
	margin: 10px 0 0 0;
}



/* PEOPLE PAGE */
BODY.people .oneColumn DIV.person {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
BODY.people .oneColumn DIV.person.last {
	border: 0;
	padding: 0;
	margin: 0;
}
BODY.people .oneColumn DIV.person IMG {
	float: left;
	margin-right: 10px;
}
BODY.people .oneColumn DIV.hcard {
	float: left;
	width: 170px;
	margin-right: 10px;
}
BODY.people .oneColumn DIV.personal {
	width: 340px;
	float: left;
}
BODY.people .oneColumn H2 {
	margin: 0;
}
BODY.people .oneColumn H3 {
	font-weight: bold;
}


/* STANDARD PAGE */
BODY.standard DIV.twoColumns {
	padding-left: 230px;
	width: 700px;
}
BODY.standard DIV.twoColumns DIV.last {
	font-size: 11px;	
}
BODY.standard DIV.twoColumns DIV.last H2 {
	font-size: 13px;
	padding: 0 0 5px 0;
}
BODY.standard DIV.image {
	margin: 0 0 20px 0;
	width: 200px;
}
BODY.standard DIV.image P {
	margin: 5px 0 0 0;
}

/* RIGHT COL IMAGE BOX */
DIV.images {
	padding: 0.5em 0em 0.5em 0em;
}
DIV.images DIV {
	margin: 0.5em 0em 0.5em 0em;
}
DIV.images .name {
	color: #000000 !important;
	font-weight: bold;	
}

/* LINK BOX */
DIV.link {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}

/* FACTS BOX */
DIV.facts {
	margin: 0 0 20px 0;
	background: #f3f9f9 url(../img/submenu_bg.jpg) repeat-x;
}
DIV.facts DIV {
	padding: 5px 10px 10px 10px;
}
DIV.facts H2 {
	background: url(../img/box_top.gif) no-repeat;
	padding: 10px 10px 0 10px !important;
}
DIV.facts LI SPAN {
	float: left;
}
DIV.facts UL {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	width: 180px;
}
DIV.facts LI {
	padding: 5px 0;
	text-align: right;
	border-bottom: 1px solid white;
}
DIV.facts LI.last {
	padding: 5px 0 0 0;
	border: 0;
}
DIV.facts A.more {
	margin-bottom: 0;
}
DIV.facts strong {
	font-weight: bold;
}

DIV.facts em {
	font-style: italic;
}

DIV.facts IMG {
    display: block;
    margin-bottom: 0.5em;
}

DIV.facts IMG.contact {
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;   
}

/* START PAGE */
BODY.start .quote {
	margin-bottom: 30px;
}
#editions {
	margin: 30px 0 0 0;
	background: url(../img/edition_background.gif);
	overflow: hidden;
	font-size: 11px;
}
#editions LI {
	width: 130px;
	padding: 0 30px 0 0;
	float: left;
}
#editions LI#broadcast {
	padding-right: 0;
}
#editions H2 {
	margin-bottom: 10px;
}
#editions H2 A {
	padding-top: 140px;
	display: block;
	/* font-weight: bold; */
}
#web H2 A {
	background: url(../img/edition_web.png) no-repeat 0 0;
}

#intranet H2 A {
	background: url(../img/edition_intranet.png) no-repeat 0 0;
}
#communication H2 A {
	background: url(../img/edition_communication.png) no-repeat 0 0;
}
#broadcast H2 A {
	background: url(../img/edition_broadcast.png) no-repeat 0 0;
}
#web H2 A:hover,
#intranet H2 A:hover,
#communication H2 A:hover,
#broadcast H2 A:hover {
	background-position: 0px -165px;
}

BODY.start .news H1 {
	/* font-weight: bold; */
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #c4c4c4;	
	margin-bottom: 7px;
	clear: both;
}
BODY.start .news LI {
	margin: 17px 0 20px 0;
	font-size: 11px;
	line-height: 1.5;
}
BODY.start .news P {
	font-size: 12px;
}
BODY.start .news LI SPAN {
	color: #999;	
}
BODY.start .news H2 {
	margin-bottom: 3px;
}
BODY.start .news H2 A {
	color: #333;
	/* font-weight: bold; */
	text-transform: uppercase;
}
BODY.start .news H2 A:hover {
	color: #107a8a;
}
BODY.start .news LABEL {
	display: none;
}
/* grid variations for startpage */
BODY.start .threeColumns {
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 30px;
}
BODY.start .twoColumns {
	margin-bottom: 30px;
}
BODY.start .twoColumns DIV {
	width: 610px;
}
BODY.start .twoColumns DIV.last {
	width: 290px;
	margin-right: 0;
}
BODY.start .twoColumns .twoColumns {
	float: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
	margin-right: 0;
}
BODY.start .twoColumns .twoColumns DIV {
	width: 290px;
	float: left;
}
BODY.start .twoColumns .twoColumns P {
	font-size: 14px;
}

BODY.start .newsletterResponse {
    font-weight: bold;
    color: #FF0000;
}

/* SEARCH */
BODY.search #content DIV {
	overflow: hidden;
	width: 610px;
}
BODY.search #info {
	position: absolute;
	right: 320px;
	top: 0;
}
BODY.search #content DIV H2,
BODY.search #content DIV P {
	padding: 0 0 0 160px;
}
BODY.search #content DIV IMG {
	float: left;
}
#pageNavigation {
	text-align: center;
	position: relative;
	width: 250px;
	padding: 0 100px;
	margin: 0 0 0 160px;
}
#pageNavigation LI {						
	display: inline;
}
#pageNavigation A {
	text-decoration: none;
	font-size: 16px;
	margin: 0 2px;
}
#pageNavigation .previous,
#pageNavigation .next {
	display: block;
	position: absolute;
	height: 16px;
	margin: 4px 0 0 0;
	background: url(../img/button_more_l.gif) no-repeat top left;
	text-transform: uppercase;
	font-size: 11px;
	color: white;
	}
#pageNavigation .previous SPAN,
#pageNavigation .next SPAN {
	display: block;
	background: url(../img/button_more_r.gif) no-repeat top right;
	padding: 0px 5px 1px 5px;
}
#pageNavigation .previous {
	left: 0;
}
#pageNavigation .next {
	right: 0;
}
#pageNavigation .current {
	color: black;
}


/* SITEMAP */
BODY.map #content {
	padding: 0 0 0 100px;
}


/* WIDE BOX */
.wideBox {
	width: 809px;
	background: #f3f9f9 url(../img/submenu_bg.jpg) repeat-x;
}
#header .wideBox {
	margin: 20px 0 15px 123px;
}
.wideBox DIV {
	background: url(../img/box_wide_top.gif) no-repeat;
}
.wideBox DIV DIV {
	background: url(../img/box_wide_bottom.gif) no-repeat bottom;
	padding: 12px 0 8px 0;
}


/* SEARCH BOX */
.searchFields DIV DIV {
	min-height: 36px;
	text-align: right;
	font-weight: bold;
	padding-top: 26px;
	padding-right: 28px;
}
.searchFields INPUT {
	font-weight: normal;
}
.searchFields .radio {
	margin: 0 14px 0 0;
}
.searchFields .text {
	width: 278px;
	margin: 0 0 0 4px;
}
.searchFields .submit {
	margin: 0 0 0 4px;
}


/* SITEMAP BOX */
#header.sitemap {
	position: absolute;
	top: 20px;
	left: 0;
}
.sitemap DIV {
	padding: 20px 0 0 0;
}
.sitemap DIV DIV {
	overflow: hidden;
	padding-top: 0px;
	padding-left: 22px;
	padding-bottom: 16px;
	background: url(../img/box_wide_bottomColumns.gif) no-repeat bottom;
}
.sitemap DIV DIV DIV {
	background: 0;
	padding: 0 20px;
	float: left;
	width: 124px;
	text-overflow: ellipsis;
}
.sitemap DIV DIV DIV.first {
	padding-left: 0;
}
.sitemap DIV DIV DIV.last {
	padding-right: 0;
}
.sitemap UL {
	padding: 0 !important;
}
.sitemap LI {
	float: none !important;
	margin: 0 !important;
}
.sitemap LI A {
	font-size: 11px;
	font-weight: normal;
}
.sitemap LI A:hover {
	color: #333 !important;
}
.sitemap A {
	font-size: 16px;
	font-weight: bold;
	color: #076c80 !important;
}
.sitemap H2 A {
	color: black !important;
}
.sitemap A {
	text-decoration: none;
}
/* GOOGLE MAPS */
div#map {
	width: 470px;
	height: 470px;
}

div#map div {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	width: auto;
}

/* PAGE NOT FOUND PAGE */

.pageNotFound .oneColumn
{
	padding-left:0px;
	
}

/* ERROR PAGE */

.pageError .oneColumn
{
	padding-left:0px;
	
}
	.pageError #errorBox
	{
		border:1px solid #CCCCCC;
		padding-top:10px;
		margin-bottom:10px;
		margin-top:10px;
		display:none;
		padding:10px;
	}
	
	.pageError .errorLink
	{
		font-size:15px;
		font-weight:bold;
		color:#D9D9D9;
		cursor:pointer;
		padding-bottom:3px;

	}


/**** LEFT COLUMN ****/
div#run-left
{
    left: 7px;
    position: absolute;
    top: 0;
    width: 200px;
    color: #8c8c8c;
}

div#run-left h3
{
    font-size: 18px;
    color: #676767;
    margin: 5px 0 5px 0px;
}

div#run-left p
{
    font-size: 12px;
    margin-bottom: 5px;
}

div#run-left p span
{
    color: #676767;
    font-weight: bold;
    display: block;
}

div#run-left img 
{
    margin: 20px 0 10px 0;
}

/**** MAIN COLUMN ****/
div#run-center 
{
    min-height:1510px;
}

div#run-center h2
{
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px 0;
}

div#run-center .newsItem p
{
    margin-bottom: 5px;
}

div#run-center .newsItem span
{
    border: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

/* .start #slider {
    min-height:240px;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
} */

#slider > a,
#slider > img {
    display:none;
}

#slider .first {
    display: block;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; 
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	background: url("../img/nivo-arrows.png");
	background-repeat:no-repeat;
    border:0 none;
    display:block;
    height:30px;
    text-indent:-9999px;
    width:30px
}
#slider .nivo-prevNav {
	left:10px;
	display: block;
}
#slider .nivo-nextNav {
	right:10px;
	background-position:-30px 0 !important;
	display: block;
}

.nivo-controlNav  {
    bottom:-20px;
    left:47%;
    position:absolute;
}

.nivo-controlNav a {
    background:url("../img/nivo-bullets.png") no-repeat scroll 0 0 transparent;
    border:0 none;
    display:block;
    float:left;
    height:10px;
    margin-right:3px;
    text-indent:-9999px;
    width:10px;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.standard #slider {
    width: 700px;
    /* height:357px; */
}

.standard #slider img {
    display: none;
}

.standard .top-item {
    margin-bottom:20px !important;
}

/* ***  *** */

/* Interactive Slider */
DIV.interactiveSlider {
	border: 2px solid #000;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	width: 700px;
	height: 375px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-box-sizing: border-box;
}

.interactiveSliderNav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 155px;
	display: table;
	-moz-border-radius-topleft: 9px;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-left-radius: 9px; 
	
}

.interactiveSliderNav li {
	display: table-row;
	vertical-align: middle;
}

.interactiveSliderNav li a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #000;
	color: #fff;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
	   	
   	background: rgb(80,80,80);
   	
   	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(20,20,20)),
        color-stop(1, rgb(80,80,80))
	);
	
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(20,20,20) 0%,
        rgb(80,80,80) 100%
	);
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-box-sizing: border-box;
	
	padding: 10px;
}


.interactiveSliderNav li:first-child a {
	-moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
}

.interactiveSliderNav li:last-child a {
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px; 	
}

.interactiveSliderNav li a.selected,
.interactiveSliderNav li a:hover {
	background: rgb(16,122,138);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(16,122,138)),
	    color-stop(1, rgb(39,189,209))
	    /*color-stop(0, rgb(75,138,17)),
	    color-stop(1, rgb(116,209,39))*/
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(16,122,138) 0%,
	    rgb(39,189,209) 100%
	    /*
	    rgb(75,138,17) 0%,
	    rgb(116,209,39) 100%*/
	)
}

/* Bubbles */

.bubble {
	padding-bottom: 18px;
	font-size: 15px;
}

/* .bubble em:before {
    content: "\"";
    font-style: italic;
    font-size: 24px;
} */

BODY.js .bubble.jLink {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

BODY.js .bubble.jLink:hover {
    -webkit-transform: rotate(-3deg) scale(1.05);
    -moz-transform: rotate(-3deg) scale(1.05);
    -o-transform: rotate(-3deg) scale(1.05);
}

#services .bubble a,
.bubble a {
    color: #fff;
    text-decoration: underline !important;
}

.bubble a:hover {
    color: #000;
}

.bubble div {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	padding: 1em 1em 1px 1em;
	
}

/* Orange */
.bubble.type1 {
	background: url("../img/tri-orange.png") bottom right no-repeat;
}

.bubble.type1 div {
    background: rgb(248,153,28);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(248,153,28)),
	    color-stop(1, rgb(221,120,38))
	    
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(248,153,28) 0%,
	    rgb(221,120,38) 100%
	    
	);
}

/* Green */
.bubble.type2 {
	background: url("../img/tri-green.png") bottom right no-repeat;
}

.bubble.type2 div {
    background: rgb(136,197,68);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(136,197,68)),
	    color-stop(1, rgb(53,182,58))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(136,197,68) 0%,
	    rgb(53,182,58) 100%
	);
}

/* Purple */
.bubble.type3 {
	background: url("../img/tri-purple.png") bottom right no-repeat;
}

.bubble.type3 div {
    background: rgb(174,31,98);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(174,31,98)),
	    color-stop(1, rgb(142,25,75))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(174,31,98) 0%,
	    rgb(142,25,75) 100%
	);
}

/* Blue */
.bubble.type4 {
	background: url("../img/tri-blue.png") bottom right no-repeat;
}

.bubble.type4 div {
    background: rgb(17,157,190);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(17,157,190)),
	    color-stop(1, rgb(0,132,169))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(17,157,190) 0%,
	    rgb(0,132,169) 100%
	);
}

.bubble-top {
    /* width: 816px; */
    margin: 20px 0 15px 114px;
    display: inline-block;
}

body.start .twoColumns .form {
    width: 290px;
}

/* Nav figure */
.interactive-gfx {
	position: relative;
	width: 462px !important;
    padding: 4px;
    margin: 0 0 1em !important;
    /*box-sizing: border-box;*/
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
    font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(246,246,246)),
		color-stop(1, rgb(226,227,229))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(246,246,246) 0%,
		rgb(226,227,229) 100%
	);
	background-image: linear-gradient(
		center bottom,
		rgb(246,246,246) 0%,
		rgb(226,227,229) 100%
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e2e3e5, endColorstr=#f6f6f6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e2e3e5, endColorstr=#f6f6f6)";
	overflow: hidden;	
}

/* Heading */
.interactive-gfx h2 {
	position: absolute;
	top: 80px;
	left: 37px;
	width: 395px;
	height: 150px;
	box-sizing: border-box;
	display: block;
	z-index: 10;
				    
    font-size: 24px;
    font-family: "Helvetica-Light","Helvetica Light", "Arial-Light", "Arial Light", Sans-Serif;
    font-weight: 200 !important;
    line-height: 32px;
}

.interactive-gfx h2 a {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
                
    background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(246,246,246,0.85)),
		color-stop(1, rgba(226,227,229,0.85))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(246,246,246,0.85) 0%,
		rgba(226,227,229,0.85) 100%
	);
	background-image: linear-gradient(
		center bottom,
		rgba(246,246,246,0.85) 0%,
		rgba(226,227,229,0.85) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#e2e3e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#e2e3e5)";
}

.interactive-gfx h2 span {
	display: inline-block;
	width: 275px;
	margin: 30px 60px;
	padding: 0;
}

.interactive-gfx h2 span:after {
	content: ".";
}

/* Items */
.interactive-gfx ul {
	padding: 0;
	margin: 0;
}

.interactive-gfx li {
	width: 146px;
	height: 146px;
	margin: 4px;
	float: left;
	display: block;
	
	background-color: #939496;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #939496),
		color-stop(0, #626466)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#626466 0%,
		#939496 100%
		
	);
	
	background-image: linear-gradient(
		center bottom,
		color-stop(1, #939496),
		color-stop(0, #626466)
	);
	
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	list-style: none;
}

.interactive-gfx li:hover {
	color: #fff;
	background-color: rgb(246,246,246);
	
	background-image: -moz-linear-gradient(center bottom , #ae1f62 0%, #8e194b 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ae1f62),
		color-stop(1, #8e194b)
	);
	background-image: linear-gradient(center bottom , #ae1f62 0%, #8e194b 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ae1f62, endColorstr=#8e194b);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ae1f62, endColorstr=#8e194b)";
}

.interactive-gfx h2 a:hover {
	color: #fff;
	background-image: -moz-linear-gradient(center bottom , rgba(174,31,98,0.85) 0%, rgba(142,25,75,0.85) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(174,31,98,0.85)),
		color-stop(1, rgba(142,25,75,0.85))
	);
	background-image: linear-gradient(center bottom , rgba(174,31,98,0.85) 0%, rgba(142,25,75,0.85) 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ae1f62, endColorstr=#8e194b);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ae1f62, endColorstr=#8e194b)";
}

.interactive-gfx a {
	color: #fff;
	display: block;
	text-decoration: none;
	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;

	cursor: pointer;
}

.interactive-gfx span {
	padding: 10px;
	display: block;
	width: 130px;
}

.interactive-gfx a.bottom span {
	position: absolute;
	bottom: 5px;
}

.interactive-gfx li a {
	width: 150px;
	height: 150px;
}

.interactive-gfx h2 a {
	color: #000;
	font-weight: normal;
	width: 395px;
	height: 150px;
}

.interactive-gfx a.bottom {
	position: relative;
}
