/*                                              table of font sizes
=reset                                       px/em
=sticky footer                         10/0.833 
=general                                   11/0.917
=page structure                       12/1
=page content                          13/1.083
=misc                                        14/1.167
=debug                                      15/1.25
                                                  16/1.333
                                                  18/1.5
*/


/***************** =RESET ****************/

html,body,form,fieldset,input,select {margin: 0; padding: 0;}
sup {vertical-align: top;}
a img {border: none;}
table, tr, td, input, select, textarea, ul, ol { font-size: 1em; vertical-align: top; }

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

/***************** =sticky footer ****************/

html,body { 
    height: 100%; 
}

#container {
    position: relative;
    min-height: 100%;
}

#content_wrapper { padding-bottom: 250px; padding-top: 1px; }

#footer {
    height: 248px;
    padding: 1px 0 1px 0;
    position: relative;   
    margin: -250px auto 0;
}

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

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #231f20;
    background-color: #fff;
}

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

#container {
    width: 918px;
    margin: 0 auto;
    background: transparent url(/images/bg-content.png) no-repeat left top;
}

.content_top {
    height: 16px;
    background: transparent url(/images/bg-content-top.png) no-repeat left top;
}

#content_wrapper {
    width: 100%;
    padding-top: 1px;
}

#footer {
    width: 918px;
    background: transparent;
}

.left_col {
    float: left;
    width: 148px;
    padding: 19px 43px 0 15px;
}

.middle_col {
    float: left;
    width: 462px;
    padding: 19px 46px 30px 0;
}

.right_col {
    float: right;
    width: 190px;
    margin: 5px 0 76px 0;
    padding: 0;
}

.right_col .white {
    background-color: #fff;
    padding: 10px 8px 0 8px;
}

.right_col .transparent {
    padding: 0 0 10px 8px;
}


.butterflies_top {
    background: transparent url(/images/butterflies-top.png) no-repeat left top;
    height: 384px;
    width: 634px;
    position: absolute;
    left: 0;
    top: 0;
}

.butterflies_bottom {
    background: transparent url(/images/butterflies-bottom.png) no-repeat left top;
    height: 411px;
    width: 258px;
    position: absolute;
    display: none;
    left: 0;
}

.community_join_top {
    position: absolute;
    background: transparent url(/images/community-top.png) no-repeat left top;
    height: 116px;
    width: 221px;
    top: 0;
    right: -1px;
}

.community_join_top a {
    display: block;
    height: 95px;
    width: 192px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*****************=typography**********/

a {
    color: #10a9bb;
    text-decoration: none;
}

a:hover { color: #01788f; }

h1 {
    font-size: 1.667em;
    color: #00535e;
    font-weight: normal;
    margin: -5px 0 7px 0;
}

h2 {
    font-size: 1.333em;
    color: #00535e;
    margin: 10px 0 4px 0;
    font-weight: bold;
}

h3 {
    font-size: 1.167em;
    color: #00535e;
    margin: 10px 0 4px 0;
    font-weight: bold;
}

/*****************=header*************/

#header {
    height: 90px;
    background-color: transparent;
    padding: 44px 0 0 0;
    position: relative;
}

#header a { color: #8c8754; }
#header a:hover { color: #6d6e71; }

a.home_link {
    display: inline;
    float: left;
    font-size: 1.083em;
    margin: 0 22px 0 16px;
    font-weight: bold;
    
}

form.header_search {
    float: left;
    position: relative;
    top: -3px;
}

.header_search input.text {
    font-size: 0.917em;
    height: 17px;
    position: relative;
    top: 0;
    padding: 5px 0 0 7px;
    border: 0;
    width: 135px; 
    margin-right: 2px;
}

ul.utility_nav {
    float: left;
    margin-left: 4px;
}

ul.utility_nav li {
    margin-left: 16px;
    display: inline;
    font-size: 0.917em;
}

p.bread_crumbs {
    padding: 0;
    margin: -3px 0 19px 0;
    color: #8c8754;
    font-size: 0.917em;
}

p.bread_crumbs a {
    color: #8c8754;
}

p.bread_crumbs a:hover {
    color: #6D6E71;
}

a.logo {
    display: block;
    height: 86px;
    width: 185px;
    background: transparent url(/images/logo.png) no-repeat left top;
    position: absolute;
    left: 489px;
    top: 28px;
    
}




/******dropdown lists**************/



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

a.logo_isign {
    float: left;
    margin: 35px 0 0 20px;
}

a.top_link {
    display: block;
    width: 28px;
    text-align: center;
    height: 12px;
    background: transparent url(/images/icon-top.png) no-repeat 50% top;
    padding-top: 21px;
    color: #00535e;
    position: absolute;
    left: 737px;
    bottom: 13px;
    z-index: 5;
}

.community_join_bottom {
    width: 202px;
    height: 241px;
    background: transparent url(/images/community-bottom.png) no-repeat left top;
    position: absolute;
    right: -5px;
    bottom: 0;
    z-index: 2;
}

a.community_join_bottom_link {
    display: block;
    width: 202px;
    height: 130px;
    position: absolute;
    right: -5px;
    bottom: 110px;
    z-index: 10;
}

#footer ul.bottom_nav {
    width: 462px;
    margin-left: 206px;
    background: transparent url(/images/footer-blue-stripe.png) repeat-x scroll left top;
}

