/*
=general
=page structure
=navigation =main-nav
=headers
=page content
=profile
=gallery
=flash
=audio_player
=misc
=print
=footer
=newsletter
*/

/*
=general
---------------------------------------------- */

html, body
{
    width: 100%;
}

body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 1.5em;
    color: #47493A;
    background: #fff url(/images/pg-top-bg-left.gif) repeat-x top;
    text-align: center;
}

table, tr, td, input, select, textarea, ol, ul
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

a img, img
{
    border: 0;
}

.georgia {
    font-family: georgia, times, 'times new roman';
}

code, pre
{
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

h1, h2, h3
{
    font-family: 'Georgia', 'Times New Roman', sans-serif;
}

h1
{
    color: #444;
    font-style: italic;
    font-size: 1.7em;
    margin: 0 0 .6em;
}

h2
{
    color: #444;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.2em;
}

h3
{
    font-size: 1.3em;
}

.hide
{
    position: absolute;
    left: -999em;
}

a
{
    color: #E96625;
    text-decoration: none;
}

a:hover
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

a:visited
{

}

p
{

}

hr
{
    background: url(/images/divider_bg.gif) repeat-x;
    height: 4px;
    width: auto;
    border: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

input, textarea {
    color: #888;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em; /* 11px */
    padding: 2px;
}

input.submit {
    color: #000;
}

/*
=page structure
---------------------------------------------- */

#container
{
    width: 750px;
    margin: 0 auto 20px;
    text-align: left;
    background: url(/images/leftcol_bg.gif) repeat-y 0 0;
    border-bottom: 1px solid #D3E198;
}

#leftcol {
    float: left;
    width: 193px;
}

#rightcol {
    width: 546px;
    margin: 0 0 0 193px;
}

#navigation {
    padding: 20px 0 0;
    float: left;
    background: #CBF0F7 url(/images/nav-bg.gif) no-repeat 0 0;
    width: 542px;
}

#crumb {
    background: url(/images/crumb-bg.gif) no-repeat 0 0;
    height: 28px;
    font-size: .81em; /* 9px */
    float: left;
    width: 542px;
}


#content {
    padding: 0 24px 20px 23px;
    background: transparent url(/images/features2_bg.gif) repeat-y 0 0;
    height: 600px;
    min-height: 600px;
}


*>#content {
    height: auto;
}

.nopad#content {
    padding: 0;
}

.content_padded {
    padding: 0px 24px 0 23px;
}



/*
=utility nav
-----------------------------------------------------*/

#utility {
    background: url(/images/pg-top.gif) no-repeat center top;
    height: 30px;
    text-align: center;
    font-size: .9em;
}

#utility_content {
    margin: 0 auto;
    padding: 12px 0 0 214px;
    text-align: left;
    width: 534px;
}

#utility ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
}

#utility ul li {
    display: inline;
    margin: 0;
    float: left;
    padding: 0 8px 0px 6px;
    border-left: 1px solid #fff;
}

#utility ul a {
    color: #535B31;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 1.2em;
    border: none;
}

#utility ul a:hover {
    color: #535B31;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

#utility ul #util_active a {
    color: #333;
    font-weight: bold;
}
/*
=search
-----------------------------------------------------*/

#search {
    background: transparent url(/images/search_bg.gif) no-repeat 0 0;
    height: 98px;
    margin: 0;
    clear: left;
}

#search form {
    /* ie bug fix -- bottom margin issue */
    float: left;
}

#search input.searchbox {
    width: 133px;
    height: 14px;
    border: 1px solid #d0d0d0;
    margin: 29px 0 0 34px;
}

#search input.button {
    width: 30px;
    height: 30px;
    float: right;
    margin: 3px 16px 0 0;
    display: inline;
}

/*
=search list items
-----------------------------------------------------*/

#search_list_items {
    padding: 0 0 10px;
    background: transparent url(/images/dots_h.gif) repeat-x bottom;
}

#search_list_items dt {
    font-weight: bold;
    padding: 10px 0 0;
    background: transparent url(/images/dots_h.gif) repeat-x top;
}
#search_list_items dd {
    margin: 0 0 10px;

}

/*
=navigation
---------------------------------------------- */

#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#navigation li
{
    display: inline;
    float: left;
    width: 150px;
    margin: 0 0 0 23px;
    padding: 0;
    border-bottom: 1px solid #bee8f0;
    background-color: #F1FCFE;
}

#navigation li.top {
    background: #F1FCFE url(/images/nav-top-bg.gif) no-repeat left top;
    padding-top: 14px;
}

