﻿/*
	filename: Default.css
	author: zliniguez
	purpose: provides style detail for site; loads core/reset stylesheets
*/

/*--- =Color-Palatte --------------*/
/* #c7a10e = ORBIT gold
/* #909090 = light grey
/* #4c4c4c = dark grey
/* #ede1b2 = beige
/* #876d0a = dark brown
/* #335faa = navy blue
/*---------------------------------*/

/*---------------------------------*/
/*--- =Typography -----------------*/
/*---------------------------------*/
acronym { border: 0; }

/*---------------------------------*/
/*--- =Layout ---------------------*/
/*---------------------------------*/
body {
	background-color: #000;
	background-image: url("../images/bg_main.jpg");
	background-repeat: repeat-x;
}

div#container-outer-bg {
	background-image: url("../images/bg_container-outer-sides.png");
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 950px;
}
div#container-outer { 
	background-color: #fff; 
	background-image: url("../images/bg_container-outer.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 auto; 
	padding: 15px 0 0 0;
	text-align: left; 
	width: 900px;
}

div#container-inner {
	margin: 0 0 0 0;
	padding-bottom: 20px;
}

div#container-body {
	margin-left: 7px;
}

div#container-innerbody {
	background-color: #fff;
	background-image: url("../images/bg_container-body.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: -11px;
	width: 861px;
}
body.inner div#container-innerbody, body.inner-root div#container-innerbody, body.misc div#container-innerbody, body.footer div#container-innerbody {
	background-image: url("../images/bg_container-body-left.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 30px;
}

/*--- =Body-Content ---------------*/
div.content-left-wide-mkt {
	float: left;
	padding: 33px 0 30px 50px;
	width: 490px;
}
div.content-left-wide {
	float: left;
	padding: 33px 0 30px 18px;
	width: 555px;
}
div.content-left-thin {
	float: left;
	padding: 0 0 0 18px;
	width: 265px;
}
div.content-right-wide {
	float: right;
	padding: 33px 18px 0 18px;
	width: 537px;
}
div.content-right-thin {
	float: right;
	padding: 33px 0 0 18px;
	margin-right: 18px;
	width: 250px;
}

div.content-right-wide ul, div.content-wide ul { margin-left: 20px; margin-top: 10px; }
div.content-right-wide ul li, div.content-wide ul { font-size: 1.1em; line-height: 1.7em; list-style-type: square; margin-bottom: 5px; }

div.content-wide { 
	padding: 33px 18px 0 18px;
	width: 824px;
}

div#container-innerbody p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 1.3em 0;
}
/* fixes sIFR from making the font huge on front page */
.sIFR-active body.home div#container-innerbody p {
	font-size: 1.2em;
	line-height: 1em;
}

div.link-tagline {
	position: relative;
	top: 15px;
	text-transform: uppercase;
}

.sIFR-active img.icon-right-tagline {
	position: relative; 
	left: -105px; 
	top: -10px; 
}
div#mkt-landing div.link-tagline img.icon-right-tagline { position: relative; left: -96px; top: -9px; }

div.content-right-wide blockquote {
	background: url("../images/bg_orbs_three.jpg") 50% 0 no-repeat;
    border-bottom: 1px solid #c7a10e;
    color: #c7a10e;
	padding: 65px 0 0 15px;
	float: right;
	margin-left: 15px;
    margin-bottom: 5px;
	width: 195px;

}
div.content-right-wide blockquote ul {    
    color: #000;
    margin-right: 10px;
}
div.content-right-wide blockquote strong {
    font-size: 1.3em;
}
div.content-right-wide blockquote ul li {  
    font-size: 1em;  
    list-style-type: none;
    margin-left: -20px;
    margin-bottom: 10px;
}

div.content-left-thin blockquote {
	color: #c7a10e;
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 15px;
}
div#container-innerbody div.content-right-thin blockquote {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 5px 0 15px 0;
	text-align: justify;
}

div.content-left-thin dl { 
	clear: left;
	font-size: 1.2em;
	padding-right: 20px;
	padding-top: 40px;
}
div.content-left-thin dt {
	color: #335faa;
	font-weight: bold;
	text-transform: uppercase;
}
div.content-left-thin dd {
	background: url("../images/icon_arrow_right_dark_large.png") no-repeat 0 3px;
	color: #876d0a;
	padding: 0 0 0 15px;
}
div.sidebar-promo-link {
	background: url("../images/icon_arrow_right_dark_large.png") no-repeat 0 3px;
	clear: left;
	color: #876d0a;
	font-size: 1.2em;
	padding: 0 0 0 15px;
}