#footer ul.bottom_nav li {
    width: 114px; 
    float: left;
}


#footer ul.bottom_nav li ul li {
    display: block;
}

#footer ul.bottom_nav li.header { padding: 6px 0 0 0; }
#footer ul.bottom_nav li.header a { 
    font-size: 0.917em; 
    font-weight: bold;
}

#footer ul.bottom_nav li.header a {color: #00535e;}
#footer ul.bottom_nav li.header ul {margin-top: 3px;}
#footer ul.bottom_nav li.header ul li {
    line-height: 0.833em;
    padding-bottom: 3px;
    width: 100px;
}

#footer ul.bottom_nav li.header ul li a {
    font-size: 0.833em; 
    color: #6d6e71;
}

#footer ul.bottom_nav li.header ul li a:hover {color: #00535e;}

#footer ul.bottom_utilities {
    clear: left;
    margin: 12px 0 10px 206px;
}

#footer ul.bottom_utilities li.home_link {font-size: 1em;}
#footer ul.bottom_utilities li a {color: #8c8855;}
#footer ul.bottom_utilities li a:hover {color: #6d6e71;}

#footer ul.bottom_utilities li {
    display: inline;
    font-size: 0.917em; 
    margin-right: 27px;
}

#footer p { padding-left: 20px; }

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

.intro {margin-bottom: 19px;}
.intro.home {margin-bottom: 0; }

.intro p, .page_links p {
    color: #6d6e71;
    line-height: 1.667em;
    margin: 12px 0;
    font-size: 1.083em;
}

.intro a {
    font-weight: bold;
}

.page_links {
    margin-bottom: 25px;
}

.page_links p { margin: -5px 0 7px 0; }

.page_links ul li {
    display: inline;
    font-size: 1.167em;
    font-weight: bold;
    margin-right: 10px;
}

.banner { margin-bottom: 8px; }

h2.feature {
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    color: #00a4b9;
    background: transparent url(/images/border-blue-stripe.png) repeat-x left bottom;
    padding-bottom: 8px;
    margin: 16px 0 12px 0;
}

h2.feature_alt {
    background: transparent url(/images/border-blue-stripe.png) repeat-x left bottom;
    padding-bottom: 3px;
    margin: 1px 0 6px 0;
}

h2.feature_alt small {
    font-weight:normal;
    font-size:0.6875em;
}

div.feature_box {
    background: transparent url(/images/border-blue-stripe.png) repeat-x left bottom;
    margin-bottom: 12px;
    padding-bottom: 5px;
}

.videos div.feature_box { 
    background-image: none; 
    margin-bottom: 2px;
}

