/* $Id: free-layout.css 2899 2015-05-01 01:46:54Z culley $ */

/* HTML elements */
* {
    font-family: Arial;
    color: #414042;
}

body, span, div, p, a, li {
	font-size: 14px;
}


form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  /* vertical-align: middle; */
  /* vertical-align: top; */
}

ul {
  list-style-type: none;
  padding-top: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

li {
  padding-left: 0px;
  text-indent: 0px;
}

a:link, a:active, a:visited, a:hover {
    color: #06c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* end HTML elements */


#page {
    width: 1020px;
    z-index: 0;
    text-align: left;
    margin: 0 auto;
}

#navigation {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 995px;
/*    z-index: 2;*/
}

#join-button {
    float: left;
    position: relative;
    left: 5px;
    top: 15px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 57px;
    height: 29px;
}

#content-top {
    padding-left: 10px;
    padding-top: 0px;
    margin: 0px;
    float: left;
}

#footer {
    float: left;
    padding: 3px;
    font-size: 12px;
    color: #333;
    margin-bottom: 15px;
}

.clear-block {
    height: 1px;
    clear: both;
}
/* end page layout regions */

/* tabbed menu settings */
ul.primary-links {
    float: left;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    padding-left: 25px;
/*    z-index: 1;*/
}

ul.primary-links li {
    float: left;
    position: relative;
    top: 11px;
    margin: 0px;
    padding: 0px;
    margin-right: -10px;
    height: 39px;
    background-color: transparent;
    overflow: hidden;
/*    z-index: 1;*/
}
ul.primary-links > li {
    top: 7px;
}

ul.primary-links li.active-tab {
    overflow: visible;
/*    z-index: 4;*/
}
/* end tabbed menu settings */

#header-constraint{
    width: 960px;
    min-width: 960px;
    text-align: center;
    margin: 0 auto;
    height: 100px;
    position: relative;
}
/* header styles */
#header {
    width: 100%;
    min-width: 1022px;
    margin-bottom:20px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 65%, #e5eff9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(65%,#ffffff), color-stop(100%,#e5eff9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#e5eff9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#e5eff9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#e5eff9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#e5eff9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5eff9',GradientType=0 ); /* IE6-9 */
}

#logo {
    float: left;
}

#logo img {
    padding-left: 30px;
    margin-bottom: 10px;
}
#salutation {
    float:right;
    margin-right:30px;
    margin-top:10px;
}
#salutation-link {
    margin-right: 25px;
}
#salutation-link a:active, #salutation-link a:visited, #salutation-link a:link, #salutation-link a:hover {
	padding-top: 5px;
	font-size: 12px;
	color: #339;
}
/* end header styles */

/* page border */
#page-content {
    float: left;
    background-color: #fff;
    position: relative;
    left: 0px;
    width: 1012px;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    border: 0px;
    border: 3px solid #428BCA;
    box-shadow: 0px 0px 5px #428BCA;
    min-height: 400px;
    border-radius: 10px;
}



/* miscellaneous individual elements */
.mixed-link {
    float: left;
    vertical-align: center;
    text-align: center;
    width: 120px;
    padding: 5px;
}
.mixed-link * {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2em;
    vertical-align: center; 
}
.small {
    font-size: 10px;
}

.title-bar {
    float: left;
    min-width: 195px;
    height: 37px;
    padding: 0px;
    margin: 0px;
    padding-left: 45px;
    padding-top: 10px;
    font-size: 18px;
    color: blue;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/title_bar.png") transparent top left no-repeat;
}

.thumbnail {
    float: left;
    width: 145px;
    text-align: center;
    vertical-align: top;
    padding-bottom: 15px;
}

.wrapped-list {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.wrapped-list li {
    float: left;
    width: 45%;
}

#footer img {
	margin-bottom: 3px;
}
#footer, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover, .footer-title {
	color: #029;
	line-height: 1.6em;
	font-size: 12.5px;
}

#footer ul {
    float: left;
    padding-left: 2em;
}
.footer-title {
    font-weight: bold;
    font-size: 14px;
}

#global-footer {
    background-color: #194ec1;
    width: 100%;
    min-width: 1022px;
    height: 60px;
    text-align: center;
}

#global-footer span {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 13px;
	padding: 6px;
	margin: 0px;
	padding-left: 45px;
	padding-right: 45px;
	letter-spacing: 0.02em;
}
#global-footer a:link, #global-footer a:active, #global-footer a:visited, #global-footer a:hover {
    color: white;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.02em;
}

#langLinks {
    padding-top: 5px;
}

.langLink {
    margin-right: 10px;
}

.my-abcteach {
    width: 250px;
    height: 239px;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/my_abcteach.png") transparent top left no-repeat;
}
.my-abcteach div {
    width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    visibility: hidden;
}
.my-abcteach a {
    cursor: pointer;
}

.search-box input {
    border: 0px;
    width: 195px;
    height: 21px;
    color: #090;
    font-style: italic;
    font-weight: bold;
}
.search-box img {
    vertical-align: top;
}

.slideshow {
	float: left;
	padding-left: 6px;
    padding-right: 9px;
    margin-top: 6px;
	border: 0px;
	width: 560px;
	height: 220px;
}
.searchbox {
    border: 0px;
    width: 400px;
}
.contentbox {
	float: left;
	margin: 10px;
	min-height: 100px;
}

.create-your-own {
	color: #630;
	font-size: inherit;
}
.search-input-prompt, .search-input {
    position: relative;
    top: 12px;
    left: 0px;
    float: right;
    height: auto;
    height: 25px;
    width: 215px;
    text-align: center;
}
.search-input-prompt {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/arrow_box_text.png") transparent top left no-repeat;
}
.search-input {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/search.png") transparent top left no-repeat;
}
.search-input-box {
    float: left;
    padding: 4px;
    padding-bottom: 0px;
    height: 21px;
    width: 185px;
    border: 0px;
    background-color: transparent;
}
.search-button {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: transparent;
    cursor: pointer;
    height: 26px;
    width: 21px;
}

#learn-more-box3 {
    float: left;
    width: 398px;
    height: 220px;
    margin-top: 6px;
    background: url("http://static.abcteach.com/images/member_header_new_kid.jpg") transparent top left no-repeat;
}

#learn-more-box3 li {
  text-indent: 15px;
}