#navigation a, #navigation em
{
    float: left;
    width: 139px;
    margin: 0 0 0 4px;
    padding: 1px 0 2px;
    background: url(/images/arrow_blue.gif) no-repeat right;
    border: none;
    display: inline;
}

#navigation a:hover
{
    border: none;
    color: #333;
    text-decoration: none;
    background: url(/images/arrow_grey.gif) no-repeat right;
}

#navigation #active a, #navigation #active em
{
    font-family: georgia, times, 'times new roman', serif;
    color: #333;
    font-weight: bold;
    font-style: italic;
    border: none;
    color: #333;
    text-decoration: none;
    background: url(/images/arrow_grey.gif) no-repeat right;
}


/*
=crumb
-----------------------------------------------------*/


#crumb ul {
    list-style: none;
    color: #000;
    margin: 0 0 0 26px;
    padding: 5px 0 0;
}

#crumb li {
    margin: 0;
    padding: 0;
    display: inline;
}

#crumb strong {
    color: #45747F;
}

#crumb a {
    color: #45747F;
}

/*
=headers
---------------------------------------------- */
h1 {
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 1.2em;
}

h1 span, h2 span
{
    position: absolute;
    left: -999em;
}

h1.ncnz2007 {
    background: url(/images/h_ncnz2007.gif);
    width: 480px;
    height: 26px;
    margin: 19px 0 14px 24px;
}

h1.h-coming-events {
    background: url(/images/h-coming-events.gif);
    width: 542px;
    height: 47px;
    margin: 0;
    float: left;
}

h1.h-coming-events-fr {
    background: url(/images/h-coming-events-fr.gif);
    width: 542px;
    height: 47px;
    margin: 0;
}



h2.h-win {
    background: url(/images/h-win.gif) no-repeat 0 0;
    width: 193px;
    height: 39px;
    margin: 0;
}


h2.h-win-fr {
    background: url(/images/h-win-fr.gif) no-repeat 0 0;
    width: 193px;
    height: 42px;
    margin: 0;
}

h2.h-newsletter {
    background: url(/images/h-newsletter.gif) no-repeat 0 0;
    width: 193px;
    height: 42px;
    margin: 0;
}


h2.h-newsletter-fr {
    background: url(/images/h-newsletter-fr.gif) no-repeat 0 0;
    width: 193px;
    height: 42px;
    margin: 0;
}

h2.h-schedule {
    background: url(/images/h-schedule.gif) no-repeat 0 0;
    width: 193px;
    height: 51px;
    margin: 0;
}

h2.h-related {
    background: url(/images/h-related.gif) no-repeat 0 0;
    width: 193px;
    height: 51px;
    margin: 0;
}

h1.h-coming-events em {
    margin: 19px 0 0 194px;
    float: left;
    display: inline;
}

h1.h-coming-events a {
    font-size: .6em;
}

h1.h-coming-events-fr em {
    margin: 19px 0 0 246px;
    float: left;
    display: inline;
}

h1.h-coming-events-fr a {
    font-size: .6em;
}

/*
=page content
---------------------------------------------- */


/*
=content header block
-----------------------------------------------------*/
#page_content_header {
    background: transparent url(/images/content_header_bg.gif) repeat-y 0 0;
    padding: 0 0 14px;
}

#page_content_header h1 {
    font-style: italic;
    margin: 0 24px .5em 26px;
    font-size: 1.8em;

}


#page_content_header p {
    font-family: georgia, times, 'times new roman', serif;
    font-size: 1.2em;
    margin: 0 25px;
    line-height: 1.6em; /* 13px */
    color: #333;
}



#people_feature_image p {
    margin: 0 26px;
}

#people_feature_image img {

}

#people_content {
    margin: 0 26px;
}

/*
=listing
-----------------------------------------------------*/

.subnav {
    background: url(/images/calendar_top.gif) no-repeat left top;
    height: 57px;
    width: 542px;
}

.subnav ul {
    margin: 0 0 0 14px;
    padding: 0;
    list-style: none;
}

.subnav li {
    display: inline;
    float: left;
    height: 31px;
    padding: 14px 0 0;
}

.subnav a {
    margin: 14px 0 4px;
    display: block;
    text-align: center;
    float: left;
    width: 44px;
    height: 18px;
    margin: 0;
    padding: 14px 0 0;
    border: none;
    border-right: 1px solid #C2D188;
}

.subnav .selected a {
    color: #333;
    font-weight: bold;
}

.block {
    padding: 10px 24px;
    width: 494px;
}
.one {
    background: url(/images/calendar_bg1.gif) repeat-y 0 0;
}

