select {
	cursor: pointer
}

.globalErrorMessage {
	background-color: #FFC146;
	border-bottom: 2px solid #000000;
	clear: left;
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.globalErrorMessage span {
	padding: 10px 20px;
	display: block;
}

/* =header */
#tutoringProfile #header {
	height: 70px;
}

#textSearch {
	float: right;
	margin-top: 43px;
}

#textSearch .searchBox {
	width: 207px;
	/*font-style:italic;
	color: #ccc;*/
	border: 1px solid #a6a5a5;
}

#textSearch .searchTextSubmit {
	height: 26px;
	width: 52px;
	background: url('/images/spriteButtons.jpg') no-repeat -403px -3px;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
	margin-top: -1px;
}

.todayDate {
	color: #00374c;
	font-weight: bold;
	position: absolute;
	right: 8px;
	bottom: 3px;
}

/* =nav*/
ul#nav{
	clear: both;
	display: block;
	height: 34px;
	overflow: hidden;
	font-weight: bold;
	padding: 0;
	font-size: 13px;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	color: #00374c;
	display:block;
	background: #efeeee url('/images/nav-off.gif') bottom repeat-x;
	font-weight: bold;
	color: #00374c;
	border: 1px solid #8d8d8d;
	border-bottom: none;
	padding: 5px 15px 4px;
	margin: 6px 4px 0 0;
	text-decoration: none;
}

ul#nav li a:hover {
	padding-bottom: 20px;
	padding-top: 7px;
	border: 1px solid #016698;
	margin-top: 0;
}

ul#nav li.on a {
	background: #016698 url('/images/nav-on.gif') top repeat-x;
	padding-bottom: 20px;
	padding-top: 7px;
	color: #fff;
	border: 1px solid #016698;
	margin-top: 0;
}

ul#nav li.on a {
	color: #fff;
}

/* =hero */
#hero {
	position:relative;
}

#hero .heroControl {
	float:right;
}

#hero .overlay {
	background: url('/images/hero-overlay.png');
	width: 299px;
	height: 249px;
	position:absolute;
	top:0;
	right:0;
}

#hero .heroSearch {
	margin: 25px 20px;
}

#hero h4{
	color: #a1d82b;
	font-weight:bold;
}

#hero .heroSearchDesc {
	color: #fff;
	margin-bottom: 21px;
}

#hero select {
	width:100%;
	margin-bottom: 8px;
	border: 1px solid #ccc;
}

#hero .heroSearchSubmit {
	background: url('/images/spriteButtons.jpg') -490px -181px;
	text-indent: -99999px;
	width: 218px;
	height: 28px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 0;
	display: block;
	line-height: 0;
	margin-left: 20px;
}

/*--Window/Masking Styles--*/
.window {
	height: 250px;
	width: 982px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.imageReel {
	position: absolute;
	top: 0;
	left: 0;
}

.imageReel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px;
	right: 310px;
	text-align: right;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
/*	padding: 3px;*/
	background: url('/images/hero-control.png') no-repeat 0 0;
	text-decoration: none;
	color: #fff;
	display:block;
	float: left;
	text-align: center;
	width: 28px;
	height: 22px;
	margin-right: 5px;
	font-weight:bold;
	padding-top:5px;
}

.paging a.active {
	font-weight: bold;
	background: #71a41d;
}

.paging a:hover {
	font-weight: bold;
}

/* =main */
.headline {
	background: url('/images/bullet-headlineDesc.gif') repeat-y;
	padding-left: 15px;
}

.headline p {
	margin-bottom: 20px;
}

#entryPoints {
	margin-top: 28px;
}

#entryPoints div {
	float:left;
	width: 195px;
	height: 235px;
	_height: 245px;
	padding: 5px 10px;
	background: #575757;
	border: 1px solid #414141;
	border-left: none;
}

#entryPoints h4, #entryPoints p {
	color: #fff;
}

/* =breadcrumbs */
#breadcrumb {
	border-bottom: 1px solid #E5E5E5;
	color: #016698;
	display: block;
	margin: 0 0 5px;
	padding-bottom: 25px;
	clear:both;
}

#breadcrumb a {
	color:#a5a5a5;
	font-weight: bold;
}

#breadcrumb .breadcrumbLinks {
	display: block;
	float: left;
	margin: 0;
	position: relative;
	/*width: 567px;*/
}

#breadcrumb .breadcrumbLinks li {
	display: inline;
	padding: 0;
	/*width: 600px;*/
	background: none;
}

#breadcrumb .breadcrumbLinks li.divider {
	margin: 0 5px;
	color: #f26a21;
}

/* =articleDirectory */
.accordion {
	margin-bottom: 20px;
}

.accordion h5 {
	cursor: pointer;
}

.accordion ol, #linkEx ul.linkExList {
	width: 315px;
	padding-right:10px;
	float: left;
}

.accordion ol li, #linkEx ul.linkExList li {
	background: url('/images/bullet-orangeRaquo.gif') no-repeat 0 15px;
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #ccc;
}

.accordion ul li {
	border: none;
	background: url('/images/bullet-generalArticleWhite.gif') no-repeat 0 8px;
	padding: 5px 0 10px 20px;
}

.accordion ul li p {
	margin: 0;
}

.accordion ul li a {
	font-weight: bold;
}

.accordion li.openAccordion {
	background: url('/images/bullet-orangeDaquo.gif') no-repeat 0 14px;
}

#directoryList h5 a {
	color: #222;
}

/* =articleCategory */
.categoryList {
	margin-top:25px;
}

.categoryList li {
	padding: 0 0 0 20px;
	background: url('/images/bullet-generalArticleWhite.gif') no-repeat 0 2px;
}