ul.video_list li {
    width: 226px;
    float: left;
    padding: 0 10px 6px 0;
    position: relative;
}

ul.video_list li.right {
    padding-right: 0;
    width: 226px;
}

ul.video_list li.clearer {
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

span.content_video {
    padding-top:5px;
    display:block;
    float: right;
    width: 200px;
    position: relative;
    margin: 0 0 10px 10px;
}

ul.video_list li a.video_thumb, div.content_video a.video_thumb, span.content_video a.video_thumb{
    display: block;
    height: 66px;
    width: 86px;
    position: absolute;
    background: transparent url(/images/video-mask.png) no-repeat left top;
    top: 0;
    left: 0;
}

span.content_video a.video_thumb {
    top: 5px;
}

ul.video_list li img, div.content_video img, span.content_video img {
    float: left;
    margin: 0;
    width: 86px;
}

ul.video_list li p.video_title, div.content_video p.video_title, ul.video_list li span.video_title, span.content_video span.video_title {
    font-size: 0.917em;
    font-weight: bold;
    padding-top: 2px;
    display: block;
}

div.intro ul.video_list, div.intro span.content_video { 
    font-size: 0.923em;
}

h2 ul.video_list, h2 span.content_video { 
    font-size: 0.74999em;
    font-weight: normal;
}

h3 ul.video_list, h3 span.content_video { 
    font-size: 0.8571em;
    font-weight: normal;
}

ul.video_list li p, div.content_video p, ul.video_list li span, span.content_video span {
    font-size: 0.833em;
    font-size: 0.833em;
    margin: 2px 0 2px 0;
    padding-left: 91px;
    color: #00535e;
    line-height: 1.167em;
    display: block;
}

a.hand_link {
    color: #00a4b9;
    background: transparent url(/images/icon-hand-link.png) no-repeat left -35px;
    margin-left: 4px;
    padding: 4px 0 5px 22px;
    text-transform: uppercase;
    font-size: 0.75em;
}

a.hand_link:hover {
    color: #00758c;
    background-position: left top;
}

h2 a.hand_link, h3 a.hand_link {
    font-size: 0.643em;
}

/****************=left_col**********/

ul.left_icons {
    width: 153px;
    margin-right: -5px;
}

.left_icons li {
    display: block;
    width: 43px;
    float: right;
    padding: 0 12px 17px 0;
}

.left_icons li.right {
    padding-right: 0;
}

a.ad {
    width: 140px;
    background: transparent url(/images/bg-white-rounded-top.png) no-repeat left top;
    padding: 4px 4px 0 4px;
    display: block;
    text-align: center;
}

.ad_bottom {
    width: 148px;
    height: 5px;
    background: transparent url(/images/bg-white-rounded-bottom.png) no-repeat left top;   
    margin: 0 0 20px 0;
}

/****************=right_col**********/

.right_col {
    position: relative;
}

.right_col h2 {
    font-size: 1.25em;
    color: #00a4b9;
    margin: 9px 0 0 0;
}

.right_col h3 {
    font-size: 0.833em;
    text-transform: uppercase;
    color: #00a4b9;
    margin-bottom: 0;
}

.right_col h2.right_col_header {
    position: absolute;
    top: -40px;
    left: 10px;
    font-size: 1.417em;
    font-weight: bold;
}

.right_col_top {
    height: 15px;
    width: 193px;
    background: transparent url(/images/right-col-top.png) no-repeat left top;
    position: absolute;
    top: -15px;
    left: -2px;
}

a.right_col_top_banner {
    display: block;
    text-align: center;
    margin-bottom: 4px; 
}

.prev_next_links a {
    color: #aaa783;
}

.prev_next_links a.prev {
    background: transparent url(/images/arrow-prev.png) no-repeat left 6px;
    padding-left: 8px;
}

.prev_next_links a.next {
    float: right;
    background: transparent url(/images/arrow-next.png) no-repeat right 6px;
    padding-right: 8px;
}

.prev_next_links a.prev:hover {
    background-position: left -5px;
    color: #6d6e71;
}

.prev_next_links a.next:hover {
    background-position: right -5px;
    color: #6d6e71;
}

/**************calendar****************/

.projcal_container {
    width: 173px;
    margin-top: 1px;
}

.projcal {
    width: 173px;
    _width: 176px;  /* ie 6 only */
}

.projcal .month {
    color: #aaa683;
    font-size: 1.417em; /* 17px */
    font-weight: bold;
    text-transform: lowercase;
    margin: 0;
}

.projcal .days {
    width: 100%;
    height: 12px;
    background: transparent url(/images/bg-days.png) no-repeat 0% 0%;
    margin-top: 2px;
}

.projcal_wrapper {
    width: 100%;
}

.projcal a, .projcal span {
    float: left;
    display: block;
    width: 23px;
    height: 19px;
    padding-top: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #d9d5b5;
    text-align: center;
    color: #fff;
}

.weekend {
    background-color: #d0cba4 !important;
}


.ntm {
    color: #fbfaf2 !important;
    background-color: #e3e0c8 !important;
}

.last {
    border-right: none !important;
}

.projcal a, .projcal a:focus, .projcal a:hover, .projcal a:active {
    background: #99d8e0 !important;
    text-decoration: none !important;
    color: #fff !important;
}

.projcal a.today {
    background-color: #66c8d4 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.jump_menu {
    width: 173px;
    _width: 176px;  /* ie 6 only */
    margin: 0 0 0 2px;
    padding: 2px 0 7px 0;
}

.jump_menu p {
    overflow: hidden;
    margin: 0;
}

.jump_menu a {
    background: transparent url(/images/arrow-prev-month.png) no-repeat left -15px;
    padding-left: 19px;
    float: left;
    color: #c3c0a4;
    text-transform: lowercase;
    font-size: 0.833em;
}

.jump_menu a:hover {
    color: #6d6e71;
    background-position: left 2px;
}

.jump_menu .next {
    text-align: right;
    float: right;
    padding: 0 19px 0 0;
    background: transparent url(/images/arrow-next-month.png) no-repeat right -15px;
}

.jump_menu a.next:hover {
    background-position: right 2px;
}

/***************=right_col content*****/

.right_col .content p {
    font-size: 0.833em;
    color: #00535e;
    margin-top: 0;
    line-height: 1.167em; 
    padding-right: 8px;
}

.right_col .content a:hover h3 {
    color: #01788F;
}

a.pdf_download {
    display: block;
    background: transparent url(/images/icon-pdf-large.png) no-repeat left 21px;
    min-height:58px;
    height:auto !important;
    height:58px;
    padding-top: 1px;  
    margin-top: 4px;  
}


a.pdf_download.first {
    margin-top: 10px;
}

a.pdf_download.date {
    background-position: left 49px;
    min-height: 85px;
}

a.pdf_download.date p:first-child, a.pdf_download.date p.first {
    padding-left: 0;
    margin-top: 0;
}

a.pdf_download h3 {
    margin: 0 0 7px 0 !important;
}

.content ul li a.pdf_download h3 {
   line-height: 16px;
   color: #10A9BB;
}

.content ul li a.pdf_download:hover h3 {
   color: #01788F;
}

a.pdf_download p {
    padding: 4px 0 0 43px;
    margin: 0;
}

.content ul li a.pdf_download p {
   line-height: 15px;
}

/*****************=calendar page*****/

div.calendar_item {
    padding-bottom: 17px;
}

div.calendar_item .intro {
    margin-bottom: 5px;
}

.calendar_item .intro p {
    margin-bottom: 0;
}

.calendar_item h2 {
    font-size: 1.5em;
    color: #00a4b9;
    font-weight: normal;
    margin: -4px 0 13px 0;
    clear: left;
}

.calendar_item .content {
    float: left;
    width: 305px;
    margin-top: 0;
}

.calendar_item .content p {
    margin-top: 0;
    padding-top: 0;
}

.banner_top {
    margin: 5px 0 6px 0;
}

.banner_right {
    float: right;
    margin-top: 10px;
}

.small {
    float: right;
    width: 140px;
    padding: 4px 4px 0 4px;
    margin-left: 10px;
    background: transparent url(/images/bg-white-rounded-top.png) no-repeat scroll left top;
    text-align: center;
}

.bottom_small {
    clear: right;
    float: right;
    margin-bottom: 10px;
    background: transparent url(/images/bg-white-rounded-bottom.png) no-repeat scroll left top;
    width: 148px;
    height: 5px;
}

.full {
    width: 454px;
    padding: 4px 4px 0 4px;
    background: transparent url(/images/bg-white-rounded-top-large.png) no-repeat scroll left top;
    text-align: center;
    clear: both;
}

.small p, .full p {
    text-align: left;
    padding-top: 8px;
    font-size: 0.833em;
    color: #006975;
    line-height: 1.083em;
}

.bottom_full {
    background: transparent url(/images/bg-white-rounded-bottom-large.png) no-repeat scroll left top;
    width: 462px;
    height: 5px;
    margin-bottom: 10px;
}



.content ul, .content ol {
    margin: 3px 0 2px 0;
}

.content ul li {
    font-size: 1em;
    background: transparent url(/images/icon-bullet.png) no-repeat left 13px;
    padding: 5px 0 5px 10px;
    line-height: 1.833em;
}

.content ol li {
    font-size: 1em;
    list-style-position: inside;
    padding: 5px 0 5px;
    line-height: 1.833em;
}

.content p {
    padding-top: 1px;
    font-size: 1em;
    line-height: 1.833em;
    margin: 4px 0 3px 0;
}



/****************=thickbox************/

.thickbox-content {
    padding: 4px 0 0 19px;
}

.thickbox-content ul.video_list {
    margin-top: 15px;
}

.thickbox-content ul.video_list li {
    width: 100%;
    padding-bottom: 9px;
}

.thickbox-content ul.video_list li p {
    margin-left: 92px;
    padding: 0 !important;
    margin-bottom: 2px;
}

.thickbox-content ul.video_list li p.video_title {
    margin-top: -2px;
}

.thickbox-content h2 {
    font-size: 1.167em !important;
    color: #8cd4dd !important;
    margin: 0 0 4px 0 !important;
    font-weight: bold !important;
}

.thickbox-content a.hand_link {
    margin-left: 0;
    text-transform: none;
    font-size: 0.917em;
    font-weight: bold;
    padding: 4px 0 2px 24px;
}

p.hand_link_description {
    margin: -2px 0 6px 24px !important;
}

a.logo_small {
    float: right;
    position: relative;
    top: -7px;
    left: -7px;
}

.thickbox-content p.note {
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 6px 0 0 0 !important;
    margin: 0 !important;
    clear: left;
    color: #30717a;
}

div.video_box_links {
    margin-left: 36px;
}

div.video_box_links a {
    font-size: 0.917em;
    font-weight: bold;
    margin-right: 24px;
}

div.video_box_links a.end {
    margin-right: 0;
}

.content_image {
    float: right;
    margin: 0 0 10px 10px;
}

.content_caption {
    float: right;
    margin: 0 0 10px 10px;
}

/****************=newsletter archive********/

h2.hidden {
    background: transparent url(/images/arrow-show-hide.png) no-repeat left 6px;
    padding-left: 12px;
}

.right_col h2.hidden {
    background-position: left 5px;
}

h2.showing {
    background: transparent url(/images/arrow-show-hide.png) no-repeat left -8px;
    padding-left: 12px;
}

/*****************=site map**********/

ul.site_map {
    margin-top: 10px;
}

ul.site_map li {
    padding-top: 0;
    padding-bottom: 0;
    background-position: left 9px;
    margin-top: 20px;
}

ul.site_map li li {
    margin-top: 0;
}

ul.site_map ul {
    margin-left: 40px;
    margin-top: 0;
}

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

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 

#debug {
    background-color: transparent !important;
    padding-top: 120px !important;
}