.learn-more-box {
    float: left;
    width: 397px;
    height: 221px;
    margin-top: 6px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/learnmore-box.png") transparent top left no-repeat;
    text-align: center;
}
.learn-more-link {
    float: left;
    padding-top: 65px;
    padding-left: 15px;
    text-align: center;
}
.learn-more-link a:link, .learn-more-link a:active, .learn-more-link a:visited, .learn-more-link:hover {
    font-size: 11px;
    color: #050;
}
#sandy-message-link {
    margin-top: 7px;
    width: 94%;
    padding: 0 3%;
    color: purple;
    font-style: italic;
    text-align: center;
}
#sandy-message-link img {
    margin-right: 10px;
}
#sandy-message-link a:link, #sandy-message-link a:active, #sandy-message-link a:visited, #sandy-message-link a:hover {
	color: #c63;
	font-size: 15px;
	font-style: italic;
}
.free-directory-heading {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/directory_pages/directory-header.png") transparent top left no-repeat;
    width: 627px;
    height: 26px;
    text-align: right;
}
.free-directory-heading a:link, .free-directory-heading a:active, .free-directory-heading a:visited, .free-directory-heading a:hover {
    line-height: 26px;
    vertical-align: center;
    color: white;
    text-decoration: underline;
}	
.free-directory {
	width: 272px;
	height: 531px;
	margin: 0px;
	padding: 0px;
	text-align: center;
    background: url("http://static.abcteach.com/globals/images/tab_layout/explore_box2.png") transparent top left no-repeat;
}
.free-directory ul {
	padding-top: 32px;
	padding-left: 15px;
	margin-bottom: 10px;
    text-align: left;
}
.free-directory a:link, .free-directory a:active, .free-directory a:visited, .free-directory a:hover {
    display: block;
    height: 2em;
    color: #222299;
}
.free-directory ul img {
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 10px;
}
.free-directory-link a:link, .free-directory-link a:active, .free-directory-link a:visited, .free-directory-link a:hover {
	color: #900;
	font-style: italic;
}
.seasonal-favorites {
    width: 272px;
    height: 183px;
    background: url("http://www.abcteach.com/images/seasonal_favorites/seasonbox_S.png") transparent top left no-repeat;
}
.seasonal-favorites ul {
    padding-top: 35px;
    padding-left: 15px;
}
.seasonal-favorites a:link, .seasonal-favorites a:active, .seasonal-favorites a:visited, .seasonal-favorites a:hover {
	line-height: 24px;
	color: green;
}
.free-whats-new, .interactive, .picks {
    width: 354px;
    height: 189px;
}
.free-whats-new {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/header_whatsnew.png") transparent top left no-repeat;
}
.interactive {
    margin-top: 6px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/header_interactives.png") transparent top left no-repeat;
}
.picks {
    margin-top: 6px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/header_sandyspicks.png") transparent top left no-repeat;
}
.fwn-title, .interactive-title, .picks-title, .directory-picks-title, .directory-art-title {
	height: 34px;
	text-align: right;
}
.fwn-title, .interactive-title, .picks-title {
    width: 334px;
}
.directory-picks-title, .directory-art-title {
	width: 291px;
}
.fwn-title a:link, .fwn-title a:active, .fwn-title a:visited, .fwn-title a:hover,
.interactive-title a:link, .interactive-title a:active, .interactive-title a:visited, .interactive-title a:hover,
.picks-title a:link, .picks-title a:active, .picks-title a:visited, .picks-title a:hover,
.directory-picks-title a:link, .directory-picks-title a:active, .directory-picks-title a:visited, .directory-picks-title a:hover,
.directory-art-title a:link, .directory-art-title a:active, .directory-art-title a:visited, .directory-art-title a:hover {
    line-height: 34px;
    vertical-align: center;
    color: white;
    font-style: italic;
}
.fwn-item, .interactive-item, .picks-item {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	width: 105px;
	text-align: center;
    line-height: normal;
}
.fwn-item a:link, .fwn-item a:active, .fwn-item a:visited, .fwn-item a:hover,
.interactive-item a:link, .interactive-item a:active, .interactive-item a:visited, .interactive-item a:hover,
.picks-item a:link, .picks-item a:active, .picks-item a:visited, .picks-item a:hover {
    font-size: 11px;
    color: blue;
}	
.free-newsletter {
    margin-top: 6px;
    width: 354px;
    height: 105px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/newsletter_box.png") transparent top left no-repeat;
}
.newsletter-button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: transparent;
    cursor: pointer;
    height: 20px;
    width: 25px;
}
.fn-signup, .fn-signup-prompt {
    position: relative;
    top: 40px;
    left: 110px;
    padding-left: 2px;
    padding-top: 2px;
    width: 231px;
    height: 23px;
}
.fn-signup {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/newsletter_signup.png") transparent top left no-repeat;
}
.fn-signup-prompt {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/newsletter_signup_prompt.png") transparent top left no-repeat;
}
.fn-text {
	border: 0px;
	height: 21px;
	width: 198px;
	background-color: transparent;
}
.free-abctools {
    width: 272px;
    height: 462px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/abctools_box.png") transparent top left no-repeat;
    text-align: center;
}
.tools-logo {
    padding-top: 36px;
    padding-bottom: 9px;
}
.free-tool-link:link, .free-tool-link:active, .free-tool-link:visited, .free-tool-link:hover {
    float: left;
    display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 87px;
	height: 80px;
	font-size: 10px;
	color: #333;
	white-space: nowrap;
}
.offset-tool-link:link, .offset-tool-link:active, .offset-tool-link:visited, .offset-tool-link:hover {
    margin-top: -9px;
    left: 6px;
}
.more-tools-link {
	padding-top: 12px;
}
.more-tools-link a:link, .more-tools-link a:active, .more-tools-link a:visited, .more-tools-link a:hover {
	font-style: italic;
	color: red;
}
.free-links {
    margin-top: 9px;
    width: 272px;
    height: 33px;
    text-align: center;
}
.free-links a {
	padding-left: 3px;
	padding-right: 3px;
}
.abcblog {
    width: 272px;
    height: 185px;
    background: url("http://static.abcteach.com/globals/images/blog-container.png") transparent top left no-repeat;
}
.abcblog-inner {
    width: 262px;
}
.abcblog ul {
    padding-top: 30px;
    padding-left: 15px;
}
.abcblog li {
    padding-top: 6px;
}
.abcblog a:link, .abcblog a:active, .abcblog a:visited, .abcblog a:hover {
    font-style: italic;
    color: #369;
}
/* end miscellaneous individual elements */
/* directory home page elements */
#interactive_title, #abctools-featured {
	float: left;
    padding-left: 6px;
	margin-right: 12px;
	margin-top: 15px;
}
.directory-seasonal, .abctools-video {
    float: left;
    width: 397px;
    height: 221px;
    margin-top: 14px;
}
.directory-seasonal {
    background: url("http://www.abcteach.com/images/seasonal_favorites/seasonbox_M.png") transparent top left no-repeat;
}
.directory-seasonal ul {
    padding-top: 55px;
    padding-left: 21px;
}
.directory-seasonal a:link, .directory-seasonal a:active, .directory-seasonal a:visited, .directory-seasonal a:hover {
    line-height: 28px;
    font-size: 16px;
    font-style: italic;
    color: #063;
    padding-left: 25px;
    background: url("http://www.abcteach.com/images/seasonal_favorites/seasonboxicon.png") transparent top left no-repeat;
}
.core-subjects {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/directory_tab/core_subjects_box.png") transparent top left no-repeat;
    width: 313px;
    height: 241px;
    margin-bottom: 15px;
}
.core-list, .pop-list, .selected-list {
	padding-top: 30px;
	padding-left: 15px;
}
.core-list img, .pop-list img, .selected-list img {
    margin-right: 6px;
    width: 15px;
}	
.core-list li {
    display: block;
    height: 30px;
}   
.core-list a:link, .core-list a:active, .core-list a:visited, .core-list a:hover {
	color: #606;
	white-space: nowrap;
}
.pop-categories {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/directory_tab/popular_box.png") transparent top left no-repeat;
    width: 314px;
    height: 242px;
    margin-bottom: 15px;
}
.pop-list li {
    display: block;
    height: 30px;
}	
.pop-list a:link, .pop-list a:active, .pop-list a:visited, .pop-list a:hover {
    color: #920;
    white-space: nowrap;
}
.selected-materials {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/directory_tab/selected_box.png") transparent top left no-repeat;
    width: 313px;
    height: 153px;
}
.selected-list li {
    display: block;
    height: 24px;
}   
.selected-list a:link, .selected-list a:active, .selected-list a:visited, .selected-list a:hover {
    color: #039;
}
.directory-picks {
    height: 434px;
    width: 291px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/directory_tab/header_sandyspicks.png") transparent top left no-repeat;
    text-align: center;
    padding-bottom: 20px;
}
.directory-picks-div {
	width: 261px;
    margin-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	height: 85px;
	overflow: hidden;
	text-align: left;
}
.directory-picks-div h4 {
    display: inline;
    color: #039;
    font-weight: bold;
    font-size: 14px;
}
.directory-picks-div p {
	padding-top: 6px;
	font-size: 12px;
}
.directory-picks-img {
	float: left;
	padding-right: 6px;
	vertical-align: top;
}
.directory-art {
    width: 291px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/directory_tab/header_clipart.png") transparent top left no-repeat;
}

