﻿@charset "utf-8"; 
/* $Id: style.css,v 1.1.2.27 2008/10/11 21:48:14 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body {
  background: #7f7f7f;
  color: #333;
  font: 75% Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: .5em 0;
}

h2 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

h3 {
  font-size: 1.333333em;
  margin: .5em 0;
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

a {	outline: none; }

.bold { font-weight: bold; }
.notBold { font-weight: normal; }

#wrapper {
	background: url(/images/pageRepeat.jpg) repeat-y;
	width: 972px;
	padding-top: 0px;
}

#header {
	width: 972px;
	height: 172px;
	background: url(/images/headerRepeat.jpg) repeat-x; 
}

a:link, a:visited {
  color: #069;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #f66;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

div.largeFont p,  div.largeFont a {
	font-size: 18px;
}
/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
  width: 972px;
}

#container {
  margin: 0;
}

/* 1 column */
#center {
  margin: 0 0 10px;
  position: relative;
  float: left;
  width: 922px;
  padding-left: 50px;
}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #b4d7f0;
  border-right: 1px solid #b4d7f0;
  float: left;
  padding: 0 10px;
  width: 600px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  border-left: 1px solid #b4d7f0;
  float: right;
  padding-left: 10px;
  width: 780px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border-right: 1px solid #b4d7f0;
  float: left;
  padding-right: 10px;
  width: 780px;
}

/**
 * 3.HEADER
 */
#header {
  margin: 0;
  padding: 10px 0;
  position: relative;
}

#header #logo {
  float: left;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  padding: 0px;
}

#header #headerText {
	position: absolute;
	top: 50px;
	left: 250px;
	width: 417px;
	height: 40px;
	background: url(/images/headerText.jpg) no-repeat;	
}

#header #headerRightCap {
	background: url(/images/headerRightCap.jpg) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	height: 113px;	
}


#header #name {
  display:block;
}

#header #slogan {
  display: block;
  font-size: .75em;
}

#search-theme-form {
  margin: 3em 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

#headerCTA {
	color: white;
	position: absolute;
	right: 50px;
	top: 50px;
}

#headerCTA a {
	color: white;
	text-decoration: underline;
}

#headerCTA span.phone {
	font-size: 16px;
	font-weight: bold;
}


/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: 1em;
  margin: 0 0 -1.25em;
  padding: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.meta {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  border: 1px solid #ccc;
  color: #069;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  background-color: #edf5fa;
  color: #f66;
}

.item-list ul.pager li.pager-current {
  background-color: #d4e7f3;
  color: #069;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

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

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 160px;
}

#sidebar-left {
  float: left;
  margin-right: 9px;
}

#sidebar-right {
  float: right;
  margin-left: 9px;
}

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 10px;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
 
#footer {
  border: none;
  position: relative;
  height: 187px;
  width: 972px;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 1px;
  background: url(/images/pageFooter.jpg) no-repeat;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

ul li, ul li.leaf, .item-list ul li { background: transparent url(/images/bullet.jpg) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }


/** 
 * New Formatting Stuff - CT 
 */
 
div.contentLeft div.left, div.contentLeft div.right {
	width: 50%;
	float: left;
}
div.content {
	margin-top: 30px;
}

div.content h3.blue {
	color: #25408F;
}

div.imagecaption {
	float: left;
	width: 200px;	
}

div.imagecaption img, div.imagecaption p {
	float: left;
	text-align: center;
}

div.imagecaption p {
	font-size: 16px;
	font-weight: bold;
	width: 200px;
}


div.contentContainer div.contentLeft {
	width: 475px;
	float: left;
	position: relative;
	left: 20px;
}

div.contentLeft  h3.blue, div.contentLeft  h2.blue {
	padding: 5px 15px;		
	color: #FFCC99;
	position: relative;
	right: 15px;
	background:  #25408F url(/images/blueHeaderSprite.jpg) 0px -30px repeat-x;	
}

div.contentLeft  h2.blue {
	padding: 3px 15px;	
}

div.contentLeft h3.blue span.left, div.contentLeft h2.blue span.left {
	width: 15px; 
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	background:  #25408F url(/images/blueHeaderSprite.jpg) 0px 0px repeat-x;
	_margin-left: -15px;
}

