@charset "UTF-8";
body  {
  font: 12px/17px Arial, Verdana, Helvetica, sans-serif;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #333333;
  text-decoration: none;
  background-color: #ACCFEF;
  background-image: url(http://cdn3.itsezpz.com/60_wjp_homepage_v2_71b305_org.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}


a:link {
  color: #003366;
}
a:visited {
  color: #00A4D7;
}
a:hover {
  color: #00A4D7;
}
a:active {
  color: #00A4D7;
}

.twoColFixLtHdr #menu {
  margin: 0px;
  padding: 10px 20px;
  background-color: #003366;
  height: 15px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.twoColFixLtHdr #menu li a, #menu li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.twoColFixLtHdr #menu li a:hover {
  color: #00A4D7;
  text-decoration: none;
}
.twoColFixLtHdr #menu li a:active {
  color: #00A4D7;
  text-decoration: none;
}
.twoColFixLtHdr #menu ul#nav-two{
  color: #FFFFFF;
  display: inline;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style-type: none;
}
.twoColFixLtHdr #menu li{
  display: inline;
  margin-right: 20px;
  padding: 0px;
  color: #FFFFFF;
  text-decoration: none;
  list-style-type: none;
}
.twoColFixLtHdr #menu li.currentPage a{
  display: inline;
  padding: 0px;
  color: #00A4D7;
  text-decoration: none;
  list-style-type: none;
}
.twoColFixLtHdr #submenu {
  margin: 0px 0px 50px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  padding: 5px 0px;
  height: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  font-weight: normal;
  text-decoration: none;
  color: #003366;
}
.twoColFixLtHdr #submenu  a:link {
  color: #003366;
  text-decoration: none;
}
.twoColFixLtHdr #submenu  a:visited {
  color: #003366;
  text-decoration: none;
}
.twoColFixLtHdr #submenu   a:hover {
  color: #00A4D7;
  text-decoration: none;
}
.twoColFixLtHdr #submenu  a:active {
  color: #00A4D7;
  text-decoration: none;
}
.twoColFixLtHdr #submenu  ul{
  color: #003366;
  display: inline;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style-type: none;
}
.twoColFixLtHdr #submenu  li{
  display: block;
  padding: 0px 15px;
  color: #003366;
  text-decoration: none;
  list-style-type: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #003366;
  left: -50px;
  position: relative;
  margin: 0px;
  float: left;
}
.twoColFixLtHdr #container {
  width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  margin: 0 auto;
  text-align: left;
}
.twoColFixLtHdr #headerLogo {
  padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  margin-top: 0px;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.twoColFixLtHdr #logo {
  padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  float: left;
  height: 100px;
  width: 220px;
}
.twoColFixLtHdr #headerText {
  padding: 70px 30px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 26px;
  line-height: normal;
  color: #00A4D7;
  text-decoration: none;
  text-align: right;
  margin-left: 300px;
  height: 30px;
}
.twoColFixLtHdr #header {
  padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  margin: 0px;
  height: 100px;
}
.twoColFixLtHdr #header h1 {
  margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
  padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
  float: left; /* since this element is floated, a width must be given */
  width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 0px;
  margin-top: -60px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.twoColFixLtHdr #sidebarPhoto {
  width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 0px;
  margin: 0px;
}
.twoColFixLtHdr #sidebarText {
  width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 30px;
  margin: 0px;
  background-color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  text-align: left;
}
.twoColFixLtHdr #sidebarText  h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #003366;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

.twoColFixLtHdr #sidebarText  h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #00A4D6;
  line-height: normal;
  text-decoration: none;
}

.twoColFixLtHdr #sidebarText  h3{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  color: #00A4D7;
  text-transform: none;
}

.twoColFixLtHdr #sidebarText  h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  font-weight: normal;
  color: #00A3D7;
  text-decoration: none;
}
.twoColFixLtHdr #sidebarText  h5{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:normal;
  text-decoration:none;
  color:#003366;
  font-weight: bold;
}

.twoColFixLtHdr #sidebarText h6{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:normal;
  text-decoration:none;
  color: #003366;
  font-weight: normal;
}
.twoColFixLtHdr #mainContent {
  margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixLtHdr #maintext {
  padding: 30px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 60px;

}

.twoColFixLtHdr #footer {
  padding: 50px 30px 20px;
  width: 940px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  line-height: normal;
  color: #003366;
  text-decoration: none;
} 
.twoColFixLtHdr #footer p {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a:link {
  color: #00A4D7;
  text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
  color: #003366;
  text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
  color: #00A4D7;
  text-decoration: underline;
}
.twoColFixLtHdr #footer a:active {
  color: #00A4D7;
  text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #footerPhoto {
  padding: 0px;
  margin: 0px;
  height: auto;
  clear: both;
  background-image: none;
  background-repeat: no-repeat;
}
h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #00A4D7;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #003366;
  line-height: normal;
  text-decoration: none;
}

h3{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  color: #003366;
  text-transform: none;
}

h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  color: #003366;
  text-decoration: none;
}
h5{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:normal;
  text-decoration:none;
  color:#00A3D7;
  font-weight: bold;
}

h6{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:normal;
  text-decoration:none;
  color: #00A3D7;
  font-weight: normal;
}