div.content-right-wide dl { 
	font-size: 1.2em;
	line-height: 1.8em;
	margin-top: 10px;
	margin-left: 15px;
}
div.content-right-wide dt { }
div.content-right-wide dd { }

div.call-out {
	float: right;
	text-align: center;
}
img.call-out {
	border: 1px solid #909090;
	float: right;
	margin: 10px;
}

div#container-innerbody p.footnote {
    border-top: 1px solid #909090;
    font-size: 1.0em;
    padding-top: 3px;
}

div#container-innerbody h2.article {
    margin-left: 228px;
}
div#container-innerbody dl#table-of-contents {
    float: left;
    margin: 10px 10px 10px 0px;
    width: 200px
}
    div#container-innerbody dl#table-of-contents dt {
        font-weight: bold;
    }
    div#container-innerbody dl#table-of-contents dl {
        border-bottom: 1px dotted #4c4c4c;
        font-size: 1.1em;
        padding: 5px 3px;
    }

div#article-content {
    float: right;
    width: 595px;
}

/*--- =Tables ---------------------*/
div#container-innerbody table { margin-top: 10px; }
div#container-innerbody table caption { display: none; }
div#container-innerbody th, div#container-innerbody td { font-size: 1.1em; }
div#container-innerbody table#comparison th { 
	background: #fff url("../images/bg_grid-header.jpg") repeat-x bottom;
	border: 1px solid #909090; 
	border-bottom: 1px solid #909090;
	padding: 5px 8px; 
	text-align: center;
}
div#container-innerbody table#comparison th.blank { border: 0; background: none; }
div#container-innerbody tr.alt td { background-color: #efefef; }
table#comparison { empty-cells: show; }
table#comparison td { border: 1px solid #909090; padding: 5px 8px; text-align: center; }
table#comparison td[scope="row"] { text-align: left; }

/*--- =Site-Map -------------------*/
div#sitemap { padding-bottom: 20px; }
div#sitemap table { margin: 0 0 5px 0; }
div#sitemap td { border: 0; padding: 0 0 0 5px; }
div#sitemap td.sitemap-root { font-size: 1.4em; }
div#sitemap td.sitemap-leaf { border: 0; }
div#sitemap td.sitemap-node { border: 0; }
div#sitemap td.sitemap-parent { font-size: 1.2em; }
div#sitemap td { font-size: 1.1em; }

/*--- =Marketing-Links ------------*/
div#marketing-links {
	background-color: #7f7f7f;
	margin: 0 20px 0 19px;
}
ul.marketing-sections {
	list-style-type: none;
}
ul.marketing-sections span { 
    display: inline-block; 
    width: 269px; 
}
ul.marketing-sections li {
	background-image: url("../images/bg_marketing-nav.jpg");
	display: inline;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	height: 27px;
	margin-right: 1px;
	padding-top: 12px;
	padding-left: 17px;
	text-transform: uppercase;
	width: 269px;
}
ul.marketing-sections li.selected { background-position: 0 -39px; }

/*--- =Teaser-Questions -----------*/
ul.teaser-questions {
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 10px;
}
ul.teaser-questions li {
	border-right: 1px solid #ede1b2;
	display: inline;
	float: left;
	height: 70px;
	padding-left: 25px;
	padding-top: 5px;
	width: 269px;
}
ul.teaser-questions li.first { padding-left: 0; }
ul.teaser-questions li.last { border-right: 0; }
ul.teaser-questions dt { font-size: 1.7em; }
ul.teaser-questions dl#twitter-status dt { font-size: 1.1em; }
ul.teaser-questions dl#twitter-status {
    margin-right: 10px;
}
ul.teaser-questions dd { font-size: 1.1em; }
ul.teaser-questions li li {
	border: none;
	height: auto;
	padding: 0;
	width: 130px;
}

/*--- =Header ---------------------*/
div#header {
	margin: 0 20px 20px 20px;    
}

div#header div#inner-links {
	float: right;
    margin-right: -7px;
	text-align: right;    
}
div#header div#inner-links ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
}
div#header div#inner-links ul li {
	display: inline;
	float: left;
	margin-left: 18px;
	text-transform: capitalize;
}

div#contact-us ul {
    float: right;    
}
div#contact-us ul li {
    display: inline;
    font-size: 1.4em;
}
div#contact-us ul li a:link, div#contact-us ul li a:visited, div#contact-us ul li a:hover, div#contact-us ul li a:active {
    color: #c7a10e;
}
div#contact-us li a:hover {
    text-decoration: underline;
}

div#site-search {
	float: right;
    margin-top: -20px;
    margin-right: 1px;
    z-index: 99 !important;
}

div#chamber-commerce {
    position: relative;
    float: left;
    top: 10px;
    left: 100px;
}

