html, body {	
	overflow: hidden;
	height: 100%;
	background-color: #fff;
}

body {
	font: 75%/1.5 Arial, Helvetica, sans-serif;
	color: #000;
}

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


h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Trebuchet MS";
	line-height: 1em;
	margin-bottom: 0.3em;
}

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

p {
	margin-bottom: 1.5em;
}

/*
ul {
	list-style-type: square;
}

li {
	margin-left: 30px;
}
*/

a, a:visited {
	color: #009ee0;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	font-size: 70%;
	line-height: 70%;
}

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

#image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#image img {
	width: 100%;
	height: 100%;
}

#content {
	position: absolute;
	min-width: 100%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: transparent;
	z-index: 3;
}

#header {
	position: absolute;
	width: 100%;
	height: 20px;
	background: transparent;
	z-index: 4;
}

#header_background {
	position: absolute;
	width: 100%;
	height: 20px;
	z-index: 1;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 121px;
	background: transparent;
	z-index: 5;
}

#footer_background {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 121px;
	z-index: 2;
}

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

#container {
	position: relative;
	min-width: 955px;
	max-width: 1100px;
	padding-right: 20px;
	margin: 0 auto;
}

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

#content h1 {
	position: absolute;
	left: 0;
	top: 50px;
	display: inline;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px;
	background-color: #333;
	z-index: 1;
}

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

#body {
	position: absolute;
	left: 124px;
	width: 371px;
	padding-top: 120px;
	padding-bottom: 130px;
	
}

#body h2 {
	color: #333;
	font-size: 2em;
	text-transform: uppercase;
}

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

#body ul.accordion { 
	
	
}

#body ul.accordion > li {
	padding-left: 15px;
	margin-left: -15px;
	background: #fff url(images/accordion_bullet.png) no-repeat 0 6px;
	margin-bottom:15px;
}

#body ul.accordion.type-2 > li {
	margin: 1em 0 1em -15px;
}

#body ul.accordion h2, #body ul.accordion h3 {
	color: #009ee0;
	font-size: 1.5em;
	text-transform: uppercase;
	
	position: relative;
}

#body ul.accordion h3 *
{
position: relative;
cursor: pointer;
}

#body ul.accordion h4 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 0.2em 0;
}

#body ul.accordion p {
	margin-bottom: 1em;
}

#body ul.accordion .intro {
	margin: 0;
}

#body ul.accordion .main {
	display: none;
	padding-bottom: 1em;
	border-bottom: solid 1px #e8e8e8;
}

#body ul.accordion > li.last .main {
	border: 0;
}

#body ul.accordion li.current {
	margin-bottom: 1em;
	background-image: url(images/accordion_open_bullet.png);
}

#body ul.accordion .current h2, #body ul.accordion .current h3 {
	color: #333;
	cursor: default;
}

#body ul.accordion .current .intro {
	display: none;
}

#body ul.accordion .current .main {
	display: block;
}

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

#body .clockworkers > li {
	float: left;
	width: 185px;
	padding-top: 1em;
	height:95px;
}

#body .clockworkers .subheading {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

#body .clockworkers a.linkedin, #body .clockworkers a.linkedin:visited {
	color: #000;
	padding: 2px 21px 0 0;
	background: transparent url(images/linkedin_logo.gif) no-repeat right 0;
}

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

#body .news {
	padding-top: 1em;
}

#body .news a.subheading, #body .news a.subheading:visited {
	font-size: 1.2em;
}

#body .news .release_date {
	display: block;
	color: #8c8c8c;
}

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

#body a.tomtom, #body a.tomtom:visited {
	padding: 2px 88px 0 0;
	background: transparent url(images/tomtom_logo.gif) no-repeat right 1px;
}

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

#related {
	position: relative;
	right: 0;
	top: 50px;
	min-width: 440px;
	max-width: 585px;
	margin-left: 515px;
}

