/* START RESETS */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body, a {
  line-height: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END RESETS */

body {
  background: #fff url('../images/layout/bg.gif') top left repeat-x;
  text-align: center;
}

#container_wrapper {
  background: transparent url('../images/layout/bg_container_wrapper.gif') top left repeat-y;
  width: 1000px;
  /*height: 1500px;*/
  margin: 20px auto 0px auto;
  padding: 0;
}

#container {
  background: transparent url('../images/layout/bg_container.gif') top left no-repeat;
  width: 1000px;
  /*height: 1500px;*/
  margin: 0px auto 0px auto;
  padding: 0;
}

#container_bottom {
  background: #fff url('../images/layout/bg_container_bottom.gif') top left repeat-x;
  width: 992px;
  height: 10px;
  margin: -2px auto 20px auto;
  padding: 0;
}

#content {
  width: 960px;
  height: 570px;
  padding: 0px 0px 5px 0px;
  background-color: #fff;
}

img#logo {
    float: left;
    margin: 35px 150px 20px 35px;
    padding: 0;
}


img#promo {
    margin: 0px 0px 10px 0px;
    padding: 0;
}

img#login_header {
    margin: 0px 0px 20px 5px;
    padding: 0;
}

img#forgot_header {
    margin: 0px 0px 10px 5px;
    padding: 0;
}

img#learnmore {
    margin: 0px 0px 20px 0px;
    padding: 0;
}

img#header {
    margin: 0px 0px 20px 0px;
    padding: 0;
}

#search {
  float: left;
  width: 300px;
  height: 50px;
  margin: 45px 0px 0px 25px;
  padding: 0;
}

#search_sitemap {
  float: left;
  width: 300px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  padding: 0;
  text-align: center;
}

.nav {
  width: 990px;
  height: 30px;
  margin: 0px 0px 10px 6px;
  background-color: #e4e4e4;
  clear: both;
}

#leftcol {
  float: left;
  width: 625px;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 25px;
  text-align: left;
}

#promo_slideshow {
  width: 620px;
  height: 300px;
  overflow: hidden;
}

#promo_slideshow_nav {
    clear: both;
  width: 620px;
  margin: 0px 0px 25px 0px;
  padding: 10px 0px 0px 0px;
  text-align: right;
}

#promo_slideshow_nav a {
  font-size: 8px;
  background: #ccc;
  color: #ccc;
  margin: 10px 0px 0px 10px;
  padding: 1px 3px 0px 3px;
}

#promo_slideshow_nav a.activeSlide {
  background: #006699;
  color: #006699;
}

#onecol {
  float: left;
  width: 960px;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 25px;
  text-align: left;
  /*background-color: yellow;*/
}

.content {
  width: 610px;
  padding: 0px 15px 0px 0px;
}

#blog_entry {
  width: 610px;
  margin: 0px 0px 20px 0px;
  padding: 0px 15px 0px 0px;
}

#rightcol {
  float: left;
  width: 350px;
  margin: 20px 0px 10px 0px;
  padding: 0;
}

#login {
  width: 275px;
  height: 165px;
  margin: 0px 0px 20px 20px;
  padding: 20px 0px 0px 30px;
  text-align: left;
  background-color: #e2e5e8;
}

#forgot_password {
  width: 275px;
  height: 160px;
  margin: 0px 0px 20px 20px;
  padding: 20px 0px 0px 30px;
  text-align: left;
  background-color: #e2e5e8;
  display: none;
}

#save_date {
  width: 280px;
  height: 197px;
  margin: 0px 0px 20px 20px;
  padding: 103px 0px 0px 25px;
  text-align: left;
  background: #e2e5e8 url('../images/layout/save_date_ny_right.jpg') top left no-repeat;
}

#save_date ul {
  text-align: left;
}

#save_date ul li {
  font-family: serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  color: #000;
  text-align: left;
  margin: 0px 12px 2px 0px;
  padding: 0px 0px 0px 22px;
}

#save_date ul li.pdf {
  font-size: 12px;
  background: url('../images/layout/pdficon_small.png') 0 0 no-repeat;
}

a.pdf {
  background: url('../images/layout/pdficon_small.png') 0 0 no-repeat;
  padding: 0 0 0 22px;
  text-decoration: underline;
}

#save_date ul li.link {
  font-size: 12px;
  background: url('../images/layout/linkicon_small.png') 0 0 no-repeat;
}

#save_date ul li a {
  color: #000;
}

#save_date ul li a:hover {
  color: #333;
}


#welcome {
  width: 275px;
  margin: 0px 0px 20px 20px;
  padding: 30px 0px 20px 30px;
  text-align: left;
  background: #e2e5e8 url('../images/layout/bg_login_box_welcome.png') top left no-repeat;
}

#welcome h2 {
  margin: 0px 0px 10px 0px;
  line-height: 1.3em;
}

#president, #news {
  width: 270px;
  margin: 0px 0px 20px 25px;
  padding: 15px;
  text-align: left;
  background: #fff url('../images/layout/bg_president.gif') top left no-repeat;
}