div.contentLeft h3.blue span.right, div.contentLeft h2.blue span.right {
	width: 15px; 
	height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	background:  #25408F url(/images/blueHeaderSprite.jpg) 0px -60px repeat-x;
}

div.contentLeft  h3.blueDouble, div.contentLeft h2.blueDouble {
	padding: 6px 15px;		
	color: #FFCC99;
	position: relative;
	right: 15px;
	background:  #25408F url(/images/blueHeaderSprite.jpg) 0px -142px repeat-x;	
}

div.contentLeft h2.blueDouble {
	padding: 1px 15px;
	* padding: 2px 15px;
}

div.contentLeft h3.blueDouble span.left, div.contentLeft h2.blueDouble span.left {
	width: 15px; 
	height: 52px;
	position: absolute;
	left: 0px;
	top: 0px;
	background:  #25408F url(/images/blueHeaderSprite.jpg) 0px -90px repeat-x;
	_margin-left: -15px;
}

div.contentLeft h3.blueDouble span.right, div.contentLeft h2.blueDouble span.right {
	width: 15px; 
	height: 52px;
	position: absolute;
	right: 0px;
	top: 0px;
	background:  #25408F url(/images/blueHeaderSprite.jpg) 0px -194px repeat-x;
}

div.contentLeft p {
	width: 460px;
}

div.contentLeft div.left p, div.contentLeft div.right p {
	width: 214px;
}

div.contentLeft li {
	width: 430px;
}

div.contentContainer div.contentRight {
	width: 192px;
	float: right;
	position: relative;
	right: 15px;
}

p.sidebarHeader {
	color: #25408F;
	font-size: 14px;
	font-weight: bold;
}

div.contentRight a {
	color: #25408F;
}

div.contentRight a:hover {
	text-decoration: underline;
	color: #25408F;
}

#footer div.footerText {
	color: white;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	left: 60px;
}
#footer div.footerText span, #footer div.footerText a  {
	float: left;
	color: white;
	margin-right: 70px;
}

#footer div.footerText a:hover {
	text-decoration: underline;
}

h3.footercta {
	position: absolute;
	left: 270px;
	top: 60px;
}

h3.footercta a {
	color: #333;
}

h3.footercta a:hover {
	color: red;
}

p.italic {
	font-style: italic;
}

div.status { 
	font-size: 18px; 
	border-color: #ec2021; 
	color: #ec2021; 
	background-color: #ffcdcd; 
	width: 500px;
	position: relative;
	left: 100px;
}

/* new menu stuff */
UL.menu LI.even {
	background: none;	
}
ul.menu {
	position: absolute;
	left: 225px;
	_left: 230px;
	top: 123px;
}
ul.menu li, ul.menu li.even, ul.menu li.odd {
	background: none;
	border: none;
	float: left;
}

ul.menu ul.menu {
	display:none;
}

ul.menu li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: block;  
  height: 50px;
  width: 90px;
  float: left;
  margin: 0px 6px;
  text-align: center;
  font-weight: bold;
}

ul.menu li a, ul.menu li a:visited  {
  margin: 0px;
  padding: 5px 0;
  text-align: center;
  width: 90px;
  color: black;
  font-size: 16px;
}


ul.menu li a:hover {
	color: #25408F;
}

ul.menu li:first-child {
	position: relative;
	left: 14px;
}

ul.menu li a.active, ul.menu li.active-trail a, ul.menu li.active-trail a:visited {
	color: red;
}

hr.blue {
	border: 2px solid  #25408F;
	background-color: #25408F;
	color: #25408F;
}

div.contentLeft hr.blue {
	width: 450px;
	margin-bottom: 15px;
}

p.indent {
	padding-left: 20px;
}

/* box sprite stuff ...only on the success page so far */
div.contentLeft div.box {
	width: 238px;
	position: relative;
	margin: 0px;	
}

