/** 
 * Main Layout File
 *
 *	1. Import Default Styles	
 *	2. Layout Styles
 *  3. Custom Styles
 *	4. Float Clearing
 *
 * Import Default Styles
-------------------------------------------- */
@import "editor.css";

.wrap {
	position: relative;
	width: 970px;
	margin: 0 auto;
}

header,
header .wrap {
	height: 120px;
	background: url(../images/background-header.png) repeat-x;
	z-index: 2;
}

footer {
	background: url(../images/background-footer.png) repeat-x;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#container {
	width: 100%;
	height: 500px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

#welcome {
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -165px;
	z-index: 2;
}

#enter {
	position: absolute;
	bottom: 30px;
	right: 50px;
	display: none;
}

#environment {
	position: absolute;
	z-index: 1;
	background: #000;
	width: 2337px;
}

#logo {
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0;
}

#wavie-blog {
	position: absolute;
	top: 115px;
	left: 10px;
	z-index: 50;
	display:none;
}

#tagline {
	font-size: 200%;
	color: #56BAAA;
	border-right: #B3B3B3 1px solid;
	line-height: 1.5em;
	position: absolute;
	right: 200px;
	top: 20px;
	padding-right: 20px;
	font-family: 'Amaranth', sans-serif;
	white-space: nowrap;
}

#tagline span {
	color: #123A5D;
}

#apply-now {
	position: absolute;
	right: 50px;
	top: 20px;
	display: block;
	text-indent: -999em;
	background: url(../images/button-sprite.png) no-repeat 0 0;
	width: 142px;
	height: 70px;
}
#apply-now-overlay {
	position: absolute;
	right: 45px;
	top: 55px;
	display: block;
	text-indent: -999em;
	background: url(../images/apply-now-overlay.png) no-repeat 0 0;
	width: 150px;
	height: 30px;	
}

header nav {
	position: absolute;
	right: 0;
	bottom: -15px;
	background: url(../images/background-nav.png) no-repeat;
	height: 60px;
	width: 730px;
	font-family: 'Amaranth', sans-serif;
}

nav ul {
	display: block;
	margin: 0;
}

nav li {
	list-style: none;
}

nav a,
nav a:visited {
	color: #4D4D4D;
}

nav a:hover {
	color: #56BAAA;
	text-decoration: none;
}

header nav>ul {
	padding: 5px 10px;
}

header nav>ul>li {
	float: left;
	line-height: 48px;
	position: relative;
}

header nav>ul>li>a,
header nav>ul>li>a:visited {
	display: block;
	font-size: 125%;
	padding: 0 6.7px;
	border-right: #ABDDD5 1px solid;
}

header nav>ul>li.last>a,
header nav>ul>li.last>a:visited {
	border-right: none;
}

header nav ul div {
	background: url(../images/background-nav-top.png) no-repeat;
	padding: 19px 5px 0;
    left: 50%;
	top: 40px;
    margin-left: -84px;
    position: absolute;
    width: 158px;
	display: none;
	font-family: 'Droid Sans', sans-serif;
}

header nav ul ul {
	border: 3px solid #FFFFFF;
    padding: 0 10px;
    border-radius: 10px 10px 10px 10px;
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E7E8E9));
	background: -moz-linear-gradient(top,  #fff,  #E7E8E9);
}

header nav ul ul li {
	line-height: 1.4em;
	border-bottom: #B3B3B3 1px solid;
	text-align: center;
	padding: 3px 0;
}

header nav ul ul li.last {
	border-bottom:none;
}

#page-content {
	background: #fff;
	padding: 10px 15px;
	border-radius: 8px;
	width: 760px;
	height: 435px;
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -395px;
}

#page-content h1,
#page-content nav {
	width: 175px;
	float: left;
	clear: left;
	margin: 0 0 1em;
}

#page-content h1 {
	font-family: 'Amaranth', sans-serif;
	margin: 8px 0 1em 5px;
}

#page-content>a.close {
	position: absolute;
	top: -18px;
	right: -18px;
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/sprite.png) 0 -80px no-repeat;
	text-indent: -9000px;
	outline: none;
}

#page-content nav {
	font-family: 'Droid Sans', sans-serif;
}

#page-content nav li {
	position: relative;
}

#page-content nav li span {
	display: block;
	position: absolute;
	left: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/sprite.png) no-repeat 0 0;
}

#page-content nav a,
#page-content nav a:visited {
	color: #56BAAA;
}