.directory-art-item {
	float: left;
	height: 89px;
	padding-left: 6px;
	margin-top: 12px;
}
.spotlight {
    background: url("http://static.abcteach.com/globals/images/abcblog.png") transparent top center no-repeat;
    width: 291px;
    height: 410px;
    text-align: center;
}
.spotlight-img {
    height: 190px;
}
.spotlight-feature {
	padding-top: 45px;
	width: 100%;
}
.spotlight-feature h3 {
    font-weight: bold;
    color: #039;
    margin: 10 0;
    font-size: 18px;
}
.spotlight-feature p {
	text-align: justify;
	margin: 0 15;
    font-size: 12px;
}
.directory-sightings {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/directory_tab/sandys_sightings.png") transparent top left no-repeat;
    width: 274px;
    height: 176px;
    margin-top: 10px;
    margin-left: 6px;
}
.sighting-feature {
	position: relative;
	top: 35px;
	left: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.sighting-feature p {
    color: white;
    font-style: italic;
}	
.sighting-feature img {
    position: relative;
    top: 0px;
    left: 0px;
    float: right;
}
.sighting-feature a:link, .sighting-feature a:active, .sighting-feature a:visited, .sighting-feature a:hover {
    font-style: italic;
    color: #039;
}

/* abctools home page elements */

.generators, .abctools-created, .abctools-tips {
    width: 292px;
    height: 560px;
    border: 1px solid white;
}
.generators {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/abctools_tab/header_abctools.png") transparent top left no-repeat;
}
.abctools-created {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/abctools_tab/header_created.png") transparent top left no-repeat;
}
.abctools-tips {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/abctools_tab/header_toolstips.png") transparent top left no-repeat;
}
.tools-list {
    float: left;
    margin-top: 54px;
    margin-left: 12px;
    width: 79px;
 }
.tools-list-bumped {
    margin-top: 48px;
 }
.tools-list-aligned  {
    position: relative;
    top: 0px;
    left: 7px;
 }
.tools-list a:link, .tools-list a:active, .tools-list a:visited, .tools-list a:hover {
    display: block;
    font-size: 10px;
    text-align: center;
    margin-bottom: 9px;
}
#tools-bottom-img {
    position: absolute;
    width: 995px;
    left: 9px;
    bottom: 9px;
}
#abctools-created-p {
	width: 80%;
	margin-left: 10%;
	color: #03c;
	text-align: center;
	padding-top: 40px;
	font-weight: bold;
}
.abctools-created-div, .abctools-tips-div {
    width: 261px;
    margin-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    height: 95px;
    overflow: hidden;
    text-align: left;
}
.abctools-tips-div {
	height: 25px;
	margin-top: 42px;
    text-align: center;
}
.abctools-tips-div h4 {
    color: #03c;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
}
.abctools-tips-div a:link, .abctools-tips-div a:active, .abctools-tips-div a:visited, .abctools-tips-div a:hover {
    color: #c33;
    font-size: 11px;
}
.abctools-created-div p, .abctools-tips-div p {
    margin-top: 6px;
    font-size: 12px;
}
.abctools-tips-div p {
	color: #03c;
	font-style: italic;
}
.abctools-created-img {
    padding-right: 9px;
    vertical-align: top;
}
.abctools-tips-img {
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: top;
}
.abctools-created-img {
    float: left;
}
.abctools-tips-text {
	width: 85%;
	margin: 0px auto;
	margin-top: 15px;
}
.abctools-tips-text a {
    font-style: italic;
}
.abctools-tips-text img {
    float: left;
    margin-right: 6px;
}
.abctools-tips-text p {
	font-size: 13.5px;
	text-indent: 2em;
	line-height: 1.3em;
	text-align: justify;
}
.abctools-tips-text p:first-child {
    text-indent: 0px;
}
.abctools-tips-text li {
    font-size: 13.5px;
    line-height: 1.3em;
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-position: inside;
}
.membership-top {
	height: 653px;
/*    background: url("/globals/images/tab_layout_free/membership_tab/background_top/background_all.png") transparent top left no-repeat;*/
}
.membership-promo-top {
	height: 512px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/membership_tab/promo2012/main_graphic.jpg") transparent top left no-repeat;
    width:1012px;
    margin-left:8px;
}
.membership-reasons, .membership-hs-reasons {
	float: left;
	position: relative;
	top: 70px;
	left: 325px;
	width: 300px;
	height: 453px;
}
.membership-hs-reasons {
	top: 60px;
    height: 439px;
}
.membership-reasons p, .membership-hs-reasons p {
    margin-top: 6px;
    margin-bottom: 30px;
    color: #039;
    font-size: 13.5px;
}
.membership-hs-reasons p {
    margin-top: 6px;
    margin-bottom: 12px;
}
.membership-join, .membership-hs-join {
    float: left;
    position: relative;
/*    top: 70px;*/
    left: 345px;
    width: 300px;
/*    height: 453px;*/
    text-align: center;
}
.membership-join {
	width: 320px;
	top: 60px;
}
.membership-promo-join {
	text-align: center;
	margin: auto 20px;
	padding-top: 80px;
	margin-bottom: 50px;
}
.membership-promo-join img {
	margin: 5px;
	margin-top: 15px;
}
.membership-promo-join span,
.membership-promo-join .vid-link {
	font-size: 20px;
}
.membership-promo-join .vid-link {
	color: #da6551;
	cursor: pointer;
}
.membership-badge {
	height: 178px;
	width: 178px;
	margin: 20px;
	margin-top: 120px;
}
.membership-join #videogallery{
    margin-top: -15px;
}
.membership-hs-join {
    top: 60px;
    height: 439px;
}
.membership-join a {
	margin-left: 10px;
    margin-right: 10px;
}
#membership-quote {
	margin-top: 10px;
	margin-bottom: 0px;
}
#membership-hs-quote {
    margin-top: 10px;
    margin-bottom: 18px;
}
#membership-gm-quote {
    margin-top: 10px;
    margin-bottom: 33px;
}
.membership-hs-join #videogallery {
	position: relative;
	top: 6px;
	left: 0px;
	width: 230px;
}
.membership-links, .membership-hs-links {
    clear: both;
    position: relative;
	left: 12px;
    top: 70px;
}
.membership-promo-links {
	top: 5px;
}
.membership-hs-links {
    top: 140px;
    left: 24px;
}
.membership-links img {
    margin-right: 6px;
}
.membership-links a {
	margin-left: 15px;
	margin-right: 15px;
}
.membership-hs-links span {
    margin-left: 24px;
    margin-right: 24px;
}
.ml-link-1, .ml-link-1:link, .ml-link-1:active, .ml-link-1:visited, .ml-link-1:hover {
	color: purple;
}
.ml-link-2:link, .ml-link-2:active, .ml-link-2:visited, .ml-link-2:hover {
    color: #306;
}
.ml-link-3:link, .ml-link-3:active, .ml-link-3:visited, .ml-link-3:hover {
    color: green;
}
.ml-link-4:link, .ml-link-4:active, .ml-link-4:visited, .ml-link-4:hover {
    color: #066;
}
.ml-link-5:link, .ml-link-5:active, .ml-link-5:visited, .ml-link-5:hover {
    color: #c30;
}
.membership-bottom {
    left: 0px;
    height: 572px;
    width: 995px;
/*    background: url("http://static.abcteach.com/globals/images/tab_layout_free/membership_tab/bottom_gradient/bottom_gradient_both.png") transparent bottom left no-repeat;*/
}
.membership-includes {
    float: left;
    padding-top: 20px;
    margin-left: 30px;
}
.membership-includes li {
    margin-top: 10px;
    color: #03c;
    font-size: 16px;
}
.membership-includes a:link, .membership-includes a:active, .membership-includes a:visited, .membership-includes a:hover {
    color: #03c;
    font-size: 16px;
}
.membership-includes a {
    text-decoration: underline;
}
.membership-tools {
    float: left;
    width: 300px;
    text-align: center;
    padding-top: 15px;
    margin-left: 30px;
}
.membership-tools-info {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/membership_tab/tools_background.png") transparent top left no-repeat;
	width: 261px;
	height: 188px;
	position: relative;
    top: 2px;
    left: 15px;
}
.membership-tools-info a {
	font-size: inherit;
	color: inherit;
}
.membership-tools-info img {
    margin-top: 9px;
    margin-bottom: 3px;
}
.member-tools-samples .member-font-samples .member-tools-info {
	visibility: hidden;
	width: 1px;
	height: 1px;
}
.membership-contact {
    float: left;
    margin-left: 30px;
}
.membership-price {
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    width: 500px;
    height: 155px;
}
.ms-ad-text {
	font-size: 17px;
	color: #03c;
}
.ms-price-box {
    height: 119px;
    width: 475px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/membership_tab/price-box.png") transparent top left no-repeat;
}
.ms-group-price-box {
    height: 200px;
    width: 486px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/group_memberships/pricebox.png") transparent top left no-repeat;
}
#ms-price-table {
    width: 100%;
    height: 120px;
    text-align: center;
}
.mspt, .mspt span, .mspt a:link, .mspt a:active, .mspt a:visited, .mspt a:hover {
    line-height: 40px;
    font-size: 17px;
    vertical-align: center;
}
.mspt span {
	color: #c30;
}
.mspt a {
    text-decoration: underline;
}
.mspt-1 {
    width: 78px;
}
.mspt-2 {
    width: 195px;
}
.mspt-price, .mspt-group-price {
    position: relative;
    top: 0px;
    left: 40px;
    width: 180px;
    text-align: left;
}
.mspt-group-price {
	left: 21px;
	width: 180px;
}
.light-blue {
	color: #06f;
}
.mspt-3 {
    width: 102px;
}
.mspt-4 {
    width: remainder;
}
.membership-discount {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin-left: 30px;
    width: 500px;
    height: 60px;
}
.msdt {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 330px;
}
.msdt, .msdt a:link, .msdt a:active, .msdt a:visited, .msdt a:hover {
    font-size: 16px;
    word-spacing: .2em;
    color: purple;
    font-weight: bold;
    font-family: Trebuchet MS;
}