.categoryList a {
	font-weight: bold;
}

.categoryList h5 {
	border-top: 2px solid #7a7a7a;
	border-bottom: 3px double #7a7a7a;
	padding: 10px 0;
	margin: 0 0 15px;
}

h5.sectionTitle, h5.sectionTitle a {
	font-weight: bold;
	color: #222;
}

.articleNum {
	text-transform: capitalize;
	font-family:"Times New Roman", serif;
	color: #898989;
	font-style: italic;
	font-size: 12px;
}

/* =sub-Category */
#subCat {
	background: url('/images/border-subCat.jpg') bottom center no-repeat;
	border-top: 1px solid #00374C;
	display: block;
	padding: 0 0 10px;
}

#subCat h3.subCatTitle {
	margin: 0 0 5px 20px;
}

#subCat subCatTitle.first {
	margin-top: 13px;
}

#subCat subCatTitle.last {
	margin-bottom: 13px;
}

#subCat ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#subCat ul li.head {
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid #D8D6C8;
	position: relative;
}

#subCat ul li.col, #subCat ul li.colAlphabetical, #subCat ul li.twoCol {
	float: left;
	width: 200px;
	margin: 13px 0 0 11px;
	display: inline;
}

#subCat ul li.twoCol {
	width: 45%;
}

#subCat ul li.twoCol .subCatTitle {
	line-height: 120%;
}

#subCat ul li.twoCol em {
	display: block;
}

#subCat ul li.colAlphabetical {
	width: 10%;
	padding: 0 5px;
	margin-left: 0;
	border-left: 1px solid #D8D6C8;
	display: inline;
	line-height: 129%;
	text-align: center;
}

#subCat ul li.colAlphabetical.first {
	border: none;
}

#subCat ul li li {
	background: url('/images/bullet-greyRaquo.gif') no-repeat scroll 0 3px transparent;
	display: block;
	font-size: 12px;
	line-height: 130%;
	margin: 0 0 12px;
	padding: 0 0 0 15px;
}

#subCat a {
	font-weight: normal;
	font-size: 12px;
}

#subCat a.alphaAnchors {
	font-weight: bold;
}

/* =article */
#articleContent .articleCTAContainer {
	float:left;
	margin: 10px 15px 5px 0;
	display:block;
}

#articleContent .articleImage {
	border: 1px solid #64894c;
}

#articleContent .articleCTA {
	background: url('/images/spriteButtons.jpg') no-repeat 0 -36px;
	width: 223px;
	height: 35px;
	margin-top:5px;
	font-size: 0;
	display: block;
	line-height: 0;
}

.shareMedia {
	background: #f1f7e9;
	height: 28px;
	padding: 10px 20px;
}

.shareMedia strong {
	float:left;
	margin-top: 4px;
}

.shareMedia iframe {
	background: none;
}

.shareMedia .twitterBadge {
	margin: 5px 10px;
	float: right;
}

.shareMedia .facebookBadge {
	margin: 2px 10px;
	float: right;
	width: 54px;
	overflow: hidden;
}

.shareMedia .plusOne {
	margin: 2px 10px;
	float: right;
}

/* =blog */
#blogContent h1{
	margin-bottom:0;
}

#moreBlog a {
	font-weight:bold;
}

#moreBlog ul {
	margin: 10px 0 20px;
}

#moreBlog li{
	display:block;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 0;
}

#moreBlog li.first {
	padding: 0;
}

#moreBlog div.img {
	float:left;
	margin: 5px 15px 15px 0;
	width:150px;
	height:100px;
	overflow: hidden;
}

/* =wikiContent */
.wikiContent h2 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 3px;
}

.wikiContent h3 {
	font-size: 16px;
	text-transform: none;
}

.wikiContent h4 {
	font-size: 13px;
	font-weight:bold;
	margin: 0;
}

.wikiContent p {
	margin: 0 0 10px 0;
}

.wikiContent .requestInfo {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
}

.wikiContent .requestInfo img {
	width: auto;
	height: auto;
}

.wikiContent ol, .wikiContent ul {
	margin: 0 0 10px;
}

.wikiContent ul {
	margin-left: 15px;
}

.wikiContent ol li {
	background: none;
	list-style-type: decimal;
	list-style-position: inside;
}

.wikiContent li {
	/*background: url('/images/bullet-greyRaquo.gif') no-repeat 0 5px;*/
	background: none;
	list-style-type: disc;
	list-style-position:inside;
	margin: 3px 0;
	padding-left: 15px;
}

.wikiContent li li {
	list-style-type: circle;
}

.wikiContent dd, .wikiContent dt {
	display: inline;
}

/* =resource dir */
#linkEx ul {
	margin-bottom: 20px;
}

#linkEx ul.linkExList li {
	background:none;
	padding-left: 0;
}

/* =ala page */
.alaCorp {
	float: right;
	margin: 0 0 15px 15px;
}

/* =games */
.gamesList {
	width: 311px;
	float: left;
	margin-right: 10px;
}

.gamesList li {
	height: 75px;
	display:block;
	margin-bottom: 10px;
}

.gamesList li.heightAuto {
	height: auto;
}

