/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* Author: */

/* General Styles
=======================================================================*/
body, select, input, textarea {
  color: #FFF;
  font-family: Arial;
  background: #000 url("/images/backgrounds/home.jpg") top center no-repeat;
}

/* Link Styles
------------------------------------------------------------*/
a, a:active, a:visited {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #CCFF33;
    text-decoration: underline;
}

/* Fonts
------------------------------------------------------------*/
@font-face {
    font-family: "Aller";
    src:url("/css/fonts/Aller_Rg.eot?") format("eot"),
        url("/css/fonts/Aller_Rg.woff") format("woff"),
        url("/css/fonts/Aller_Rg.ttf") format("truetype"),
        url("/css/fonts/Aller_Rg.svg#Aller") format("svg");
    font-weight:normal;
    font-style:normal;
}


/* Head Styles
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: "Aller";
}

h1 {font-size: 23px; font-weight: normal; }
h2 {}
h3 {font-size: 18px; font-weight: normal; }
h4 { color: #CCFF33; font-size: 20px; }
h5 { color: #CCFF33; font-size: 14px; }
h6 {}


#screenReaderSpecific li {
    width: 100px;
    height: 100px;
    background: #F00;
}

.pageheadingtext {
    font-size: 23px !important;
}

.largerText {
    font-size: 17px;
    line-height: 130%;
}

/* em and strong
-----------------------------------------------------------*/
em {
    color: #CCFF33;
}

/* Paragraphs
-----------------------------------------------------------*/
p {
    
}

/* Sprite Sheet
-----------------------------------------------------------*/
.contangoLogo {
    background: url("/images/rootLogo.png") 0 0 no-repeat;
    width: 194px;
    height: 61px;
}
.marketsLogo {
    background: url("/images/marketsLogo.png") 0 0 no-repeat;
    width: 194px;
    height: 61px;
}
.operationsLogo {
    background: url("/images/operationsLogo.png") 0 0 no-repeat;
    width: 194px;
    height: 61px;
}

.twitterIcon {
    background: url("/images/spriteSheet.png") -290px -180px repeat-y;
    width: 27px;
    height: 26px;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

.twitterIcon:hover {
    background: url("/images/spriteSheet.png") -290px -211px no-repeat;
}

.linkedinIcon {
    background: url("/images/spriteSheet.png") -316px -180px no-repeat;
    width: 27px;
    height: 26px;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

.linkedinIcon:hover {
    background: url("/images/spriteSheet.png") -316px -211px no-repeat;
}

.closeCurlyBracket {
    background: url("/images/spriteSheet.png") -10px -91px no-repeat;
    width: 118px;
    height: 295px;
}

.largeCurlyBracket {
    background: url("/images/spriteSheet.png") -120px -180px no-repeat;
    width: 162px;
    height: 465px;
}

.bwArrowRight {
    background: url("/images/spriteSheet.png") -224px -53px no-repeat;
    width: 45px;
    height: 45px;
}

/* Helpful Classes
-----------------------------------------------------------*/
.innerGlowDark {
    background: #000;
    background: RGBA(0,0,0,0.6);
    box-shadow: inset 0 0 15px #000;
    -webkit-box-shadow: inset 0 0 15px #000;
    -webkit-background-clip: border-radius;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 15px 15px 18px;
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -ms-transition: background 1s linear;
    -o-transition: background 1s linear;
    transition: background 1s linear;
}

.innerGlowDark:hover {
    background: RGBA(0,0,0,0.75);
}

.innerGlowLight {
    background: #000;
    background: RGBA(0,0,0,0.1);
    box-shadow: inset 0 0 15px #000;
    -webkit-box-shadow: inset 0 0 15px RGBA(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 15px 15px 18px;
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -ms-transition: background 1s linear;
    -o-transition: background 1s linear;
    transition: background 1s linear;
}

.innerGlowLight:hover {
    background: RGBA(0,0,0,0.6);
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

.splitHalf {
    width: 434px;
}

/* Specific Styles
=======================================================================*/
#headerContent, #main, #footerContent {
    width: 960px;
    margin: 0 auto;
}

/* Header Styles
------------------------------------------------------------*/
header {
    width: auto; /* 100% */
    height: auto;
    overflow: hidden;
    background: #000;
    box-shadow: 0 0 10px #000;
    min-width: 1024px;
}

.ie7 header {
    height: 110px;
}

#headerBar {
    width: auto;
    height: 13px;
    background: #CCFF33;
}

#logo {
    display: block;
    width: 234px;
    height: 55px;
    float: left;
    margin: 15px 0;
}

#mainNav {
    float: right;
    width: 726px;
}

