/* General Styles */
*{
  margin:   0px 0px 0px 0px;
  padding:   0px 0px 0px 0px;
  border:    0px;
}

body {
  background-color: #09748F; /*Blueish*/
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  color: #09748F; /*Blueish*/
  line-height: 20px;
}

a:link {
  color: #59B6CA; /*Light Blueish*/
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #59B6CA; /*Light Blueish*/
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #F47E35; /*Orange-y*/
  font-weight: bold;
}

a:active {
  text-decoration: none;
  font-weight: bold;
}

a.orangeLink {
  color: #F47E35; /*Orange-y*/
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
}

a.bottomLinks {
  font-size: 9px;
  font-weight: normal;
}

ul {
  padding-left:   20px;
}

li {
  margin-left:     20px;
}

hr {
  border:1px solid #09748F;
  margin: 4px 0px 4px 0px;
}

p {
  margin-top: 10px;
  padding-left: 5px;
}

p.boldAll {
  font-weight: bold;
}

p.italicCenter {
  text-align: center;
  font-style: italic;
}

p.smallScript {
  margin-top: -10px;
  font-style: italic;
  font-size: 9px;
}

h1 {
  font-size: 20px;
  color: #F47E35; /*Orange-y*/
  margin-bottom: 10px;
}

h2 {
  display: block;
  background-color: #bbe5f0; /*Light Blueish*/
  font-size: 13px;
  padding: 5px 0px 5px 3px;
}

h3 {
  display: block;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
}

h4 {
  display: block;
  padding: 3px 0px 3px 0px;
  font-size: 12px;
}

acronym {
   border-bottom: 1px dotted #000;  
  } 