.gamesList li div {
	width: 75px;
	height: 75px;
	overflow: hidden;
	float:left;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.gamesList li .wordSearch {
	background: url('/images/spriteGames.jpg') no-repeat -75px -375px;
}

.gamesList li .wordSearch2 {
	background: url('/images/spriteGames.jpg') no-repeat 0 -375px;
}

.gamesList li .wordScramble {
	background: url('/images/spriteGames.jpg') no-repeat -300px -300px;
}

.gamesList li .wordScramble2 {
	background: url('/images/spriteGames.jpg') no-repeat -225px -300px;
}

.gamesList li .typingMonster {
	background: url('/images/spriteGames.jpg') no-repeat -150px -300px;
}

.gamesList li .catDog {
	background: url('/images/spriteGames.jpg') no-repeat -150px -375px;
}

.gamesList li .busDriver {
	background: url('/images/spriteGames.jpg') no-repeat 0 -300px;
}

.gamesList li .quickCalc {
	background: url('/images/spriteGames.jpg') no-repeat -300px -225px;
}

.gamesList li .mathMan {
	background: url('/images/spriteGames.jpg') no-repeat -225px -225px;
}

.gamesList li .quickMath {
	background: url('/images/spriteGames.jpg') no-repeat -150px -225px;
}

.gamesList li .arithmetic {
	background: url('/images/spriteGames.jpg') no-repeat -75px -225px;
}

.gamesList li .greaterSudoku {
	background: url('/images/spriteGames.jpg') no-repeat -300px -150px;
}

.gamesList li .hyperSudoku {
	background: url('/images/spriteGames.jpg') no-repeat -225px -150px;
}

.gamesList li .seesaw {
	background: url('/images/spriteGames.jpg') no-repeat -150px -150px;
}

.gamesList li .sudoku {
	background: url('/images/spriteGames.jpg') no-repeat -75px -150px;
}

.gamesList li .make24 {
	background: url('/images/spriteGames.jpg') no-repeat 0 -225px;
}

.gamesList li .typingSpeed {
	background: url('/images/spriteGames.jpg') no-repeat -75px -300px;
}

.gamesList li .whackDif {
	background: url('/images/spriteGames.jpg') no-repeat 0 0;
}

.gamesList li .hangMan {
	background: url('/images/spriteGames.jpg') no-repeat -75px 0;
}

.gamesList li .mathSearch {
	background: url('/images/spriteGames.jpg') no-repeat -150px 0;
}

.gamesList li .cupStack {
	background: url('/images/spriteGames.jpg') no-repeat -225px 0;
}

.gamesList li .typingGhost {
	background: url('/images/spriteGames.jpg') no-repeat -300px 0;
}

.gamesList li .lightning {
	background: url('/images/spriteGames.jpg') no-repeat 0 -150px;
}

.gamesList li .hanoi {
	background: url('/images/spriteGames.jpg') no-repeat 0 -75px;
}

.gamesList li .flipIt {
	background: url('/images/spriteGames.jpg') no-repeat -75px -75px;
}

.gamesList li .memLights {
	background: url('/images/spriteGames.jpg') no-repeat -150px -75px;
}

.gamesList li .memFlip {
	background: url('/images/spriteGames.jpg') no-repeat -225px -75px;
}

.gamesList li .coinWeighing {
	background: url('/images/spriteGames.jpg') no-repeat -300px -75px;
}

a.viewMoreGames {
	position: relative;
	left: 510px;
}

h2.gameModule {
	font-size: 24px;
	font-weight: bold;
	color: #00374c;
	position: relative;
	margin-bottom: 15px;
	line-height: 30px;
}

/* =newsletter */
.newsletterSignUp .whatToDo {
	margin: 15px 0;
	padding-left: 15px;
}

.newsletterSignUp .whatToDo li {
	font-size: 16px;
	margin: 10px 0;
	padding: 14px 0 0 90px;
}

.newsletterSignUp ul.whatToDo {
/*	margin: 0;
	padding: 0;*/
}

.newsletterSignUp ul.whatToDo li {
	margin: 12px 0;
	padding: 0;
}

.newsletterSignUp .newsletterSample {
	float: left;
	margin: 0 10px 10px;
}

.newsletterSignUp .step1, .newsletterSignUp .step3 {
	height: 45px;
}

.newsletterSignUp .step1 {
	background: url('/images/optInStep1.jpg') no-repeat;
}

.newsletterSignUp .step2 {
	background: url('/images/optInStep2.jpg') no-repeat;
	height: 70px;
	line-height: 22px
}

.newsletterSignUp .step3 {
	background: url('/images/optInStep3.jpg') no-repeat;
}

.valediction {
	margin: 20px 0;
}

/* =companyContent*/
#tutoringProfile h1 {
	margin: 0;
}
#tutoringProfile .primary {
	padding: 0;
}

#tutoringProfile .companyContainer {
	width: 650px;
	padding: 15px;
}

#tutoringProfile h2 {
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	margin:20px 0 10px;
	color: #00374C;
}

#tutoringProfile h2 span {
    font-size: 80%;
    font-weight: normal;
}

.companyContainer .brandedList {
	margin-bottom: 15px;
}

.companyContainer ul.brandedList li, .companyContainer ol.brandedList li {
	border: none;
	padding: 5px 0 0 15px;
	margin-left: 15px;
}

.companyContainer ul.brandedList li {
	background: url('/images/bullet-greyRaquo.gif') no-repeat 0 10px;
}

.companyContainer ol.brandedList li {
	background: none;
	list-style-position: inside;
	list-style-type: decimal;
}

.requestInfoLink {
	display:block;
	margin-left: 35px;
}

.intro {
	clear: both;
	position: relative;
}

.respondQuick {
	font-size: 14px;
	float: left;
	margin-top: 0;
	width: 315px;
}

#brandedProgram .respondQuick {
	float: none;
	width:auto;
}

#learningFormat {
	font-size: 14px;
}

.requestInfoTop {
	float:left;
	margin: 0 10px 10px 0
}

#brandedProgram .requestInfoTop {
	float:none;
}

.requestCTA {
	margin: 20px 0;
} 