.msdt a:link, .msdt a:active, .msdt a:visited, .msdt a:hover {
    font-weight: 100;
}
.msd-link {
    display: block;
    position: absolute;
    left: 350px;
    width: 160px;
    bottom: 0px;
}
.msd-link:link, .msd-link:active, .msd-link:visited, .msd-link:hover {
	font-size: 11px;
	font-style: italic;
	color: purple;
}
.msd-link img {
    float: left;
    margin-right: 3px;
}

.ia-program {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/interactive_tab/fix_images/smart_box.png") transparent top left no-repeat;
    width: 280px;
    height: 311px;
    margin-bottom: 9px;
}
.ia-program-list, .ia-type-list, .ia-theme-list {
    padding-top: 33px;
    padding-left: 15px;
}
.ia-program-list img, .ia-type-list img, .ia-theme-list img {
    margin-right: 6px;
    width: 15px;
}   
.ia-program-list li, .ia-type-list li, .ia-theme-list li {
    display: block;
    height: 28px;
}   
.ia-program-list a:link, .ia-program-list a:active, .ia-program-list a:visited, .ia-program-list a:hover {
    color: purple;
}
.ia-type {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/interactive_tab/fix_images/flipchart_box.png") transparent top left no-repeat;
    width: 281px;
    height: 166px;
    margin-bottom: 9px;
}
.ia-type-list a:link, .ia-type-list a:active, .ia-type-list a:visited, .ia-type-list a:hover {
    color: #c30;
    white-space: nowrap;
}
.ia-theme {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/interactive_tab/fix_images/msppt.png") transparent top left no-repeat;
    width: 280px;
    height: 165px;
}
.ia-theme-list a:link, .ia-theme-list a:active, .ia-theme-list a:visited, .ia-theme-list a:hover {
    color: black;
}
.ia-selected {
    height: 434px;
    width: 350px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/interactive_tab/header_featured.png") transparent top left no-repeat;
    text-align: center;
}
.ia-selected-div {
    width: 320px;
    margin-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    height: 85px;
    overflow: hidden;
    text-align: left;
}
.ia-selected-div h4 {
    display: inline;
    color: #039;
    font-weight: bold;
}
.ia-selected-div p {
    padding-top: 6px;
    font-size: 12px;
}
.ia-selected-img {
    float: left;
    padding-right: 6px;
    vertical-align: top;
}
.ia-selected-title {
    width: 291px;
    height: 34px;
    text-align: right;
}
.ia-selected-title a:link, .ia-selected-title a:active, .ia-selected-title a:visited, .ia-selected-title a:hover {
    line-height: 34px;
    vertical-align: center;
    color: white;
    font-style: italic;
}
.ia-more-link {
	float: right;
	margin-top: -21px;
	margin-right: 21px;
}
.ia-more-link a {
    color: purple;
    text-decoration: underline;
}