#yk_debug_info { padding-bottom: 10px; }

.login_wrapper p {
    margin: 12px 0;
}

.login_wrapper input.text, .login_wrapper input.password {
    padding: 1px 0 2px 2px;
}

.hide {
    display: none;
}

#last_modified_date {
    margin-left: 206px;
    font-size:0.833em;
    padding-bottom: 10px;
}

#last_modified_date p{
    padding: 0;
}

p.date {
    margin: 0;
    font-style: italic;
}

div.pagination {
    float:right;
}

ul.pagination, ul.pagination li {
    display: inline;
    list-style-image: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0;
    padding: 0;    
}


/*****************=membership form************* */
.hide {
	display: none;
}

.member_reg h1 {
	background: transparent url("/images/border-blue-stripe.png") repeat-x left bottom;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.member_reg p {
	line-height: 1.667em;
	font-size: 1.083em;
	color: #6D6E71;
	margin-bottom: 12px;
}

.member_reg #form-messages {
	float: left;
	padding-left: 10px;
	margin-bottom: 30px;
}

.member_reg #form-messages ul {
	line-height: 1.5;
}

.member_reg #form-messages ul li {
	color: #eb0505;
}

p.thank {
	color: green;
	position: relative;
	top: 20px;
	font-size: 1.2em;
	background: transparent url(/images/icon-success.gif) no-repeat 0 15%;
	padding-left: 20px;
}