#companyAccordion ol {
	width: auto;
	float: none;
}

#companyAccordion ol li, .profilePrograms li {
	background: url('/images/bullet-orangeRaquo.gif') no-repeat 0 10px;
	border: none;
	padding: 5px 0 5px 15px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: none;
}

.profilePrograms li { 
    font-size: 14px;
    line-height: 18px;
} 

#companyAccordion ol li h5, .profilePrograms li a {
	font-weight: bold;
	color: #016698;
	text-decoration:underline;
}

#companyAccordion ol li li {
	background: none;
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 0;
}

#companyAccordion ol li li.desc {
	list-style-type:none;
}

/* =leadform */
#tutoringProfile h2.leadformIntro {
	border: none;
	height: 49px;
	padding: 10px 0 0 60px;
	margin: 0;
}

h2.leadformIntro.step1 {
	background: url('/images/label-formp1.gif') no-repeat;
}

h2.leadformIntro.step2 {
	background: url('/images/label-formp2.gif') no-repeat;
}

h2.formStep {
	display:none;
}

h4.callCenterForm {
	margin-left: 15px;
}

#leadForm {
	margin-left: 15px;
}

/* =leadForm input and select */
#leadForm ul li input {
	width: 400px;
	display: inline;
	font-size: 13px;
	line-height: 18px;
	height: 14px;
	margin: 0 0 20px 0;
	padding: 5px;
	color: #000;
	border: 1px solid #ccc;
}

#leadForm ul li input.unchanged {
	color: #ccc;
}

#leadForm ul li select {
	margin: 6px 0 20px;
	height: 24px;
	padding: 2px;
	max-width: 90%;
	z-index: 10000;
}

#formPageContent #leadForm ul li select {
	border: 1px solid #055192;
}

#leadForm ul li.requestedContactTime.fieldError select, #leadForm ul li.homePhoneType.fieldError select, #leadForm ul li.salutation select, #leadForm ul li.requestedContactTime select {
	margin: 0 0 20px;
}

#leadForm ul li.fieldError select, #leadForm ul li.fieldError input {
	border: 1px solid #990000;
	font-weight: normal;
}

#leadForm ul li input:focus, #leadForm ul li select:focus {
	border-color: #055192;
	background: #f6f6f6;
	color: #055192;
}

#leadForm ul li {
	display: inline;
	float: left;
	list-style: none outside none;
	margin: -10px 10px 0 0;
	height: 68px;
	padding: 15px 0 0;
	position: relative;

}

#leadForm ul li li {
	margin: 0;
	height: auto;
}

#leadForm p {
	clear: both;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 600px;
}

/* =personal info 2-column layout */
#leadForm ul.pInfo li {
	height: 75px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 630px;
}

#leadForm ul.pInfo li li {
	width: 275px;
}

#leadForm ul.pInfo li ul {
	display: block;
}

#leadForm ul.pInfo li label {
	display: block;
	margin: 0;
}

#leadForm ul.pInfo li fieldset label {
	margin: 8px 0 0;
}

#leadForm ul.pInfo li input {
	width: 240px;
	margin: 0;
}

#leadForm ul.pInfo li select {
	margin: 0 0 2px;
	_margin: 0;
}

#leadForm ul.pInfo #phoneType {
	width: 70px;
	_margin-left: 5px;
}

#leadForm ul.pInfo li.phone_phoneType .groupedField {
	_float: left;
}

#leadForm ul.pInfo li li span {
	height: 14px;
	_height: 5px;
	display: block;
}

#leadForm ul.pInfo li span.groupedField {
	display: inline;
}

#leadForm div {
	margin-top: 20px;
	clear: both;
	float: left;
}

/* =personal info stateCode_zipcode */
#leadForm ul.pInfo li.stateCode_zipcode span.groupedField {
	float: left;
	margin-top: 0;
	padding: 0;
	width: 129px;
}

#leadForm ul.pInfo li.stateCode_zipcode label {
	width: 100px;
}

#leadForm ul.pInfo li.stateCode_zipcode select, #leadForm ul.pInfo li.stateCode select {
	width: 120px;
	margin: 2px 10px 0 0;
}

#leadForm ul.pInfo li.stateCode_zipcode input {
	width: 106px;
}

/* =personal info contact consent */
#leadForm .contact {
	clear: both;
	display: inline-block;
	margin: 20px 0;
	width: 600px;
	height: auto;
}

#leadForm .contact input {
	display: inline-block;
	float: left;
	width: auto;
	border: none;
	margin: 10px 10px 10px 0;
}

#leadForm .contact input:focus {
	border: none;
	background: none;
}

#leadForm .contact label {
	color: #636363;
	display: block;
	float: left;
	margin: 7px 0 0;
	padding: 0;
	text-transform: none;
	width: 560px;
}

/* =leadForm questions & radios */
#leadForm ul.leadFormQuestions li {
	border-top: 1px solid #E5E5E5;
	padding: 0;
	margin: 0;
	display: block;
	float: none;
	height: auto;
	position: relative;
	clear: both;
}

#leadForm ul.leadFormQuestions li.first {
	border-top: medium none;
	width: 100%;
}

#leadForm ul.leadFormQuestions li span.noFieldError {
	display: none;
}

#leadForm ul li label, #leadForm ul.leadFormQuestions li fieldset legend, #leadForm ul.pInfo li fieldset legend {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 8px 0 0;
	padding: 5px 0;
	position: relative;
}

#leadForm ul.pInfo li fieldset legend {
	margin-top: 0;
}

#leadForm ul.leadFormQuestions li fieldset legend, #leadForm ul.pInfo li fieldset legend {
	white-space: normal;
	width: 99%;
}