#president h1, #news h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3em;
  *line-height: 20px;
  text-transform: normal;
  letter-spacing: normal;
  color: #004f93;
  font-weight: 13px;
  margin: 5px 0px 0px 0px;
}

#president p, #president h3, #news p, #news h3 {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.3em;
  color: #003366;
  text-align: left;
  padding: 0
}

#president p, #news p {
  margin: 0px 0px 15px 0px;
}

#president p strong, #news p strong {
  font-weight: bold;
}

#president h3, #news h3 {
  font-weight: bold;
  margin: 15px 0px 0px 0px;
}

#user_message {
  width: 900px;
  margin: 20px 0 40px 0;
  padding: 20px 25px;
  border: 1px solid #004f93;
  background-color: #e4e4e4;
}

#user_message h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  color: #004f93;
}

#user_message, #user_message p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  color: #004f93;
  margin: 20px 0px;
}

#user_message a {
  font-size: 14px;
  text-decoration: underline;
}


#sitemap {
  width: 910px;
  height: 230px;
  margin: 20px auto 20px auto;
  padding: 20px;
  clear: both;
  background-color: #e4e4e4;
  /*background: #fff url('../images/layout/bg_sitemap.gif') top left repeat-x;*/
  text-align: left;
}

#sitemap h1 {
    float: left;
    width: 610px;
    height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 2px;
  line-height: 1.4em;
  color: #004f93;
}

#sitemap .sitemap_column {
  float: left;
  width: 220px;
  height: 190px;
  margin: 10px 7px 0px 0px;
}

#sitemap .sitemap_column ul {
  margin: 0px 0px 15px 5px;
  padding: 0;
}

#sitemap .sitemap_column li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

#sitemap .sitemap_column a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.5em;
  color: #004f93;
  margin: 5px 0px 0px 0px;
  display: block;
  clear: both;
}

#sitemap .sitemap_column li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  margin: 2px 0px 0px 5px;
}

#footer {
  width: 1000px;
  height: 20px;
  margin: 0px 0px 20px 0px;
  padding: 0;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  color: #004f93;
  clear: both;
}

form#register_form p strong {
  color: #004f93;
  font-weight: 600;
  margin: 0px 0px 0px 10px;
}

#addr_phone_management {
  margin: 0px 0px 0px 155px;
}

/* FORMS */

span.form_field {
  float: left;
  display: block;
  width: 100%;
  height: 35px;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  /*background-color: yellow;*/
}

span.form_field_textarea {
  float: left;
  display: block;
  width: 100%;
  height: 225px;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

span.form_field_textarea_small {
  float: left;
  display: block;
  width: 100%;
  height: 70px;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

span.form_field_textarea_large {
  float: left;
  display: block;
  width: 100%;
  height: 500px;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  clear: both;
}

input[type=text], input[type=password] {
  margin: 5px 3px 0px 5px;
  height: 16px;
  padding: 3px;
  color: #004f93;
  border: 1px solid #004f93;
}

select {
  margin: 5px 3px 0px 5px;
  /*height: 16px;*/
  padding: 3px;
  color: #004f93;
  border: 1px solid #004f93;
}

textarea {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 5px 3px 0px 5px;
  padding: 3px;
  color: #004f93;
  border: 1px solid #004f93;
}

span.form_field input[type=text], span.form_field input[type=password] {
  float: left;
  width: 275px;
}

span.form_field_textarea textarea {
  float: left;
  width: 275px;
  height: 200px;
}

span.form_field_textarea_small textarea.small {
  float: left;
  width: 275px;
  height: 50px;
}

span.form_field_textarea_large textarea.large {
  float: left;
  width: 430px;
  height: 500px;
  clear: both;
}

span.form_field input[type=text].short {
  float: left;
  width: 150px;
}

span.form_field input[type=text].very_short {
  float: left;
  width: 50px;
}

span.form_field select {
  float: left;
}

span.form_field select.profile_select_country {
  width: 275px;
}


#search input[type=text] {
  width: 150px;
}

#login input[type=text], #login input[type=password], #forgot_password input[type=text] {
  width: 150px;
}

input[type=submit] {
  height: 25px;
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.5em;
  color: #fff;
  border: 1px solid #004f93;
  background-color: #4980b0;
  margin: 0;
  padding: 0;
}

input[type=submit]:hover {
  color: #004f93;
  background-color: #ccc;
  cursor: pointer;
}

#search input[type=submit] {
  width: 25px;
}

#login input[type=submit], #forgot_password input[type=submit] {
  margin: 5px 0px 0px 188px;
}

input[type=submit].right {
  float: right;
  margin: 0px 20px 20px 0px;
}

label {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 1px;
  line-height: 1.5em;
  color: #004f93;
}

span.form_field label, span.form_field_textarea label, span.form_field_textarea_small label {
  float: left;
  width: 150px;
  padding: 7px 5px 0px 0px;
  text-align: right;
}

span.form_field label.long {
  float: left;
  width: 250px;
  padding: 7px 5px 0px 20px;
  text-align: right;
}

span.form_field label.wide {
  float: left;
  width: 100%;
  padding: 7px 5px 0px 0px;
  text-align: left;
}