div.contentLeft div.box div.top {
	height: 12px;
	width: 238px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.contentLeft div.box div.bottom {	
	height: 12px;
	width: 238px;
	position: absolute;
	bottom: 0px;
	left: 0px;		
	_margin-bottom: -4px;
}

div.contentLeft div.box div.padding {
	padding: 12px 12px;
}

div.contentLeft div.purpleBox {	
	background: url(/images/boxSprite.jpg) -238px 0px repeat-y;	
}
div.contentLeft div.purpleBox div.top {
	background: url(/images/boxSprite.jpg) 0px 0px no-repeat;			
}
div.contentLeft div.purpleBox div.bottom {
	background: url(/images/boxSprite.jpg) 0px -12px no-repeat;
}

div.contentLeft div.blueBox {	
	background: url(/images/boxSprite.jpg) -476px 0px repeat-y;
}

div.contentLeft div.blueBox div.top {
	background: url(/images/boxSprite.jpg) 0px -24px no-repeat;		
}

div.contentLeft div.blueBox div.bottom {
	background: url(/images/boxSprite.jpg) 0px -36px no-repeat;	
}

div.contentLeft div.greenBox {	
	background: url(/images/boxSprite.jpg) -714px 0px repeat-y;
}

div.contentLeft div.greenBox div.top {
	background: url(/images/boxSprite.jpg) 0px -48px no-repeat;		
}

div.contentLeft div.greenBox div.bottom {
	background: url(/images/boxSprite.jpg) 0px -60px no-repeat;	
}

div.contentLeft div.beigeBox {	
	background: url(/images/boxSprite.jpg) -952px 0px repeat-y;
}

div.contentLeft div.beigeBox div.top {
	background: url(/images/boxSprite.jpg) 0px -72px no-repeat;		
}

div.contentLeft div.beigeBox div.bottom {
	background: url(/images/boxSprite.jpg) 0px -84px no-repeat;	
}

div.contentLeft div.pinkBox {	
	background: url(/images/boxSprite.jpg) -1190px 0px repeat-y;
}

div.contentLeft div.pinkBox div.top {
	background: url(/images/boxSprite.jpg) 0px -96px no-repeat;		
}

div.contentLeft div.pinkBox div.bottom {
	background: url(/images/boxSprite.jpg) 0px -108px no-repeat;	
}

div.contentLeft div.orangeBox {	
	background: url(/images/boxSprite.jpg) -1428px 0px repeat-y;
}

div.contentLeft div.orangeBox div.top {
	background: url(/images/boxSprite.jpg) 0px -120px no-repeat;		
}

div.contentLeft div.orangeBox div.bottom {
	background: url(/images/boxSprite.jpg) 0px -132px no-repeat;	
}

div.contentLeft div.yellowBox {	
	background: url(/images/boxSprite.jpg) -1666px 0px repeat-y;
}

div.contentLeft div.yellowBox div.top {
	background: url(/images/boxSprite.jpg) 0px -144px no-repeat;		
}

div.contentLeft div.yellowBox div.bottom {
	background: url(/images/boxSprite.jpg) 0px -156px no-repeat;	
}

div.contentLeft table {
	width: 450px;	
}

div.leftCallBox {	
	position: absolute;
	bottom: 0px;
	width: 190px;
	left: 60px;
}

strong.big {
font-size: 16px;
}

/** 
 * Specific Page Stuff - CT 
 */
 
div#theaplusdifferencepage3 #jobsSign {
	position: absolute;
	top: 420px;
	right: 0px;	
	margin-right: -3px;
}

#subjectareas .sidebarGraphic {
	width: 238px;
	height: 102px;
	background: url(/images/aPlusFamilyResources.jpg) no-repeat;
	position: relative;
	right: 34px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#subjectareas div.contentRight {
	_margin-right: -46px;
}
#successstories div.imagecaption {
	position: absolute;
	left: 0px;
	top: 175px;
}
#successstories div.imagecaption img {
	_behavior: url(/themes/framework/iepngfix.htc);
}
#successstories div.contentLeft {
	margin-left: 200px;
	_margin-left: 100px;
}

#successstories div.contentLeft div.left {
	margin-left: -15px;
}

div.contentLeft div.box p.indent {
	padding-left: 35px;
	width: 181px;
}

#successstories div.contentLeft h3 {
	color: #16338a;
}

#successstories div.contentLeft h3.blue {
	color: #FFCC99;
}

#successstories div.contentRight {
	margin-top: -30px;
}