div#header div#logo
{
	float: left;
}

/*--- =Footer ---------------------*/
div#footer {
	font-size: 1em;
	margin: 5px 21px 0 21px;
}
div#footer li {
}
div#footer ul#footer-links {
	float: left;
	list-style-type: none;
	margin-top: 5px;
}
ul#footer-links li {
	display: inline;
	float: left;	
	padding-left: 20px;
}
ul#footer-links li.first {
	border-right: 1px solid #909090;
	padding-left: 0;
	padding-right: 20px;
}

div#footer-contact {
	background: url("../images/bg_footer-contact-trans.png") 0 100% no-repeat;
	font-size: 1.1em;
	float: right;
	height: 43px;
	width: 370px;
}
div#footer-contact ul {
	list-style-type: none;
	margin-left: 35px;
	margin-top: 18px;
}
div#footer-contact li {
	border-right: 1px solid #ede1b2;
	display: inline;
	float: left;
    text-align: center;
    width: 105px;
    height: 15px;
}
div#footer-contact li img {
    position: relative;
    top: 1px;
}
div#footer-contact li span {
    position: relative;
    top: -3px;
    left: 3px;
}
div#footer-contact li div.addthis_toolbox {
    margin-left: 15px;
}
div#footer-contact li.first { }
div#footer-contact li.last {  border-right: none; }
div#footer-contact li.share-this {
    position: relative;
    top: 1px;
}
div#footer-contact li.share-this span {
    position: relative;
    top: 0px;
    padding-right: 3px;
}
div#footer-contact p { 
	display: block;
	font-size: .9em;
	margin-left: 63px;
	margin-top: 0;
	margin-bottom: -2px;
	text-transform: uppercase;
	width: 120px;
}
div#footer-contact p#call { 
	background: url("../images/footer-call.jpg") no-repeat 0 0;
	height: 13px;
	width: 76px;
}
div#footer-contact li#call-number { 
	background: url("../images/footer-call-number.jpg") no-repeat 50% 0;
	display: block;
	height: 15px;
	width: 99px;
}

/*--- =Microformats ---------------*/
.vcard { 
	font-size: 1.1em; 
	margin-top: 10px;
	margin-right: 30px;
}
.vcard a.fn, .vcard-contact a.fn { font-weight: bold; }
.vcard a.email, .vcard-contact a.email { display: block; }
#hcard-ORBIT-Systems a.email, #hcard-ORBIT-Systems div.tel, .vcard-contact div.org { display: none; }
div#container-innerbody .vcard-contact a.email, div#container-innerbody  .vcard-contact div.tel { display: block; }

/*---------------------------------*/
/*--- =Headlines ------------------*/
/*---------------------------------*/
div#container-innerbody h1 {
	font-size: 3.1em;
}
div#container-innerbody h2 { 
	font-size: 2.4em;
}
div#container-innerbody div.link-tagline h3 {
	display: inline;
	font-size: 1.7em;
}

div#container-innerbody div.content-wide h2 { font-size: 1.9em; margin-top: 10px; }
div#container-innerbody div.content-wide h2#associations { border: 1px solid lime; clear: both; display: inline-block; float: left; }
div#container-innerbody div#mkt-landing h2 { display: inline-block; }
div#container-innerbody div#mkt-landing h3 { font-size: 1.4em; }
div#container-innerbody div.content-wide h3 { }
div#container-innerbody div.content-wide h5 { margin-bottom: 10px; display: inline; }
div#container-innerbody div#mkt-landing h5 { font-size: 2em; }
div#container-innerbody div#landing-phone { font-size: .8em; }

div.content-right-thin h3 {
	font-size: 1.6em;
}

div#container-innerbody h4 { 
	font-size: 1.9em;
	margin-top: 5px;
	margin-bottom: -10px;
	
}
div#container-innerbody div.bio h4 { 
	margin-top: 20px;
	margin-bottom: -25px;
}

div#container-innerbody h5 {
	font-size: 1.6em;
	margin-top: 20px;
	margin-bottom: -12px;
}

div#inner-subsection-links h5 {
	background-image: url("../images/nav-divider.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 1.2em;
	padding-bottom: 4px;
	margin-top: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

/*---------------------------------*/
/*--- =Navigation -----------------*/
/*---------------------------------*/
div#inner-subsection-links {
	float: left;
	margin: 40px 0 10px 0;
	width: 100%;
}
div#inner-subsection-links ul {
	list-style-type: none;
}
div#inner-subsection-links li {
	margin-bottom: 5px;
	font-size: 1.1em;
}
div#inner-subsection-links li.selected { font-weight: bold; }
div#inner-subsection-links ul.inner-subsection-sub { margin-bottom: 15px; margin-left: 20px; margin-top: 3px; }