.ia-download {
    
    height: 240px;
    width: 292px;
    border-bottom: 1px dashed #333;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/interactive_tab/header_downloads.png") transparent top left no-repeat;
}
.ia-viewer-text {
	padding-top: 42px;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 12px;
    font-size: 14px;
}
.ia-download p {
    margin: 10px 9px;
    font-size: 14px;
}
.ia-viewer-link {
    margin-left: 10px;
    line-height: 30px;
    vertical-align: middle;
}
.ia-download a:link, .ia-download a:active, .ia-download a:visited, .ia-download a:hover {
    color: #03c;
}
.ia-download a {
	border-bottom: 1px dashed #03c;
}
.ia-google-ad {
	position: relative;
	top: 0px;
	left: -15px;
}
.ia-newsletter-div {
    text-align: center;
}
.ia-newsletter-div img {
    margin: 9px;
    margin-bottom: 15px;
}
.ia-newsletter, .ia-newsletter-prompt {
    height: 69px;
    width: 265px;
    text-align: left;
}
.ia-newsletter-prompt {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/interactive_tab/newsletter-prompt.png") transparent bottom center no-repeat;
}
.ia-newsletter {
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/interactive_tab/newsletter.png") transparent bottom center no-repeat;
}
.ia-newsletter-text {
    position: relative;
    top: 25px;
    left: 57px;
    border: 0px;
    height: 21px;
    width: 185px;
    background-color: transparent;
}
.ia-newsletter-button {
    position: relative;
    top: 26px;
    left: 50px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: transparent;
    cursor: pointer;
    height: 20px;
    width: 25px;
}
.one-column-page {
    width: 680px;
    text-align: left;
    margin-top: 12px;
}
.related-categories {
    width: 281px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/directory_pages/related_categories.png") transparent top left no-repeat;
    padding-top: 40px;
}
.related-categories-links {
	margin-left: 30px;
}
.related-categories-links li {
    line-height: 24px;
}
.related-categories-links li a {
    color: #036;
}
#directory-heading-table {
    background-color: #D9F98F;
}
.blog-link:link, .blog-link:active, .blog-link:hover, .blog-link:visited {
	font-family: Trebuchet MS;
	font-size: 16px;
}
.pto-top {
    height: 895px;
    width: 994px;
    position: relative;
    top: 13px;
    left: 0px;
    background: url("http://static.abcteach.com/globals/images/tab_layout_free/PTO/pto_background.png") transparent top left no-repeat;
}
.pto-title-div {
    position: relative;
    top: 0px;
    left: 0px;
    width: 993px;
    height: 185px;
    text-align: center;
}
.pto-title {
	position: relative;
	left: 0px;
	top: 95px;
}
.pto-fundraising, .pto-homeschool, .pto-gift {
	float: left;
	width: 993px;
	height: 219px;
	padding-left: 3px;
}
.pto-fundraising {
	height: 230px;
}
.pto-homeschool {
	height: 185px;
}
.pto-image {
	float: left;
	width: 150px;
	text-align: center;
}
.pto-fundraising a {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
.pto-homeschool a {
    color: purple;
    font-weight: bold;
    text-decoration: underline;
}
.pto-gift a {
    color: #05c;
    font-weight: bold;
    text-decoration: underline;
}
.pto-text {
    float: left;
    width: 370px;
    padding: 6px;
}
.pto-text p {
	padding: 9px;
	color: #05c;
}
.pto-italic {
	color: inherit;
	font-style: italic;
}
.pto-gift #videogallery {
	float: left;
	position: relative;
	top: 45px;
	left: 155px;
}

.pto-homeschool .pto-text, .pto-homeschool .pto-image {
	position: relative;
	top: 0px;
	left: 40px;
}

.pto-gift .pto-text, .pto-gift .pto-image {
    position: relative;
    top: 0px;
    left: 80px;
}

.spotlight-list {
    text-align: left;
    padding-left: 10px;
}

.paid-notice {
    padding-left: 12px;
}

.tablehead-orange td { 
    background-color : #ffc124;
}
.tablehead-orange td { 
    text-decoration : none;
    font-weight : 800;
}
.orange-row { background-color : #fee6a6; }

.join-us-img {
	padding-left: 6px;
	padding-right: 6px;
}
.group-admin-instructions {
    text-indent: -27px;
    padding-left: 27px;
    width: 500px;
}
.about-us-title {
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: bold;
    color: #2c8238;
}
.about-us-img {
    float: left;
    margin-right: 10px;
}
.about-us-li-img {
	margin: 4px;
	margin-right: 10px;
}
.captcha {
  margin: 5px;
}
.captcha img {
  border: 0px;
  vertical-align: top;
  border: 3px inset lightgray;
}

#homePageDialog {
    height: 60px;
    left: 370px; 
    margin-top: 10px;
    padding-left: 70px;
    text-align:left;
    width: 250px;
    position: absolute;
}

#homePageDialog a {
    color: #0C98CE;
    font-weight: bold;
}
#homePageDialog span {
    color: #777;
    font-weight: bold;
}
#homePageDialog div {
    padding-top:10px;
}

/*Stephen's Classes */

.sgk_blogfeaturetitle {
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 5px;
	}

.sgk_blogfeaturemore {
	font-style: italic;
	float: right;
}

/*Badger Font*/
@font-face {
    font-family: 'badger_probold';
    src: url('/globals/fonts/badgerpro_bold-webfont.eot');
    src: url('/globals/fonts/badgerpro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/globals/fonts/badgerpro_bold-webfont.woff') format('woff'),
         url('/globals/fonts/badgerpro_bold-webfont.ttf') format('truetype'),
         url('/globals/fonts/badgerpro_bold-webfont.svg#badger_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}


.sgk_tabs{
    position: absolute;
    left: 35px;
}
#sgk_search{
    padding:5px;
    position:relative;
    bottom:4px;
}

.sgk_tabs li {
	top: 13px;
	display: inline;
	height: 50px;
	padding: 10px;
	z-index: 0;
    border-top-left-radius: 7px; 
    border-top-right-radius: 7px;
	color: #428BCA;
	font-family: 'badger_probold', Arial, Helvetica, Geneva, sans-serif;	
	text-transform: uppercase;
	background-color: #DDEAF5;
	border: 3px solid #428BCA;
	position: relative;
	text-shadow: 1px 1px 0 #fff;
}

.sgk_tabs a {
	text-decoration: none;
}

#sgk_active{
	top: 11px;
	z-index: 20;
	border-bottom: 2px solid #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: white;
	text-shadow: none;
}

.sgk_inactive:hover{
	background-color: #428BCA;
	color: #fff;
	text-shadow: none;
	
}
.abcFiftyMargin {
    margin:50px;
}

#abctoolsFormTable input[type="radio"] {
    margin-right: 5px;
    margin-top:0px;
}
#abctoolsFormTable b {
    white-space:nowrap;
}


body {
    background: none;
    background-color: #E5EFF9;
}


#global-footer {
	background-color: #438CC5;
}

#free-search-field {
    width:240px;
    float:left;
    margin-left:15px;

}

#free-search-button {
    width:120px;
    float:left;
    margin-left:15px;

}
.sgk_doc-contain{
	width: 625px;
	background-color: white;
	border: 5px solid #68B71F;
	padding-bottom: 10px;
    margin-top: 15px;
	border-radius: 7px;
	box-shadow: 0px 0px 4px #000;
}

#sgk_doc-header{
	width: auto;
	text-align: left;
	padding: 7px;
	background-color: #68B71F;
	color: white;
	font-weight: bold;
	font-style: italic;
	position: relative;
	font-size: 1.1em;
	text-shadow: 1px 1px 1px #414042;
}

#sgk_member-key{
	position: relative;
	top: 2px;
	float: right;
	color: white;
	font-size: .8em;
}

.sgk_document_container{
    padding:5px;
    text-align: center;
}

.sgk_login-already{
	font-size: 1em;
	text-decoration: underline;
}

.sgk_free-title,.sgk_memb-title, .sgk_login-title{

	font-family: 'badger_probold', Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em;
	text-align: left;
    vertical-align: bottom;
}

.sgk_login-title {
	color: #4E4E4E;
	text-align: center;
    margin-top:20px;
	margin-bottom: 5px;
}

.sgk_login-box ul {
    text-align: left;
    list-style-position:inside;
    margin:0;
    padding:0;
}

.sgk_free-title, .sgk_free-list, .sgk_login-already, .sgk_free-txt{
	color: #1C99CB;
	margin-bottom: 10px;
}

.sgk_free-list li {
	color: #1C99CB;
	line-height: 1.2em;
	margin-bottom: 7px;
    text-align:left;
}

.sgk_memb-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.sgk_memb-title,.sgk_memb-list, .sgk_memb-txt{
	color: #ED883B;
    text-align: left;
}
.sgk_memb-list li {
	color: #ED883B;
	line-height: 1.2em;
	margin-bottom: 7px;
}