#mainNav ul {
    float: right;
    margin: 0 -5px 0 0;
    position: relative;
}

#mainNav li {
    float: left;
    margin: 32px 10px;
    height: 20px;
    padding: 5px 5px;
    line-height: 20px;
    z-index: 2;
}

#mainNav li.bubble {
	height: 17px;
	z-index: 1;
	position: absolute;
    margin-left: -5px;
    border-bottom: 1px solid #CCFF33;
}

.no-js #mainNav li:hover, .no-js .current {
    background: #CCFF33;
    border-radius: 6px;
}

#mainNav li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    position: relative;
    z-index: 3;
    height: 20px;
    overflow: hidden;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

#mainNav li a:hover {
    color: #CCFF33;
}

#mainNav .current a {
    color: #CCFF33;
}

/* Main Content Styles
------------------------------------------------------------*/
#main {
    
}

#main a {
    color: #CCFF33;
}

.mainContent {
    font-size: 15px;
    line-height: 150%;
    overflow: hidden;
    position: relative;
}

.clientListBox {
    -webkit-transition: width 0.3s linear, background 1s linear;
    -moz-transition: width 0.3s linear, background 1s linear;
    -ms-transition: width 0.3s linear, background 1s linear;
    -o-transition: width 0.3s linear, background 1s linear;
    transition: width 0.3s linear, background 1s linear;
}

.mainContent p {
    margin: 0 0 12px 0;
}

.mainContent p + p {
    margin: 25px 0;
}
.mainContent ul {
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 20px;
}
.mainContent h2 {
    color: #CCFF33;
}

p:empty {
    display: none;
}

.visibleText {
    width: 434px;
    float: left;
}

.mainContent .hiddenText {
    float: right;
    width: 434px;
}

.expandContent {
    display: block;
    color: #FFF;
    text-decoration: none;
    margin: 0 0 10px 30px;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
}

.expandContent:before {
    content: "\020";
    width: 25px;
    height: 25px;
    background: url("/images/spriteSheet.png") -288px -58px no-repeat;
    position: absolute;
    top: -3px;
    left: -30px;
}

.expandContent:hover {
    color: #CCFF33;
}

.expandContent:hover:before {
    background: url("/images/spriteSheet.png") -332px -58px no-repeat;
}

.contractContent {
    display: block;
    color: #FFF;
    text-decoration: none;
    margin: 0 0 10px 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.contractContent:before {
    content: "\020";
    width: 25px;
    height: 25px;
    background: url("/images/spriteSheet.png") -288px -58px no-repeat;
    position: absolute;
    top: -3px;
    left: -30px;
    -webkit-transform: rotate(-180deg); 
    -moz-transform: rotate(-180deg);	
}

.contractContent:hover {
    color: #CCFF33;
}

.contractContent:hover:before {
    background: url("/images/spriteSheet.png") -332px -58px no-repeat;
}

.expcontr {
    width: 920px;
    height: 30px;
    position: relative;
    clear: both;
}

.expanded {
    width: 927px;
}


.infoPanels {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    -webkit-transition: height 1s linear;
    -moz-transition: height 1s linear;
    -ms-transition: height 1s linear;
    -o-transition: height 1s linear;
    transition: height 1s linear;
    clear: both;
}

.infoPanels > li {
    display: block;
    width: auto;
    clear: both;
    height: auto;
    overflow: hidden;
    margin: 12px 0;
}

.infoPanels li a {
    text-decoration: none;
}

.infoPanels h3 {
    color: #CCFF33;
    font-size: 16px;
    float: left;
    line-height: 30px;
}

.findMore {
    float: right;
    line-height: 30px;
    margin-right: 40px;
    display: block;
    position: relative;
    cursor: pointer;
}

.panelContent div {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
/*    float: left;*/
    margin: 15px 0;
}

.findMore:after {
    content: "\020";
    position: absolute;
    top: 3px;
    right: -30px;
    width: 25px;
    height: 25px;
    background: url("/images/spriteSheet.png") -288px -58px no-repeat;
}

.infoPanels .active .findMore:after {
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);	
    -ms-transform: rotate(90deg);	
    -o-transform: rotate(90deg);
    transform: rotate(90deg);	
}