/*--- =Top-Level Sub Navigation ----------*/
ul.dropdown-top {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 9999 !important;
}
ul.dropdown-top li {
    margin: 0;
    padding: 0;
    left: -8px;
    list-style: none;
    display: table-cell;
    float: left;
    position: relative;
    z-index: 9999 !important;
}
ul.dropdown-top a {
    position: relative;
    display: block;
    z-index: 9999 !important;
}

ul.dropdown-main {
    list-style: none;
    position: relative;
    z-index: 8888 !important;
}
ul.dropdown-main li {
    list-style: none;
    display: table-cell;
    float: left;
    position: relative;
    z-index: 8888 !important;
}
ul.dropdown-main a {
    position: relative;
    display: block;
    z-index: 8888 !important;
}
ul.dropdown-main li ul {
    left: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 255px;
}
ul.dropdown-main li ul li {
    background-image: none;
    font-size: .9em;
    text-transform: none;
    margin-left: 5px;    
    width: 240px;
}
ul.dropdown-main li ul li a {
    color: #000;
} 

ul.dropdown {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 100%;
    width: 135px;
    display: none;
    left: -15px;
    z-index: 9999 !important;
}
ul.dropdown li {
    background-color: #fff;
    margin: 0px;
    padding: 5px 3px;
    float: left;
    position: relative;
    list-style: none;
    display: block;
    text-align: left;
    width: 115px;
    z-index: 9999 !important;
}
ul.dropdown li a {
    display: block;
    z-index: 9999 !important;
}
ul.dropdown li a:hover {
    background: url("../images/bg-nav-header.png") no-repeat left center;
    z-index: 9999 !important;
}

/*---------------------------------*/
/*--- =Links ----------------------*/
/*---------------------------------*/

a, a:hover {
	text-decoration: none;
}

/* setup icons for external links */
div#container-innerbody a[href^="http:"] {
	background: url("../images/url-external.gif") right center no-repeat;
	padding-right: 15px;
}
div#container-innerbody a[href^="http://dev.orbits.net"], div#container-innerbody a[href^="http://www.voyageurit.com"], div#container-innerbody a[href^="http://orbits"], div#container-innerbody a[href^="http://www.orbits.net"], div#container-innerbody a[href^="http://orbits.net"], div#container-innerbody div#team-viewer a, div#container-innerbody div#live-chat a {
	background: transparent;
	padding-right: 0px;
}

div#container-innerbody a:hover { color: #335faa; font-weight: bold; text-decoration: none; }
div#container-innerbody a:link, div#container-innerbody a:active, div#container-innerbody a:visited, div#inner-subsection-links ul.inner-subsection-sub a { color: #c7a10e; font-weight: bold; text-decoration: none; }

div#inner-subsection-links h5 a:link, div#inner-subsection-links h5 a:visited, div#inner-subsection-links h5 a:active  { border: none; color: #000; }
div#inner-subsection-links li a:link, div#inner-subsection-links li a:visited { border: none; color: #4c4c4c; font-size: 1em; font-weight: bold; }
div#inner-subsection-links li a:hover, div#inner-subsection-links h5 a:hover { color: #c7a10e; }
div#container-innerbody a:hover, div#sitemap a:hover { color: #335faa; }
div#inner-subsection-links li.selected a:link, div#inner-subsection-links li.selected a:visited { color: #c7a10e; font-weight: bold; }
div#inner-subsection-links ul.inner-subsection-sub a:link, div#inner-subsection-links ul.inner-subsection-sub a:visited { color: #4c4c4c; font-size: .9em; font-weight: normal; }
div#inner-subsection-links ul.inner-subsection-sub li.selected a:link, div#inner-subsection-links ul.inner-subsection-sub li.selected a:visited { color: #c7a10e;font-weight: bold; }
div#inner-subsection-links ul.inner-subsection-sub a:hover { color: #c7a10e; }

div#container-innerbody blockquote a:link { border: none; color: #c7a10e; }

div#header li.selected a:link, div#header li.selected a:visited { 
	color: #000;
	font-weight: bold;
}

div#header a:link, div#header a:visited {
	color: #909090;
}
div#header a:hover {
	/*border-bottom: 1px solid #4c4c4c;*/
	color: #000;
}
div#header a:active {
}
div#header a#logo:hover { border: 0; }