#page-content nav li a,
#page-content nav li a:visited,
#page-content nav li a:active {	
	padding-left: 18px;
	display: block;
	outline: none;
}

#page-content nav li.ImageGallery span {
	background-position: 0 -40px;
}

#page-content nav li {
	padding: 3px 5px;
}

#page-content nav li.current span {
	background-position: 0 -20px;
}

#page-content nav li.current.ImageGallery span {
	background-position: 0 -60px;
}

#page-content nav li.current,
#page-content nav li.current {
	background: #e6e6e6;
	border-radius: 4px;
}

#page-content nav li a:hover {
	text-decoration: underline;
}

#page-content article {
	width: 510px;
	height: 405px;
	margin: 15px;
	padding: 10px 20px 10px 10px;
	font-family: 'Droid Sans', sans-serif;
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/background-content.png) repeat-x;
}

#page-content article.ImageGallery {
	background: none;
	padding: 0;
	height: 425px;
	width: 525px;
}

#page-content article.ImageGallery>div {
	margin: 0 22px;
}

#page-content article.ImageGallery p {
	text-align: center;
}

#page-content article.ImageGallery>a {
	position: absolute;
	top: 158px;
	left: 0px;
	height: 44px;
	width: 44px;
	z-index: 100;
	cursor: pointer;
	
	background: url(../images/sprite.png) no-repeat 0 -118px;
	text-indent: -9000px;
}

#page-content article.ImageGallery>a.next {
	background-position: -44px -118px;
	right: 0px;
	left: auto;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #56BAAA;
  transition: background-color .5s;
  

}

::-webkit-scrollbar-thumb:hover {
	background-color: #428F84;
}

.root-Security article {
	left: 0;
}


.root-blog #container {
	height: auto;
	width: 980px;
	margin: 0 auto;
}

.root-blog #content-panel {
	float: right;
	width: 645px;
	padding: 30px 0 30px 0;
	margin-right: 80px;
}

.root-blog #content-panel h1, .root-blog #content-panel h1 a {
	font-size: 18px;
	color: #414142;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.root-blog #content-panel .meta {
	margin: 5px 0 10px 0;	
	color: #A7A9AC;
}

.root-blog #content-panel .meta a {
	color: #A7A9AC;
}

.root-blog #content-panel article {
	margin: 20px 0 30px 0;
}

#blog-sidebar {
	float: left;
	width: 220px;
	margin-top: 85px;
	margin-left: 15px;
}

#blog-sidebar h3 {	
	font-size: 12px;
	color: #58595B;
	text-transform: uppercase;
	margin-top: 30px;
}
#blog-sidebar ul{
	margin: 0;
	padding: 0;
}

#blog-sidebar li{
	background: url(../images/bullet-arrow.png) no-repeat 0 9px;
	padding: 2px 0 2px 18px;
	list-style: none;
}

#blog-sidebar .arrow {
	display: none;
}

#PageNumbers a {
	color: #939598;
	text-align: center;
}

#PageNumbers span a {	
	padding: 10px 5px 10px 5px;
	margin: 0;
}

#PageNumbers .current {
	font-weight: bold;
	padding: 10px;
	background: url(../images/background-page-number.png) no-repeat 50% 50%; 
}

.addthis_toolbox {
	display: inline-block;
	margin-bottom: -3px;
}

#environment img {
	display: block;
}

.hotspot {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	background: transparent;
	cursor: default;
	font-family: 'Droid Sans', sans-serif;
}

.hotspot .trigger {
	height: 48px;
	width: 48px;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	overflow: hidden;
	position: absolute;
	
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;

}

.hotspot p {
	background: url("../images/sprite.png") no-repeat scroll -125px -80px transparent;
    bottom: -83px;
    height: 73px;
    left: 50%;
    margin-left: -158px;
    padding: 26px 12px 10px;
    position: absolute;
    width: 290px;
	line-height: 1.1em;
	font-size: 13px;
	text-align: center;
	color: #4D4D4D;
	display: none;
}

.hotspot p.top {
	background-position: -125px -200px;
    bottom: auto;
    height: 52px;
    padding: 30px 12px 25px;
    top: -70px;
}

.hotspot p.right {
	background-position: -125px -320px;
	top: 50%;
	margin-top: -37px;
	margin-left: 0;
	bottom: auto;
	left: auto;
	right: -280px;
	padding: 12px 12px 10px 25px;
	width: 295px;
	height: 85px;
}

.hotspot>a {
	cursor: default;
}

