body { 
	top: 0px; 
	left: 0px;
	margin: 0px; 
	background-color: #efefef;
	}

	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HEADER AREA STYLES - INC PHONE TXT/NUMBER AND LOGO */

#header { 
	position: absolute;
	width: 968px; 
	height: 104px; 
	display: block;
	z-index: 1;
	background: url('/images/share/sylvan-tutoring_top.gif') no-repeat top left; 
	}
	
#masthead {
	display: none;
	}
	
#phonetxt { 
	float: right; 
	top: 0px; 
	margin-top: 10px;
	margin-right: 20px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 15px; 
	font-weight: bold; 
	color: #fff; 
	}

.phonenumber { 
	padding-left: 3px; 
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 20px; 
	font-weight: bold; 
	color: #f8db37; 
	}

#logo { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	margin: 0px; 
	}
	

/* ++++++++++++++++++++++++++++++++++++ */
/* GENERAL PAGE AREA AND CONTENT STYLES */

#indexarea ul {
	margin-left: 20px;
	_margin-left: 40px;
	list-style-type: square;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	}
	
#indexarea ul ul {
	margin-left: 0px;
	_margin-left: 20px;
	list-style-type: square;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	}

	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CONTENT AREA STYLES - INC PHONE TXT/NUMBER AND LOGO */

#page {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}
	
#contentarea {
	position: relative;
	top: 104px;
	left: 225px;
	width: 521px;
	background-color: #fff;
	padding-right: 220px;
	min-height: 1400px;
        height: auto !important;
        height: 1415px; 
	}
	
.inpage {
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 1px solid #333;
	}
	
#indent {
	padding-left: 20px;
	padding-right: 20px;
	}
	
ul#breadcrumb {
	margin: 0px;
	list-style: none;
	padding: 0px;
	}
	
#breadcrumb li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #e76f00;
	}
	
#breadcrumb li:before {
	content: "> ";
	}

#breadcrumb li:first-child:before {
	content: "";
	}	
	
#breadcrumb li a {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #e76f00;
	text-decoration: underline;
	}
	
#breadcrumb li a:hover {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: underline;
	}
	
/*IE workaround*/
/*All IE browsers*/
* html #breadcrumb li {
	background-image: url("/images/share/bcicon.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 1em 0 -1em;
	padding: 0 0.5em 0 1em;
	}

/*Win IE browsers - hide from Mac IE\*/
* html #breadcrumb { 
	height: 1%; 
	}

* html #breadcrumb li {
	float: left;
	display: block;
	}

/*End hide*/
/*Mac IE 5*/
* html #breadcrumb li:first-child { 
	background-image: none; 
	}
	
	
ul#consumerfeature {
	margin-top: 12px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style: none;
	padding: 0px;
	}
	
#consumerfeature li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #999;
	}
	
#consumerfeature li:before {
	content: " | ";
	}

#consumerfeature li:first-child:before {
	content: "";
	}
	
#consumerfeature img {
	padding-bottom: 3px;
	vertical-align: bottom;
	}
	
#consumerfeature li a {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #999;
	text-decoration: none;
	}
	
#consumerfeature li a:hover {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #999;
	text-decoration: underline;
	}
	
/*IE workaround*/
/*All IE browsers*/
* html #consumerfeature li {
	background-image: url("/images/share/cficon.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 1em 0 -1em;
	padding: 0 0.5em 0 1em;
	}

/*Win IE browsers - hide from Mac IE\*/
* html #consumerfeature { 
	height: 1%; 
	}

* html #consumerfeature li {
	display: block;
	float: left;
	}

/*End hide*/
/*Mac IE 5*/
* html #consumerfeature li:first-child { 
	background-image: none; 
	}


/* ++++++++++++++++++++++++++++++++++++++++++++ */
/* NAVIGATION AREA STYLES - INC FIND/NAV/SEARCH */

#navigationarea {
	position: absolute;
	top: 94px;
	left: 0px;
	width: 205px;
	margin: 0px;
	padding: 0px;
	}	
		

/* FIND A TUTOR MODULE STYLES */