ul.marketing-sections a { 
	color: #fff;
	display: block;
	width: 100%;
}
ul.marketing-sections a:hover { color: #c7a10e; border: none; background-image: none; }
ul.marketing-sections li.selected a { color: #000; }

ul.teaser-questions li a {
	color: #fff;
	text-transform: uppercase;
}
ul.teaser-questions li a:hover { border-bottom-color: #fff; }
.sIFR-active ul.teaser-questions img.icon-left { position: relative; top: -5px; }
.sIFR-active ul.teaser-questions img.icon-right { position: relative; left: -10px; top: -8px; }
.sIFR-active ul.teaser-questions img.icon-up { position: relative; left: -18px; top: -8px; }

ul#footer-links, ul#footer-links a, div#footer-contact a { color: #4c4c4c; }
ul#footer-links a:hover, div#footer-contact a:hover { color: #000; }
div#footer-contact a { position: relative; top: -1px; }

a.file-pdf {
	padding-bottom: 1px;
	padding-right: 22px;
}
a.file-pdf { background: url("../images/icon_file_pdf.png") right no-repeat; }


div.call-out p a { font-size: .8em; }

/*--- =Search-Results-Links -------*/
div.gs-title, div.gs-result a.gs-title:link, div.gs-result a.gs-title:visited, .gs-result .gs-title *, div.gs-result a:link, .gs-result a:link b {
	color: #4c4c4c;
	text-decoration: none;
}
.gs-result a.gs-title:hover b { color: #c7a10e; }

/*---------------------------------*/
/*--- =Forms ----------------------*/
/*---------------------------------*/
.text-watermark { color: #909090; }

/*--- =Search ---------------------*/
div#site-search input.text, div.gsc-control input.gsc-input {
	background: #fff;
	border: 1px solid #4c4c4c;
	height: 16px;
    z-index: 99 !important;
}
div#site-search input.text {
	padding-left: 5px;
	position: relative;
	top: -1px;
	width: 120px;
    z-index: 99 !important;
}
div#site-search .text-watermark {
	padding-left: 3px;
	width: 120px;
    z-index: 99 !important;
}
div.gsc-control input.gsc-input {
	padding: 5px;
}
div#site-search input.submit-search, div.gsc-control input.gsc-search-button { 
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
div#site-search input.submit-search {
	height: 20px;
	padding-bottom: 5px;
}
div.gsc-control input.gsc-search-button { 
	font-size: .8em;
	padding: 5px;
}

/*--- =Search-Results -------------*/
div#searchcontrol { width: 100%; }
div.gsc-control { width: 100%; }

div.gsc-control div#search-box { width: 100%; }

div.gsc-results gsc-webResult { }
div.gsc-result gsc-webResult { }

table.gsc-branding { display: none; }
table.gsc-search-box { margin-left: -8px; }

div.gsc-control td, div.gsc-control tr, div.gsc-control table { border: 0; }

div.gsc-tabsArea { 
	background-color: Transparent;
	border-bottom: 1px solid #909090;
	font-size: 1.2em;
	margin-top: 15px;
	width: 100%;
}
.gsc-tabHeader.gsc-tabhActive {
	background-color: Transparent;
	border-top: 2px solid #c7a10e
}
div.gsc-tabhActive {
}

/*--- =Search-Result-Item ---------*/
div.gs-webResult {
	font-size: 1.1em;
}
div.gs-result .gs-visibleUrl { color: #c7a10e; }

.gsc-cursor-current-page { color: #c7a10e; }
div.gsc-cursor-box { font-size: 1.1em; }
.gsc-cursor-page { text-decoration: none; }

.gs-result .gs-title { text-decoration: none; }
.gs-result .gs-title b, .gs-result .gs-title * { text-decoration: none; }

div.gs-result .gs-unescapedUrl { }
div.gs-result .gs-url { }
div.gs-result .gs-titleNoFormatting { }
div.gs-result .gs-content { }
div.gs-result .gs-cacheUrl { }

/*--- =Contact-Us -----------------*/
div.accessible-form legend.main { 
	font-size: 1.6em;
}
div.accessible-form input { width: 200px; }
div.accessible-form input.submit { 
	padding: 5px 10px;
	width: auto; 
}
div.accessible-form textarea { width: 302px; }
span.checkbox input { 
	margin-left: 103px;
	margin-right: 10px;
	width: auto;
}
div.form-left {
	float: left;
	width: 47%;
	border-right: 1px solid #909090;
	padding-right: 25px;
}
div.form-right {
	margin-left: 55px;
	margin-right: -40px;
	float: left;
	width: 47%;
}

#contact-address { 
	border-top: 1px solid #909090; 
	clear: both;
	position: relative;
	padding: 25px;
	top: 30px;
}

#contact-address-new {
    margin-top: 20px;
}
    #contact-address-new img#new-building {
        border: 1px solid #c7a10e;
        float: left;
    }
    #contact-address-new div#address-location {
        float: left;
        margin-left: 15px;
        width: 300px;
    }
        #contact-address-new div#address-location div#google-map-container {
            margin-top: 15px;
        }
            #contact-address-new div#address-location div#google-map-container iframe#google-map-frame {
                height: 275px;
                width: 305px;
            }
        #contact-address-new div#address-location div#hcard-ORBIT-Systems {
        }