#successstories #successImage2 {
	position: absolute;
	left: 15px;
	top: 1610px;
}

#successstories #successImage3 {
	position: absolute;
	right: 2px;;
	top: 2345px;
}

#successstories #successImage4 {
	position: absolute;
	left: 0px;
	top: 3530px;	
	_behavior: url(/themes/framework/iepngfix.htc);
}

#successstories #successImage5 {
	position: absolute;
	right: 24px;
	top: 4875px;
}

#successstories #successImage6 {
	position: absolute;
	bottom: 24px;
	left: 50px;
}

#successstories div.contentRight img {
	position: relative;
	left: 20px;
}

/* contact us */
form p {
	width: 475px;
}

form {
	position: relative;
	padding-bottom: 100px;
}
form { margin: 40px 0px 40px 40px; }

form h2 span.red { color: red; }

form textarea.edit-message { width 475px;}

form div.resizable-textarea {width: 500px; }

form input#edit-submit {
	padding: 5px 20px;
}

 p#contactDisclaimer {
 	position: relative;
	top: 570px;
	left: 40px;
}

/* blog stuff */

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

span.submitted {
	position: relative;
	top: 10px;
}

div.node-type-blog div.content, div.node-type-newsletter .content, 
div.node-type-headline .content {
	width: 600px;
}

div.newsletterContainer {
	position: absolute;
	right: 0px;
	top: 0px;	
	width: 195px;
	right: 15px;
	font-size: 14px;	
	padding-left: 10px;
}

div.newsletterContainer a {
	font-size: 14px;
	padding-top: 5px;	
	float: left;
	width: 100%;
	margin-top: 5px;
}

div.node-type-webform p {
	width: 600px;
	position: relative;
	left: 40px;
}

div.node-type-webform h2, div.node-type-webform h1 {
	position: relative;
	left: 40px;
}

div.node-type-webform div.grippie {
	display: none;
}

div.node-type-webform form input, div.node-type-webform form textarea , div.node-type-webform form label {
	position: relative;
	
}
div.node-type-blog p, div.page-blog p{ width: 650px; }

div.node-type-blog div.meta, div.page-blog div.meta { background: none; width: 650px; }

a.feed-icon { display: none; }

div.secondaryNavigation {
	width: 190px;
	height: 160px;
	background: url(/images/secondaryNavBackground.jpg) no-repeat;
	position: relative;
	float: left;
}

div.secondaryNavigation span.secondaryNavHeader {
	font-size: 16px;
	border-bottom: 1px solid #25408f;
	color: #25408f;
	position: relative;
	left: 15px;
	font-weight: bold;
	top: 10px;
}

div.secondaryNavigation a {
	font-size: 14px;
	color: #25408f;
	position: relative;
	text-decoration: none;
	left: 15px;
	top: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}

div.secondaryNavigation a:hover {
	text-decoration: underline;
}


 div#webform-component-subjects_you_are_qualified_and_confident_to_tutor_check_all_that_apply,
 div#webform-component-6th_8th_grade,
 div#webform-component-high_school,
 div#webform-component-test_prep,
 div#webform-component-foreign_language,
 div#webform-component-please_check_the_learning_differences_with_which_you_feel_qualified_or_have_experience {
	width: 100px;
	height: 500px;
	_height: auto;
	border-right: 1px solid #CCC;
	float: left;
	padding: 0px 5px;
	position: relative;
	right: 20px;
	_right: 45px;
	font-size: 11px;
}

div#webform-component-describe_tutoring_experience_that_does_not_show_up_in_your_resume_informal_tutoring_volunteer_work_with_kids_etc,
div#webform-component-have_you_ever_convicted_a_misdemeanor_or_felony,
div#webform-component-have_you_ever_been_indicted_for_a_felony,
div#webform-component-references, 
div#webform-component-reference_name_1,
div#webform-component-reference_1_phone,
div#webform-component-reference_1_relationship,
div#webform-component-reference_2_name,
div#webform-component-reference_2_phone,
div#webform-component-reference_2_relationship,
div#webform-component-reference_3_name,
div#webform-component-reference_3_phone,
div#webform-component-reference_3_relationship,
div#edit-submitted-reference-name-1-wrapper label {
	float: left;
	width: 100%;
}