#alsoWorkedWith {
    margin-top: 20px;
}

#alsoWorkedWith h2 {
    color: #CCFF33;
    font-size: 16px;
    font-weight: normal;
}

.folderIcon {
    width: 50px;
    height: 50px;
    background: url("/images/spriteSheet.png") -370px -50px no-repeat;
    float: left;
}

.downloadButton {
    background: #000;
    width: 150px;
    height: 60px;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
    position: absolute;
    right: 0;
    left: 760px;
    margin: 25px 0 0 0;
}

.downloadButton .text {
    width: 80px;
    text-align: center;
    float: right;
    margin: 7px 15px 0 0;
    color: #FFF;
}

.downloadButton:hover .text {
    color: #CCFF33;
}

.infoPanels a:hover .downloadButton .text {
    color: #CCFF33;
}

.infoListContent {
    overflow: hidden;
}


.infoListContent p {
    width: 700px;
    float: left;
    padding: 10px 20px 15px 0;
    margin: 0 !important;
}

.infoListContent ul {
    width: 700px;
    margin: 5px 0 0 17px;
}

.infoListContent li {
}

.infoListContent img {
    float: left;
    margin: 5px 20px 10px 0;
    border: 1px solid white;
}

.findMore:hover, .hover {
    color: #CCFF33;
}

.findMore:hover:after, .hover:after {
    background: url("/images/spriteSheet.png") -332px -58px no-repeat;
}

.infoListContent {
    clear: both;
    display: none;
    height: auto;
    overflow: hidden;
}

.infoListContent p {
    
}

/* Main Content Areas
----------------------------------------------------*/
.introBar {
    margin: 60px 0 20px 0;
}

.columns {
    margin: 0;
    position: relative;
}

.columns article, .columns aside {
    min-height: 300px;
}

.asideDiagram {
    position: relative;
}

.asideDiagram a {
    display: block;
    width: 100%;
    height: 100%;
}

.asideDiagram a:hover .closeCurlyBracket {
    background: url("/images/spriteSheet.png") -10px -405px no-repeat;
    width: 99px;
    height: 296px;
    margin-top: -1px;
}

.asideDiagram a:hover .bwArrowRight {
    background: url("/images/spriteSheet.png") -224px -116px no-repeat;
    width: 45px;
    height: 45px;
}

#closeCurly {
    position: absolute;
    top: 15px;
    left: 30px;
}

#adText {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 170px;
    font-size: 25px;
    text-align: center;
    font-family: 'aller';
    color: #FFF;
}

#arrowRight {
    position: absolute;
    top: 140px;
    left: 350px;
}

.asideDiagram a:hover #adText {
    color: #CCFF33;
}

/* News/Events Area
----------------------------------------------------*/
#megaMenuItems {
    width: 20%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#megaMenuItems li {
    height: 89px !important;
    background: #CCFF33;
    margin: 0 0 5px 0;
    border-radius: 10px;
    cursor: pointer;
}

#megaMenuItems a {
    width: 100%;
    height: 10px;
    line-height: 89px;
    color: #FFF;
    font-family: 'aller';
    font-size: 18px;
    text-decoration: none;
}

#megaMenuItems li:hover a {
    color: #000;
}

#megaMenuItems li span {
    line-height: 20px !important;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 0 6px 20px;
}

#megaMenu {
    width: 79.8%;
    float: right;
    color: #FFF;
}

#megaMenu ul {
    list-style: none;
    margin: 0;
    padding: 15px 20px 0 40px;
}

#megaMenu li {
    margin: 0 0 20px 10px;
    font-size: 15px;
    line-height: 150%;
}

#megaMenu li:before {
    background: transparent url("/images/spriteSheet.png") -288px -91px no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    margin: 2px 0 0 0;
    content: "\020";
    z-index: -1;
}

#megaMenu .standardPara p {
    padding: 0 !important;
}

#megaMenu .standardPara:before {
    display: none;
}

#megaMenu li li:before {
    background: transparent;
    position: absolute;
    left: 70px;
    margin: 0;
    content: "–";
}

#megaMenu li li {
    margin: 0 0 0 -10px;
    padding: 0;
}

#megaMenu li ul {
    padding: 0 0 0 40px;
}

#megaMenu p {
    padding: 0 50px;
}