#leadForm ul.leadFormQuestions li fieldset legend span {
	width: 550px;
	display: block;
}

#leadForm ul.leadFormQuestions li label {
	width: 550px;
	font-size: 13px;
}

#leadForm ul.leadFormQuestions  li fieldset {
	margin: 8px 0 15px;
}

#leadForm ul.pInfo li fieldset {
	_width: 250px;
}

#leadForm ul.leadFormQuestions  li fieldset label, #leadForm ul.pInfo li fieldset label {
	width: 100px;
	_width: 80px;
	font-size: 13px;
	font-weight: normal;
	float: left;
	padding: 0;
	margin: 8px 0 0 0;
}

#leadForm ul.pInfo li.fieldError fieldset label, #leadForm ul.pInfo li.rowError fieldset label {
	margin-top: 0;
}

#leadForm ul.leadFormQuestions li fieldset input, #leadForm ul.pInfo li fieldset input {
	float: left;
	margin: 11px 0 0 0;
	padding: 5px 0;
	width: 36px;
	border: none;
}

#leadForm ul.pInfo li.fieldError fieldset input, #leadForm ul.pInfo li.rowError fieldset input {
	margin-top: 0;
}

#leadForm ul li input#phone, #leadForm ul li input#homePhone {
	width: 168px;
}

#tutoringProfile h2.noBorder {
	border: none;
	margin: 10px 0;
}

#tutoringProfile h4 {
	font-weight:bold;
}

/* =form errors */
div.formError, #sorryFormError, #sorryFieldError {
	border-bottom: 1px solid #990000;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	padding: 10px 0 0 10px
}

#leadForm ul li.fieldError {
	background: url("/images/fieldError.png") no-repeat scroll -1px 3px transparent;
	color: #000000;
	float: left;
	height: 89px;
	_height: 79px;
	left: -5px;
	list-style: none outside none;
	margin: -10px 0 0;
	_margin: 0;

	padding: 0 0 0 5px;
	position: relative;
}

#leadForm ul.pInfo li.fieldError {
	background: url("/images/fieldError.png") no-repeat scroll -1px 3px transparent;
	color: #000000;
	float: left;
	height: 89px;
	_height: 79px;
	left: -5px;
	list-style: none outside none;
	margin: -10px 0 0;
	_margin: 0;

	padding: 0 0 0 5px;
	position: relative;
}

#leadForm ul.leadFormQuestions li.fieldError {
	background: url("/images/fieldError.png") no-repeat scroll -10px 0 transparent;
	color: #000000;
	left: 0;
	padding: 10px 0 0 0;
	position: relative;
	top: 0;
	float: none;
	height: auto;
	display:block;
}

#leadForm ul.pInfo li.rowError li {
	height: 85px;
}

#leadForm ul.pInfo li.rowError li span {
	height: 23px;
	_height: 30px;
}

#leadForm ul.pInfo li.rowError li.fieldError span.fieldError {
	height: 27px;
	display: block;
}

#leadForm div.fieldError {
	border-bottom: 1px solid #990000;
	margin: 0 0 25px;
	text-transform: uppercase;
}

#leadForm .fieldError {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	padding: 10px 0 0 10px;
}

#leadForm ul li.requestedContactTime.fieldError select, #leadForm ul li.homePhoneType.fieldError select, #leadForm ul li.salutation select, #leadForm ul li.requestedContactTime select {
	margin: 0 0 20px;
}

#leadForm ul li.fieldError select, #leadForm ul li.fieldError input {
	border: 1px solid #990000;
	font-weight: normal;
}

#leadForm ul.pInfo li span.fieldError {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 2px 0;
	height: 30px;
	_padding: 3px 0 0 0; /*ie6 only*/
	display: block;
}

#leadForm div.contact .fieldError {
	padding-left: 0;
}

#leadForm ul.pInfo li.rowError {
	clear: both;
	height: 85px;
	_height: 75px;
	margin-top: 10px;
}

#leadForm .leadFormSubmit {
	width: 261px;
	height: 35px;
	display: block;
	background: url('/images/spriteButtons.jpg') no-repeat 0 -73px;
	text-indent: -99999px;
	clear: left;
	cursor: pointer;
	font-size: 0;
	display: block;
	line-height: 0;
}

#leadForm .submitLast {
	background: url('/images/spriteButtons.jpg') no-repeat -263px -73px;
	width: 226px;
	height: 35px;
}

/* for rematching on sylvan */
#sorryFieldError, #sorryFormError {
	margin-left: 0;
	display: none;
}

.disclaimer, .copyright p {
	line-height: 16px;
	margin:0 0 10px 175px;
}

.rematching {
	border: 1px solid #8d8d8d;
	background: #efeeee;
	padding: 10px;
}

.rematching.selected {
	border: 1px solid #016698;
	background: #eef8fb;
}

.rematching label {
	cursor: pointer;
}

#rematch {
	width:20px;
	cursor: pointer;
}

.rematchSubmit {
	display: block;
	text-indent: -99999px;
	margin-top: 5px;
	height:32px;
	width: 194px;
	background: url('/images/spriteButtons.jpg') no-repeat -196px -110px;
	cursor: pointer;
	font-size: 0;
	display: block;
	line-height: 0;
}

.selected .rematchSubmit {
	background: url('/images/spriteButtons.jpg') no-repeat 0 -110px;
}

#aboutUsContent h2{
	border-bottom: 1px solid #ccc;
	margin: 20px 0 10px;
	line-height: 28px;
	color: #00374c;
}

#aboutUsContent h2.first {
	margin-top:0;
}

#aboutUsContent h5 {
	margin-top: 20px;
	font-weight: bold;
}