.sgk_sign-up-btn{
	font-family: 'badger_probold', Arial, Helvetica, Geneva, sans-serif;
    font-size:1.5em;
    line-height: /1.5em;
    font-weight: bold;
	border-radius: 5px;
	color: white;
	text-shadow: 1px 1px 0 #000;
/*    width: 245px;*/
	height: 40px;
	padding: 7px 0 5px 0;
	margin: 30px;
	margin-top: 15px;
	background-color: #1FAB4B;
	cursor: pointer;
    text-align: center;
}

.sgk_free-btn{
	background-color: #1C99CB;
}

.sgk_free-btn:hover, .sgk_free-btn:active{
	background-color: #008EBA;
	cursor: hand;
}

.sgk_login-btn{
	background-color: #1CAB58;
	font-family:'badger_probold', Arial, Helvetica, Geneva, sans-serif; 
	font-size: 1.5em; 
	font-weight: bold; 
	border-radius: 5px; color: white; 
	text-shadow: 1px 1px 0 #000; 
    width:100%;
    height: 40px; 
	margin-top: 5px; 
	padding-top: 5px;
	cursor: pointer;
    text-align:center;
}

.sgk_login-btn:hover, .sgk_login-btn:active{
	background-color: #059B42;
	cursor: hand;
}

.sgk_search-btn {
    background-color: #428BCA;
    color: white;
    height: 28px;
    width: 80px;
    font-size: 18px;
    font-family: 'badger_probold', Arial, sans-serif;
    text-shadow: -1px -1px 0 #000000;
    border: 1px solid #777777;
    border-radius: 3px;
}

.sgk_search-btn:hover{
    background-color: #3276B1;
}

.sgk_memb-btn, .sgk_learn-btn, .sgk_download-btn{
	background-color: #ED883B;
}

.sgk_memb-btn:hover, .sgk_learn-btn:hover, .sgk_download-btn:hover, .sgk_memb-btn:active ,.sgk_learn-btn:active, .sgk_download-btn:active{
	background-color: #E27227;
	cursor: hand;
}

.sgk_download-btn{
    width: 160px;
    height: 50px;
    padding-top: 11px;
    font-size: 1.4em;
    cursor: pointer;
}

.sgk_download-btn img{
    padding-right: 5px;
}

.sgk_fblogin-btn, .sgk_fbsignup-btn{
	background-color: #456396;
}

.sgk_fblogin-btn img, .sgk_fbsignup-btn img{
	padding-right: 5px;
	padding-bottom: 3px;
}

.sgk_fblogin-btn:hover, .sgk_fbsignup-btn:hover, .sgk_fblogin-btn:active, .sgk_fbsignup-btn:active{
	background-color: #2E5387;
	cursor: hand;
}

.sgk_free-txt, .sgk_memb-txt{
	font-weight: bold;
}


#fbButton {
border-radius: 6px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFF;
font-weight: bold;
text-shadow: 0px -1px #2B3852;
margin-top: -2px;
padding: 5px 15px;
-webkit-box-shadow: 0 3px 3px -3px black;
-moz-box-shadow: 0 3px 3px -3px black;
box-shadow: 0 3px 3px -3px black;
background-color: #29447e;
background: linear-gradient(top, #7389b5,#29447e);
background: -ms-linear-gradient(top, #7389b5, #29447e);
background: -moz-linear-gradient(top, #7389b5, #29447e);
background: -o-linear-gradient(top, #7389b5, #29447e);
background: -webkit-linear-gradient(top, #7389b5, #29447e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7389b5', endColorstr='#29447e');
border: 1px solid #325190;
display: inline;
display: inline-block;
zoom: 1;
line-height: 1.70;
margin-top: 15px;
margin-bottom: 15px;
cursor: hand;
}
#fbButton:hover {
background:#8199c1;
background:url(data:image/svg+xml;
base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxOTljMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDY4YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top, #8199c1 0%, #4468a6 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8199c1), color-stop(100%, #4468a6));
background:-webkit-linear-gradient(top, #8199c1 0%, #4468a6 100%);
background:-o-linear-gradient(top, #8199c1 0%, #4468a6 100%);
background:-ms-linear-gradient(top, #8199c1 0%, #4468a6 100%);
background:linear-gradient(top, #8199c1 0%,#4468a6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8199c1', endColorstr='#4468a6',GradientType=0 );
text-decoration:none;
}
/*styles for adspace*/
#sgk_adspace{
margin: 10px 10px 30px 10px;
border: 1px solid #333333;
width: 300px;
}

.abcCheckMark {
    color: #1FAB4B;
}
.abcXMark {
    color: #EB2F37;
}
.signUpCheckbox {
    text-align:left;
    width:100%;
    font-size: 12px;
}
.signUpCheckbox2 {
    margin-right: 5px;
}
#learnMoreButton {
    letter-spacing: .04em;
}
#sgk_free-welcome{
	background: #000 url('http://static.abcteach.com/globals/images/grass-tile-free.png') repeat left top;
	width: 99.5%;
	height: 500px;
	
}


#sgk_free-welcome-kids{
	height: 144px;
	background-color: #444; 
    background: url('http://static.abcteach.com/globals/images/welcome-free-kids.png') center center no-repeat; 
	
	background: url('http://static.abcteach.com/globals/images/welcome-free-kids.png') center center no-repeat, -moz-linear-gradient(top, #fff, #ffe5dd); 
	background: url('http://static.abcteach.com/globals/images/welcome-free-kids.png') center center no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ffe5dd)); 
	background: url('http://static.abcteach.com/globals/images/welcome-free-kids.png') center center no-repeat, -webkit-linear-gradient(top, #fff, #ffe5dd); 	
	background: url('http://static.abcteach.com/globals/images/welcome-free-kids.png') center center no-repeat, -o-linear-gradient(top, #fff, #ffe5dd);
	background: url('http://static.abcteach.com/globals/images/welcome-free-kids.png') center center no-repeat, linear-gradient(to bottom, #fff, #ffe5dd);
	margin-top: 50px;
	width: 99.5%;
}

#sgk_free-welcome-box{
	margin: 20px auto 20px auto;
	background-color: #F5F5F5;
	height: 420px;
	width: 70%;
	left: 15%;
	top: 30%;
	position: absolute;
	z-index: 100;
	border-radius: 10px;
	box-shadow: 0 0 5px #777;
	-webkit-box-shadow: 0 0 5px #777;
	-moz-box-shadow: 0 0 5px #777;
/*	Required for IE9+ box shadow support*/
	border-collapse: separate; 
	padding: 25px;
	text-shadow: 1px 1px 0 #fff;
}

#sgk_free-welcome-header {
	font: bold 2em/1em 'badger_probold', Arial, Helvetica, Geneva, sans-serif;
	color: #444;
	padding-bottom: 10px;
	text-align: center;
}

#sgk_free-welcome-table td {
	font: bold 1.35em/1.35em 'badger_probold', Arial, Helvetica, Geneva, sans-serif;
	color: #444;
	padding: 0 0 20px 10px;
	font-weight: normal;
}

#sgk_free-welcome-table td a {
	font: bold 1em/1.35em 'badger_probold', Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

#sgk_free-welcome-thumb {
	padding-left: 10px;
}

#sgk_free-welcome-questions{
	margin-top: 10px;
	text-align: center;
}

td#sgk_free-welcome-point1 {
	padding-bottom: 5px;
}

.sgk_leftalign {
    text-align: left;
}

.sgk_login-dropdown-txt {
font-size: 18px;
font-family: 'badger_probold', Arial, Helvetica, Geneva, sans-serif;
}
#logInPanelBody {
    padding: 5px;
}
#signInPanelButton1 {
    width:150px;
}
#signInPanelButton2 {
    width:220px;
}
#signInPanelButton3 {
    width:250px;
    margin-left:135px;
}
.sgk_free-signup-title {
    font-size: 1.3em;
    margin-top: 0;
}