.two {
    background: url(/images/calendar_bg2.gif) repeat-y 0 0;
    border-top: 1px solid #D6E0C0;
    border-bottom: 1px solid #D6E0C0;
}

.block h2 {
    margin: 0;
    line-height: 1.3em;
}

.block_list {
    border-top: 1px solid #B9C098;
    margin-top: 8px;
}

.calendar_wrap {
    float: left;
    text-align: center;
    width: 30px;
}

.calendar_date, .calendar_to_date  {
    width: 30px;
    height: 32px;
    font: 1.5em georgia,times,'times new roman' bold;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 2px 0 0;
    margin: 10px 0 0;
    text-align: center;
}

/* don't apply spacing to the people listing */
.people_list_events .calendar_date {
    margin-top: 0;
}
/**/

.calendar_wrap .calendar_to_date {
    height: 34px;
    padding: 16px 0 0;
    margin-top: -3px;
}


/* calendar */
ul.calendar_list_events {
    list-style: none;
    margin: 0 0 0 40px;
    padding: 5px 0 7px;
}

.calendar_list_events li {
    margin: 5px 0 0;
    padding: 0 0 5px;
    background: url(/images/dots_h.gif) repeat-x left bottom;
    height: 60px;
    min-height: 60px;
}

.calendar_list_events li.to_from {
    height: 70px;
    min-height: 70px;
}

*>.calendar_list_events li, .calendar_list_events li.from_to {
    height: auto;
}

.calendar_list_events h3 {
    margin: 0 0 3px;
    padding: 1px;
    font-style: italic;
}

.calendar_list_events p {
    margin: 0;
    padding: 0;
}

img.thumb {
    padding: 3px 3px 5px 3px;
    display: block;
    width: 64px;
    height: 46px;
    float: right;
    background: transparent url(/images/cal_img_bg1.gif) no-repeat 0 0;
}

.two img.thumb {
    background: transparent url(/images/cal_img_bg2.gif) no-repeat 0 0;
}

/* people */


ul.people_list_events {
    list-style: none;
    margin: 0;
    padding: 4px 0 7px;
    width: 335px;
    background: url(/images/dots_h.gif) repeat-x left top;
    min-height: 110px;
    height: 110px;
}

*>ul.people_list_events {
    height: auto;
}

.people_list_events li {
    margin: 5px 0 0;
    padding: 0 0 5px;
    background: url(/images/dots_h.gif) repeat-x left bottom;
    height: 40px;
    min-height: 40px;
}

.people_list_events li.from_to {
    height: 86px;
    min-height: 86px;
}


*>.people_list_events li, .people_list_events li.from_to {
    height: auto;
}


.people_list_events h3 {
    margin: 0 0 3px;
    padding: 1px;
}

.people_list_events p {
    margin: 0 0 0 42px;
    padding: 0;
}

img.people_image {
    padding: 5px 6px 7px 3px;
    display: block;
    width: 148px;
    height: 100px;
    float: right;
    position: relative;
    right: -10px;
    top: -5px;
}
.one img.people_image {
    background: transparent url(/images/people_img_bg1.gif) no-repeat 0 0;
}

.two img.people_image {
    background: transparent url(/images/people_img_bg2.gif) no-repeat 0 0;
}

/*
=profile
-----------------------------------------------------*/

#profile_content {
    background: url(/images/profile_content_bg.gif) repeat-y 0 0;
    padding: 20px 20px 20px 14px;
}

#people_feature_image {
    width: 520px;
    height: 282px;
    background: url(/images/profile_frame.gif) no-repeat 0 0;
    margin: 0 0 0 10px;
}

#people_feature_image p {
    line-height: 1.3em;
}

#people_feature_image img {
    width: 494px;
    height: 224px;
    margin: 11px 13px 5px 13px;
}

#people_feature_image p {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    color: #515D20;
}


.send_friend {
    margin: 0 26px;
    background-color: #E6EEC4;
    padding: 2px 4px 2px;
    float: right;
}


a.submit {
    background-color: #E6EEC4;
    border-bottom: 1px solid #E6EEC4;
    padding: 2px 4px 2px;
    margin: 8px 0 10px 0;
    display: block;
    width: 20em;
}

.media_resources_link {
    background-color: #E6EEC4;
    border-bottom: 1px solid #E6EEC4;
    padding: 2px 4px 2px;
    margin: 8px 0 0 0;
}

a.submit:hover, a.media_resources_link:hover {
    border-bottom: 1px solid #999;
}