#aboutUsContent .bio {
	width: 300px;
	float:left;
	margin-right: 25px;
	_margin-right: 15px;
}

#aboutUsContent .bio img {
	float:left;
	margin: 0 5px 4px 0;
}

#aboutUsContent .freeResources, #aboutUsContent .commitment {
	float: right;
	margin:0 0 5px 5px;
}

#aboutUsContent .checkmark {
	background: url('/images/bullet-aboutUsCheckMark.jpg') no-repeat 0 0;
	padding-left: 20px;
}

.indent {
	padding-left: 20px;
}

#aboutUsContent .subscribe input {
}

#captcha .captchaPass{
	width: 115px;
	color: #222;
}

#captcha .captchaSubmit {
	width: 70px;
	padding: 4px;
	color: #222;
}

/* =sidebar =secondary */
.secondary ul li {
	position: relative;
	padding: 0 0 10px 20px;
	background: url('/images/bullet-generalArticleWhite.gif') no-repeat 0 3px;
}

.sidebarGrey, .sidebarBlue, .sidebarGreen{
	width: 258px;
	float:right;
	position:relative;
	padding:47px 15px 10px;
	margin-bottom:10px;
	-webkit-box-shadow: #666 -2px 2px 5px;
	-moz-box-shadow: #666 -2px 2px 5px;
	box-shadow: #666 -2px 2px 5px;
	behavior: url('/css/PIE.htc');
}

.sidebarGrey {
	border: 1px solid #8d8d8d;
	background: #efeeee;
}

.sidebarBlue {
	border: 1px solid #016698;
	background: #eef8fb;
}

.sidebarGreen {
	border: 1px solid #71a41d;
	background: #f1f7e9;
}

.sidebarGreen h4.ribbonGreen a{
	color: #ffffff;
}

.sidebarGreen ul li a {
	text-decoration: underline;
}

.ribbonGrey, .ribbonBlue, .ribbonGreen {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -12px;
	height: 37px;
	width: 285px;
	padding: 5px 0 0 15px;
}

.ribbonGrey {
	background: url('/images/spriteRibbon.gif') no-repeat 0 0;
}

.ribbonBlue {
	background: url('/images/spriteRibbon.gif') no-repeat 0 -95px;
}

.ribbonGreen {
	background: url('/images/spriteRibbon.gif') no-repeat 0 -47px;
}

.sidebarform {
	padding: 15px;
	width: 258px;
	float: right;
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #8d8d8d;
}

/* =tabSet */
ul.tabSet, ul.tabSet.noTab {
	clear: both;
	display: block;
	height: 28px;
	overflow: hidden;
	border-bottom: 1px solid #016698;
	font-weight:bold;
	margin: 5px 0 0;
	padding: 0 15px;
	position: relative;
}

ul.tabSet.noTab /* take the noTab style out once tabs get put back in*/
{
	height: 15px;
}

ul.tabSet li {
	float: left;
	background: #fff;
	font-weight: bold;
	color: #222;
	border: 1px solid #8d8d8d;
	border-bottom: none;
	padding: 2px 15px 4px;
	margin: 5px 2px 0;
}


ul.tabSet li:hover {
	background: #eee;
}

ul.tabSet li.last {
	float: right;
	margin-right: 17px;
	display: inline;
}

ul.tabSet li.last a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 100%;
}

ul.tabSet li.on {
	padding-bottom: 20px;
	padding-top: 5px;
	color: #fff;
	background: #016698;
	border: 1px solid #016698;
	margin-top: 0;
}

/* =moreArticlesMain */
#moreArticlesMain {
	margin-top: 25px;
}

#moreArticlesMain a{
	font-weight: bold;
}

#moreArticlesMain .tabSet {
	font-size: 13px;
}

#moreArticlesMain .tabSet li {
	background: #efeeee;
}

#moreArticlesMain .tabSet li.on {
	background: #016698;
}

#moreArticlesMain .primaryListRelated, #moreArticlesMain .list {
	float:left;
	width: 320px;
	padding: 0 20px 0 0;
}

#moreArticlesMain .secondaryListRelated {
	float: left;
	width: 280px;
}

 #moreArticlesMain .list {
	width:290px;
}

#moreArticlesMain .secondaryListRelated li, #moreArticlesMain .list li {
	background: url('/images/bullet-generalArticleWhite.gif') no-repeat 0 3px;
	padding: 0 0 8px 20px;
	margin-top: 8px;
	border-bottom: 1px dotted #535353;
}

.moreArticlesContainer .primaryListRelated li a, .moreArticlesContainer .primaryListRelated li p {
	display: block;
}

#moreArticlesMain li.first {
	margin-top: 0;
}

.moreArticlesContainer {
	padding: 0;
}

ul.tabSet li.tab {
	cursor: pointer;
}

.featureElementsContainer {
	padding: 10px 15px;
}

.moreArticlesContainer span, #subCat span {
	background: url('/images/spriteButtons.jpg') no-repeat -457px -3px;
	width:1px;
	height:27px;
	display:block;
}

.floatRight {
	float:right
}

.floatLeft {
	float:left;
}

/* =search results */
#searchResults, #moreBlog {
	margin-top: 10px;
}

#searchResults h3 {
	margin:0;
	font-weight:normal;
	/*text-decoration: underline;*/
}

#searchResults h4 {
	font-weight: bold;
	margin: 0;
}

#searchResults a {
	text-decoration: underline;
}

#searchResults .searchContainer {
	/*background: url('/images/thickThinBorder.gif') bottom repeat-x;*/ /*keep when we use cta's in searches again*/
	padding: 15px 0 20px;
	border-bottom: 1px solid #EFEEEE;
}