#abcWarningTitle {
    background-color: #FFF;
    text-align: center;
    width: 100%;
    padding: 7px;
}
#abcWarningTitle span {
    color: #F0582D;
    margin:0;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}

.sgk_signup-form-input {
height: 30px;
/*font-size: 12px;*/
}

.sgk_signup-form-input-margin{
margin-bottom: 7px;
}


.sgk_gray-top-border{
	border-top: 1px solid #d5d5d5;
}

#sgk_terms-table {
	margin-top: 10px; 
	padding: 5px; 
	width: 325px;
}

#sgk_terms-table a {
	font-size: 12px;
}

#sgk_signup-logo{
	vertical-align: bottom;
}

/*Spam notification on signup form*/

#sgk_signup-nospam{
	color:gray; 
	font-style: italic;
	font-size: 12px;
	margin: 5px 0 5px 0;
}

/*Input Labels*/

.sgk_input-label{
	width: 100px;
	text-align: right;
	padding-right: 5px;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 14px;
    white-space: nowrap;
}

/*Removed inline styles and added them here*/

#sgk_signup-leftcol{
width:260px;
margin-left:15px;
margin-top: 10px;
}

#termsCheckbox{
	font-size: 12px;
	text-align: left;
	color: #4e4e4e;
}

.sgk_free-table td{
    color: #1D9AC7; 
    text-align: left;
    vertical-align: top;
    padding: 2px;
    font-size: 14px;
}
div.sgk_centered{
    text-align: center;
}

div.sgk_centered table {
    margin: 0 auto;
    text-align: left;
}
#goToLogin {
    text-align:center;
}

.sgk_width550{
	width: 550px;
}

.sgk_largefont{
	font-size: 18px;
}

.sgk_text-shadow{
	text-shadow: -1px -1px 1px #000;
}

#sgk_account-intro{
	padding: 10px;
	margin: 5px 0 5px 0;
	background-color: #efffe6;
	border-radius: 5px;
	border: 1px solid #00683D;
}

#sgk_ad-member-comparison {
	width: 274px;
    height: 243px;
	background: #f5f5f5 url('/globals/images/account-comparison.png') no-repeat left top;
	margin: 10px 0 0 10px;
}

.help-inline{
	font-size: 14px;
	font-style: italic;
	color: #888;
}

	



.sgk_login-area{
	float: right;
	margin-bottom: 10px;
	background-color: none;
	background-color: rgba(255,255,255,.5);
	padding: 5px;
	border-radius: 5px;
	}
	
.sgk_login-area table td{
	padding: 5px;
}
	
#sgk_login-toptitle{
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'badger_probold',Arial,Sans-serif;
	margin: 0;
	color: #555;	
}

div.sgk_centered{
	text-align: center;
}

div.sgk_centered table {
	margin: 0 auto;
	text-align: left;
}

.sgk_gray-right-border{
	border-right: 1px solid #d5d5d5;
}

#sgk_login-subtitle{
	padding: 0;
	margin: 5px 0 0 0;
	color: #555555 ;
}


/*Login Image Sprites*/

.sgk_membsite-login, .sgk_freesite-login, .sgk_freesite-upgrade, .sgk_freesite-logout, .sgk_membsite-renew {
	background: url(/globals/images/login-sprite.png) no-repeat;
}

.sgk_membsite-login:hover, .sgk_freesite-login:hover, .sgk_freesite-logout:hover, .sgk_freesite-upgrade:hover, .sgk_membsite-renew:hover{
	cursor: pointer;
}

..sgk_freesite-login, .sgk_freesite-logout, .sgk_membsite-login, .sgk_membsite-renew, .sgk_freesite-upgrade,{
	background: url(/globals/images/login-sprite.png) no-repeat;
}

.sgk_freesite-login{
	background-position: 0 0;
	width: 89px;
	height: 19px;
}

.sgk_freesite-login:hover{
	background-position: -150px 0;
	width: 89px;
	height: 19px;
}

.sgk_freesite-logout{
	background-position: 0 -60px ;
	width: 81px;
	height: 23px;
}

.sgk_freesite-logout:hover{
	background-position: -150px -60px ;
	width: 81px;
	height: 23px;
}

.sgk_membsite-login{
	background-position: 0 -30px ;
	width: 132px;
	height: 19px;
}

.sgk_membsite-login:hover{
	background-position: -150px -30px ;
	width: 132px;
	height: 19px;
}

.sgk_membsite-renew{
     margin-bottom: 5px; 
	background-position: 0 -120px ;
	width: 71px;
	height: 19px;
}

.sgk_membsite-renew:hover{
	background-position: -150px -120px ;
	width: 71px;
	height: 19px;
}

.sgk_freesite-upgrade{
	background-position: 0 -90px ;
	width: 85px;
	height: 23px;
}

.sgk_freesite-upgrade:hover{
	background-position: -150px -90px ;
	width: 85px;
	height: 23px;
}


#sgk_member-free-notice {
    top: 0px ;
    display: none;
    position: absolute;
    width: 100% ;
    background-color: #ffffff;
    height: 25px;
    z-index: 100;
    box-shadow: 0px 2px 4px #d5d5d5;
    -webkit-box-shadow: 0px 2px 4px #d5d5d5;
    -moz-box-shadow: 0px 2px 4px #d5d5d5;
}
#sgk_memb-free-notice-inner {
    padding: 3px;
    text-align: center;
}
#deleteAccountLink {
    margin-top: 60px;
    text-align:right;
    margin-bottom:20px;
}

#sgk_signup-social{
    text-align: center;
    margin-top: 20px;
}
#sgk_signup-social, #sgk_signup-social a{
    font-weight: bold;
    font-size: 16px;
}
#sgk_signup-social img{
    margin: 0 3px 0 3px;
    vertical-align: bottom;
}

.sgk_memb-btn-free-user{
    margin: 30px auto 30px auto;
    padding: 5px;
}

#sgk_unsubscribe-page{
        width: 600px;
            line-height: 1.5em;
        }
.sgk_pop-header{
	background-color: #438CC5;
}

.sgk_pop-box{
	border: 5px solid #438CC5;
}

.sgk_pop-docs-header{
	background-color: #4EB157;
}

.sgk_pop-docs-box{
	border: 5px solid #4EB157;
}

.sgk_pop-header, .sgk_pop-docs-header{
	margin: 20px 20px 0 0;
	padding: 4px 0 0 0;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.sgk_pop-box, .sgk_pop-docs-box{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: 0 20px 0 0;
}

.sgk_pop-title{
	font-family: badger_probold;
	color: white;
	font-size: 1.5em;
	text-shadow: -1px -1px 1px #000000;
}

#sgk_pop-cat-right, #sgk_pop-cat-left{
	line-height: 1.8em;
	margin-top: 10px;
}

.sgk_pop-table{
	width: 694px;
}

.sgk_pop-table td{
	width: 50%;
}

.sgk_pop-updated{
	position: absolute;
	right: 40px;
	font-style: italic;
	color: white;
}

.sgk_pop-cat-title{
	font-weight: bold;
	color: #4167C5;
}
#sgk_free-social-area{
    margin-top: 30px;
    text-align: center;
}

#sgk_free-social-area img{
    margin: 0 6px 0 6px;
}


