/*** General ***/
* {
    margin: 0;
    padding: 0;
}

html {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    color:  #FFFFFF;
}

h3 {
    font-size: 1.5em;
}


h4 {
    font-size: 1em;
}

h6 {
    font-size: 0.75em;
}

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

a img{
border:0;
}

        
#content{
    width:100%;
    height:85%;
    overflow:hidden;
    position: absolute;
    top: 0;
    left: 2%;
}

.contentbox-wrapper{
    position:relative;
    width:3000px;
    height:100%;
}
 
.contentbox{
    width: 580px;
    height:100%;
    float:left;
    background:#fff;
    position: relative; 
}
        
#menuDiv {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0px 0px 5px 2px black;
    height: 85%;
    position: absolute;
    width: 12%;
    z-index: 99998;
    top: 0;
    left: 0;
    overflow: visible;
    float: left;
}

#logo {
	width:80%;
	max-width:163px;
	max-height:90px;
	padding: 20px 0 20px 8%;
}
        
#menu {
    display: block;
    list-style: none outside none;
    overflow: hidden;
    position: absolute;
    top: 20%;
    width: 100%; 
    opacity: 1;
}

.open li {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 30%, #dfdfdf 74%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(30%,#f6f6f6), color-stop(74%,#dfdfdf), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 30%,#dfdfdf 74%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 30%,#dfdfdf 74%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 30%,#dfdfdf 74%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 30%,#dfdfdf 74%,#d6d6d6 100%); /* W3C */
    -pie-background: linear-gradient(top ,#ffffff 0%,#f6f6f6 30%,#dfdfdf 74%,#d6d6d6 100%); /* PIE */
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(188, 188, 188, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    behavior: url(script/pie/PIE_uncompressed.htc);
}
        
.open li:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(188, 188, 188, 0.1);
}

#menu li a {
    text-decoration: none;
}

#menu li {
    font-size: 87.5%;
    line-height: 48px;
    height:48px;
}

#menu .ui-selecting {}
        
#menu .ui-selected {
    background: #018699; /* Old browsers */
    background: -moz-linear-gradient(top, #018699 0%, #017b92 28%, #006076 81%, #005b70 94%, #005b70 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018699), color-stop(28%,#017b92), color-stop(81%,#006076), color-stop(94%,#005b70), color-stop(100%,#005b70)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #018699 0%,#017b92 28%,#006076 81%,#005b70 94%,#005b70 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #018699 0%,#017b92 28%,#006076 81%,#005b70 94%,#005b70 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #018699 0%,#017b92 28%,#006076 81%,#005b70 94%,#005b70 100%); /* IE10+ */
    background: linear-gradient(to bottom, #018699 0%,#017b92 28%,#006076 81%,#005b70 94%,#005b70 100%); /* W3C */
    -pie-background: linear-gradient(top ,#018699 0%,#017b92 28%,#006076 81%,#005b70 94%,#005b70 100%); /* PIE */
    color: white;
    behavior: url(script/pie/PIE_uncompressed.htc);
}

#arrowRight {
    position: absolute;
    top: 30%;
}

.arrowRightP {
    background: url("../images/menu-active-right-arrow.png") repeat scroll 0 0 transparent;
    height: 48px;
    right: -19px;
    width: 20px;
}
        
#menu .menuIcon {
    font-weight:bold;
    font-size:100%;
    color:#007086;
    padding-right:4px;
    padding-left: 14px;
    background-color: transparent;
    background-image: url(../images/menu-icon.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-origin:border-box;
}
        
#menu .menuIconClosed {
    font-size: 62.5%;
    color:#000000;
    padding-right:4px;
    padding-left: 10%;
    background-color: transparent;
    background-image: url(../images/menu-icon.png);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    background-origin:border-box;
    display: none;
}

#menu .ui-selected .menuIcon {
    background-image: url(../images/menu-active-icon.png);
    color:#ffffff;
}

#menu .ui-selected .menuIconClosed {
    background-image: url(../images/menu-active-icon.png);
}  
        
.close {
    display: none;
}

#page {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

#background {
	height: 100%;
	position: absolute;
	top:0%;
}

#background #left #bg {
	position:relative;
    left: 12%;
    width:100%;
    height:100%;	
}

#background #right #bg {
    width:100%;
    height:100%;    
}

/**
 * CSS for page divs
 **/
#foreground {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#foreground #aboutus {  
   background-color: transparent;
   width: 60%;
   height: 100%;
}

#aboutus #left {
    float:left;
    height: 100%;
}

#aboutus #right {
    float:right;
    position:relative;
    /*margin-top:10%;*/
    height: 100%;
}

#background #aboutus {  
   float: left;
}

#background #aboutus #bg {
	position:relative;
    min-height: 695px;
    min-width: 670px;
}

#background #aboutus #right {
    float:left;
    margin-top: 0;
}
	

#foreground #services {  
   background-color: transparent;
   width: 53%;
   height: 100%;
}

#services {  
   background-color: #15889f;
}

#services #left {
    float:left;
    height:100%;
    position:relative;
}

#services #right {
    float:left;
    height:100%;
}

#background #services {
}