#megaMenuItems .greenButton.active {
    background: #65ac0c;
    background: rgb(204,255,51) !important; /* Old browsers */
    background: -moz-linear-gradient(left, rgba(204,255,51,1) 0%, rgba(163,214,58,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,255,51,1)), color-stop(100%,rgba(163,214,58,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(204,255,51,1) 0%,rgba(163,214,58,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(204,255,51,1) 0%,rgba(163,214,58,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(204,255,51,1) 0%,rgba(163,214,58,1) 100%) !important; /* IE10+ */
    background: linear-gradient(left, rgba(204,255,51,1) 0%,rgba(163,214,58,1) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff33', endColorstr='#a3d63a',GradientType=1 ) !important; /* IE6-9 */
    width: 188px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

#megaMenuItems .greenButton.active a {
    color: #000 !important;
}

#megaMenuItems .blueButton.active {
    background: #00999C;
    background: rgb(0,153,156) !important; /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,153,156,1) 0%, rgba(0,129,136,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,153,156,1)), color-stop(100%,rgba(0,129,136,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,153,156,1) 0%,rgba(0,129,136,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,153,156,1) 0%,rgba(0,129,136,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,153,156,1) 0%,rgba(0,129,136,1) 100%) !important; /* IE10+ */
    background: linear-gradient(left, rgba(0,153,156,1) 0%,rgba(0,129,136,1) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999c', endColorstr='#008188',GradientType=1 ) !important; /* IE6-9 */
    width: 110%;
    width: 188px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

#megaMenuItems .blueButton.active a {
    color: #000 !important;
}



#knowledge {
    position: absolute;
    top: 220px;
    left: 340px;
    width: 230px;
    text-align: center;
    font-size: 22px;
    font-family: 'aller';
    color: #FFF;
    line-height: 130%;
}

#deliver {
    position: absolute;
    top: 410px;
    left: 350px;
    width: 230px;
    text-align: center;
    font-size: 22px;
    font-family: 'aller';
    color: #FFF;
    line-height: 130%;
}

.greenPanel {
    background: #65ac0c;
    background: -moz-linear-gradient(left, rgba(163,214,58,1) 0%, rgba(163,214,58,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(163,214,58,1)), color-stop(100%,rgba(163,214,58,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(163,214,58,1) 0%,rgba(163,214,58,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(163,214,58,1) 0%,rgba(163,214,58,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(163,214,58,1) 0%,rgba(163,214,58,0) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(163,214,58,1) 0%,rgba(163,214,58,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d63a', endColorstr='#00a3d63a',GradientType=1 ); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccccff33', endColorstr='#00ccff33',GradientType=1 ); /* IE6-9 */
}

.greenButton {
    background: #65ac0c;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 25%, rgba(204,255,51,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(25%,rgba(0,0,0,0.25)), color-stop(100%,rgba(204,255,51,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 25%,rgba(204,255,51,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 25%,rgba(204,255,51,1) 100%) !important; /* Opera11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 25%,rgba(204,255,51,1) 100%) !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ccff33',GradientType=1 ) !important; /* IE6-9 */
    background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 25%,rgba(204,255,51,1) 100%) !important; /* W3C */
}

.greenButton:hover {
    background: #CCFF33 !important;
}

.bluePanel {
    background: #00999C;
    background: -moz-linear-gradient(left, rgba(0,129,136,1) 0%, rgba(0,129,136,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,129,136,1)), color-stop(100%,rgba(0,129,136,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,129,136,1) 0%,rgba(0,129,136,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,129,136,1) 0%,rgba(0,129,136,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,129,136,1) 0%,rgba(0,129,136,0) 100%); /* IE10+ */
background: linear-gradient(left, rgba(0,129,136,1) 0%,rgba(0,129,136,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008188', endColorstr='#00008188',GradientType=1 ); /* IE6-9 */
}

.blueButton {
    background: #00999C;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,153,156,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,153,156,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,153,156,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,153,156,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,153,156,1) 100%) !important; /* IE10+ */
    background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,153,156,1) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00999c',GradientType=1 ) !important; /* IE6-9 */
}

.blueButton:hover {
    background: #00999C !important;
}

.megaMenuPanel {
    width: 720px;
    height: auto;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    border-radius: 10px;
    z-index: 99999;
    min-height: 445px;
}

.megaMenuContainer {
    overflow: hidden;
}

.accordion h3 {
    cursor: pointer;
    padding-left: 30px;
    margin-left: -30px;
    z-index: 999;
    font-size: 18px; 
    font-weight: normal;
    text-decoration: underline;
}

.accordionBullet {
    font-size: 18px; 
    font-weight: normal;
    margin: 0 0 0 -50px;
    padding: 0;
}

.open:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hasDropdown:before {
    background: url("/images/spriteSheet.png") -288px -58px !important;
}

/* Contact Us Bar
----------------------------------------------------*/
#contactUsBar {
    border-top: 1px solid #CCFF33;
    border-bottom: 1px solid #CCFF33;
    line-height: 40px;
    margin: 60px 0 0 0;
    background: #000;
    background: RGBA(0,0,0,0.5);
    padding: 0 20px;
    min-height: 40px;
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -ms-transition: background 1s linear;
    -o-transition: background 1s linear;
    transition: background 1s linear;
}

#contactUsBar:hover {
    background: RGBA(0,0,0,0.7);
}

#socialBar {
    width: 350px;
    float: left;
}

#socialBar h3 {
    display: inline;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.ie7 #socialBar h3 {
    display: inline;
    width: 100px;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#socialBar ul {
    margin: 0 0 0 10px;
}

#socialBar li, #socialBar ul {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.ie7 #socialBar li, .ie7 #socialBar ul {
    float: left;
    margin:3px 5px 0 0;
}

#callUs {
    float: right;
    width: 550px;
    text-align: right;
}