#findatutor {
	display: block;
	position: relative;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
	color: #333;
	width: 193px;
	background-color: #f8db37;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 6px 6px 6px;
	border-bottom: 3px solid #fff;
	}
	
#findatutor h1 {
	padding-top: 10px;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	color: #b31b34;
	text-transform: uppercase;
	}

#findatutor p {
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
	color: #333;
	}
	
#findatutor td {
	padding: 1px 4px 1px 0px;
	height: 14px;
	}

#findatutor input[type=text].find-a-tutor {
	height: 14px;
	width: 95px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	color: #b31b34;
	}
	
#findatutor select.find-a-tutor {
	height: 14px;
	width: 95px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	color: #b31b34;
	}

#findatutor a {
	display: block;
	margin: 4px 0px 0px 0px;
	height: 15px;
	width: 70px;
	border: 0px;
	vertical-align: bottom;
	}
	
#findatutor form {
	display: inline;
	}


/* MAIN NAVIGATION STYLES */

#navcontainer {
	position: static;
	width: 205px;
	margin-left: 0px;
	padding: 0px;	
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	color: #fff;
	}
	
#navcontainer ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: none;
	}

#navcontainer li {
	margin: 0px;
	border-bottom: 1px solid #fff;
	}

#navcontainer li a {
	display: block;
	width: 196px;
	height: 18px;
	background-color: #61b4e8;
	padding: 5px 3px 1px 6px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}

#navcontainer li a.smallnav {
	display: block;
	width: 196px;
	height: 15px;
	background-color: #8dc152;
	padding: 4px 3px 1px 6px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}

#navcontainer li a.contact:hover {
	background-color: #1d7893;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.contact-on {
	background-color: #1d7893;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.subject:hover {
	background-color: #2d3481;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.subject-on {
	background-color: #2d3481;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.grade:hover {
	background-color: #4d318e;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.grade-on {
	background-color: #4d318e;
	border-bottom: 0px;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.approach:hover {
	background-color: #76318d;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.approach-on {
	background-color: #76318d;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.parents:hover {
	background-color: #8e3274;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.parents-on {
	background-color: #8e3274;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.offers:hover {
	background-color: #8e3242;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.offers-on {
	background-color: #8e3242;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	}

#navcontainer li a.smallnav:hover {
	background-color: #5e971d;
	height: 15px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	
#navcontainer li a.smallnav-on {
	background-color: #5e971d;
	height: 15px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	
#navcontainer li a.smallnav-on2 {
	background-color: #5e971d;
	height: 15px;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	



/* CONTACT SYLVAN SUB NAVIGATION STYLES */

#navcontainer li li.contact {
	background-color: #1d7893;
	margin: 0;
	border-bottom: 0px;
	padding-bottom: 3px;
	}

#navcontainer li li.contact a {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #1d7893;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.contact a:hover	{
	display: block;
	width: 190px;
	height: 11px;
	background-color: #90adbf;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	
#navcontainer li li.contact a.highlight	{
	display: block;
	width: 190px;
	height: 11px;
	background-color: #90adbf;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	

/* TUTORING BY SUBJECT SUB NAVIGATION STYLES */

#navcontainer li li.subject {
	background-color: #2d3481;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.subject a {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #2d3481;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.subject a:hover {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #8781b0;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	