#related .block {
	position: relative;
	float: left;
	width: 390px;
	padding: 25px;
	background: transparent url(images/tile.png);
}

#related .block.second {
	float: right;
	margin-top: -10px;
}

#related .block.logo {
	float: right;
	width: 121px;
	height: 22px;
	padding: 0;
	margin: 2em 0 2.5em 10px;
	text-indent: -3000px;
	background-image: url(images/logo.png);
}

#related .block.second.logo {
	float: left;
	margin: 2em 10px 0 0;
}

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

#related .block h4 {
	color: #3c3c3c;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: -15px 0 0.2em 0;
}

#related .block p {
	margin-bottom: 1em;
}

#related .block .main {
	float: left;
	padding: 10px;
	background-color: #fff;
}

#related .block .sub {
	float: right;
	margin-left: 10px;
}

#related .block .subheading {
	display: block;
	margin: 1em 0 0.2em 0;
}

#related .block .sub .subheading {
	color: #04aaec;
	margin-top: 0;
	margin-bottom: 0.5em;
}

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

#related .block .sub ul.youtube {
	padding-bottom: 35px;
	background: transparent url(images/youtube_logo.gif) no-repeat right bottom;
}

#related .block .sub .flickr { }

#related .block .main.tweets {
	position: relative;
	width: 250px;
	padding-top: 45px;
	background: #fff url(images/tweets.gif) no-repeat 170px 10px; /* */
}

#related .block .main.tweets img {
	position: absolute;
	left: 10px;
	top: 10px;
}

#related  .tweets ul {
	border-top: dashed 1px #ccc;
}

#related  .tweets li {
	padding: 0.5em 0;
	border-bottom: dashed 1px #ccc;
}

#related .tweets a, #related .tweets a:visited {
	font-weight: bold;
}

#related .tweets p {
	font-size: 0.9em;
	margin: 0;
}

#related .tweets .release_date {
	font-size: 0.9em;
	color: #666;
}

#related .block .external_feeds {
	padding-top: 55px;
	background: transparent url(images/external_feeds.gif) no-repeat;
}

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

#related .balloon,
#homeTeaser .balloon {
	position: absolute;
	right: -105px;
	top: 60px;
	width: 98px;
	height: 131px;
	padding: 0 10px;
	line-height: 9.8em;
	background: transparent url(images/balloon_right.png) no-repeat;
	z-index: 1;
}

#homeTeaser .balloon {
	top:-30px;
}


#related .balloon > span,
#homeTeaser .balloon > span{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.1em;
	width: 98px;
}

#related .second .balloon {
	left: -105px;
	background-image: url(images/balloon_left.png);
}

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

label {
	display: block;
	padding-bottom: 2px;
}

input {
	font: 12px Arial, sans-serif;
	border: solid 1px #0098d4;
	width: 250px;
	padding: 2px;
}

.custom {
	margin-top: 2px;
	padding-left: 2px;
	background: transparent url(images/input_text_left.png) no-repeat left top;
}

.custom span {
	display: block;
	float: left;
	height: 19px;
	background: transparent url(images/input_text.png) no-repeat right top;
}

.custom input {
	border: 0;
	height: 17px;
	padding: 2px 3px 0 1px;
	background: transparent;
}

.formfield {
	margin-bottom: 0.5em;
}

.formfield input.submit {
	color: #fff;
	font-weight: bold;
	width: 100px;
	padding: 2px;
	background-color: #0098d4;
	cursor: pointer;
	border:1px solid #0098d4;
}

.formfield input.submit:hover {
	background-color: #fff;
	color: #0098d4;	
}

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

.header {
	background-color: #3c3c3c;
}

#header .header {
	height: 20px;
	margin-right: 16px;
}

.footer {
	background: transparent url(images/footer_backgound.gif) repeat-x;
}

#footer .footer {
	height: 121px;
	margin-right: 16px;
	padding: 0 30px 0 14px;
}

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

