/*    --- Reset  ---- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*   --- Typography --- */

body {
/*  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;*/
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#111; 
  clear:both; 
}

h1 { font-size: 3em; }
h2 { font-size: 1.4em; color: #000; text-transform: none; font-weight: bold; padding-bottom: 4px;}
h3 { font-size: 1.3em; line-height:2; color: #7F7F7F; font-weight: bold;}
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; color: #7F7F7F;}
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; line-height: 1.4em;}
p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, li {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
ol          { list-style-type: decimal; padding-left: 19px; line-height: 1.4em;}
ol li       { padding-bottom: 5px;}
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

a           { color: #125AA7; text-decoration: none; outline: none; }
a:hover     { color: #000; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th,td   { height: 1em; padding:0.2em 0.4em; }
th      { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */

label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; }


/* Some default classes
-------------------------------------------------------------- */

.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large   { font-size: 1.2em; line-height: 2.5em; }
.quiet   { color: #666; }
.hide     { display: none; }


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.2em;
  line-height: 1%; /* Maintain correct baseline */
  font-style: italic;
}

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.7em; } 


/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     60px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 0.83333em; /* font size 10px */
	line-height: 1.44em;  
	margin-bottom: 1.8em; /* Still 1.5 x normal font size as baseline */
}



body { line-height: 1; color: #333; background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* A container should group all your columns. */
.container {
  width: 774px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(src/grid.png); 
}

/* Body margin for a sensile default look. */
body {
  /*margin:1.5em 0;	*/
  background-color: #fff;
  /*background: url(/images/bg.gif) center top repeat-y;*/
}
#wrapper {
    background: url(/images/bg.gif) center top repeat-y;
}
#container {
  width: 755px;
  margin: 0 auto;
  padding: 20px 0;
}


#nav ul {
  margin: 5px 0 0 0;
  height: 33px;
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a {
  width: 90px;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  list-style-type: none;
  height: 33px;
  position: relative;
}
#nav ul li a {
	background: url(/images/navigation.gif) no-repeat;
}
#nav ul li.n1 a:hover, #nav ul li.n1 a.active 
{
	background-position: 0 -53px;
}
#nav ul li.n2 a
{
	background-position: -95px 0px;
}
#nav ul li.n2 a:hover, #nav ul li.n2 a.active
{
	background-position: -95px -53px;
}
#nav ul li.n3 a
{
	background-position: -190px 0px;
}
#nav ul li.n3 a:hover, #nav ul li.n3 a.active 
{
	background-position: -190px -53px;
}
#nav ul li.n4 a
{
	background-position: -285px 0px;
}
#nav ul li.n4 a:hover, #nav ul li.n4 a.active
{
	background-position: -285px -53px;
}
#nav ul li.n5 a
{
	background-position: -380px 0px;
}
#nav ul li.n5 a:hover, #nav ul li.n5 a.active 
{
	background-position: -380px -53px;
}
#nav ul li.n6 a
{
	background-position: -475px 0px;
}
#nav ul li.n6 a:hover, #nav ul li.n6 a.active
{
	background-position: -475px -53px;
}
#nav ul li.n7 a
{
	background-position: -570px 0px;
}
#nav ul li.n7 a:hover, #nav ul li.n7 a.active
{
	background-position: -570px -53px;
}
#nav ul li.n8 a
{
	background-position: -665px 0px;
}
#nav ul li.n8 a:hover, #nav ul li.n8 a.active
{
	background-position: -665px -53px;
}

#nav ul li a span 
{
	visibility: hidden; 
}
#nav ul li.last a {
  margin: 0;
  padding: 0;
}
/*
#nav ul li.active {
  background: #E2F4FD;
  cursor: pointer;
}
#nav ul li.active a {
  color: #000;
}

#nav ul li span {
  position: absolute;
  top: 50%;
}
#nav ul li>span {
  display: table-cell;
  vertical-align: middle;
  position: static;
}
#nav ul li span a {
  position: relative;
  top: -50%;
  color: #808285;
  display: block;
  width: 90px;
  text-align: center;
}
*/

#sub-nav {
  width: 735px;
  height: 23px;
  margin-top: 5px;
  background-color: #E2F4FD;
  padding-left: 20px;
  margin-bottom: 5px;
}
#sub-nav ul li {
  list-style-type: none;
  display: block;
  float: left;
  padding-right: 30px;
  font-size: 0.8em;
  line-height: 24px;
}
#page-content {
  background: url(/images/bg-split.gif) top center repeat-y;
  margin: 5px 0 0 0;
}
#split-image {
  width: 375px; 
  float: left;
  margin: 0 5px -5px 0;
}
#split-image img {
  border-bottom: 5px solid #6d9dd4;
}
#content {
  margin-top: 5px;
  background-color: #fff;
  padding: 20px 20px 0 20px;
  width: 715px;
  clear: both;
}
#split-content {
  margin-top: 5px;
  background-color: #fff;
  padding: 20px;
  width: 335px;
  float: left;
}
#content-image {
  margin-top: 5px;
}

