body {
  background: #003964 url('../img/banner_bg.jpg') 50% 0% no-repeat;
  margin: 0; padding: 0;
  color: #fff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
  padding-top: 58px;
 }

a:link, a:visited { color: #fff; text-decoration: underline;}
a:hover, a:active { text-decoration: none;}

div#page {
  width: 760px;
  text-align: left;
  margin: 0 auto;
 }
div#navigation {
  color: #fff;
  background: #000 url('../img/menu-bg.png') repeat-x;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
  font-size: 90%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
 }
div#navigation p {
  margin: 0;
  padding: 7px 9px;
  font-size: 0.8em;
 }
div#navigation ul {
  float: right;
  margin: 0; padding: 3px 7px 3px 5px;
 }
div#navigation ul li {
  display: inline;
 }
div#navigation ul a:link,
div#navigation ul a:visited {
  padding:  1px 2px 1px 7px;
  color: #739ad4;
  font-weight: bold;
  font-size: 16px;
  border-left: 3px solid #000;
  text-decoration: none;
 }
div#navigation ul a:hover,
div#navigation ul a:active {
  color: #fff;
 }
div#banner h1 {
  margin: 10px 0 0 0; padding: 0;
  height: 100px; width: 229px;
 }
div#sideCol {
  float: left;
  width: 250px;
 }
div#sideCol h2 {
  margin-right: 5px;
  margin-bottom: 0.5em;
  padding-bottom: 0;
 }
div#sideCol p {
  margin: 0 5px 10px 0;
 }
div#sideCol ul.tickList,
div#sideCol ul.moreList {
  margin-left: 0;
  padding-left: 0;
 }
div#sideCol ul.tickList li {
  list-style-type: none;
  background: url('../img/tickBullet.png') 0 3px no-repeat;
  padding: 5px 1em 0  33px;
 }
div#sideCol ul.moreList li {
  list-style-type: none;
 }
div#sideCol ul.moreList a {
  background: url('../img/moreBullet.png') 100% 0 no-repeat;
  padding: 0 20px 5px 33px;
  margin: 20px 0;
  display: block;
  width: 8em;
  font-weight: bold;
 }

div#content {
  float: left;
  width: 510px;
  margin-bottom: 3em;
  font-size: 110%;
 }
div#content .stepContainer {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 510px;
  clear: right;
  background-color: #3663a7;
  margin: 20px 0;
 }
div#content .stepContainer span.number {
  display: none;
 }
.stepImage {
  float: right;
  margin: 10px 5px;
 }
div#content .wrapper {
  padding-bottom: 20px;
  background: url('../img/step-bottom.png') no-repeat 0 100%;
 }
div#content .first {
  background-image: url('../img/step1.png');
 }
div#content .second {
  background-image: url('../img/step2.png');
 }
div#content .third {
  background-image: url('../img/step3.png');
 }

div#content p ,
div#content dl {
  margin: 0.6em 20px;
  padding: 0;
 }
div#content dt {
  padding: 0.5em 0 0.3em 0;
 }
div#content dd {
  font-size: 0.9em;
 }
div#content table {
  border-collapse: collapse;
 }
div#content th {
  text-align: left;
  padding-right: 1em;
 }
div#content h2 {
  border-bottom: 2px solid #739ad4;
  font-weight: normal;
 }
div#content .stepContainer h2 {
  margin: 0;
  padding: 20px 0 0 20px;
  border-bottom: none;
 }
div#content strong.plus {
  text-transform: uppercase;
 }
div#content p.intro {
  padding-top: 1em;
 }
div#footer {
  clear: both;
  width: 760px;
  margin: 1em auto 0 auto;
  border-top: 2px solid #739ad4;
  padding: 10px 1em;
 }
div#footer p {
  margin: 0; padding: 0 0 0.5em 0;
 }
div#footer img {
  float: right;
  padding-bottom: 10px;
 }
div#footer p.designedBy {
  margin-top: 2em;
  font-size: 0.7em;
  font-weight: bold;
 }

.imgBox {
  text-align: center;
  margin: 1em 0 1em 1em;
  float: right;
 }
div#sideCol .imgBox {
  padding: 3em 0 1em 2em;
  float: left;
 }

.bigger {
  font-size: 2em;
 }

label.cl {
  float: left;
  width: 5em;
  clear: left;
 }




/* domCollapse styles */

.trigger{
  cursor: pointer;
  display: inline;
  text-decoration: underline;
 }
.trigger span.tgSlash, .trigger span.tgHide, 
.expanded span.tgSlash, .expanded span.tgShow {
  display: none;
 }
.trigger:hover{
  cursor: pointer;
  text-decoration: none;
 }		
.expanded{
  cursor: pointer;
  display: inline;
  text-decoration: underline;
 }
.expanded:hover{
  text-decoration: none;
  cursor: pointer;
 }
.show{
  position: static;
  display: table;
 }
.hide{
  position: absolute;
  left: -999em;
  height: 1px;
  width: 100px;
  overflow: hidden;
 }
.expandButton {
  margin-right: 10px;
  position: relative;
  top: -2px;
	}

/* Lightbox styles */

a.lightboxLink:link img,
a.lightboxLink:visited img {
  border: 1px solid #fff;
  margin: 0 5px 5px 0;
 }

a.lightboxLink:hover img,
a.lightboxLink:active img {
  border: 1px solid #003964;
 }
#lightbox{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
 }

#lightbox a img {
  border: none;
 }

#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
 }

#imageContainer{
  padding: 10px;
 }

#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
 }
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
 }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a {
  outline: none;
 }

#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(ui/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
 }
#prevLink {
  left: 0; float: left;
 }
#nextLink {
  right: 0; float: right;
 }
#prevLink:hover,
#prevLink:visited:hover {
  background: url(ui/img/lightbox/prevlabel.gif) left 15% no-repeat;
 }
#nextLink:hover,
#nextLink:visited:hover {
  background: url(ui/img/lightbox/nextlabel.gif) right 15% no-repeat;
 }

#imageDataContainer{
  font: 0.8em "Trebuchet MS", Helvetica, sans-serif;
  background-color: #fff;
  color: #666;
  margin: 0 auto;
  line-height: 1.4em;
 }

#imageData{
  padding: 0 10px;
 }
#imageData #imageDetails {
  width: 70%; float: left; text-align: left;
  padding-bottom: 10px;
 }
#imageData #caption {
  font-weight: normal;
 }
#imageData #numberDisplay {
  display: block; clear: left; padding-bottom: 1.0em;
 }
#imageData #bottomNavClose {
  width: 66px; float: right;  padding-bottom: 0.7em;
 }

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
 }
	
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
 }

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
 }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
 }	
	