#navcontainer li li.subject a.highlight {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #8781b0;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	
#navcontainer li li.subject2 {
	background-color: #2d3481;
	margin: 0px;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.subject2 a {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #2d3481;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}

#navcontainer li li.subject2 a:hover {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #8781b0;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}
	
#navcontainer li li.subject2 a.highlight {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #8781b0;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}


/* TUTORING BY GRADE SUB NAVIGATION STYLES */

#navcontainer li li.grade {
	background-color: #4d318e;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.grade a {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #4d318e;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.grade a:hover {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #9684bb;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	
#navcontainer li li.grade a.highlight {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #9684bb;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}


/* TUTORING APPROACH SUB NAVIGATION STYLES */

#navcontainer li li.approach {
	background-color: #76318d;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.approach a {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #76318d;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.approach a:hover {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #ad8bbd;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	
#navcontainer li li.approach a.highlight {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #ad8bbd;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	
#navcontainer li li.approach2 {
	background-color: #76318d;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.approach2 a {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #76318d;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}

#navcontainer li li.approach2 a:hover {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #ad8bbd;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}
	
#navcontainer li li.approach2 a.highlight {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #ad8bbd;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}


/* RESOURCES FOR PARENTS SUB NAVIGATION STYLES */

#navcontainer li li.parents {
	background-color: #8e3274;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.parents a {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #8e3274;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.parents a:hover {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #ba8daa;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	
#navcontainer li li.parents a.highlight {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #ba8daa;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}
	
#navcontainer li li.parents2 {
	background-color: #8e3274;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.parents2 a {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #8e3274;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}

#navcontainer li li.parents2 a:hover {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #ba8daa;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}
	
#navcontainer li li.parents2 a.highlight {
	display: block;
	width: 178px;
	height: 12px;
	background-color: #ba8daa;
	padding-left: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	vertical-align: top;
	text-transform: none;
	}


/* SYLVAN TUTORING SPECIAL OFFERS SUB NAVIGATION STYLES */

#navcontainer li li.offers {
	background-color: #8e3242;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.offers a {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #8e3242;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.offers a:hover {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #bd8988;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.offers a.highlight {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #bd8988;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: top;
	}

/* SYLVAN TUTORING SMALL NAV SUB NAVIGATION STYLES */

#navcontainer li li.smallnav {
	background-color: #5e971d;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 0px;
	}

#navcontainer li li.smallnav a {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #5e971d;
	padding-left: 12px;
	padding-bottom: 1px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.smallnav a:hover {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #a9c192;
	padding-left: 12px;
	padding-bottom: 1px;
	font-size: 11px;
	vertical-align: top;
	}

#navcontainer li li.smallnav a.highlight {
	display: block;
	width: 190px;
	height: 11px;
	background-color: #a9c192;
	padding-left: 12px;
	padding-bottom: 1px;
	font-size: 11px;
	vertical-align: top;
	}


/* SPACER BETWEEN NAVIGATION TYPES */

#navspace1 {
	height: 2px;
	width: 205px;
	background-color: #fff;
	font-size: 1px;
	}	


/* NAVIGAITON AREA FOOTER - NO SEARCH */
#search-nav {
	display: block;
	background: #f9df78 url('/images/share/sylvan-tutoring_navend2.gif') no-repeat bottom left;
	width: 190px;
	height: 70px;
	margin: 0px;
	padding: 15px 10px 10px 5px;
	border-top: 2px solid #fff;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	}
	
#search-nav form {
	display: inline;
	}
	
#search-nav input[type=text].search {
	height: 14px;
	width: 104px;
	padding: 0px 3px 0px 3px;
	margin: 4px 0px 2px 0px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	}
	
#search-nav a {
	height: 15px;
	width: 70px;
	border: 0px;
	vertical-align: bottom;
	}
	
#search-nav-end {
	display: block;
	background: #f9df78 url('/images/share/sylvan-tutoring_navend.gif') no-repeat bottom left;
	width: 190px;
	height: 70px;
	margin: 0px;
	padding: 15px 10px 10px 5px;
	border-top: 2px solid #fff;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	}
	
#search-nav-end form {
	display: inline;
	}
	
#search-nav-end input[type=text].search {
	height: 14px;
	width: 104px;
	padding: 0px 3px 0px 3px;
	margin: 4px 0px 2px 0px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	}
	
#search-nav-end a {
	height: 15px;
	width: 70px;
	border: 0px;
	vertical-align: bottom;
	}
	

/* NAVIGATION AREA FOOTER 2 - NO SEARCH */

#nosearch {
	display: block;
	background: #f9df78 url('/images/share/sylvan-tutoring_navend2.gif') no-repeat bottom left;
	width: 205px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #fff;
	}


/* NAVIGATION AREA FOOTER 3 - ESTARA */

#estara-nav {
	display: block;
	background: #f8dc34 url('/images/share/sylvan-tutoring_navend3.gif') no-repeat bottom left;
	width: 190px;
	margin: 0px;
	padding: 5px 10px 30px 5px;
	border: 0px;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	}
	