#callUs a {
    color: #CCFF33;
    text-decoration: none;
}

#callUs a:hover {
    text-decoration: underline;
}

#callUs address {
    font-size: 16px;
    font-family: 'aller';
}

#callUs h3, #callUs address {
    display: inline;
}

/* Contact Form
------------------------------------------------------------------------------*/
#contactForm {
    
}

#contactForm ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contactForm label {
    position: absolute;
    line-height: 30px;
    margin: 7px 0 7px 10px;
    cursor: text;
}

#contactForm input, #contactForm textarea {
    width: 420px;
    height: 25px;
    line-height: 30px;
    margin: 5px 0;
    padding: 5px;
    resize: none;
    background: transparent;
    -webkit-box-shadow: inset 0 0 10px #FFF;
    -moz-box-shadow: inset 0 0 10px #FFF;
    -ms-box-shadow: inset 0 0 10px #FFF;
    -o-box-shadow: inset 0 0 10px #FFF;
    box-shadow: inset 0 0 10px #FFF;
    border: 0;
    border-radius: 7px;
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -ms-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
}

.oldie #contactForm input, .oldie #contactForm textarea {
    background: #333;
}

#contactForm input:focus, #contactForm textarea:focus {
    -webkit-box-shadow: inset 0 0 10px #CCFF33;
    -moz-box-shadow: inset 0 0 10px #CCFF33;
    -ms-box-shadow: inset 0 0 10px #CCFF33;
    -o-box-shadow: inset 0 0 10px #CCFF33;
    box-shadow: inset 0 0 10px #CCFF33;
}

#contactForm textarea {
    min-height: 120px;
    max-height: 280px;
    line-height: 130%;
}

#contactForm input[type=submit] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: 40px;
    font-size: 20px;
    line-height: inherit;
    float: right;
    padding-right: 50px;
    background: transparent;
} 

#contactForm input[type=submit]:hover {
    color: #CCFF33;
} 

#contactForm .largeArrow {
    content: "\020";
    background: url("/images/spriteSheet.png") -223px -52px no-repeat;
    width: 47px;
    height: 45px;
    float: right;
    margin: 3px 0 0 -70px;
}

#contactForm .submitButton:hover .largeArrow {
    background: url("/images/spriteSheet.png") -223px -115px no-repeat;
} 

.freeStandingAddress {
    margin: 10px 0;
    font-size: 15px;
    line-height: 150%;
}




/* Input Form
------------------------------------------------------------------------------*/
#loginform {
    
}

#loginform ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#loginform label {
    position: absolute;
    line-height: 30px;
    margin: 7px 0 7px 10px;
    cursor: text;
}

#loginform input, #loginform textarea {
    width: 420px;
    height: 25px;
    line-height: 30px;
    margin: 5px 0;
    padding: 5px;
    resize: none;
    background: transparent;
    -webkit-box-shadow: inset 0 0 10px #FFF;
    -moz-box-shadow: inset 0 0 10px #FFF;
    -ms-box-shadow: inset 0 0 10px #FFF;
    -o-box-shadow: inset 0 0 10px #FFF;
    box-shadow: inset 0 0 10px #FFF;
    border: 0;
    border-radius: 7px;
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -ms-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
}