p.thank.error_msg {
	color: red;
	background: none;
	padding-left: 0;
}

.member_reg_form {
	margin-top: 60px;
}

.member_reg_form p.required {
	text-align: right;
	color: #9da0a3;
	font-size: 0.9em;
	margin: 0;
	position: absolute;
	right: 0;
	top: -40px;
}

.member_reg_form fieldset {
	border: none;
	position: relative;
	padding: 0;
	width: 453px;
	background: transparent url(/images/fieldset-top-bg.gif) no-repeat 0 0;
	clear: both;
}

.member_reg_form fieldset.status_container {
	height: 91px;
	background: transparent url(/images/fieldset-controls-bg.gif) no-repeat 0 0;
	padding-top: 0;
}

.member_reg_form fieldset {
	padding-top: 14px;
	margin-bottom: 10px;
	display: block;
}

.member_reg_form fieldset div {
	margin: 0 0 6px 120px;
	padding-left: 35px;
}
	
.member_reg_form fieldset div label {
	line-height: 1.1;
	margin: 5px 20px 0 -120px;
	display: block;
	width: 100px;
	float: left;
	color: #6d6e71;
	font-size: 1.1em;
}

.member_reg_form fieldset.status_container div label {
	width: 120px;
	float: none;
	margin-top: 22px;
}
	
.member_reg_form fieldset div input,
.member_reg_form fieldset div select {
	display: block;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.member_reg_form fieldset div select {
	display: block;
	margin: 7px 0 0 -120px;
}

.member_reg_form fieldset div select option {
	padding: 0 4px;
}

.member_reg_form fieldset div input {
	background: transparent url('/images/form-field-bg.gif') no-repeat 0 0;
	border: none;
	width: 159px;
	height: 29px;
	padding-left: 5px;
	line-height: 29px;
	vertical-align: middle;
}

.member_reg_form fieldset div input.error {
	background: transparent url('/images/form-field-bg.gif') no-repeat 0 -29px;
}

.member_reg_form fieldset div label.error {
	color: #eb0505;
}

input#submit {
	border: none;
	cursor: pointer;
	position: absolute;
	top: 28px;
	right: 25px;
	background: #0299ac url(/images/member-submit.png) no-repeat 0 0;
	width: 73px;
	height: 38px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -5000px;
	zoom:1;
}

input#submit:hover {
	background: #0299ac url(/images/member-submit.png) no-repeat 100% 0;
}

.member_reg_form fieldset img {
	margin-top: 4px;
}