@charset "UTF-8";
body  {
  font: 12px Arial, Helvetica, sans-serif;
  background: #000000 url(http://cdn1.itsezpz.com/40_gsl_home_bckgrd2_0f9880_org.jpg) no-repeat;
  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: #FFFFFF;
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: #cdda34;
}
a:visited {
  text-decoration: none;
  color: #999999;
}
a:hover {
  text-decoration: underline;
  color: #cdda34;
}
a:active {
  text-decoration: none;
  color: #cdda34;
}
.twoColFixLtHdr #container {
  width: 955px;
  margin: 0 auto;
  text-align: left;
} 
.twoColFixLtHdr #header {
  margin: 0px;
  padding: 0px;
} 
.twoColFixLtHdr #sidebar1 {
  float: left; /* since this element is floated, a width must be given */
  width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 0px 0px 0px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 ul#nav-one{
  text-decoration: none;
  color: #FFFFFF;
  margin: 0px;
  list-style-image: url(http://cdn3.itsezpz.com/40_leaf_icon_c771ca_org.png);
  list-style-position: inside;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
}
.twoColFixLtHdr #sidebar1  li{
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 li a, #sidebar1 li a:visited{
  text-decoration: none;
  color: #FFFFFF;
  list-style-position: inside;
  list-style-image: url(http://cdn3.itsezpz.com/40_leaf_icon_c771ca_org.png);
  margin: 0px;
  padding: 0px 0px 15px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
}
.twoColFixLtHdr #sidebar1 li a:hover, #sidebar1 li a.currentPage {
  text-decoration: none;
  color: #cdda34;
  list-style-position: outside;
  list-style-image: url(http://cdn3.itsezpz.com/40_leaf_icon_c771ca_org.png);
  margin: 0px;
  padding: 0px 0px 15px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
}
.twoColFixLtHdr #sidebar1 li a:active {
  text-decoration: none;
  color: #FFFFFF;
  list-style-position: inside;
  list-style-image: url(http://cdn3.itsezpz.com/40_leaf_icon_c771ca_org.png);
  margin: 0px;
  padding: 0px 0px 15px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
}
.twoColFixLtHdr #mainContent {
  margin: 0 15px 0 245px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
} 
.twoColFixLtHdr #main_text {
  margin: 0 0 0 0px; /* 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: 0px 0px 50px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
}
#main_text a:link {
  text-decoration: none;
  text-align: left;
  color: #cdda34;
}
#main_text a:visited {
  text-decoration: none;
  color: #999999;
}
#main_text a:hover {
  color: #cdda34;
  text-decoration: underline;
}
#main_text a:active {
  text-decoration: none;
  color: #cdda34;
} 
.twoColFixLtHdr #footer {
  padding: 0 10px 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
  color: #666666;
  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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link {
  text-decoration: none;
  text-align: left;
  color: #666666;
}
#footer a:visited {
  text-decoration: none;
  color: #666666;
}
#footer a:hover {
  color: #cdda34;
  text-decoration: none;
}
#footer a:active {
  text-decoration: none;
  color: #cdda34;
}
.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 #mission {
  float: left;
  width: 430px;
  padding-top: 95px;
  margin-left: 15px;
}
.twoColFixLtHdr #logo {
  float: right;
  width: 240px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 15px;
}
.twoColFixLtHdr #sidebar_text {
  float: left; /* since this element is floated, a width must be given */
  width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 20px 0px 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  color: #999999;
}
h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: normal;
  text-decoration: none;
  color: #cdda34;
  font-weight: bold;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  color: #333333;
}

h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  color: #cdda34;
}

h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  color: #333333;
}
h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:normal;
  text-decoration:none;
  color:#cdda34;
  font-weight: bold;
}
h6{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:normal;
  text-decoration:none;
  color: #999999;
  font-weight: bold;
}