div#team-viewer {
    text-align: center;
    width: 350px;
}

div#live-chat {
    margin-bottom: 10px;
    text-align: center;
}

div.vcard-contact { 
	float: left; 
	font-size: 1.3em;
}
div#google-map-container {
	float: left;
	font-size: 1em;
}
iframe#google-map-frame { 
	border: 1px solid #c0c0c0;
	height: 300px;
	margin-right: 60px;
	width: 355px; 
}
a#google-map-link { font-size: .9em; }

p.indent {
    position: relative;
    left: 35px;
    width: 92%;
}

div.center {
    text-align: center;
    width: 100%;
}
/*---------------------------------*/
/*--- =Page-Specific --------------*/
/*---------------------------------*/

/*--- =Home-Page ------------------*/
img.home-main-top { float: left; }
img.home-main-right {
	float: right;
}
div.home-main-orbsText {
	float: left; 
	margin-left: 40px;
	width: 300px;
}
div.home-main-orbs {
	margin: 0 auto;
}
div.home-main-text {
	font-size: 1.2em;
}

/*--- =Marketing-Pages ------------*/
div.advantage-container {
    border-bottom: 1px solid;
    clear: both;
    display: block;
}

img.image-main-mkt { 
	display: inline;
	float: right;
}
div.advantage-container-left img.image-main-mkt { float: left; }

div#container-innerbody div.content-wide div.link-tagline { position: relative; top: -5px; }

div#landing-contact {
    float: left;
    display: inline-block;
    margin-top: 15px;
    width: 290px;
}
div#landing-phone {
    float: left;
    display: inline-block;
    position: relative;
    top: 100px;
    left: 30px;
    width: 190px;
}
div#landing-phone h4.sIFR { font-size: 2.2em; margin-top: -5px; }

div#landing-contact fieldset legend { position: relative; left: -5px; }
div#landing-contact fieldset input { }
div#landing-contact div.contact-phone {
    border: 1px solid;
}
div#landing-contact ol li { padding: 3px; }
div#landing-contact label {
    width: 65px;
}

div#container-innerbody div.content-wide div#left-column {
    float: left;
    width: 485px;
}
div#container-innerbody div.content-wide div#right-column {
    float: right;
    text-align: center;
    margin-left: 5px;
    width: 330px;
}
div#container-innerbody div.content-wide div#right-column h5 {
    background: url("../images/icon-group-chat.png") no-repeat top left;
    font-size: .9em;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    top: 25px;
    width: 200px;
}
div#container-innerbody div.content-wide div#right-column a {
}
div#container-innerbody div.content-wide div.video p {
    font-size: .9em;
    margin-top: -10px;
}
div#container-innerbody div.content-wide div.refer {
    margin-top: 30px;
    text-align: center;
}
div#container-innerbody div#mkt-landing div.refer legend { 
    background: url("../images/icon-group-chat.png") no-repeat top left;
    font-size: 1.2em;
    padding-left: 25px;
    padding-top: 2px;
    position: relative;
    left: 45px;
}
div#container-innerbody div#mkt-landing div.refer label {
    width: 50px;
} 

/*--- =About-Us -------------------*/
div.bio { 
	border-bottom: 1px solid #c7a10e;
	padding-bottom: 10px;
}
div#container-innerbody ul.partners { 
	margin-left: 0;
	margin-right: 15px;
    margin-bottom: 50px;
}
div#container-innerbody ul.partners li {
	display: inline-block;
    float: left;
	list-style-type: none;
    margin: 0 5px;
	text-align: center;
    height: 154px;
}
div#container-innerbody  ul.partners-wide li {
    display: inline-block;
    height: 100px;
	padding: 10px;
	text-align: center;
    width: 240px;
}

/*--- =Success-Stories ------------*/
ul#case-studies { margin-top: 20px; }
ul#case-studies li {
	border-bottom: 1px solid #909090;
	font-size: 1em;
	list-style-type: none;
	margin-left: -25px;	
	padding-bottom: 12px;
	padding-right: 12px;
}
ul#case-studies dt {
	font-weight: bold;
}