#estara-nav form {
	display: inline;
	}
	
#estara-nav h4 {
	display: inline;
	color: #b41431;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#estara-nav input[type=text].estara {
	height: 14px;
	width: 104px;
	padding: 0px 3px 0px 3px;
	margin: 4px 0px 2px 0px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	color: #b31b34;
	}
	
#estara-nav a {
	height: 15px;
	width: 70px;
	border: 0px;
	vertical-align: bottom;
	}
	
	#navcontainer li li.about-small {
			background-color: #5e971d;
			margin: 0px 0px 0px 0px;
			padding-bottom: 3px;
			border-bottom: 0px;
			}
		
		#navcontainer li li.about-small a {
			display: block;
			width: 182px;
			height: 11px;
			background-color: #5e971d;
			padding-left: 20px;
			padding-bottom: 1px;
			font-size: 11px;
			line-height: 11px;
			vertical-align: top;
			text-transform: none;
			}
		
		#navcontainer li li.about-small a:hover {
			display: block;
			width: 182px;
			height: 11px;
			background-color: #a9c192;
			padding-left: 20px;
			padding-bottom: 1px;
			font-size: 11px;
			line-height: 11px;
			vertical-align: top;
			text-transform: none;
			}
			
		#navcontainer li li.about-small a.highlight {
			display: block;
			width: 182px;
			height: 11px;
			background-color: #a9c192;
			padding-left: 20px;
			padding-bottom: 1px;
			font-size: 11px;
			line-height: 11px;
			vertical-align: top;
			text-transform: none;
	}

/* +++++++++++++++++++++++++++++++++++++++++++++ */
/* FOOTER AREA STYLES - INC COPYRIGHT/TEXT LINKS */
	
#footer { 
	position: static;
	display: block;
	width: 968px; 
	margin-top: 134px;
	background: url('/images/share/sylvan-tutoring_foot.gif') no-repeat top left;
	}
	
#printbottom {
	display: none;
	}
	
#copyright { 
	padding-top: 48px; 
	padding-right: 10px; 
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	color: #fff; 
	text-align: right; 
	}
	
#subnavigaiton {  
	display: block;
	left: 0px; 
	padding: 25px; 
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 9px; 
	font-weight: normal; 
	}
	
#subnavigation a { 
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#subnavigation a:hover { 
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	color: #666;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
#spacer {
	display: block; 
	height: 30px; 
	}
		

/*IE workaround*/  
/*All IE browsers*/

* html #subnavigation li { 
	margin: 0 0.4em 0 -0.4em; 
	padding: 0 0.4em 0 0.4em; 
	border-left: 1px solid #333; 
	}


/*Win IE browsers - hide from Mac IE\*/

* html #subnavigation { 
	height: 1%; 
	}
		
* html #subnavigation li { 
	display: block; 
	float: left; 
	}
	

/*End hide*/
/*Mac IE 5*/

* html #subnavigation li:first-child { 
	border-left: 0; 
	}
	


/* +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* RIGHT COLUMN STYLES - INC TEST/IMAGE/SIGNUP/CALLOUT */

#rightcolumn {
	position: absolute;
	background: #fff;
	width: 200px;
	left: 543px;
	top: 0px;
	}
	
#callout {
	display: block;
	background: #f8db37 url('/images/share/callout-bottom.gif') no-repeat 100% 100%;
	width: 180px;
	padding: 10px 10px 30px 10px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	}
	
#testimonial a {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	}
	
#testimonial p {
	margin-bottom: -8px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: .8em;
	color: #333;
	}
	
#testimonial {
	display: block;
	background: #fff;
	width: 180px;
	min-height: 110px;
	padding: 20px 10px 20px 10px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	font-style: normal;
	vertical-align: middle;
	}
	
#prcontact a {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	text-decoration: none;
	}
	
#prcontact {
	display: block;
	background: #fff;
	width: 180px;
	min-height: 110px;
	padding: 20px 10px 20px 10px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	font-style: italic;
	vertical-align: middle;
	}

#newsletter {
	background-color: #fff;
	width: 180px;
	padding: 10px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #333;
	}
	
