#test {
    width: 994px;
    margin-left: auto;
    margin-right: auto;
    background-color: #666;
}
#page {
    width: 994px;
    margin-left: auto;
    margin-right: auto;
    font-family: helvetica, arial;
    font-size: 0.7em;
    color: #666;
}

#header {
    height: 65px;
    margin-top: 10px;
}

ol {
  list-style-type: decimal;
  margin-left:20px;
  color: #009900;
  font-weight: bold
}
ol p {
  margin:0;
  margin-top:10px;
  color: #666;
  font-weight: normal;
}

ul.menu {
    list-style: none;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #003366;
}
ul.menu li {
    float: left;
    text-transform: uppercase;
}
ul.menu a {
    display: block;
    float: left;
    height: 27px;
    padding: 5px 15px 0px 15px;
    font-weight: bold;
}

    .menu li {
      position: relative;
    }
    .menu li ul {
        position: relative;
        bottom: 0;
        left: -2000px;
        text-align:center;
    }
    .menu li:hover ul { left: auto; }
    .menu li:hover ul#product-overview { left: -61px; }
    .menu li:hover ul#about-us { left: -549px; }
    .menu li ul {position: absolute; top: 33px; width: 1000px;}
    .menu li ul li {float: left; border-bottom:0;}
    .menu li ul li a {
        display: block;
    }
    .menu li ul li a:hover {
        color: white !important;
    }

#mainmenu {
    margin-top: 5px;
    height: 35px;
    color: white;
}
    #mainmenu a {
        background-color: #002d56;
        color: white;
    }
    #mainmenu a.hover {
        background-color: #b2c0cc;
        color: #002d56;
    }
    #mainmenu li ul li a {
        background-color: #b2c0cc;
        color: #002d56;
    }
    #mainmenu a.product-overview.hover,
    #mainmenu a.about-us.hover {
        border-bottom: 1px solid #b2c0cc;
    }


#careersmenu {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #003366;
}
    #careersmenu a {
        background-color: #b2c0cc;
        color: #002d56;
        padding-left: 5px;
        padding-right: 5px;
    }
    #careersmenu a.hover {
        background-color: #bee5f6;
    }
    #careersmenu a.meet-our-people.hover,
    #careersmenu a.team-events.hover {
        border-bottom: 1px solid #bee5f6;
    }

    #careersmenu li ul {
        color: #003366;
    }
    #careersmenu li:hover ul#meet-our-people { left: -383px; }
    #careersmenu li ul { top: 33px; width: 200px;}
    #careersmenu li ul#meet-our-people { width: 1000px; }
    #careersmenu li ul li a {
        background-color: #bee5f6;
        color: #002d56;
    }
    #careersmenu li ul#meet-our-people li a {
      width: 233px;
    }
    #careersmenu li ul#meet-our-people li.last a {
      width: 231px;
    }

#banner {
    margin-top: 10px;
    height: 330px;
}

div#content, div#sidebar {
    margin-top: 25px;
}
#content {
    float: left;
    width: 700px;
}
    #content div.quote {
        margin-top: 30px;
    }
    #content div.teamImage,
    #content div.teamText,
    #content div.quoteImage,
    #content div.quoteText {
        float: left;
    }
    #content div.teamImage {width: 250px; padding-top:10px;}
    #content div.teamText {width: 450px;}
    #content div.quoteImage {}
    #content div.quoteText {
        width: 450px;
        background-color: #c2ddf2;
        color: #003466;
        font-size: 1.2em;
        padding: 25px;
        margin-top:8px;
    }
    #content div#surveyResult {
      width: 320px;
      margin-right:25px;
      padding:0px 10px 20px 10px;
      text-align: center;
    }
    #content div#surveyResult p {
      margin-bottom:0;
	  font-size:1em;
    }
    #content div#surveyResult p.result {
      font-size: 12pt;
      font-weight: bold;
    }
    #content div#surveyResult p.score {
      margin-top:10px;
      margin-bottom:10px;
      font-weight: bold;
    }
    #content div#surveyResult ul {
      list-style-type: disc;
    }
div#sidebar {
    float: right;
    width: 250px;
    margin-left: 10px;
}
div#sidebar div.block {
    float: left;
    width: 100%;
    margin-bottom:20px;
}
div#sidebar div.block div.awardBlock {
    float: left;
    width: 100%;
    border-bottom: 1px solid #666;
    padding-top: 5px;
}
div#sidebar div.block div.portrait {
    float: left;
    width: 90px;
}
div#sidebar div.block div.info {
    float: left;
    width: 150px;
    margin-left:5px;
}
div#sidebar div.block p {
    margin-top:0;
    margin-bottom: 5px;
}
div#sidebar div#insideMessageMedia p {
    margin-top: 10px;
}


#footer {
    float: left;
    width:100%;
    background-color: #002d56;
    color: white;
    text-align: center;
    height: 27px;
    margin-top: 20px;
}
    #footer ul {
        width: 820px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top:7px;
        border-bottom:0;
    }

    #footer li {
        height: 15px;
        padding:0;
        border-left: 1px solid white;
    }

    #footer li.first {
        border-left: none;
    }
    
    #footer a {
        padding-top:0;
        padding-bottom:0;
        color: white;
    }

/* Generic Style Rules */
h1 {
    font-size: 16pt;
    font-weight: bold;
    color: #003466;
}
h2 {
    width: 100%;
    font-size: 16pt;
    font-weight: bold;
    color: #009900;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}
div#sidebar h2 {
    font-size: 9pt;
    color: #003466;
    margin-top:0;
    padding-bottom:5px;
    border-bottom: 1px solid #003466;
}
#content div.quote div.quoteText h1 {
    font-size: 11pt;
}
#content div.quote div.quoteText h2 {
    font-size: 1em;
    font-weight: normal;
    color: #003466;
}
h3 {
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
    color: #003466;
}
#content h3 {
	font-size: 1.2em;
    font-weight: bold;
}

/* hr styling rules */
/* For Internet Explorer */
hr { 
    height: 1px; 
    color: #003466; 
    border: none; 
}
/* For Gecko-based browsers */
html>body hr { 
    margin-right: 0; 
    height: 1px; 
    background-color: #003466; 
    border: none; 
}
/* For Opera and Gecko-based browsers */
html>body hr { 
    margin-right: 0; 
    height: 1px; 
    background-color: #003466; 
    border: 0px solid #003466; 
} 

div#sidebar div.block div.info h3 {
    margin:0;
    color: #666;
}
p {
    margin-top:20px;
    margin-bottom:10px;
}

#content p {
	font-size: 1.1em;
	}

p.galleryImageTitle {
  width: 160px;
  color: #003466;
  margin-top:5px;
  min-height: 7.5em;
}
td p {
  margin-top:0;
}
strong {
  font-weight: bold;
}
a {
    text-decoration:none;
}

p a:hover, p a:focus {
    text-decoration:underline;
}

#content a, #sidebar a {
    color: #009900;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}

/* jQuery lightBox plugin - Gallery style */

    .ImageGallery {
        padding: 10px;
		font-size:0.9em;
    }

    .ImageGallery ul { list-style: none; }

    .ImageGallery ul li {
      display: inline;
      text-align:center;
      float: left;
      padding:5px;
    }

    .ImageGallery ul img {
        border: 5px solid #B2C0CC;
    }

    .ImageGallery ul a{text-underline: none;}

    .ImageGallery ul a:hover img {
        border: 5px solid #002D56;
        color: #fff;
    }

    .ImageGallery ul a:hover { color: #fff; }

