/* here is a list of the sections contained in this sheet

* html tags
* page align
* header
* menu
* main graphic
* content
* footer

*/

/*****************/
/*****************/
/*****************/

/* begin html tags */

body {
  margin:0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-family: Helvetica, sans-serif;
  background-image: url(images/page_bg.jpg);
  background-repeat: repeat-x;
  background-color: #162d39;
}

h1 {
  font-size: 130%;
  color: #ffffff;
  text-transform: uppercase;  
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
}

h2 {
  font-size: 110%;
  color: #ffffff;
  text-transform: uppercase;  
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px
}

h3 {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

a:link {color: #d0e2ea; text-decoration: none;}
a:visited {color: #d0e2ea; text-decoration: none;}
a:hover {color: #f99c25; text-decoration: none;}
a:active {color: #d0e2ea; text-decoration: none;}

.noBorder {
    border: 0px;
}

/* end html tags */

/**************/

/* begin page align */

#centerPage {
  width: 750px;
  margin: 0px auto;
  text-align: left;
  padding: 0px 0px 0px 0px;
  background-color: #75a1b9;
}

/* end page align */

/**************/

/* begin header */

#header {
  width: 750px;
  height: 109px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  background-image: url(images/header_bg.jpg);
  background-repeat: none;
  background-color: #75a1b9; 
  clear: both;
}

#header ul {
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#headerDiv1 {
  float: left;
}

#headerDiv2 {
  float: left;
  padding: 31px 0px 0px 33px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 120%;
  
}

#headerDiv3 {
  float: left;
  padding: 37px 0px 0px 24px;
  color: #d0e2ea;
  text-transform: uppercase;
  font-size: 80%;
  text-align: center;
}

.largerHeaderText {
  font-size: 140%;
}

/* end header */

/**************/

/* begin menu */

#menu {
  width: 138px;
  height: 244px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  background-image: url(images/menu_bg.jpg);
  background-repeat: repeat-y;
  background-color: #75a1b9;
  float: left;
}

#menuContent {
  width: 138px;
  height: 227px;
  margin: 0px 0px 0px 0px !important;
  margin: 0px 0px -2px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}

#menuContent ul {
  font-size: 12px;
  color: #dcf1fb;
  list-style: none;
  margin: 0px 0px 0px 20px; 
  padding: 0px 0px 0px 0px;
}

#menuContent li {
  margin: 0px 0px 4px 0px !important;
  margin: -3px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
}

#menuBottom {
  width: 138px;
  height: 17px;
  margin: 0px 0px 0px 0px !important;
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(images/menu_bottom.jpg);
  background-repeat: none;
  background-position: bottom;
  background-color: #75a1b9;
  line-height: 16px;
  clear: both;
}

/* end menu */

/*****************/

/* begin main graphic */

#mainGraphic {
  width: 612px;
  height: 244px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  background-image: url(images/main_graphic.jpg);
  background-repeat: none;
  background-color: #75a1b9;
  float: right;
}

#mainGraphic ul {
  margin: -17px 0px 0px 6px; 
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#mainGraphic ul li {
  margin: -1px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
}

#mainGraphic img {
  border: 1px solid #ffffff;
}

#mainGraphic h1 {
  text-transform: none;
  font-size: 160%;
  margin: 0px 0px 0px 0px;
}

#mainGraphicLeft {
  float: left;
}

#mainGraphicRight {
  float: right;
  padding: 70px 70px 0px 0px;
}

.highlight {
  font-family: Helvetica, sans-serif;
  font-size: 130%;
  color: #ff0000;
}

/* end main graphic */

/********************/

/* begin content */

#content {
  width: 750px;
  height: 108px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  background-image: url(images/content_bg.jpg);
  background-repeat: no-repeat;
  background-color: #75a1b9;  
  clear: both;
}

#content h1 {
  font-size: 85%;
}

#content h2 {
  font-size: 70%;
}