#footer .logo, #footer .copy {
	display: block;
	float: right;
	color: #fff;
}

#footer .logo {
	width: 93px;
	height: 18px;
	text-indent: -3000px;
	margin-top: 23px;
	background: transparent url(images/footer_logo.png) no-repeat;
}

#footer .copy {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 26px;
	clear: both;
}

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

#mainNav {
	position: relative;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
}

#mainNav ul ul {
	display: none;
	position: absolute;
	left: 16px;
	top: 38px;
}

#mainNav .selected ul {
	display: block;
}

#mainNav > ul > li {
	float: left;
}

#mainNav > ul > li.selected {
	border: solid 1px #999;
	border-bottom: 0;
	height: 29px;
	background-color: #3c3c3c;
}

#mainNav > ul > li.selected a {
	padding: 0 15px;
}

/*#mainNav li a:visited*/

#mainNav li a {
	color: #3c3c3c;
	display:block;
	text-transform: uppercase;
	position:relative;
	padding: 0 16px;
}

#mainNav li:hover  {
	background:#3C3C3C;
}

#mainNav li a:hover {
	background:#3C3C3C;
	color: #FFF;
	text-decoration: none;
}

#mainNav li.blog a:hover {
	background:#0098D4;
	color: #FFF;
	text-decoration: none;
}

#mainNav li li a:hover {
        color: #FFFFFF;
	text-decoration: none;
}

#mainNav li.selected > a, #mainNav li.selected > a:visited {
	color: #fff;
	cursor: default;
}

#mainNav li li {
	line-height: 1.2em;
	height: auto;
}

/* #mainNav li li a:visited */

#mainNav li li a  {
	color: #999;
}

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

#carousel {
	position: absolute;
	left: 110px;
	top: 34px;
	width: 708px;
	height: 78px;
}

#carousel .prev, #carousel .next, #carousel ul {
	display: block;
	float: left;
}

#carousel .prev, #carousel .next {
	text-indent: -3000px;
	width: 8px;
	height: 18px;
	margin: 39px 4px 0 0;
	background: transparent url(images/prev.png) no-repeat center center;
}

#carousel .next {
	float: right;
	margin: 39px 0 0 4px;
	background-image: url(images/next.png);
}

#carousel .cases li {
	float: left;
	width: 96px;
	padding-top: 18px;
	margin: 0 9px;
}

#carousel .cases span {
	display: block;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	height: 18px;
	margin-top: -18px;
}

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

.home #body {
	left: 44px;
	width: 371px;
	background: transparent url(images/tile_home.png);
	/* */
	padding: 40px;
	margin-top: 120px;
	margin-bottom: 130px;
}

.home, .home h2, .home h3, .home h4 {
	margin-bottom: 0.5em;
}

.home h3 {
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
}

.home .intro {
	font-size: 1.1em;
}

.home.dark, .home.dark h2, .home.dark h4 {
	color: #fff !important;
}

.home.dark h3 {
	color: #009ee0;
}

.home.dark #body {
	background: none;
}

.home.dark #related .block {
	background-image: url(images/tile_dark.png);
}

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

#related.landing {
	min-width: 840px;
	max-width: 985px;
	margin-left: 115px;
}

#related .block.landing {
	font-size: 4em;
	text-align: center;
	width: 708px;
}

#related .block.landing p {
	margin: 0;
}

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

#related .block.type-2 {
	/*width: 290px;*/
}

#related .block.type-3 {
	margin-top: 80px;
}

#related .type-3 {
	width: 375px;
	padding-right: 40px;
}

#related .type-3 .balloon {
	right: -30px;
	top: -50px;
}

.home.dark #related .block.type-4 {
	background: none;
}

.home.dark #related .block.logo {
	background-image: url(images/logo_home.png);
}

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

ul.links > li {
	padding-left: 9px;
	background: transparent url(images/link_bullet.png) no-repeat 0 7px;
}

ul.links > li.missing {
	background: none;
}

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

