﻿body
{
  font: 12px Helvetica,Arial,Sans-Serif;
  color: #221d57;
  font-smooth: always;
  background-color: white;
  vertical-align: baseline;
  margin: 0px;
  padding: 0px;
}

#page
{
  width: 980px;
  background-color: White;
  margin: 0px auto;
  padding: 10px;
}

a
{
  text-decoration: none;  
}

hr
{
  border: 1px solid #CCCCCC;
}

/*============== HEADER ================*/
table#header
{
  width: 100%;
}
#header *
{
  text-transform: uppercase;
  color: #666;
  font-size: 11px;
  letter-spacing: 1px;
}
#header a
{
  text-decoration: none;  
}

#header #topNav ul li a {font-size: 9px;}

#header a:hover
{
  color: #ccc;
}

a#bagIcon
{
  display: block;
  margin: 0 0 0 auto;
  padding: 5px 1px 0 0;
  width: 28px;
  height: 37px;
  background: url("../images/bagIcon.gif") no-repeat;
  text-align: center;
  font: 28px "Arial Narrow";
  color: White;
  font-weight: bold;
}
a#bagIcon, a#bagIcon:hover
{
  color: White;
  text-decoration: none;
}

/* Horizontal menu (topNav + mainNav) */
ul.ddMenu
{
  height: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
ul.ddMenu > li
{
  border-left: 1px solid #999;
}
ul.ddMenu > li > a
{
  padding: 0 15px;  
}
ul.ddMenu > li > ul
{
  top: 14px;
}
ul.ddMenu a.active
{
  color: #ccc;
}
ul.ddMenu > li:first-child
{
  border-left: none;
}
ul.ddMenu > li:first-child > a
{
  padding-left: 0;
}
/* 2nd level */
ul.ddMenu ul ul
{
  left: 150px;
}
ul.ddMenu li li
{
  padding: 2px 15px;
  width: 150px;
  background: White;
}
/* 3rd level */
ul.ddMenu li li li
{
}

#mainNavBar td
{
  padding: 10px 0 13px 0;
  vertical-align: middle;
  text-align: right;
}
#mainNavBar td#mainNav
{
  text-align: left;
}
#mainNav *
{
  font-size: 12px;
}

#txtSearch
{
  letter-spacing: normal;
  text-transform: none;
}
.quick-search-input
{
  background: url("/images/search-icon.png") no-repeat scroll 2px 50% #FFFFFF;
  border: 1px solid #999;  
  color: #999999;
  font-size: 11px;
  height: 17px;
  padding: 2px 4px 2px 20px;
  position: relative;
  vertical-align: middle;
  margin-right: -4px;
  z-index: 2;
}

.quick-search-submit
{  
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
/*============== LEFT NAV ================*/

#tblContent
{
  width: 100%;
}

td#leftNav
{
  background-color: white;
}
#leftNav ul
{
  width: 140px;
  list-style: none;
  margin: 0 3px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#leftNav li
{
  padding: 7px 0 2px;
  border-bottom: 1px solid #999;
}
#leftNav a
{
  color: #333;
  text-decoration: none;
}
#leftNav li.active a, #leftNav li a:hover
{
  color: #CCDDCC;
}
#sidemenuContainer
{
  background-color: White;
}


/*============== CONTENT ================*/

#form1
{
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

#content
{
  padding: 10px 0;
}

td#content
{
  min-width: 795px;
  height: 325px;
}

.button
{
  display: inline-block;
  border: 0px;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;  
  /*border-radius: 4px;*/
  /*background: url("../images/button_bg.png") repeat-x scroll 50% 50% #E6E6E6;*/
  background: #221D57;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.button:hover 
{
  border: 1px solid #888;    
  padding: 1px;
  padding-left: 9px;
  padding-right: 9px;
}

.price
{
  color: Red;
}
.price del
{
  color: #aaa;
  white-space: nowrap;
}

/*============== CALLOUT BANNERS =======*/
.callout-banner-container
{
  border-bottom: 1px solid #ccc;
}
.callout-banner
{
  float: left;
  border-left: 1px solid #ccc;
  padding: 2px;
  text-align: center;
}
.last-callout
{
  border-right: 1px solid #ccc;
  float: right;
}

/*============== LANDING PAGE BUTTONS ====*/
.landingpage-button-container
{
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
}
.landingpage-button
{
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  font-size: 21px;
  width: 200px;
  padding: 5px;
  background-color: #ccc;
}
.landingpage-button a
{
  color: #888;
}
.first-landing-button
{
}
.last-landing-button
{
}
/*============== PAGE NAVIGATOR ========*/
div#pageNav
{
  text-align: right;
}
/*============== FOOTER ================*/
div#footer
{
  width: 100%;
  margin: 15px 0 0 0;
  padding: 10px 0 0 0;
}
#footer > tbody > tr > td:first-child
{
  padding: 5px 0 0 10px;
  text-align: left;
}

#footer
{
  font-size: 12px;
  color: #666;
}
#footer a
{
  text-decoration: none;
}
#footer a:hover
{
  text-decoration: underline;
}
#footer img
{
  vertical-align: top;
}

#bottomNav td
{
  width: 150px;
}
#bottomNav p
{
  margin: 0 0 6px 0;
}
#bottomNav ul
{
  list-style: none;
}
#bottomNav li
{
  line-height: 18px;
}

.footer-container
{
  float: left;
  padding: 5px 10px 0 0;
}
div#socialLinks, div#subscriptionForm
{
  float: right;
  padding: 0;
  font-size: 14px;
  margin-top: 20px;
  width: 275px;
}
div#subscriptionForm
{
  margin-top: 0px;
}
div#subscriptionForm > input
{
  margin-top: 10px;
}

/*============== CHECKOUT PROGRESS BAR ====*/

a 
{
  color: #221D57;  
}

a:hover
{
  text-decoration: underline;
}

.checkout-progress-bar a 
{
  color: #221D57;
}

.checkout-progress-bar
{
  height: 25px;
  color: #221D57;
  padding-top: 8px;  
  padding-left: 10px;
  margin-right: 0px;
  text-align: center;
  background-color: #CCDDCC;
}
.checkout-step
{
  display: block;
  float: left;
  margin-right: 20px;
}
.current-step
{
  font-weight: bold;
}

/*============== CAREERS ==================*/
div#regions
{
  float: left;
}
div#jobs
{
  float: right;
  width: 800px;
}

div#regions ul
{
  list-style-type: none;
  margin-left: 0px;
}

div#regions ul li
{
  font-size: 11px;
  margin-bottom: 5px;
  border-bottom: 1px solid #888;
}

div#regions ul li a, div#joblist a
{
  text-decoration: none;
  /*color: #999;*/
}

.job-list
{
  width: 100%;
}

.job-list td, th
{
  border: 0px;
  text-align: left;
  padding: 5px;
}

.job-list th
{
  height: 30px;
  border-bottom: 1px solid #ccc;
  background: #CCDDCC;
}
.job-list td
{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

div#jobDetail ul
{
  list-style: none;
}
div#jobDetail ul li, div#jobSummary ul li
{
  clear: left;
}
div#jobSummary
{
  font-size: 12px;
  margin-bottom: 20px;
}

div#jobDetail span, div#jobSummary span
{
  display: block;
  float: left;
}

div#jobDetail span.keyword
{
  font-size: 11px;
  font-weight: bold;
  width: 250px;
  margin-top: 10px;
}
div#jobDetail span.value
{
  width: 500px;
}

div#jobSummary span.keyword
{
  font-size: 11px;
  font-weight: bold;
  width: 150px;
  height: 20px;
}
div#jobSummary span.value
{
  font-size: 11px;
  width: 500px;
}

div#personalDetailForm
{
  clear: left;
}
div#personalDetailForm label, div#personalDetailForm input
{
  margin-left: 10px;
  float: left;
  width: 150px;
}

div.about-left-col { float: left; width: 200px;}
div.about-content { float: left; width: 740px; margin-left: 20px; text-align:justify; }
div.about-content img {margin: 0px 20px 20px 0px;}
div.about-content p {margin: 0px; }
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */


/* The Nivo Slider styles */
.nivoSlider
{
  position: relative;
}
.nivoSlider img
{
  position: absolute;
  top: 0px;
  left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice
{
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}
.nivo-box
{
  display: block;
  position: absolute;
  z-index: 5;
}
/* Caption styles */
.nivo-caption
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  opacity: 0.8; /* Overridden by captionOpacity setting */
  width: 100%;
  z-index: 8;
}
.nivo-caption p
{
  padding: 5px;
  margin: 0;
}
.nivo-caption a
{
  display: inline !important;
}
.nivo-html-caption
{
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a
{
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav
{
  left: 0px;
}
.nivo-nextNav
{
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a
{
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.nivo-controlNav a.active
{
  font-weight: bold;
}

.slider-wrapper div a
{
  margin-left: auto;
  margin-right: auto;
}

/**************************************/
/*END OF SLIDER BANNER STYLES*/
/**************************************/