#content h1.pageTitle {
  font-size: 110%;
  color: #ffffff;
  margin: 0px 0px 15px 0px;
}


#homeContentLeft {
  float: left;
  padding: 20px 0px 0px 90px;
  margin: 0px 18px 0px 0px;
  width: 520px;
}

#homeContentRight {
  float: right;
  padding: 20px 140px 0px 0px;
  width: 230px;
}

#content p {
  font-size: 75%;
  margin: 8px 0px 20px 0px;
}

#content ul {  
  font-size: 70%;
  list-style: none;
  margin: 0px 0px 10px 0px; 
  padding: 0px 0px 0px 0px;
}

#content li {
  margin: 0px 0px 0px 0px; 
  padding: 9px 0px 10px 30px;
  background-image: url(images/bullet.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

#ratesMatrix {
  font-size: 80%;
  margin: 20px 0px 0px 0px;
  background-color: #407ba3;
  width: 500px;
}

#ratesMatrixHeader {
  font-size: 120%;
  text-transform: upppercase;
  font-weight: bold;
  color: #ffffff;
  vertical-align: text-top;
}

#ratesMatrixHeader td {
  vertical-align: text-top;
}

td.dark {
  background-color: #648fa6;
  vertical-align: text-top;
}

td.light {
  background-color: #81b1cc;
  vertical-align: text-top;
}

#contentImagesBorder {
  border: solid 1px #000000;
  margin: 3px 0px 8px 8px;
  float: right;
}

#content a {text-decoration: underline; font-weight: bold;}

/* end content */

/********************/

/* begin footer */

#footerTop {
  width: 750px;
  height: 120px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  background-image: url(images/footer_top_bg.jpg);
  background-repeat: none;
  background-color: #4C738C;  
  clear: both;
}

#footerTop h1 {
  font-size: 70%;
  margin: 9px 0px 0px 0px;
}

#footerTop img {
  border: 3px solid #b74d59;
}

#footerTopInnerDiv1 {
  width: 170px;
  height: 95px;
  margin: 10px 0px 0px 5px; 
  padding: 0px 7px 7px 7px;
  background-image: url(images/footer_top_inner_div_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right; 
  float: left;
  border-right: 1px solid #727272;
}

#footerTopInnerDiv2 {
  width: 170px;
  height: 95px;
  margin: 10px 0px 0px 0px; 
  padding: 0px 7px 7px 7px;
  background-image: url(images/footer_top_inner_div_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right; 
  float: left;
  border-right: 1px solid #727272;
}

#footerTopInnerDiv3 {
  width: 170px;
  height: 95px;
  margin: 10px 0px 0px 0px; 
  padding: 0px 7px 7px 7px;
  background-image: url(images/footer_top_inner_div_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right; 
  float: left;
  border-right: 1px solid #727272;
}

#footerTopInnerDiv4 {
  width: 170px;
  height: 95px;
  margin: 10px 0px 0px 0px; 
  padding: 0px 7px 7px 7px;
  background-image: url(images/footer_top_inner_div_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right; 
  float: left;
}

#footerBottom {
  width: 750px;
  height: 43px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  background-image: url(images/footer_bottom_bg.jpg);
  background-repeat: none;
  background-color: #40657F;  
  clear: both;
  text-align: center;
  line-height: 15px;
}

#footerBottom ul {
  font-size: 12px;
  color: #dcf1fb;
  list-style: none;
  margin: 0px 0px 0px 0px; 
  padding: 11px 8px 0px 0px;
}

#footerBottom li {
  margin: 0px 0px 0px 9px !important;
  margin: -3px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  display: inline;
}

#nsLink {
  width: 750px; 
  clear: both;
  text-align: right;
  padding: 10px 10px 10px 10px;
  margin: 0px auto;
}

#nsLink p {
  font-size: 60%; 
  color: #999999;
}

/* end footer */

/*****************/
/*****************/
/*****************/
