@charset "UTF-8";
body  {
  font: 12px/18px Arial, Helvetica, Verdana, 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;
  background: url(http://cdn4.itsezpz.com/65_pic_homepage3_0f08b4_org.jpg) no-repeat fixed center top;
  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 {
  color: #455560;
  text-decoration: none;
}
a:visited {
  color: #455560;
  text-decoration: none;
}
a:hover {
  color: #BAC4CC;
  text-decoration: underline;
}
a:active {
  color: #BAC4CC;
  text-decoration: underline;
}
.twoColFixLtHdr #container {
  width: 1000px;
  margin: 0px auto;
  text-align: left;
  height: 620px;
} 
.twoColFixLtHdr #container p {
  margin: 0;
  padding: 0; 
}

/* menu items */
.twoColFixLtHdr #menu {
  margin: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #BAC4CC;
  text-decoration: none;
  text-align: center;
  padding-top: 25px;
}
.twoColFixLtHdr #menu li.currentPage a {
  color: #455560;
  text-decoration: none;
}
.twoColFixLtHdr #menu li a, #menu li a:visited {
  color: #BAC4CC;
  text-decoration: none;
}
.twoColFixLtHdr #menu li a:hover {
  color: #455560;
  text-decoration: none;
}
.twoColFixLtHdr #menu li a:active {
  color: #455560;
  text-decoration: none;
}
.twoColFixLtHdr #menu  ul#nav-two{
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
.twoColFixLtHdr #menu  li{
  margin: 0 35px;
  padding: 0;
  display: inline;
  list-style-type: none;
}

.twoColFixLtHdr #header {
  background: url(http://cdn4.itsezpz.com/65_header_bckgrd_b346df_org.jpg) no-repeat center top;
  padding: 0px;
  margin: 0px;
  height: 160px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BAC4CC;
} 
.twoColFixLtHdr #headerContent {
  padding: 0px; 
  margin: 0px auto;
  width: 1000px;
}
.twoColFixLtHdr #logo {
  padding: 45px 0 0px; 
  margin: 0px 0px 0px 20px;
  height: 60px;
  width: 217px;
  text-align: left;
}
/* content */

.twoColFixLtHdr #sidebar1 {
  float: left;
  width: 500px;
  padding: 0px 20px 20px 40px;
  margin: 0px;
}
.twoColFixLtHdr #sidebar1  p {
  margin: 0;
  padding: 10px 0 0;
}
.twoColFixLtHdr #sidebar1 h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 44px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.05em;
}
.twoColFixLtHdr #sidebar1 h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: bold;
  color: #455560;
  line-height: 44px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.twoColFixLtHdr #sidebar1 a, #sidebar1 a:visited {
  color: #455560;
  text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
  color: #26343f;
  text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:active {
  color: #26343f;
  text-decoration: none;
}

/*footers */

.twoColFixLtHdr #footer {
  padding: 0;
  background:url(http://cdn3.itsezpz.com/65_bckgrd_footer_59733e_org.jpg) repeat-x left top;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  margin: 0px;
} 
.twoColFixLtHdr #footer p {
  margin: 0; 
  padding: 0; 
}
.twoColFixLtHdr #footerContent {
  padding: 10px 40px;
  margin: 0px auto;
  width: 920px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
}
.twoColFixLtHdr #footerContent a,  #subMenu a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.twoColFixLtHdr #footerContent a:hover {
  color: #BAC4CC;
  text-decoration: none;
}
.twoColFixLtHdr #footerContent a:active {
  color: #BAC4CC;
  text-decoration: none;
}
.twoColFixLtHdr #footerText {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
}
.twoColFixLtHdr #footerDisclaimer {
  padding: 10px 0px;
  margin: 30px 0px 0px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
}
.twoColFixLtHdr #editmedia {
  padding: 0px;
  margin: 0px;
  width: 200px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: right;
  float: right;
}
.twoColFixLtHdr #copywrite {
  padding: 0px;
  margin: 0px 250px 0px 0px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
}

.twoColFixLtHdr #icons {
  padding-top:15px;
  padding-bottom:0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px 40px 0px 0px;
  width: 300px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  line-height: normal;
  color: #999999;
  text-decoration: none;
  text-align: right;
  float: right;
}
.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;
}


h3{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  text-decoration: none;
  color: #455560;
  margin: 0px;
  padding-top: 10px;
}

h4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #455560;
  text-decoration: none;
  margin: 0px;
  padding-top: 10px;
}
h5{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:normal;
  text-decoration:none;
  color:#455560;
  font-weight: normal;
  padding-top: 10px;
  margin: 0px;
}

h6{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:normal;
  text-decoration:none;
  color: #455560;
  font-weight: normal;
  margin: 0px;
  padding-top: 10px;
}