div#container-innerbody ul.testimonials {
	margin-left: 0;
	margin-bottom: 35px;
}
div#container-innerbody ul.testimonials li {
	border-bottom: 1px solid #c0c0c0;
	list-style-type: none;
	padding: 10px 0;
	margin-left: 5px;
}
div#container-innerbody ul.testimonials li.last { border: none; }
ul.testimonials cite { 
	display: block; 
	font-style: normal;
	font-weight: bold;
}

/*--- =Articles-Press-Releases ----*/
div#sitemap .tree-list td.sitemap-node { }
div.content-right-wide div#sitemap { width: 100%; overflow: hidden;}

/*--- =Video ----------------------*/
div.marketing-video { 
	text-align: center;
	width: 100%;
}
ul.marketing-video {
	list-style-type: none;
	margin-top: 10px;
	position: relative;
	left: -20px;
	width: 100%;
	text-align: center;
}
ul.marketing-video li {
	border-right: 1px solid #ede1b2;
	display: inline;
	padding-left: 13px;
	padding-right: 13px;		
}
ul.marketing-video li.first { padding-left: 0; }
ul.marketing-video li.last {  padding-right: 0; border-right: none; }

/*--- =Careers --------------------*/
ul#job-opportunities { margin-left: 0px; }
ul#job-opportunities li { list-style-type: none; font-size: 1.1em; }

/*--- =IT-Solutions ---------------*/
div.solutions-container {
    margin: 0 auto;
    margin-bottom: 5px;
    width: 790px;
}

div#solutions-essentials, div#solutions-enterprise, div#solutions-communications, div#solutions-cloud {
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
}

#solutions {
    background: url("../images/solutions.png") no-repeat;
    height: 462px;
    position: relative;
    width: 787px; 
}
    #solutions li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
    #solutions a {display: block; text-indent: -9999px; text-decoration: none;}
    
    #essentials {left: 20px; top: 20px; width: 375px; height: 210px; }
    #cloud {left: 395px; top: 20px; width: 375px; height: 210px; }
    #enterprise {left: 395px; top: 230px; width: 375px; height: 210px; }
    #communications {left: 20px; top: 230px; width: 375px; height: 210px; }
    #solutions-inner {left: 260px; top: 165px; width: 267px; height: 130px; z-index: 41;}

    #essentials a {height: 210px;}
    #cloud a {height: 210px;}
    #enterprise a {height: 210px;}
    #communications a {height: 210px;}
    #solutions-inner a {height: 130px;}

    #essentials a:hover {background: url("../images/solutions.png") -839px -20px no-repeat;}
    #cloud a:hover {background: url("../images/solutions.png") -395px -989px no-repeat;}
    #enterprise a:hover {background: url("../images/solutions.png") -395px -699px no-repeat;}
    #communications a:hover {background: url("../images/solutions.png") -839px -699px no-repeat;}
    /*#solutions-inner a:hover {background: url("../images/solutions.png") -81px -769px no-repeat; }*/


/*--- =Hover-Menu -----------------
.hover-menu {
	width: 160px;
}
.hover-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.hover-bottom-right {
	margin-left: 28px;
	margin-top: 25px;
}
.hover-content h6 { 
	font-size: 12px; margin: 0; padding: 0;
}
div#container-innerbody .hover-content p { 
	font-size: 8px; 
	margin: 0;
}
.hover-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 98;
}*/

/*---------------------------------*/
/*--- =Box-Shadow -----------------*/
/*---------------------------------*/
.shadow {
}
.shadow-body-wrap0, .shadow-body-wrap1, .shadow-body-wrap2, .shadow-body-wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.shadow-body-wrap0 {
  float:left;
  background:url("../images/shadow-body.png") right bottom no-repeat;
  }
.shadow-body-wrap1 {
  background:url("../images/shadow-body_180.png") no-repeat;
  }
body.home .shadow-body-wrap2, body.marketing .shadow-body-wrap2 {
  background:url("../images/shadow-body_bl.png") -1px 100% no-repeat;
  }
body.inner .shadow-body-wrap2, body.inner-root .shadow-body-wrap2, body.misc .shadow-body-wrap2, body.footer .shadow-body-wrap2 {
  background:url("../images/shadow-body_bl_dark.png") -1px 100% no-repeat;
  }
.shadow-body-wrap3 {
  padding:11px 12px 11px 12px;
  background:url("../images/shadow-body_180_tr.png") 100% 0 no-repeat;
  }
  
  
/*---------------------------------*/
/*--- =Internal -------------------*/
/*---------------------------------*/