#newsletter input[type=text].ssn {
	width: 89px;
	height: 16px;
	margin-top: 6px;
	padding: 0px 3px 0px 3px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}
	
#newsletter img {
	padding-left: 3px;
	vertical-align: bottom;
	}

#newsletter a {
	padding-left: 3px;
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	vertical-align: 0%;
	}
	
/* ++++++++++++++++++++++++++++++ */
/* +++++ Coupon Information +++++ */

#coupon {
	width: 397px;
	margin: 0px 0px 25px 50px; 
	padding: 0px;
	border: 1px dashed #999;
	}
	
#coupon-header {
	position: relative; 
	top: 0px; 
	left: 0px; 
	margin: 0px;
	border: 0px; 
	}
	
#coupon-headline {
	padding: 6px; 
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 18px; 
	line-height: 18px; 
	color: #8e3242; 
	font-weight: bold;
	}
			
#coupon-body {
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333; 
	}
			
#coupon-text {
	padding: 6px; 
	border: 0px; 
	vertical-align: top;
	}
		
#coupon-text td.left {
	width: 210px;
	}
	
#coupon-text td.right {
	width: 160px;
	}
		
#coupon-footer {
	width: 391px; 
	height: 18px; 
	background-color: #f8db37; 
	padding: 6px 3px 0px 3px; 
	border-top: 1px solid #999; 
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333; 
	text-align: right;
	}
	
#coupon-text h6 {
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
	color: #333;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	}	
/* +++++++++++++++++++++++++++ */
/* +++++ Homepage Styles +++++ */

#homeheader { 
	position: absolute;
	display: block;
	background: url('/images/share/home-sylvan-top.jpg') no-repeat top left; 
	width: 968px; 
	height: 104px; 
	z-index: 1;
	}

#homepage {
	position: absolute;
	top: 100px;
	left: 0px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}
	
#homemiddle {
	position: relative;
	background: url('/images/share/home-sylvan-middle.jpg') no-repeat top left;
	width: 968px;
	height: 275px;
	margin: 0px;
	padding: 0px;
	}
	
#homecontent {
	position: static;
	background-color: #e76f00;
	width: 948px;
	left: 0px;
	margin: 0px;
	padding: 1px 0px 1px 20px;
	}

#homespacer {
	position: static;
	display: block;
	}
	
#content-columns td#left {
	width: 38%;
	padding-right: 20px;
	}
	
#content-columns td#right {
	width: 47%
	padding-right: 20px;
	}
	
#homecontent h1 {
	font-family: 'Trebuchet MS', Arial, Verdana, Arial, Helvetica; 
	font-size: 16px; 
	font-weight: bold; 
	color: #fff;
	}
	
#homecontent p {
	font-family: 'Trebuchet MS', Arial, Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 16px;
	color: #fff;
	}
	
#homecontent p.small {
	font-family: 'Trebuchet MS', Arial, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 13px;
	color: #fff;
	}
	
#homecontent p.small a {
	font-family: 'Trebuchet MS', Arial, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 13px;
	color: #fff;
	text-decoration: underline;
	}
	
#homecontent a {
	font-family: 'Trebuchet MS', Arial, Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 16px;
	color: #fff;
	text-decoration: underline;
	}
	
#homecontent h6 {
	font-family: 'Trebuchet MS', Arial, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 13px;
	color: #fff;
	}
	
#homecontent h6 a {
	font-family: 'Trebuchet MS', Arial, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 13px;
	color: #fff;
	text-decoration: underline;
	}
	
#homecallouts {
	font-family: 'Trebuchet MS';
	float: right;
	width: 328px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	border-left: 2px dotted #f9df78;
	}
	
#homecallouts h1 {
	font-size: 14px;
	color: #f9df78;
	text-transform: uppercase;
	}
	
#homecallouts a {
	color: #fff;
	text-decoration: underline;
	}
	
#call-home {
	position: static;
	width: 304px;
	padding: 0px 12px 12px 12px;
	}
	
#call-dots {
	width: 328px;
	height: 9px;
	padding: 0px;
	border-top: 2px dotted #f9df78;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana, Arial, Helvetica; 
	font-size: 8px; 
	line-height: 8px;
	}
	