a.button, a.button:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 90px;
	padding: 1px 5px;
	background-color: #0098d4;
	border: 1px solid #0098d4;
}

a.button:hover {
	background-color: #FFF;
	color: #0098d4;
	border: 1px solid #0098d4;
}

a.button.route, a.button.route:visited {
	float: right;
	text-transform: uppercase;
}

a.button.download, a.button.download:visited {
	font-size: 1.2em;
	text-transform: uppercase;
	width: 250px;
	margin-top: 1em;
}

a.button:hover {
	text-decoration: none;
}

.image-left {
	float: left;
	margin-right: 20px;
}

.hr {
	border-top: 1px solid #e8e8e8;
	height: 1px;
	margin-bottom: 1em;
}

.address {
	margin: 0;
}

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

#directions .adp-placemark {
	border: 0;
	background-color: #fff;
}

#directions .adp-placemark td {
	padding-right: 5px;
	vertical-align: top;
}

#directions .adp-legal {
	margin-bottom: 1.5em;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.dispnone {
	display: none;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

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

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



#related .balloon2
{
right: 10px;
}

/* Welcome box   */

#WelcomeMessageBox
{
color: white;
font-size: 1.5em;
width:21em;
text-transform:uppercase;
}

#WelcomeMessageHeader
{
}

#WelcomeMessageText
{
}

/* Home teaser box */

div#homeTeaser {
	background:#333;
	height:125px;
	padding:30px 60px;
	width:260px;
	position:absolute;
	left:125%;
	
}

div#homeTeaser img {
	border:1px solid #c2c2c2;
	margin-right:15px;
}

div#homeTeaser img.lastItem {
	margin:0;
}

div#homeTeaser .downloadButton {
	background:#0098D4;
	color:#fff;
	display:block;
	margin-top:10px;
	padding:4px 10px;
	text-transform:uppercase;
	font-size:1.5em;
	line-height:0.5em;
	text-decoration:none;
	position:relative;
}

div#homeTeaser .downloadButton:hover {
	background:#fff;
	color:#0098D4;
}

div.footerBranding {
	background:url(../images/footer-branding.png) 0 0 no-repeat;
	float:right;
	height:30px;
	margin:60px 0 0 0;
	width:150px;
}


/* Contact page */ 
ul#contactLocations li {
	margin:0 0 3px 0;
	padding:0;
	background:none;

}

ul#contactLocations li a {
	display:block;	
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.3em;
}

ul#contactLocations li a:hover,
ul#contactLocations li.active a{
	background:#0098D4;
	color:#fff;
}

/* Site popup layer */

div#sitePopupLayer {
	background:url(../images/popup-balloon-bottom.png) 0 bottom no-repeat;
	font-weight:bold;
	width:272px;
	margin-left:610px;
	margin-top:-92px;
	padding-bottom:36px;
	display:none;
	position:relative;
	z-index:99;
}

div#sitePopupLayer.show {
	display:block;
}

div#sitePopupLayer h6 {
	font-weight:bold;
	color:#009EE0;
}

div#sitePopupLayer p {
	color:#000; /*#009EE0;*/
}

div#sitePopupLayer .closeLayer {
	position:relative;
	left:229px;
	font-weight:bold;
}

div#sitePopupLayer .sdContent {
	background:url(../images/popup-balloon-top.png) 0 0 no-repeat;
	padding:10px 20px 5px 20px;
	position:relative;
}

div#sitePopupLayer .sdContent a {
	position:relative;
}

ul#breadcrumbs {
	margin-bottom:10px;
}

ul#breadcrumbs li {
	display:inline;
	padding-right:14px;
	background:url(../images/breadcrumbs-arrow.png) right center no-repeat;
	margin-right:5px;
}

ul#breadcrumbs li.lastChild {
	color:#999;
	border:none;
	background:none;
}

div#body div.route{
	margin:10px 0;
}

div#body div.route label{
	font-weight:bold;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