/*--- =KPIs ---------------*/
div#container-innerbody table.kpi {
    border: none;
    font-size: 1em;
    width: 100%;
}

    table.kpi th { 
        background: url("../images/bg_grid-header.jpg") repeat-x #DCDCDC; 
        border: 1px solid #CDCDCD; 
        padding: 3px 5px;
        text-align: center;
    }
        div#container-innerbody table.kpi th a:link { color: #000; }
        div#container-innerbody table.kpi th a:hover { color: #c7a10e; }

    div#container-innerbody table.kpi tbody td {
        border: 1px solid #efefef;
    }
    
    table.kpi tr.kpi_row-alt {
        background-color: #F6F6F6;
    }
     
    table.kpi tr.kpi-positive td {
        background: url("../images/bg_kpi-positive.png") repeat-x 0px bottom;
    }
    table.kpi tr.kpi-negative td {
        background: url("../images/bg_kpi-negative.png") repeat-x 0px bottom;
    }
    
    table.kpi td {
        padding: 5px 8px;
    }    
    
    div#container-innerbody table.kpi tr.kpi-group-header td {
         background: url("../images/bg_grid-header.jpg") repeat-x #DCDCDC; 
         font-size: 1.3em;
         font-weight: bold;
         padding-top: 25px;
    }
    div#container-innerbody table.kpi tr.kpi-group-subheader td {
        background: url("../images/bg_grid-header.jpg") repeat-x #DCDCDC; 
        color: #4F4F4F;
        font-weight: bold;
    }
    
    div#container-innerbody table.kpi a:link, div#container-innerbody table.kpi a:visited { color: #4c4c4c; }
 
div.kpi-panel {
    margin-top: 10px;
}
   
iframe#frmRolling {
     height: 505px;
     margin-top: 10px;
     width: 825px;
}

iframe#frmSurvey {
    border: 1px solid #CDCDCD;
    height: 120px;
    margin-top: 10px;
    padding: 10px;
    width: 802px;
}

div.kpi-panel dl {
    clear: both;
    font-size: 1.2em;  
    margin-left: 10px;  
}
    div.kpi-panel dl dt {
        float: left;
        font-weight: bold;
        margin-bottom: 10px;
        margin-right: 5px;
    }
    div.kpi-panel dl dt:after {
        content: ": ";
    }
    div.kpi-panel dl dd {
        border-bottom: 1px solid #c0c0c0;
        float: left;
        padding-bottom: 3px;    
    }

/* nav */
ul#nav
{
	background: url("../images/bg_grid-header.jpg") repeat-x #DDDDDD/*#E2EFFF*/;
	border: 1px solid #CDCDCD/*#C2DCFF*/; 
	border-top: 1px solid #9C9C9C;
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	list-style-type: none;
}
ul#nav li 
{
	border-right: 1px solid #CDCDCD/*#83B0EC*/;
	display: inline;
	height: 20px;
	padding-top: 3px;
	padding-right: 17px;
	margin-right: 17px;
}	
ul#nav li { padding-left: 22px; }
ul#nav li#kpi { background: url("../images/icon_kpi.png") no-repeat left center; }
ul#nav li#rolling { background: url("../images/icon_kpi-rolling.png") no-repeat left center; }
ul#nav li#survey { background: url("../images/icon_kpi-survey.png") no-repeat left center; }
ul#nav li.last { border-right: 0; }


/*---------------------------------*/
/*--- =Safari-Hacks ---------------*/
/*---------------------------------*/
/*\*/
div#site-search input.submit-search {
[padding: 0 0 5px 0; /*required by Safari so that [] is correctly begun. associated with the property, yet hiding it. seen by IE6*/
padding: 0 5px 0 5px;/*these are seen by IE6 and Safari but hidden from Netscape6-7*/
]padding: 0 0 5px 0; /*Reset IE6 properties and hide from Safari. required by Safari so that [] is correctly ended. associated with the property, yet hiding it. seen by IE6*/
}/**/

/*\*/
ul.marketing-sections li span {
[border-left: 0; /*required by Safari so that [] is correctly begun. associated with the property, yet hiding it. seen by IE6*/
border-left: 1px solid #4c4c4c;/*these are seen by IE6 and Safari but hidden from Netscape6-7*/
]border-left: 0; /*Reset IE6 properties and hide from Safari. required by Safari so that [] is correctly ended. associated with the property, yet hiding it. seen by IE6*/
}/**/

/*\*/
ul.marketing-sections li.selected span {
[border-left: 0; /*required by Safari so that [] is correctly begun. associated with the property, yet hiding it. seen by IE6*/
border-left: 1px solid #fff;/*these are seen by IE6 and Safari but hidden from Netscape6-7*/
]border-left: 0; /*Reset IE6 properties and hide from Safari. required by Safari so that [] is correctly ended. associated with the property, yet hiding it. seen by IE6*/
}/**/