#homefooter { 
	position: static;
	display: block;
	width: 968px; 
	background: url('/images/share/home-sylvan-bottom.gif') no-repeat top left;
	margin-top: 0px;
	padding-top: 0px;
	}

/* homepage navigation bar-box */
#home-contactnav {
	position: absolute; 
	display: block; 
	left: 57px; 
	top: 21px; 
	z-index: 1; 
	width: 71px; 
	height: 40px; 
	text-align: center; 
	vertical-align: center;
	}

#home-bysubjectnav {
	position: absolute; 
	display: block; 
	left: 129px; 
	top: 21px; 
	z-index: 1; 
	width: 89px; 
	height: 40px; 
	text-align: center; 
	vertical-align: center;
	}
	
#home-bygradenav {
	position: absolute; 
	display: block; 
	left: 219px; 
	top: 21px; 
	z-index: 1; 
	width: 80px; 
	height: 40px; 
	text-align: center; 
	vertical-align: center;
	}
	
#home-approachnav {
	position: absolute; 
	display: block; 
	left: 300px; 
	top: 21px; 
	z-index: 1; 
	width: 82px; 
	height: 40px; 
	text-align: center; 
	vertical-align: center;
	}
	
#home-parentsnav {
	position: absolute; 
	display: block; 
	left: 383px; 
	top: 21px; 
	z-index: 1; 
	width: 95px; 
	height: 40px; 
	text-align: center; 
	vertical-align: center;
	}
	
#home-specialsnav {
	position: absolute; 
	display: block; 
	left: 479px; 
	top: 21px; 
	z-index: 1; 
	width: 125px; 
	height: 40px; 
	text-align: center; 
	vertical-align: center;
	}

#home-pressnav {
	position: absolute; 
	display: block; 
	left: 57px; 
	top: 78px; 
	z-index: 1; 
	width: 100px; 
	height: 16px; 
	text-align: center; 
	vertical-align: center;
	}
	
#home-educatorsnav {
	position: absolute; 
	display: block; 
	left: 158px; 
	top: 78px; 
	z-index: 1; 
	width: 184px; 
	height: 16px; 
	text-align: center; 
	vertical-align: center;
	}
	
#home-aboutnav {
	position: absolute; 
	display: block; 
	left: 343px; 
	top: 78px; 
	z-index: 1; 
	width: 118px; 
	height: 16px; 
	text-align: center; 
	vertical-align: center;
	}
	
#home-findnav {
	position: absolute; 
	display: block; 
	left: 461px; 
	top: 78px; 
	z-index: 1; 
	width: 143px; 
	height: 16px; 
	text-align: center; 
	vertical-align: center;
	}
	
/* homepage find a tutor box */
#home-findbox {
	position: absolute; 
	display: block; 
	left: 704px; 
	top: 100px; 
	z-index: 1; 
	width: 222px; 
	text-align: left; 
	vertical-align: top; 
	padding: 10px 4px 4px 4px; 
	font-family: 'Trebuchet MS'; 
	font-size: 10px; 
	font-weight: normal; 
	color: #333; 
	line-height: 15px;
	}
	
#home-findbox .findheadline {
	font-size: 12px; 
	color: #b31b34; 
	font-weight: bold; 
	line-height: 15px; 
	text-transform: uppercase;
	}
	
#home-findbox .findheadline a {
	font-size: 12px; 
	color: #b31b34; 
	font-weight: bold; 
	line-height: 15px; 
	text-transform: uppercase;
	text-decoration: none;
	}
	
#home-findbox #inputspace {
	margin: 3px 6px 0px 6px;
	text-align: right;
	color: #000;
	}
	
#home-findbox #inputspace a {
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 11px;
	height: 15px;
	background: url('/images/share/home-fat-submit.gif') no-repeat bottom right;
	padding: 0px 18px 0px 6px;
	}
	
#home-findbox input[type=text].fat-home {
	height: 15px;
	border: 1px solid #333; 
	width: 115px;
	margin: 0px;
	padding: 2px 0px 0px 2px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #333;
	}
	