#searchResults .searchContainer.last {
	background: none;
}

#searchResults ul.tutorOffers li.requestInfoButton {
	background: none;
	margin-top: 8px;
}

#searchResults .tutorLogo {
	float:left;
	margin-top: 10px;
}

#searchResults ul.tutorOffers {
	float: left;
	margin:10px 0 0 10px;
	width:300px;
}

#searchResults ul.tutorOffers li {
	background: url('/images/bullet-checkMark.gif') no-repeat 0 5px;
	padding: 5px 0 0 15px;
}

#searchResults ul.tutorOffers li.header {
	background: none;
	padding-left: 0;
	font-weight:bold;
}

#searchResults .locationInfo {
	float: right;
	width: 198px;
	height: 110px;
	background: #efefef;
	position: relative;
	background: url('../images/locationType.jpg') no-repeat;
}

#searchResults .locationInfo .locationType {
	color: #fff;
	font-weight: bold;
	margin-top: 43px;
	text-align: center;
}

#searchResults .locationInfo a {
	/*Adding this fixes a rendering issue*/
	border: 1px solid transparent;
	color: #FFFFFF;
	display: block;
	height: 100%;
	text-decoration: none;
}


#searchResults .locationInfo .takeTheNextStepButton {
	display: none;
}

#searchResults .locationButtons {
	position: absolute;
	width: 198px;
	height: 25px;
	top: -13px;
	left: 5px;
}

#searchResults .locationButtons div {
	float: left;
	margin-right: 3px;
	height: 25px;
	width: 25px;
}


#searchResults .home {
	background: url('/images/spriteMapIcons.png) no-repeat 0 0;
	_background: url('/images/btn-home.png) no-repeat;/* sprite with fixPng doesnt allow background positioning*/
}

#searchResults .incenter {
	background: url('/images/spriteMapIcons.png) no-repeat -40px 0;
	_background: url('/images/btn-center.png) no-repeat;
}

#searchResults .online {
	background: url('/images/spriteMapIcons.png) no-repeat -82px 0;
	_background: url('/images/btn-online.png) no-repeat;
}

#searchResults .programCTAContainer {
	border-top: 1px solid #efeeee;
	margin-top: 5px;
	padding-top: 10px;
}

#searchResults .programs {
	float:left;
}

#searchResults ul.programList {
	float:left;
	width: 200px;
	_width: 195px;
	margin: 0 0 0 10px;
}

#searchResults ul.programList li {
	background : url('/images/bullet-greyRaquo.gif') no-repeat 0 10px;
	padding: 5px 0 0 15px;
}

#searchResults .searchResultMiniform {
	float:right;
	width: 198px;
}

#searchResults .searchResultMiniform span {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#searchResults .searchResultMiniform select{
	margin-bottom: 10px;
}

#searchResults .takeTheNextStepButton {
	background: url('/images/spriteButtons.jpg') no-repeat 0 -144px;
	display: block;
	text-indent: -99999px;
	width:200px;
	height:33px;
	cursor: pointer;
	font-size: 0;
	display: block;
	line-height: 0;
}

/* =recommended, =tutors*/
#tutorContainer, #moreArticles {
	padding-left: 0;
	padding-right: 0;
	width:288px;
}

.tutors {
	padding:0 15px;
	border-bottom: 1px solid #71a41d;
}

.tutors h3 {
	background: none;
	color: #00374c;
	margin: 7px 0;
	display:block;
	line-height: 24px;
}

.tutors h3 a {
	color: #00374c;
	text-decoration: underline;
}

.tutors h3 a:hover{
	text-decoration:none;
}

.secondary .tutors li {
	background: url('/images/bullet-greyRaquo.gif') no-repeat 0 5px;
	padding: 0 0 7px 15px;
}

.tutors span {
	display:block;
	font-weight:bold;
	margin-bottom: 7px;
}

.tutors .miniform select {
	border-color: #00374c;
	width: 255px;
	margin-bottom: 10px;
}

.tutors.last {
	border: none;
}

/* =dropdownsearch */
#dropDownSearch select {
	border: 1px solid #016698;
	width: 255px;
	/*min-width: 255px;*/
	margin: 7px 0;
}

#dropDownSearch .dropDownSearchSubmit {
	background: url('/images/spriteButtons.jpg') no-repeat -290px -3px;
	display:block;
	text-indent: -99999px;
	width: 111px;
	height: 26px;
	margin-top: 7px;
	float:right;
	cursor: pointer;
	font-size: 0;
	display: block;
	line-height: 0;
}

#dropDownSearch #zipContainer{
	width:110px;
	float:left;
	margin-top: 7px;
	display:none;
}

#dropDownSearch #zipInput {
	width: 90px;
	border: 1px solid #016698;
	padding: 2px 0 2px 10px;
	color: #CCCCCC;
	font-style: italic;
}

#dropDownSearch #stateInput {
	width: 130px;
	display:none;
	float:left;
}

/* =learningTools*/
#learningTools li {
	height:27px;
	padding-left: 35px;
	margin-bottom: 5px;
}

#learningTools .edugames {
	background: url('/images/spriteLearningTools.gif') no-repeat 0 -55px;
}

#learningTools .worksheets {
	background: url('/images/spriteLearningTools.gif') no-repeat 0 -115px;
}

#learningTools .blog {
	background: url('/images/spriteLearningTools.gif') no-repeat 0 5px;
}

.subscribe .postError {
	color: #990000;
	font-weight: bold;
}

.subscribe .mail {
	float:left;
}

.subscribe .email {
	width: 174px;
}

.subscribe h5 {
	font-weight: bold;
}