.visible>a {
	cursor: pointer;
}

.hotspot p a {
	
    bottom: -19px;
    right: 30px;
    position: absolute;
    display: none;
}

.hotspot p.top a {
	bottom: auto;
	top: -19px;
}

.hotspot p a img {
	display: block;
}

footer ul {
	position: absolute;
	top: 0;
	right: 230px;	
	z-index: 25;
	margin: 0 23px;
}

footer li {
	list-style: none;
	float: left;
}

footer li a {
	display: block;
	text-indent: -999em;
	background: url(../images/button-sprite.png) no-repeat 0 0;
	width: 50px;
	height: 70px;
}

#gptw-logo {
	position: absolute;
	top: -10px;
	right: 0;	
	z-index: 25;
}

#overlay { 
	position: absolute;
	right: 230px;
	top: 34px;
	background: url(../images/overlay.png?v=1) repeat-x 0 0;
	z-index: 30;
	display: block;
	width: 500px;
	height: 35px;
}

#button-wavie-blog a { width: 127px; background-position: -248px 0; }
#button-find-us a { width: 120px; background-position: -374px 0; }
#button-facebook a { background-position: -512px 0; }
#button-twitter a { background-position: -563px 0; }
#button-linkedin a { background-position: -614px 0; }
#button-instagram a { background-position: -662px 0; }

#copyright {
	margin-top: 10px;
	margin-bottom: 20px;
	z-index: 100;
	position: absolute;
}

#copyright, #copyright a  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #939598;
	font-size: 11px;
}

/* Kill that skype plugin 
____________________________________*/
body span.skype_pnh_dropart_span,
body span.skype_pnh_right_span,
body span.skype_pnh_left_span {
	display: none !important;
}

body span.skype_pnh_container {
	margin-left: -.38em !important;
	margin-right: -.38em !important;
}

body span.skype_pnh_container, body span.skype_pnh_container * {
	color: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	letter-spacing: inherit !important;
}

body span.skype_pnh_container span.skype_pnh_text_span {
	padding-left: 0 !important;
}

body span.skype_pnh_container span.skype_pnh_highlighting_inactive_common *,
body span.skype_pnh_container span.skype_pnh_highlighting_active_common * {
	background: none !important;
}

/* List items
-------------------------------------------- */
.list-items .item {
	clear: both;
	margin-bottom: 0.5em;
}

.list-items .item .image {
	float: left;
	width: 145px;
}

.list-items .item .summary h2 {
	margin-top: 0;
}

.list-items .item.has-image .summary {
	overflow: hidden;
}

/* Table
-------------------------------------------- */

table.taleo-jobs {
	width: 100%;
	font-size: 1.2em;
}

table.taleo-jobs tr td,
table.taleo-jobs tr th {
	border: none;	
	border-bottom: 1px solid #A0A0A0;
	padding: 5px;
	vertical-align: top;	
	position: relative;
}

table.taleo-jobs tr th {
	color: #C9C9C9;
	font-weight: normal;
	text-align: left;
}

table.taleo-jobs tr th.date,
table.taleo-jobs tr td.date {
	text-align: right;
	width: 100px;
}

table.taleo-jobs .icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	background: url(../images/sprite.png) no-repeat 0 0;
}

table.taleo-jobs a {
	display: block;
	padding-left: 15px;
	
}

/* Subscribe Form
-------------------------------------------- */
#subscribe-container .wrap {
	padding: 10px 0;
	width: 920px;
}

#subscribe-container h4 {
	font-family: 'Amaranth', sans-serif;
	text-align: center;
	font-size: 20px;
	color: #123A5D;
}

#subscribe-container fieldset {
	width: 812px;
    display: block;
    float: left;
}

#subscribe-container .field {
	float: left;
	clear: none;
	width: 25%;
	padding: 0px;
	margin: 0px;
}

#SubscribeForm_SubscribeForm_InterestOther_Holder.field {
	display: none;
	width: 100%;
	margin-top: 10px;
}

#subscribe-container .hidden {
	display: none;
}

#subscribe-container .middleColumn {
	padding-right: 10px;
}
#subscribe-container label.left {
	padding: 0px 0px 4px 0px;
}


#subscribe-container .Actions {
	float: right;
	clear: none;
	text-align: center;
	margin: 0px;
	width: 108px;
}


/* Float Clearing
-------------------------------------------- */

/* float clearing for IE6 */
*html .clearfix
{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix
{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}