#foreground #spurwing {  
   background-color: transparent;
}

#spurwing {  
   background-color: #15889f;
}

#spurwing #left {
	float:left;
	position:relative;
}

#spurwing #right {
	float:right;
	position:relative;
}

#background #spurwing {
    height: 100%;
    position: absolute;
    width: 100%;
}

#foreground #insight {  
   background-color: transparent;
}

#insight #left {
	float:left;
}

#insight #right {
	float:right;
	position:relative;
}

#foreground #insightdatastreams {  
   background-color: transparent;
}

#insightdatastreams #left {
	float:left;
	position:relative;
}

#insightdatastreams #right { 
	float:right;
}

#foreground #contact {  
   background-color: transparent;
}

#contact #left {
	float:left;
}

#contact #right {
	float:right;
	position:relative;
}

#foreground #privacyStatement {  
   background-color: transparent;
}

#foreground #terms {  
   background-color: transparent;
}

#terms #left {
    float:left;
}

#terms #right {
    float:right;
    position:relative;
}

#wedgetail {  
   background:none;
}

#wedgetail #left {
    float:left;
    position:relative;
}

#wedgetail #right {
    float:right;
    position:relative;
}

#footer {
    width: 100%;
    background: url(../images/footer-bg.jpg) repeat center top;
    z-index: -1;
    font-size: 0.7em;
}

#footer table {
    width: 100%;
    padding-top: 5%;
    padding-left: 20%;
}

#footer a {
    text-decoration: none;
    color: #ffffff;
}

#footer td {
    padding-left: 10px;
    vertical-align: top;
}

.footerColumnBorder {
    background-image: url("../images/footer-verticle-line.png");
    background-position: right top;
    background-repeat: repeat-y;
}

.Content {
    color: #ffffff;
    line-height: 1.5;
    padding: 10px 10px 10px 14px;
    text-align: justify;
    font-size: 0.9em;
}

.Content h3 {
    font-size: 2em !important;
    font-weight: normal;
}

.Content h4 {
    font-size: 1.5em !important;
    font-weight: normal;
}

.Content h5 {
    font-size: 1.5em !important;
    font-weight: normal;
}
.Content h6 {
    font-size: 1em !important;
}

.socialMediaIcon {
}

.socialMediaIcon img {
    padding-right: 10px;
}

.socialMediaIcon span {
    vertical-align: top;
}

.socialMediaIcon div {
    padding-bottom: 5px;
}

.banner {
    background-color: transparent;
    background-image: url(../images/home-page-image-label.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-origin:border-box;
    background-size: contain;
    height: 133px;
    width: 40%;
    position: absolute;
    bottom: 15%;
    left: 10%;
}

#accordion a span.title {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

#accordion a span.ui-icon {
    position: static;   
    height: 20px;
    margin-top: 0px; 
    margin-top: 3px;
}

#tooltip {
    position:absolute;
    z-index: 99999;
    color:#fff;
    font-size:87.5%;
    max-width: 600px;
}
 

#tooltip .tipBody {
	color: #000000;
    background-color:#ffffff;
    padding:5px 5px 5px 15px;
    box-shadow: 0 0 5px 0.5px #c4c4c4;
    border-radius:10px;
}

.speechBubble {
	display : none;
}

#tooltip span {
    font-weight:bold;color:#007086
}

#tooltip ul {
    list-style-image:url('../images/arrow-blue.png');
}


.map {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	height: 77px;
    width: 77px;
    background-image: url("../images/icon-map-contact-page.png");
    background-repeat: no-repeat;
    font-size: 2em;
}

.map a {
    text-align: center;
    /*position: relative;*/
    /*top: 15%;*/
}

/**
*
* JQuery Override Classes
* 
**/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: url("../images/pricany-line.png") repeat-x scroll 0 0 transparent;
    border: none;
    color: #ffffff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: url("../images/pricany-line.png") repeat-x scroll 0 0 transparent;
    border: none;
    color: #ffffff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: url("../images/pricany-line.png") repeat-x scroll 0 0 transparent;
    border: none;
    color: #ffffff;
    font-weight: normal;
}

.ui-widget-content {
    background: #FFFFFF !important;
    border: none;
    color: #ffffff;
}

.ui-widget-content p {
	font-size: 0.9em;
}

.ui-accordion .ui-accordion-content {
    background: transparent !important;
    font-size: 0.7em;
}

.ui-widget-overlay {
	max-width:3000px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    margin-top: -8px;
    position: absolute;
    right: 0.5em;
    left: 98%;
    top: 50%;
}

.ui-accordion .ui-accordion-content {
	padding-left: 0;
	max-height: 200px;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 0;
    font-size: 0.5em;
}

.ui-state-default .ui-icon {
    background-image: url("../images/plus-sign.png");
}
.ui-icon-triangle-1-e {
	background-position: left center;
}

.ui-state-active .ui-icon {
    background-image: url("../images/minus-sign.png");
}
.ui-icon-triangle-1-s {
    background-position: left center;
}
.box {
    width:95%;
    height:95%;    
    border:none;
    overflow-y: auto;
}
#contactDiv {
    overflow: hidden;
}
        