/* =comp edge*/
#compEdge li {
	background: url('/images/bullet-checkMark.gif') no-repeat 0 3px;
	padding: 0 0 10px 15px;
}

#compEdge h4 {
	font-weight: bold;
	text-decoration: none;
}

a #compEdge h4:hover, a #compEdge h4:hover{
	/*color:#fff;*/
	text-decoration:none
}

a #compEdge li h4 {
	color: #222222;
}

a:hover#commitment  {
	text-decoration: none;
}

/* =blog */
#learningTools ul, .secondary .blogList {
	margin-bottom: 10px;
	border-bottom: 1px dotted #222;
}

.blogTitle, .blogTitle:hover {
	color: #fff;
	text-decoration:none;
}

.subscribe input {
	width:104px;
	border: 1px solid #a6a5a5;
}

.subscribe .subscribeSubmit {
	background: url('/images/spriteButtons.jpg') no-repeat -220px -3px;
	width: 68px;
	height: 26px;
	border: none;
	text-indent: -99999px;
	cursor: pointer;
}

.subscribe form {
	margin-bottom: 10px;
}

.subscribe a {
	display: block;
	float:left;
	margin: 0 4px 0 0;
	width: 31px;
	height: 31px;
}

.subscribe a:hover {
	text-decoration: none;
}

.subscribe .twitter, .subscribe .facebook, .subscribe .rss {
	width: 31px;
	height: 31px;
}

.subscribe .twitter {
	background: url('/images/spriteSocialMedia.png) no-repeat 0 -61px;
}

.subscribe .facebook {
	background: url('/images/spriteSocialMedia.png) no-repeat 0 0;
}

.subscribe .rss {
	background: url('/images/spriteSocialMedia.png) no-repeat 0 -122px;
}

#blogPostDate li {
	background:none;
	padding: 0 0 5px 10px
}

/* =ala */
.ala {
	background: url('/images/ala.jpg') no-repeat bottom #efeeee;
	height: 70px;
}

.ala a, .ala a:hover {
	text-decoration: none;
	display:block;
	width: 258px;
	height: 70px;
}

/* =footer */
.quickLinks span, .copyright span {
	font-weight: bold;
	margin-left: 60px;
	width:115px;
	float:left;
	font-size:12px;
}

.quickLinks {
	padding: 10px;
	height: 70px;
}

.quickLinks ul {
	width:150px;
	float:left;
}

.quickLinks ul li {
	line-height:15px;
}

#footer img{
	margin-right: 30px;
	float: left;
}

.copyright {
	padding: 10px;
	background: #cbcbcb;
	border-top: 1px solid #c2c2c2;
}

/* =topFive */
.topFive li {
	padding: 5px 0;
	list-style-type: decimal;
	list-style-position: inside;
}


/* =testimonial */
.testimonial p {
	display:block;
	position: relative;
	margin: 0 15px;
}

.testimonial span.parentName {
	display: block;
	font-family: Georgia;
	font-weight:bold;
	font-size: 11px;
	margin-top: 8px;
}

.topQuote, .bottomQuote {
	position: absolute;
	font-family: Georgia;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	color: #71a41d;
	width:20px;
	height: 20px;
	display:block
}

.topQuote{
	top: 0;
	left: -23px;
}

.bottomQuote {
	bottom: -5px;
	right: -20px;
}

/* =miniform */
#miniform span {
	font-weight: bold;
}

#miniform select {
	margin: 5px 0 10px;
	display:block;
	width: 100%;
}

#miniform .miniformBanner {
	margin:0;
}

.takeTheNextStepButton {
	background: url('/images/spriteButtons.jpg') no-repeat -225px -36px;
	display:block;
	text-indent: -99999px;
	width: 257px;
	height: 35px;
	cursor: pointer;
	font-size: 0;
	display: block;
	line-height: 0;
}

#requestMoreInfo {
	float: right;
	margin: 0 0 10px;
	width: 135px;
	display: block;
}

#requestMoreInfo ul li {
	background: none;
	margin: 2px 0 0;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 0 10px;
}

.miniform a img {
	display: block;
	/*float: left;*/
	margin: 0;
}

.fields p.miniformLabel {
	font-weight: bold;
	display: block;
	line-height: 15px;
	width: auto;
	margin: 10px 0 8px;
	cleaR:both;
}

/* =form sidebar */
.sidebarform {
	width: 258px;
	float: right;
	position: relative;
	margin-bottom: 10px;
}

.sidebarform h5, .flatgrey h5 {
	font-weight: bold;
	margin-bottom: 10px;
}

.guarantee h5 {
	color: #016698;
	text-transform: uppercase;
}

#futureSkills h5 {
	text-transform:uppercase;
}

#futureSkills li {
	background: url('/images/bullet-checkMark.gif') 0 2px no-repeat;
}

.accreditation {
	margin-right: 8px;
}

.sidebarform .accreditation {
	margin-left: 60px;
}

.progressBar {
	border: 1px solid #8d8d8d;
	background: #efeeee;
}

.progressBar .steps {
	color: #016698;
}

.flatgrey {
	width: 258px;
	float: right;
	position: relative;
	padding: 10px 15px;
	margin-bottom: 10px;
	border: 1px solid #8d8d8d;
	background: #efeeee;
}

.secondary select {
	width:255px;
	/*min-width: 255px;*/
}

.secondary select.expand {
	width: auto !important;
}

/* =misc */
.orange {
	color: #f26a21;
}

.supReg {
	font-size: xx-small;
	vertical-align: top;
}

div.submitMsg {
	display:none;
}

input.unchanged {
	color:#ccc;
	font-style:italic;
}

p.articleDesc {
	font-style: italic;
}