.profile_thumbs {
    border-top: 1px solid #96A460;
    margin: 0 0 8px 0;
    padding: 10px 0 0px;
    width: 500px;
    float: left; /* fixes ie bug */

}

.profile_thumbs img {
    padding: 0 3px 4px 0;
    margin: 0 9px 0 0;
    display: inline;
    width: 88px;
    height: 59px;
    float: left;
    background: transparent url(/images/profile_thumb_shadow.gif) no-repeat 0 0;

}

h2.more_thumbs {
    margin: 10px 12px 10px 0px;

}



.paginate {
    border-top: 1px solid #96A460;
    width: 496px;
    margin: 0 0 20px 14px;
    background-color: #E6EEC4;
    padding: 2px 0 3px 4px
}

/*
=gallery
---------------------------------------------- */

h3.gallery {
    margin: 1.5em 0 .5em;
    padding: 0;
}

/*
=map
---------------------------------------------- */

/*
#map {
    background: url(/images/bg-map.gif) no-repeat 0% 0%;
    width: 193px;
    height: 264px;
    position: relative;
    margin: 0;
    padding: 0;
}

#map li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
}


#map a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
}

#map a:hover {
    border: none;
}

#map_1 {
    left: 97px;
    top: 22px;
}

#map_1 a {
    width: 45px;
    height: 48px;
    background-image: url(/images/bg-map-1.gif);
}

#map_1 a:focus, #map_1 a:hover, #map_1 a.selected {
    background-position: -45px 0;
}

#map_2 {
    left: 112px;
    top: 70px;
}

#map_2 a {
    width: 64px;
    height: 49px;
    background-image: url(/images/bg-map-2.gif);
}

#map_2 a:focus, #map_2 a:hover, #map_2 a.selected {
    background-position: -64px 0;
}

#map_3 {
    left: 127px;
    top: 119px;
}

#map_3 a {
    width: 26px;
    height: 27px;
    background-image: url(/images/bg-map-3.gif);
}

#map_3 a:focus, #map_3 a:hover, #map_3 a.selected {
    background-position: -26px 0;
}

#map_4 {
    left: 68px;
    top: 128px;
}

#map_4 a {
    width: 50px;
    height: 61px;
    background-image: url(/images/bg-map-4.gif);
}

#map_4 a:focus, #map_4 a:hover, #map_4 a.selected {
    background-position: -50px 0;
}

#map_5 {
    left: 20px;
    top: 173px;
}

#map_5 a {
    width: 70px;
    height: 78px;
    background-image: url(/images/bg-map-5.gif);
}

#map_5 a:focus, #map_5 a:hover, #map_5 a.selected {
    background-position: -70px 0;
}
*/

/*
=audio files
-----------------------------------------------------*/

#audio_files {
    float: right;
    margin: 0 0 10px 10px;
    width: 180px;
    background: url(/images/audio_player_bg.gif);
}

#audio_files .inner {
    padding: 7px 7px 0 7px;
}

#audio_files .bottom {
    height: 34px;
    background: url(/images/audio_player_bg_bottom.gif);
}

#audio_files h4 {
    font-family: 'Georgia', 'Times New Roman', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 0 2px 0;
    border-bottom: 1px dotted #919384;
    font-style: italic;
    font-size: 1.1em;
}

#audio_files .audio {
    border-bottom: 1px dotted #919384;
    display: block;
    padding: 7px 0;
}


/*
=feedback forum
-----------------------------------------------------*/



dl.comment {
    padding: 0 0 4px;
    margin: 0 0 2px;
}
dl.comment.one {
    background: #D3E19A;
}


dl.comment.two {
    background: #E2EBBB;
}

dl.comment.preview {
    background: #FDF3CB;
    padding: 0 0 4px;
    margin: 0 0 2px;
    border: 1px solid #F9E286;
    color: #E07004;
}

dl.comment dt {
    padding: 3px 12px;
    font-size: .9em;
}


.comment dd {
    padding: 3px 12px;
    margin: 0;
}

.textarea-content {
    width: 400px;
    height: 10px;
}

/*
=media resourcesaccessibility
-----------------------------------------------------*/
.media_list {
    margin: 0 0 20px;
}


.media_list dt {
    font-family: georgia, times, 'times new roman';
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
    padding: 3px 8px;
}
.media_list dd {
    margin: 0 0 7px;
    padding: 0 8px 8px;
    background: url(/images/dots_h) repeat-x left bottom;
}

/*
=ecard
-----------------------------------------------------*/