.oldie #loginform input, .oldie #loginform textarea {
    background: #333;
}

#loginform input:focus, #loginform textarea:focus {
    -webkit-box-shadow: inset 0 0 10px #CCFF33;
    -moz-box-shadow: inset 0 0 10px #CCFF33;
    -ms-box-shadow: inset 0 0 10px #CCFF33;
    -o-box-shadow: inset 0 0 10px #CCFF33;
    box-shadow: inset 0 0 10px #CCFF33;
}

#loginform textarea {
    min-height: 120px;
    max-height: 280px;
    line-height: 130%;
}

#loginform input[type=submit] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: 40px;
    font-size: 20px;
    line-height: inherit;
    float: right;
    padding-right: 50px;
    background: transparent;
} 

#loginform input[type=submit]:hover {
    color: #CCFF33;
} 

#loginform .largeArrow {
    content: "\020";
    background: url("/images/spriteSheet.png") -223px -52px no-repeat;
    width: 47px;
    height: 45px;
    float: right;
    margin: 3px 0 0 -70px;
}

#loginform .submitButton:hover .largeArrow {
    background: url("/images/spriteSheet.png") -223px -115px no-repeat;
} 

/* Input Form
------------------------------------------------------------------------------*/
#dataform {
    
}

#dataform ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#dataform label {
    
    line-height: 30px;
	width: 170px;
    margin: 7px 5px 7px 10px;
    cursor: text;
	float:left;
	text-align:right;
	font-weight: 800;
}

#dataform input, #dataform textarea {
    width: 60%;
    height: 25px;
    line-height: 30px;
    margin: 5px 0;
    padding: 5px;
    resize: none;
    background: transparent;
    -webkit-box-shadow: inset 0 0 10px #FFF;
    -moz-box-shadow: inset 0 0 10px #FFF;
    -ms-box-shadow: inset 0 0 10px #FFF;
    -o-box-shadow: inset 0 0 10px #FFF;
    box-shadow: inset 0 0 10px #FFF;
    border: 0;
    border-radius: 7px;
    -webkit-transition: box-shadow 0.5s linear;
    -moz-transition: box-shadow 0.5s linear;
    -ms-transition: box-shadow 0.5s linear;
    -o-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
}

.oldie #dataform input, .oldie #dataform textarea {
    background: #333;
}

#dataform input:focus, #dataform textarea:focus {
    -webkit-box-shadow: inset 0 0 10px #CCFF33;
    -moz-box-shadow: inset 0 0 10px #CCFF33;
    -ms-box-shadow: inset 0 0 10px #CCFF33;
    -o-box-shadow: inset 0 0 10px #CCFF33;
    box-shadow: inset 0 0 10px #CCFF33;
}

#dataform textarea {
    min-height: 120px;
    
    line-height: 130%;
}

#dataform input[type=submit] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: 40px;
    font-size: 20px;
    line-height: inherit;
    float: right;
    padding-right: 50px;
    background: transparent;
} 

#dataform input[type=submit]:hover {
    color: #CCFF33;
} 

#dataform .largeArrow {
    content: "\020";
    background: url("/images/spriteSheet.png") -223px -52px no-repeat;
    width: 47px;
    height: 45px;
    float: right;
    margin: 3px 0 0 -70px;
}

#dataform .submitButton:hover .largeArrow {
    background: url("/images/spriteSheet.png") -223px -115px no-repeat;
} 




/* News/Events Area
----------------------------------------------------*/
#newsAndEvents {
    margin: 60px 0 10px 0;
    line-height: 150%;
}

#newsAndEvents h4 {
    line-height: 40px;
    font-weight: normal;
    font-size: 18px;
}

#newsAndEvents a {
    color: #CCFF33;
}

#newsAndEvents h5 {
    line-height: 130%;
    font-weight: normal;
	margin-bottom: 5px;
}

#newsAndEvents .readMore {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 5px 0 5px 37px;
    margin: 30px 0 10px 0;
}

#newsAndEvents .readMore:before {
    display: block;
    content: "\020";
    position: absolute;
    width: 29px;
    height: 28px;
    background: url("/images/spriteSheet.png") -302px -10px;
    top: 0;
    left: 0;
}