div#webform-component-references p {
	position: relative;
	right: 40px; 
}

 input#edit-submit {
 float: left;
}

/*
div#webform-component-do_you_have_use_of_a_car, div#webform-component-do_you_have_a_teaching_credential {
	float: none;
	width: 100%;
	height: auto;
	font-size: 12px;
	position: relative;
	right: 5px;
}
*/
form#webform-client-form-133 p strong { position: relative; right: 40px; }

#webform-component-paste_your_resume_in_plain_text_below {
	float: left;
	width: 100%:	
}

form#webform-client-form-133 div{
	_float: none;
	_width: auto;
	_height: auto;
}

form#webform-client-form-133 input {
	_float: none;
	_width: auto;
}
form#webform-client-form-133 textarea {
	_width: 500px;
}

form#webform-client-form-133 div#webform-component-subjects_you_are_qualified_and_confident_to_tutor_check_all_that_apply div.form-item,
form#webform-client-form-133 div#webform-component-6th_8th_grade div.form-item,
form#webform-client-form-133 div#webform-component-high_school div.form-item,
form#webform-client-form-133 div#webform-component-test_prep div.form-item,
form#webform-client-form-133 div#webform-component-foreign_language div.form-item,
form#webform-client-form-133 div#webform-component-please_check_the_learning_differences_with_which_you_feel_qualified_or_have_experience  div.form-item {
	_width: 100px;	
}

form#webform-client-form-133 div#webform-component-subjects_you_are_qualified_and_confident_to_tutor_check_all_that_apply,
form#webform-client-form-133 div#webform-component-6th_8th_grade,
form#webform-client-form-133 div#webform-component-high_school,
form#webform-client-form-133 div#webform-component-test_prep ,
form#webform-client-form-133 div#webform-component-foreign_language ,
form#webform-client-form-133 div#webform-component-please_check_the_learning_differences_with_which_you_feel_qualified_or_have_experience  {
	_position: relative;	
	_width: 100px;	
	_height: 500px;
	
}


form#webform-client-form-133 div#webform-component-6th_8th_grade,
form#webform-client-form-133 div#webform-component-high_school,
form#webform-client-form-133 div#webform-component-test_prep ,
form#webform-client-form-133 div#webform-component-foreign_language ,
form#webform-client-form-133 div#webform-component-please_check_the_learning_differences_with_which_you_feel_qualified_or_have_experience  {
	_margin-top: -500px;
	_margin-left: 120px;	
}


form#webform-client-form-133 div#webform-component-high_school,
form#webform-client-form-133 div#webform-component-test_prep ,
form#webform-client-form-133 div#webform-component-foreign_language ,
form#webform-client-form-133 div#webform-component-please_check_the_learning_differences_with_which_you_feel_qualified_or_have_experience  {
	_margin-top: -500px;
	_margin-left: 240px;	
}


form#webform-client-form-133 div#webform-component-test_prep ,
form#webform-client-form-133 div#webform-component-foreign_language ,
form#webform-client-form-133 div#webform-component-please_check_the_learning_differences_with_which_you_feel_qualified_or_have_experience  {
	_margin-top: -500px;
	_margin-left: 360px;	
}


form#webform-client-form-133 div#webform-component-foreign_language ,
form#webform-client-form-133 div#webform-component-please_check_the_learning_differences_with_which_you_feel_qualified_or_have_experience  {
	_margin-top: -500px;
	_margin-left: 480px;	
}


form#webform-client-form-133 div#webform-component-please_check_the_learning_differences_with_which_you_feel_qualified_or_have_experience  {
	_margin-top: -500px;
	_margin-left: 600px;	
}

div#edit-submitted-describe-tutoring-experience-that-does-not-show-up-in-your-resume-informal-tutoring-volunteer-work-with-kids-etc-wrapper label {
	width: 500px;
}

div#webform-component-i_certify_that_the_information_provided_herein_is_true_and_complete_to_the_best_of_my_knowledge {
	float: left;
	width: 100%;
}

#edit-submit {

}


#node-133 p {
	font-size: 18px;
}

#node-133 form p {
	font-size: 14px;
}