#grid {
  background-color: #fff;
}
#grid-left {
  width: 165px;
  float: left;
  background: #FFF;
  clear: left;
  padding: 10px;
  margin-bottom: 5px;
}
#grid-right {
  float: right;
  width: 570px;
}
#grid-right div {
  height: 145px;
  width: 185px;
  float: left;
  border-left: 5px solid #6d9dd4;
  border-bottom: 5px solid #6d9dd4;
  background: #FFF;
}
#grid-right div.last {
  border-bottom: none;
}
#grid-right div a {
  display: block;
  width: 100%;
  height: 100%;
}
#body-15 #grid-right #grid1 a {
  background: transparent url(/images/history1.jpg) no-repeat top left;
}
#body-15 #grid-right #grid1 a:hover {
  background-position: 0 -155px;
}
#body-15 #grid-right #grid2 a {
  background: transparent url(/images/history2.jpg) no-repeat top left;
}
#body-15 #grid-right #grid2 a:hover {
  background-position: 0 -155px;
}
#body-15 #grid-right #grid3 a {
  background: transparent url(/images/history3.jpg) no-repeat top left;
}
#body-15 #grid-right #grid3 a:hover {
  background-position: 0 -155px;
}
#body-15 #grid-right #grid4 a {
  background: transparent url(/images/history4.jpg) no-repeat top left;
}
#body-15 #grid-right #grid4 a:hover {
  background-position: 0 -155px;
}
#body-15 #grid-right #grid5 a {
  background: transparent url(/images/history5.jpg) no-repeat top left;
}
#body-15 #grid-right #grid5 a:hover {
  background-position: 0 -155px;
}
#body-15 #grid-right #grid6 a {
  background: transparent url(/images/history6.jpg) no-repeat top left;
}
#body-15 #grid-right #grid6 a:hover {
  background-position: 0 -155px;
}
#body-15 #grid-right #grid7 a {
  background: transparent url(/images/history7.jpg) no-repeat top left;
}
#body-15 #grid-right #grid7 a:hover {
  background-position: 0 -155px;
}
#body-15 #grid-right #grid8 a {
  background: transparent url(/images/history8.jpg) no-repeat top left;
}
#body-15 #grid-right #grid8 a:hover {
  background-position: 0 -155px;
}
#body-15 #grid-right #grid9 a {
  background: transparent url(/images/history9.jpg) no-repeat top left;
}
#body-15 #grid-right #grid9 a:hover {
  background-position: 0 -155px;
}

#body-16 #grid-right #grid1 a {
  background: transparent url(/images/technology1.jpg) no-repeat top left;
}
#body-16 #grid-right #grid1 a:hover {
  background-position: 0 -155px;
}
#body-16 #grid-right #grid2 a {
  background: transparent url(/images/technology2.jpg) no-repeat top left;
}
#body-16 #grid-right #grid2 a:hover {
  background-position: 0 -155px;
}
#body-16 #grid-right #grid3 a {
  background: transparent url(/images/technology3.jpg) no-repeat top left;
}
#body-16 #grid-right #grid3 a:hover {
  background-position: 0 -155px;
}
#body-16 #grid-right #grid4 a {
  background: transparent url(/images/technology4.jpg) no-repeat top left;
}
#body-16 #grid-right #grid4 a:hover {
  background-position: 0 -155px;
}
#body-16 #grid-right #grid5 a {
  background: transparent url(/images/technology5.jpg) no-repeat top left;
}
#body-16 #grid-right #grid5 a:hover {
  background-position: 0 -155px;
}
#body-16 #grid-right #grid6 a {
  background: transparent url(/images/technology6.jpg) no-repeat top left;
}
#body-16 #grid-right #grid6 a:hover {
  background-position: 0 -155px;
}
#body-16 #grid-right #grid7 a {
  background: transparent url(/images/technology7.jpg) no-repeat top left;
}
#body-16 #grid-right #grid7 a:hover {
  background-position: 0 -155px;
}
#body-16 #grid-right #grid8 a {
  background: transparent url(/images/technology8.jpg) no-repeat top left;
}
#body-16 #grid-right #grid8 a:hover {
  background-position: 0 -155px;
}
#body-16 #grid-right #grid9 a {
  background: transparent url(/images/technology9.jpg) no-repeat top left;
}
#body-16 #grid-right #grid9 a:hover {
  background-position: 0 -155px;
}

body {
  color: #7F7F7F;
}
#split-content ul li {
  list-style-type: disc;
  padding: 0 0 4px 0;
  margin: 0 0 0 13px;
}
#split-content ul li.nodisc {
  list-style-type: none;
  margin: 0;
}
#split-content ul {
  margin: 0;
  padding: 0;
}
#split-content table ul li {
  list-style-type: disc;
 }
#sub-nav a {
  color: #565656;  
  font-size: 1.1em;
}
#sub-nav a:hover, #container .id-10 li.service a, #container .id-15 li.history a, #container .id-16 li.technology a, #container .id-17 li.faq a {
  color: #000;  
}

body #split-content ul.disc li, ul.disc {
  list-style-type: disc;
  margin-left: 19px;
}

#footer {
  text-align: center;
  padding: 10px;
  background-color: #fff;
  margin-top: 5px;
  font-size: 1.3em;
  clear: both;
  height: 100%;
}
.clearFloat:after{

content:"."; 

display:block; 

height:0; 

clear:both; 

visibility:hidden;

}

.clearFloat{display:inline-block;}

.clearFloat{display:block;}

* html .clearFloat{height:1px;}