#newsAndEvents .readMore:hover:before {
    display: block;
    content: "\020";
    position: absolute;
    width: 29px;
    height: 28px;
    background: url("/images/spriteSheet.png") -350px -10px;
    top: 0;
    left: 0;
}

/* News Page
------------------------------------------------------------------------------*/
.tabBar {
    list-style: none;
    margin: 70px 0 0 0;
    padding: 0;
    display: block;
    height: 50px;
}

.tabBar a {
    color: #FFF !important;
}

.tabBar a:hover, .tabBar a.active {
    color: #CCFF33 !important;
}

.tabBar li {
    width: 285px;
    height: 40px;
    margin: 0 5px 10px 0;
    line-height: 40px;
    padding: 5px 0 5px 30px;
    float: left;
    background: RGBA(0,0,0,0.6);
    box-shadow: inset 0 0 15px #000;
    -webkit-box-shadow: inset 0 0 15px #000;
    -webkit-background-clip: border-radius;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -ms-transition: background 1s linear;
    -o-transition: background 1s linear;
    transition: background 1s linear;
}

.tabBar li a {
    text-decoration: none;
    color: #FFF;
}

.tabBar li:hover {
    background: RGBA(0,0,0,0.75);
}

.tabBar li a.active, .tabBar li a:hover {
    color: #CCFF33;
}

.tabBar li.lastTab {
    margin-right: 0;
}

.news {
    clear: both;
}

.archives {
    width: 170px;
    float: left;
}

.archives ul {
    margin: -7px 0 0 0;
    padding: 0;
    list-style: none;
}

.archives h3 {
    margin: 5px 0;
}

.archives li {
    font-size: 15px;
    line-height: 25px;
}

.archives a {
    text-decoration: none;
    color: inherit !important;  
}

.archives a:hover, .archives a.active {
    color: #CCFF33 !important;  
}

.archives .currentSection {
    color: #CCFF33 !important;
    text-decoration: underline;
}

.news .articleList {
    float: right;
    width: 740px;
    font-size: 15px;
    line-height: 150%;
}

.articleList h3 {
    color: #CCFF33;
}

.news article {
    min-height: inherit;
    margin: 0 0 30px 0;
}

.news article h4 {
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    line-height: 100%;
    margin: 5px 0 -3px 0;
}

.source {
    font-size: 12px;
    font-family: "Aller";
}

.source a {
    color: #FFF !important;
}

.news p {
    margin: 0 0 10px 0;
}

.continueReading {
    color: #CCFF33 !important;
    text-decoration: none;
}

/* Past clients
----------------------------------------------------*/
#pastClients {
    display: block;
    margin: 10px 0;
    width: 260px;
    font-size: 18px;
    font-family: 'aller';
}

/* Hacky landing page
------------------------------------------------------------*/
.textCenter {
    text-align: center;
}

.sectionSelect h1 {
    color: #FFF;
    text-decoration: none;
    line-height: 130%;
}

.sectionSelect:hover {
    text-decoration: none;
}

.sectionSelect img {
    margin: 45px 0 30px 0;
}

.sectionSelect:hover h1 {
    color: #CCFF33;
    text-decoration: underline;
}

/* Footer Styles
------------------------------------------------------------*/
footer {
    display: block;
    background: #000;
    margin-top: 100px;
    padding-top: 30px;
    min-width: 1024px;
    height: auto;
    overflow: hidden;
}

footer h5 {
    margin: 10px 0 10px 5px;
    font-size: 14px;
}

#footerLeft {
    width: 20%;
}

#contactNav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contactNav > li {
    min-height: 20px;
    border-top: 1px solid #CCFF33;
    border-bottom: 1px solid #CCFF33;
    margin-top: -1px;
    padding: 10px 0 10px 0;
    height: auto;
    overflow: hidden;
    padding-left: 5px;
}

#contactNav ul {
    margin: 0;
    padding: 0;
}

#contactNav li li {
    float: left;
    list-style: none;
    margin: 6px 2px 0 0;
    padding: 0;
}

#footerRight {
    width: 77%;
}

#infoPoints {
    list-style: none;
    margin: 0;
    padding: 0;
}

#infoPoints > li {
    border-top: 1px solid #CCFF33;
    border-bottom: 1px solid #CCFF33;
    margin-top: -1px;
    height: auto;
    overflow: hidden;
    padding: 10px 0 10px 5px;
}

#infoPoints > li + h5 {
    margin-top: 60px;
}