#home-findbox select.fat-home2 {
	height: 15px;
	line-height: 15px;
	border: 1px solid #333; 
	width: 115px;
	margin: 0px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #333;
	}
	
/* homepage searchbox */

#home-searchbox {
	position: absolute; 
	display: block; 
	left: 700px; 
	top: 82px;
	z-index: 3; 
	width: 300px; 
	text-align: left; 
	vertical-align: top; 
	padding: 4px 4px 4px 4px; 
	font-family: 'Trebuchet MS'; 
	font-size: 10px; 
	font-weight: normal; 
	color: #fff; 
	line-height: 13px;
	}
	
#home-searchbox input[type=text].search-home {
	height: 15px;
	border: 1px solid #333; 
	width: 105px;
	margin: 0px;
	padding: 2px 0px 0px 2px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #333;
	}
	
#home-searchbox #inputspace2 {
	margin: 3px 0px 0px 6px;
	text-align: right;
	color: #fff;
	}
	
#home-searchbox #inputspace2 a {
	color: #B31B34;
	text-decoration: none;
	display: block;
	font-size: 11px;
	height: 15px;
	background: url('/images/share/home-search-submit.gif') no-repeat bottom right;
	padding: 0px 18px 0px 6px;
	}
	
#home-searchbox a {
	color: #B31B34;
	text-decoration: none;
	font-size: 11px;
	height: 18px;
	background: url('/images/share/home-search2-submit.gif') no-repeat bottom right;
	padding: 0px 12px 0px 6px;
	}
	
#home-searchbox a:hover {
	color: #B31B34;
	text-decoration: underline;
	}
	
#home-searchbox .searchheadline {
	display: inline;
	font-size: 12px; 
	color: #B31B34; 
	font-weight: bold; 
	line-height: 15px; 
	text-transform: uppercase;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}
	
#home-searchbox .searchheadline2 {
	display: block;
	font-size: 14px; 
	color: #ffff99; 
	font-weight: bold; 
	line-height: 18px; 
	text-transform: uppercase;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}

#home-searchbox .searchheadline sup {
	font-size: 7px;
	}

#home-redbox {
	position: absolute; 
	display: block; 
	left: 280px; 
	top: 185px; 
	z-index: 1; 
	width: 118px; 
	text-align: center; 
	vertical-align: top; 
	padding: 6px 4px 4px 4px; 
	font-family: 'Trebuchet MS'; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffff99; 
	line-height: 15px;
	}
	
#call-home sup {
	font-size: .6em;
	}

/* homepage middle link styles */		
#homemiddle a.main {
	font-family: Arial, Verdana; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 15px; 
	color: #fff; 
	text-decoration: none; 
	text-transform: uppercase;
	}
	
#homemiddle a.main:hover {
	font-family: Arial, Verdana; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 15px; 
	color: #ffa; 
	text-decoration: none; 
	text-transform: uppercase;
	}
	
#homemiddle a.sub {
	font-family: Arial, Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 15px; 
	color: #fff; 
	text-decoration: none; 
	text-transform: uppercase;
	}
	
#homemiddle a.sub:hover {
	font-family: Arial, Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 15px; 
	color: #ffa; 
	text-decoration: none; 
	text-transform: uppercase;
	}

/* eStara styles */
#estara-top {
	position: absolute;
	width: 97px;
	height: 11px;
	display: block;
	top: 33px;
	left: 853px;
	padding: 0px;
	margin: 0px;
	}

/* required field label text */

.required-field {
	font-size: 10px;
	color: #666;
	}
	
.required-field-sm {
	font-size: 9px;
	color: #666;
	}


/* inpage anchor link styles */ 

ul#inpage-anchors { 
    margin: 0px; 
    list-style: none; 
    padding: 0px; 
    } 
     
#inpage-anchors li { 
    display: inline; 
    margin: 0px; 
    padding: 0px; 
    font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana, Arial, Helvetica; 
    font-size: 11px; 
    font-weight: normal; 
    line-height: 1.5em; 
    color: #2d3481; 
    } 
     
#inpage-anchors li a { 
    margin: 0px 10px 0px 0px; 
    } 