ul.orangeItem {
  list-style: outside url(../../images/bullet.gif);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ul.orangeItem ul {
  list-style: circle outside none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ul.orangeItem ul li {
  margin: 12px 0px 12px 0px;
}

li.orangeItemSpaced {
  padding-bottom: 15px;
}
  
.boldOrange {
  font-weight: bold;
  color: #F47E35; /*Orange-y*/
  font-size: 11px;
}

/* Page Layout Styles */
div.pageSpanRight {
  width: 750px;
  text-align: right;
  padding: 2px 2px 2px 2px;
}

div {
  background-color: #FFFFFF; /*Duh...white*/
}

div.mainDiv {
  width: 760px;
  text-align: left;
  margin:0 Auto; /*Firefox div center align hack - DO NOT CHANGE*/
  height:100%;
}

div.headerDiv {
  padding: 10px 10px 16px 50px;
  width:700px;
  height:52px;
  }
  div.headerLeft {
    text-align:left;
    display:inline;
    width:540px;
    float:left;
    vertical-align:bottom;
    padding:38px 0px 0px 0px;
    }
  div.headerRight {
    display:inline;
    width:87px;
    height:55px;
    }

div.topLinks {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px 15px 0px;
  }

div.topLinks div {
  height: 15px;
  margin: 0px 15px 0px 15px;
  display: inline;
  }

div.topLinksSmall {
  font-size: 9px;
  text-align: center;
  padding-bottom: 15px;
  width: 750px;
  }

/*div.footerDiv {
  height: 110px;
  font-size: 9px;
  text-align: center;
  float:   left;
  padding-top: 15px;
}*/

div.contentDiv {
  width: 760px;
}

div.contentDiv div {
  float:left;
}

div.leftCol {
  width: 50px;
}

div.centerCol {
  width: 480px;
}

div.centerColHome {
  width: 697px;
  border-left: 3px Solid #bbe5f0; /*Light Blueish*/
  margin-bottom: 10px;
  text-align: justify;
  text-justification:inter-word;
  /*height: 75%;*/
  padding-left: 10px;
}

div.rightCol {
  width: 50px;
}

div.leftContent {
  width: 130px;
  padding-left: 20px;
}

div.centerContent {
  padding: 0px 10px 10px 10px;
  border-left: 3px Solid #bbe5f0; /*Light Blueish*/
  text-align: justify;
  text-justification:inter-word;
}

div.rightContent, .sideQuotes {
  width: 192px;
  background-color:#d6eff6; /*Lighter Blueish*/
}

div.sideQuotes {
  border-top: 1px Dotted #09748F; /*Darker Blueish*/
  padding-bottom: 10px;
  padding-top: 10px;
} 

div.sideQuotes p {
  font-weight: normal;
}

div.menuHeading {
  font-size: 11px;
  font-weight: bold;
  width: 115px;
  margin-bottom: 5px;
}

div.menuSubLinks {
  width: 115px;
  margin-bottom: 30px;
  color: #59B6CA; /*Blueish*/
  font-size: 9px;
  line-height: 12px;
}

div.menuSubLinks p {
  margin-left: -5px;
  margin-top: 15px;
}

/* Home page */
div.contentImageLeft {
  border: 1px solid #09748F; /*Darker Blueish*/
  margin: 5px 5px 5px 5px;
  float: left;
}

div.homeMainContent {
  float: left;
  width: 610px;
  padding-left: 3px;
  padding-right: 3px;
}

div.imageListItem {
  width: 170px;
  padding: 10px 5px 2px 0px;
  background-color:#fffaf1; /*Almost white peach*/
}

div.blueBGColor {
  background-color:#ecf7fb; /*Almost white blue*/
}

div.peachBGColor {
  background-color:#fffaf1; /*Almost white peach*/
}

/* Contact Table Styles */
div.contactTableRow {
  width: 400px;
  margin-top: 10px;
}

div.contactTableRow div {
  width: 195px;
  padding: 2px 2px 2px 2px;  
}

div.contactTableCell {
  text-align: right;
  font-weight: bold;
}

/* Contact Form */
.contactInput, .contactText, .contactInputHovered, .contactTextHovered {
  background-color: #fbfbfb; /*Almost white*/
  border: 1px Solid #bbe5f0; /*Light Blueish*/
  font: normal 11px Verdana; 
  padding: 2px 2px 2px 2px;
}

.contactInputHovered {
  background-color: #ffffff; /*Duh...white*/
  border: 1px Solid #09748F; /*Dark Blueish*/  
}

.contactTextHovered {
  background-color: #ffffff; /*Duh...white*/
  border: 1px Solid #09748F; /*Dark Blueish*/  
}

.contactBtn, .contactBtnHovered {
  width: 65px;
  height: 20px;
  border: 1px Solid #bbe5f0; /*Light Blueish*/  
  background-color: #fbfbfb; /*Almost white*/
}

.contactBtnHovered {
  border: 1px Solid #09748F; /*Dark Blueish*/  
  background-color: #bbe5f0; /*Light Blueish*/
}

.frmBtn, .frmBtnHovered {
  border: 1px Solid #bbe5f0; /*Light Blueish*/  
  background-color: #fbfbfb; /*Almost white*/
  padding: 4px 10px 4px 10px;
  font-weight: bold;
  cursor:pointer;
}

.cfrmBtnHovered {
  border: 1px Solid #09748F; /*Dark Blueish*/  
  background-color: #bbe5f0; /*Light Blueish*/
}

div.contactFormMain {
  margin-top: 25px;
  width: 400px;
  border: 1px Solid #09748F; /*Dark Blueish*/
}

div.contactFormRow {
  width: 398px;
  margin-top: 10px;
  text-align: center;
  /*border-bottom: 1px Dotted Gainsboro;*/
}

div.contactFormRow div {
  padding: 2px 2px 2px 2px;
}

div.contactFormLeft {
  width: 100px;
  text-align: right;
}

div.contactFormRight {
  text-align: left;
}

/* Special Quotes */
blockquote.quote
{
  width: 250px;
  float: left;
  margin: 5px 10px 1px 5px;
  font-weight: bold;
  background: #FFFFFF url(../../images/q_t2.png) no-repeat top left;
}

blockquote.smallquote {
  width: 180px;
  padding-left: 10px;

}

blockquote.quote p
{
  padding: 1.5em 1.5em 1.5em 1.5em;
  background: transparent url(../../images/q_b2.png) 100% 100% no-repeat;
}

a.topMenu {
  font-weight: normal;
  }
  
div.answerFormMain {
  width: 100%;
  }
  div.answerFormRow {
    width: 100%;
    margin-top: 2px;
    text-align: center;
    }
    div.answerFormRow div {
      padding: 2px 2px 2px 2px;
      }
    div.answerFormLeft {
      width: 2%;
      text-align: right;
      margin-top:3px;
      }
    div.answerFormRight {
      width:80%;
      text-align: left;
      }
  