#copyright {
    clear: both;
    margin: 0;
    padding: 60px 0 15px 0;
    list-style: none;
    font-size: 11px;
    width: 750px;
    display: inline-block;
    float: left;
}

#copyright a {
    color: #FFF;
    text-decoration: none;
}

#copyright li {
    float: left;
}

#copyright li:after {
    content: "|";
    margin: 0 5px;
}

#copyright .last:after {
    content: "\020";
}

.arrowBulletList {
    list-style: none !important;
    padding-left: 5px;
    font-size: 17px;
    line-height: 130%;
    margin-left: 40px !important;
}

.arrowBulletList li {
    position: relative;
    margin: 15px 0;
}

.arrowBulletList li:before {
    content: "\020";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -40px;
    background: transparent url("/images/spriteSheet.png") -288px -91px no-repeat;
}

/*.arrowBulletList li:hover:before {
    background: url("/images/spriteSheet.png") -332px -58px no-repeat;
}*/

.dropdownContent {
    display: none;
    font-size: 15px;
    margin-top: 10px;
    line-height: 150%;
}

.rotate90:before {
    -moz-transform: rotate(90deg);
}

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.smallnews { font-size: 14px; color:white;}

/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/**
 * Aural styles.
 */
@media aural {
    #page{
    a:active        { voice-family: betty, female; pitch-range: 80; pitch: x-high }
    a:link          { voice-family: harry, male }
    a:visited       { voice-family: betty, female }
    abbr,acronym    { content: attr(title); }
    b,strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
    dfn             { pitch: high; pitch-range: 60; stress: 60 }
    dt              { stress: 80 }
    em              { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
    h1              { pitch: x-low; pitch-range: 90; pause: 20ms }
    h1              { voice-family: announcer, old male }
    h1, h2, h3,h2   { pitch: x-low; pitch-range: 80; pause: 30ms 40ms }
    h3              { pitch: low; pitch-range: 70; pause-after: 10ms }
    h4              { pitch: medium; pitch-range: 60 }
    h4, h5, h6      { voice-family: paul, male; stress: 20; richness: 90 }
    h5              { pitch: medium; pitch-range: 50 }
    h6              { pitch: medium; pitch-range: 40 }
    img:after       { content: attr(alt) }
    img:before      { content: attr(alt) }
    li, dt, dd      { pitch: medium; richness: 60 }
    li::before      { content: "List item: " }
    p.part.juliet   { voice-family: juliet, female }
    p.part.mercutio { voice-family: male 2 }
    p.part.nurse    { voice-family: child female }
    p.part.romeo    { voice-family: romeo, young male }
    p.part.tybalt   { voice-family: male 3 }
    pre, code, tt   { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
    strong          { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
    strike,del,ins  { richness: 0 }
    ul::after       { content: "List end. " }
    ul::before      { content: "Start list: " }
    /*[accesskey]:after { content: "[" attr(accesskey) "]" }*/
    }
}

#contactForm li {
    position: relative;
}

.bubbles {
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 30px;
    opacity: 0;
}

.readableContent {
    font-size: 15px;
    line-height: 130%;
}

.readableContent p {
    margin: 20px 0 10px 0;
}

.readableContent li {
    list-style: none;
    margin: 15px 0;
}

.readableContent li:before {
    content: "\020";
    background: url("/images/spriteSheet.png") -285px -55px no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: -5px 0 3px -35px;
}

.whiteText {
    color: #FFF;
}
.lime
{
	color: #CCFF33 !important;
}

.otherCompanies {
    background: #000 !important;
    display: block;
    clear: both;
    height: auto;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
    margin: 5px 0 20px 0;
    float: left;
    font-size: 12px;
    line-height: 130%;
}

.otherCompanies h2 {
    color: #CCFF33;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px 0;
    font-family: "arial";
}

.clientList h2 {
    color: #CCFF33;
    font-size: 16px;
    font-weight: normal;
}

.clientList ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.clientList li {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
}

.infoPanels h3 {
    cursor: pointer;
}

.seperator-header {
    font-size: 18px;
    font-weight: normal;
    color: #FFF !important;
    margin-top: 15px;
    /*border-bottom: 1px solid #CCFF33;*/
}

#fiveandthree {
    float: right;
    display: inline-block;
    padding: 47px 0 15px 0;
    line-height: 40px;
    font-size: 11px;
}
#fiveandthree img {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 3px;
    padding: 0;
}
#fiveandthree a:hover {
    text-decoration: none;
}