span.form_field label.short {
  float: left;
  width: 50px;
  padding: 7px 5px 0px 0px;
  text-align: right;
}

span.form_field label.radio {
  float: left;
  width: 80px;
  padding: 7px 5px 0px 0px;
  text-align: right;
}

span.name_field {
  float: left;
  width: 575px;
  display: block;
  height: 80px;
  margin: 5px 0px 0px 25px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

span.name_field input[type=text] {
  width: 250px;
  height: 15px;
  font-size: 11px;
  padding: 2px;
  margin: 5px 0px 10px 10px;
}

span.name_field label {
  font-size: 11px;
  text-align: right;
}

#search label, #search_sitemap label {
  width: 75px;
  font-size: 14px;
  text-transform: uppercase;
}

#login label, #forgot_password label {
  float: left;
  width: 75px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 1px;
  line-height: 1.5em;
  color: #004f93;
  text-align: right;
  margin: 7px 2px 0px 0px;
  padding: 0;
}

table#registration_fees {
  border-collapse: collapse;
}

table#registration_fees tr {
  border-bottom: 1px solid #dedede;
  padding: 0px 0px 10px 0px;
}

table#registration_fees tr.active {
  border: 0;
}

table#registration_fees tr.total td {
  font-weight: bold;
  padding: 10px 10px 10px 0px;
  text-align: right;
}
table#registration_fees tr.total td.right {
  text-align: right;
}

table#registration_fees th {
  height: 30px;
}

table#registration_fees td {
  height: 30px;
}

table#registration_fees th {
  width: 125px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.5em;
  color: #004f93;
  text-align: center;
}
table#registration_fees td {
  width: 100px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 1px;
  line-height: 1.5em;
  color: #004f93;
  text-align: center;
}

table#registration_fees td.label {
    width: 150px;
    text-align: right;
}

table#registration_fees td.subtotal {
    text-align: right;
    padding: 5px 10px 0 0;
    font-weight: bold;
}

table#registration_fees tr.active td {
  background-color: #eaeaea;
}

table#registration_fees tr.attendee_list td {
    background-color: #eaeaea;
    padding: 0px 0px 20px 0px;
}

table#registration_fees tr#member, table#registration_fees tr#member_ehs, table#registration_fees tr#nonmember, table#registration_fees tr#resident, table#registration_fees tr#guest {
  display: none;
}

label.error {
  float: right !important;
  text-align: right !important;
  color: #be1e2d;
}

span.name_field label.error {
  color: #be1e2d;
  margin: 8px 0px 0px 0px;
}

#Description_counter {
  float: right !important;
  text-align: right !important;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 5px 0px 0px 5px;
  color: #004F93;
}

#pdfs ul {
  width: 620px;
  height: 30px;
  background-color: #003470;
  padding: 17px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
  text-align: left;
}

#pdfs ul li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  color: #fff;
  float: left;
  display: inline;
  text-align: left;
  margin: 0px 12px 0px 0px;
  padding: 0px 0px 0px 22px;

}

#pdfs ul li.pdf {
  background: url('../images/layout/pdficon_small.gif') 0 0 no-repeat;
}

#pdfs ul li a {
  color: #ccc;
}

ul#members_nav {
  height: 30px;
}

ul#members_nav li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  color: #000;
  float: left;
  display: inline;
  margin: 0px 18px 0px 2px;
}

/* TYPOGRAPHY */

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  color: #004f93;

}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 22px;
  color: #004f93;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  color: #003366;
  margin: 0px 0px 0px 0px;
  padding: 0;
}

h3.links {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  font-size: 14px;
  color: #004f93;
  margin: 15px 0px 0px 0px;
}

h3.form {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  font-size: 14px;
  color: #004f93;
  margin: 20px 0px 20px 0px;
  border-bottom: 1px solid #004f93;
}

.content h1 {
  font-size: 24px;
  line-height: 1.4em;
  margin: 5px 0px 5px 0px;
}

#blog_entry h1 {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0px 0px 0px 0px;
}

p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #003366;
  /*color: #4980b0;*/
  text-align: left;

}

.content p {
  line-height: 1.5em;
  margin: 0px 0px 20px 0px;
}

#forgot_password p {
  height: 10px;
  color: #004f93;
  padding: 0px 0px 0px 10px;
}

#blog_entry p {
  line-height: 1.4em;
  margin: 0px 0px 5px 0px;
}

a {
  color: #004f93;
  text-decoration: none;
  *line-height: 1.3em;
}

#login a, #forgot_password a {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.3em;
  margin: 0px 0px 0px 10px;
}

a:hover, #sitemap a:hover {
    color: #be1e2d;
    text-decoration: underline;
}

#footer a {
  color: #004f93;
  text-decoration: none;
}

a:hover, #footer a:hover {
  color: #be1e2d;
  text-decoration: underline;
}

a.no-link  {
  cursor: default;
}

a.hidden  {
  display: none;
}

#sitemap a.no-link:hover  {
  color: #004F93;
  text-decoration: none;
}

.clear {
    height: 10px;
    display: block;
    clear:both;
}

.red {
  color: #be1e2d;
}