#ecard {
    background: url(/images/send_ecard_repeat.gif) repeat-y 0 0;
    width: 521px;
    margin: 0 0 140px -17px;
    position: relative;
}

#ecard_content {
    background: url(/images/send_ecard_top.gif) no-repeat 0 0;
    width: 521px;
    margin: 0;
    position: relative;
    padding-top: 20px;
}

#ecard_content img.card_image {
    position: absolute;
    left: 247px;
    top: 83px;
    height: 169px;
    width: 249px;
}

#ecard form {
    margin: 0 0 0 0;
    padding: 5px 0 0;
}

#ecard input  {
    width: 186px;
    height: 14px;
    background-color: #f5fde8;
    border: none;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #a2a1a1;
    font-size: 11px;
}

#ecard label  {
    xmargin: 0 0 0 30px;
}

#ecard p  {
    margin: 0 0 0 30px;
}

#ecard .form-error {
    display: inline;
    border: 0;
    background-color: transparent;
    padding: 0;
}


#ecard textarea  {
    width: 186px;
    background-color: #f5fde8;
    border: 1px solid #a2a1a1;
    height: 86px;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #999;
    padding: 2px;
}

#ecard input.button  {
    width: auto;
    background-color: transparent;
    border: none;
    width: 54px;
    height: 36px;
    margin: 0 0 0 30px;
    padding: 0px;
}



/*
=misc
---------------------------------------------- */

.full_width {
    margin: 0 0 0 -23px;
}

.email_signup {
    margin: 0 0 20px;
}

#profile_content input.text {
    border: 1px solid #ccc;
    margin: 0;
    width: 163px;
}

#profile_content textarea {
    border: 1px solid #ccc;
    margin: 0;
    width: 400px;
}



.email_signup input.text {
    border: 1px solid #ccc;
    margin: 10px 0 0 10px;
    width: 163px;
}

.email_signup input.button {
    margin: 0 0 0 10px;
    padding: 0;
}


span.error {
    color: #F36E20;
}

.newsletter {
    margin: 0 10px;
    position: relative;
    bottom: 8px;
}


.msg-info {
    padding: 10px;
    background-color: #fff;
    color: #3F8E97;
    margin: 0;
    border: 1px solid #91BBC0;
}
.label-note {
    font-size: .9em;
}

.form-error , p.msg-error {
    background: #F8DCDC;
    border: 1px solid #FB9393;
    color: #f00;
    padding: .3em;
    display: block;
    margin: 0;
}

.accessibility dt {
    font-family: georgia, times, 'times new roman';
    font-weight: bold;
    font-size: 1.3em;
    margin: 0;
    padding: 3px 8px;
    float: left;
    width: 70px;
    clear: left;
    border-right: 1px solid #ccc;
}
.accessibility dd {
    margin: 0;
    padding: 3px 8px;
    margin-left: 86px;
}

#select_region {
    /*margin: 12px 0 20px;*/
}

#select_region form {
    margin: 0;
}


#schedule {
    background: #C2ECF4 url(/images/schedule_bg.gif) repeat-y 0 0;
}

#schedule h3 {
    padding: 8px 10px 8px 10px;
    margin: 0;
    background: url(/images/related_bg.gif) repeat-x left top;
    color: #999;
    font-style: italic;
}

#schedule h4 {
    margin: 0;
}

#schedule ul {
    margin: 0;
    padding: 10px;
    list-style: none;
}

#schedule li {
    margin: 0 0 5px;
    padding: 0 0 5px;
    background: url(/images/dots_h) repeat-x left bottom;
}

#schedule li em {
    display: block;
    font-size: .95em;
    font-weight: bold;
    font-style: normal;
}

a.pdf
{
   background: url(/images/pdf.gif) left no-repeat;
   padding: 4px 0 4px 24px;
   display: block;
   margin-bottom: .5em;
}


#login
{
    margin: 1em;
}

img.sponsors {
    border: 1px solid #ccc;
}



/*
=sitemap
-----------------------------------------------------*/
#site-map ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*
=print
---------------------------------------------- */

.print_only
{
    display: none;
}


/*
=footer
---------------------------------------------- */

#footer {
    text-align: center;
    padding: 12px 0 20px;
    margin: 10px 0 0;
    font-size: .9em;
}

#footer p {
    margin: 0;
}

/*
=newsletter
---------------------------------------------- */

#newsletter {
}

#newsletter em, em.required {
    color: #f00;
}

#newsletter input.text {
    width: 180px;
    height: 14px;
    border: 1px solid #C8D983;
}

#newsletter label {
    display: block;
    margin-bottom: 1em;
}