#sgk_freetrial-notification{
	padding: 5px;
	border-radius: 5px;
	background: #ffffff url('https://s3.amazonaws.com/s3.abcteach.com/Site+Images/Other/freetrial-notification-bg.png') no-repeat center top;
    width: 250px;
	border: 1px solid #888888;
    margin-left: 50px;
}

#sgk_freetrial-notification a{
	font-weight: bold;
}

#sgk_freetrial-notification-title{
    font: 1.4em/1.1em "badger_probold", Arial, Helvetica, Geneva, sans-serif;
}

.sgk-dropdown-submenu{
    position:relative;
}
 
.sgk-dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
 
.sgk-dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
 
.sgk-dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.sgk-dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}
 
.sgk-dropdown-submenu .pull-left{
    float:none;
}
 
.sgk-dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.sgk_button-align{
	text-align: left;
}

.sgk_ccsearch{
	width: 490px;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 10px;
	
	background: #f7c68e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffecd9 0%, #f7c68e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffecd9), color-stop(100%,#f7c68e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffecd9 0%,#f7c68e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffecd9 0%,#f7c68e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffecd9 0%,#f7c68e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffecd9 0%,#f7c68e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecd9', endColorstr='#f7c68e',GradientType=0 ); /* IE6-9 */
}

.sgk_cctitle{
	text-align: center;
	color: #D95252;
	font-size: 1.7em;
	padding-bottom: 0;
	margin-bottom: 2px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ffffff;
}

.sgk_ccsub{
	color: #444;
	padding-bottom: 0;
	margin: 5px auto 7px auto;
	text-align: center;
	font-size: 1.1em;
	width: 80%;
	
}
#sgk_header-left, #sgk_header-center, #sgk_header-right{
    position: relative;
    width: 33.33%;
}

#sgk_header-left{
    float: left;
}

#sgk_header-center{
    float: left;
    margin: 0 auto;
}

#sgk_header-right{
    float: right;   
}

#sgk_freetrial-content{
    background: url('https://s3.amazonaws.com/s3.abcteach.com/Site+Images/Other/trial-header.png') no-repeat center top;
	padding: 40px;
	text-align: center;
    margin-left: 10px;
}

#sgk_freetrial-header{
	font: bold 2em/1.5em "badger_probold", Arial, Helvetica, Geneva, sans-serif;
	color: #1072A8;
	text-shadow: 1px 1px 0 #ffffff;
}

.sgk_freetrial-text{
	text-shadow: 1px 1px 0 #ffffff;
}

#sgk_freetrial-list{
	margin: 10px 0 10px 0;
	list-style: none;
	text-align: center;
}

#sgk_freetrial-list li{
	text-shadow: 1px 1px 0 #ffffff;
	color: #;
}


#sgk_freetrial-disclaimer{
	font-style: italic;
	text-align: center;
}

#sgk_trial-button{
	padding: 7px 10px;
	background-color: #62AB54;
	border: none;
	border: 1px solid #777777;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	display: block;
	margin: 10px auto;
	font-size: 1.2em;
}

#sgk_trial-button:hover{
	background-color: #62BB54;
}
ul#sgk_workshop-thumbs, ul#sgk_workshop-description{
	list-style-type: none;
	width: 696px;
}

ul#sgk_workshop-description{
	height: 60px;
	margin-bottom: 30px;
}

ul#sgk_workshop-thumbs{
	height: 110px;
	padding: 0;
	margin: 0;
}

ul#sgk_workshop-thumbs li{
	width: 16.667%;
	width: calc(100/6);
	float: left;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	height: 110px;
	padding-top: 10px;
}


ul#sgk_workshop-thumbs li:hover{
	padding-top: 9px;
	cursor: pointer;
}

ul#sgk_workshop-thumbs li img{
	height: 82px;
}

ul#sgk_workshop-description li, ul#sgk_workshop-thumbs li{
	height: 100%
}

ul#sgk_workshop-thumbs li:hover{
	background-color: #6EC455;
	border: 2px solid #00693D;
	border-bottom: none;
	box-sizing: border-box;
	height: 112px;
}

ul#sgk_workshop-description li{
	background-color: #6EC455;
	border: 2px solid #00693D;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	border-radius: 5px;
	color: white;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px #00693D;
}

ul#sgk_workshop-description strong{
	color: white;
}

#sgk_workshop-examples{
	margin: 0 auto;
	width: 700px;
}

#sgk_workshop-topimage{
	background-image: url("http://static.abcteach.com/globals/images/abcWorkshop/abcWorkshop-header.jpg");
	height: 371px;
	width: 1006px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	display: inline-block;
}

#page-content{
	padding-top: 0;
	padding-bottom: 0;
}

#sgk_workshop-logo{
	margin-left: 10px;
	padding-top: 10px;
}

#sgk_workshop-desc{
	width: 400px;
	background-color: white;
	background-color: rgba(255,255,255,.85);
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	display: block;
	margin-left: 50px;
	margin-top: 30px;
	position: relative;
	text-shadow: 1px 1px 0 #ffffff;
}

#sgk_workshop-desc p{
	margin-top: 20px;
	color: black;

}

#sgk_workshop-disclaim{
	width: 400px;
	display: block;
	margin-left: 50px;
	font-size: 12px;
	line-height: 1em;
	color: #f5f5f5;
	margin-top: 15px;
	padding: 0 15px;
}



#sgk_workshop-tools-icons, #sgk_workshop-tools-desc{
	display: block;
	width: 900px;
	margin: 0 auto;
}

#sgk_workshop-tools-icons{
	height: 70px;
}

#sgk_workshop-tools-desc{
	height: 120px;
}

#sgk_workshop-tools-icons li, #sgk_workshop-tools-desc li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 10px;
}

#sgk_workshop-tools-icons li img{
	height: 74px;
}

#sgk_workshop-tools-icons p, #sgk_workshop-tools-desc p{
	margin: 0 0 5px 0;
	font-weight: bold;
}

#sgk_workshop-title{
	text-align: center;
	font-size: 1.5em;
	color: #0F5278;
	margin: 0px;
	padding: 30px 0;
	text-shadow: 1px 1px 0 #ffffff;
	font-weight: normal;
	font-family: "badger_probold", Arial, Sans-serif;
}

#sgk_workshop-divider{
	width: 75%;
	margin: 10px auto;
	display: block;
	border-bottom: 1px solid #c3c3c3;
}

#sgk_workshop-bottom{
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	height: 100%;
	padding-bottom: 100px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2RkZjJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGYyZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ddf2fb 1%, #feffff 15%, #feffff 82%, #ddf2fb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ddf2fb), color-stop(15%,#feffff), color-stop(82%,#feffff), color-stop(100%,#ddf2fb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddf2fb 1%,#feffff 15%,#feffff 82%,#ddf2fb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddf2fb 1%,#feffff 15%,#feffff 82%,#ddf2fb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ddf2fb 1%,#feffff 15%,#feffff 82%,#ddf2fb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ddf2fb 1%,#feffff 15%,#feffff 82%,#ddf2fb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf2fb', endColorstr='#ddf2fb',GradientType=0 ); /* IE6-8 */
	
}

#sgk_workshop-btn{
	border: none;
	width: 350px;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	background-color: #F4A240;
	color: white;
	font: 1.5em/1.5em "badger_probold", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #D58751;
	transition: .3s 0 all ease;
	-webkit-transition: 0.3s 0 all ease;
	-moz-transition: 0.3s 0 all ease;	
	-o-transition: 0.3s 0 all ease;
}

#sgk_workshop-btn:hover{
	cursor: pointer;
	background-color: #F6B543;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}


a.sgk_nodecoration{
	text-decoration: none;
}
