/* @group Tags */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: black;
	font: 75.25%/1.5em Arial,Helvetica,Verdana, sans-serif;
}

a {
	color: #d17f22;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

.clr {
	clear: both;
}

ul, ol, li {
	list-style: none;
}

li {
	background: url(/i/dot-sm.gif) no-repeat .2em .5em;
	padding-left: 1.2em;
	margin-bottom: .4em;
	line-height: 1.3em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p, form, ul, ol {
	font-size: 1em;
	margin: 0 0 1.2em 0;
}

h4, h5 {
	font-weight: bold;
	font-size: .9em;
	margin-bottom: .2em;
}

h5 {
	font-weight: normal;
	color: #808080;
}

/* @end */

/* @group General */

.hidden {
	display: none;
}

.shown {
	display: block;
}

.center {
	text-align: center;
}

div.hr {
	height: 23px;
	background: url(/i/dotted.gif) repeat-x 0 7px;
	clear: both;
}

div.hr hr {
	display: none;
}

.red {
	color: red;
}

.green {
	color: green;
}

.clr {
	clear: both;
}

/* @end */

/* @group Layout */

#wrap {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#header {
}

#content {
	background: url(/i/bg_cols.gif) repeat-y 0 0;
	width: 850px;
	margin-bottom: 20px;
}

#main {
	width: 697px;
	float: left;
	background: url(/i/mainpics/home.jpg)
no-repeat 0 0;
	padding-top: 127px;
}

.about #main {
	background-image: url(/i/mainpics/about.jpg);
}

.classes #main {
	background-image: url(/i/mainpics/classes.jpg);
}

.contact #main {
	background-image: url(/i/mainpics/contact.jpg);
}

.elearning #main {
	background-image: url(/i/mainpics/elearning.jpg);
}

.faq #main {
	background-image: url(/i/mainpics/faq.jpg);
}

.educators #main {
	background-image: url(/i/mainpics/educators.jpg);
}

.services #main {
	background-image: url(/i/mainpics/services.jpg);
}

.students #main {
	background-image: url(/i/mainpics/students.jpg);
}

#rail {
	float: right;
	width: 170px;
	padding-top: 15px;
}

#maincopy, #rail {
	border-top: 5px solid white;
}

#maincopy {
	width: 517px;
	float: left;
	padding-top: 1em;
}

#copyright {
	font-size: .9em;
	line-height: 1.4em;
	margin-top: 30px;
	color: #30558d;
	background: white url(/i/bg_footer.gif) no-repeat 0 bottom;
	padding: 0 200px 10px 165px;
}

/* @end */

/* @group Header */

h1 a {
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	width: 850px;
	background: url(/i/masthead.gif) no-repeat 0 0;
	margin-bottom: 0;
	height: 88px;
}

/* @end */



/* @group Nav */

#nav {
	height: 39px;
	background: url(/i/nav.gif) no-repeat 0 0;
	margin: 0 0 4px;
	padding-left: 17px;
}

#nav li {
	float: left;
	background-image: none;
	padding-left: 0;
}

#nav a {
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	height: 39px;
	background: url(/i/nav.gif) no-repeat 0 0;
	margin-right: 11px;
}

ul #services a {
	width: 55px;
	background-position: -17px 0;
}

ul #services a:hover, .services #services a {
	background-position: -17px -39px;
}

ul #elearning a {
	width: 68px;
	background-position: -83px 0;
}

ul #elearning a:hover, .elearning #elearning a {
	background-position: -83px -39px;
}

ul #students a {
	width: 142px;
	background-position: -162px 0;
}

ul #students a:hover, .students #students a {
	background-position: -162px -39px;
}

ul #educators a {
	width: 164px;
	background-position: -315px 0;
}

ul #educators a:hover, .educators #educators a {
	background-position: -315px -39px;
}

ul #classes a {
	width: 110px;
	background-position: -490px 0;
}

ul #classes a:hover, .classes #classes a {
	background-position: -490px -39px;
}

ul #faq a {
	width: 24px;
	background-position: -611px 0;
}

ul #faq a:hover, .faq #faq a {
	background-position: -611px -39px;
}

ul #about a {
	width: 60px;
	background-position: -645px 0;
	margin-right: 10px;
}

ul #about a:hover, .about #about a {
	background-position: -645px -39px;
}

ul #contact a {
	width: 71px;
	background-position: -716px 0;
}

ul #contact a:hover, .contact #contact a {
	background-position: -716px -39px;
}

ul #home a {
	width: 33px;
	background-position: -798px 0;
}

ul #home a:hover, .home #home a {
	background-position: -798px -39px;
}

/* @end */

/* @group Subnav */

#subnav {
	float: left;
	width: 147px;
	margin-right: 6px;
	margin-left: 0;
	padding-top: 8px;
}

#subnav li {
	padding-left: 18px;
	border-bottom: 1px solid #005490;
}

#subnav li a {
	color: white;
	display: block;
	background: url(/i/dotted.gif) repeat-x 0 bottom;
	padding-bottom: .8em;
	margin-bottom: .1em;
	font-size: .9em;
	text-decoration: none;
}

#subnav li a:hover {
	text-decoration: underline;
}

#subnav li ul {
	margin-top: .3em;
}

#subnav li li {
	padding-left: 10px;
}

#subnav li li a {
	background: url(/i/dotted.gif) repeat-x 0 bottom;
	font-size: .8em;
}

.testpreparation #testpreparation li a {
	color: white;
}

.powerreading #powerreading a, .powerwriting #powerwriting a, .powerstudyskills #powerstudyskills a, .privatetutoring #privatetutoring a, .wonderprogram #wonderprogram a, .corporateworkshops #corporateworkshops a, .testpreparation #testpreparation a, .GRE #GRE a, .ACT #ACT a, .PRAXIS #PRAXIS a, .ISAT #ISAT a, .LSAT #LSAT a, .MCAT #MCAT a, .GMAT #GMAT a, .policeExam #policeExam a, .firefighterExam #firefighterExam a, .other #other a {
	color: #f68c1f;
}

/* @end */

/* @group Content */

#subnav, #main, #rail {
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #f7941d;
	line-height: 1.1em;
	margin: 0 .8em .8em .6em;
	padding: 0 0 .3em 0;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #005490;
	line-height: 1.3em;
	margin: 1.4em 0 1.2em 0;
}

h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	margin-bottom: .8em;
}

#main li {
	background: url(/i/dot.gif) no-repeat .3em .4em;
}

#maincopy h3, #maincopy h4, #maincopy p, #maincopy ul, #maincopy table, #maincopy form {
	margin-left: 1em;
	margin-right: 1em;
}

#maincopy ul {
	margin-left: 3em;
}

.boxed {
	border: 1px solid #333;
	padding: 1em;
}

h2.left {
	text-align: left;
	float: left;
	width: 40%;
	margin-right: 12px;
	font-weight: bold;
	font-size: 1.6em;
	border: none;
}

#maincopy p#guarantee {
	border: 1px solid #333;
	padding: 1em;
	float: right;
	width: 43%;
	background: #ffa51e;
	margin-left: 0;
	margin-right: 0;
}

#maincopy td {
	padding-bottom: .5em;
}

td.label {
	padding-right: .8em;
}

/* @group Rail */

#rail {
	color: #f7941d;
}

#rail p {
	margin-left: 18px;
	margin-right: 20px;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.3em;
}

#rail p.quote {
	border-top: 1px solid #9fa2a6;
	margin-top: 5px;
	padding-top: 20px;
	text-indent: -.5em;
}

#rail p.attr {
	text-align: right;
	text-transform: uppercase;
	font-size: .85em;
}

#rail .teaser {
	color: white;
	font-size: 1.5em;
	text-align: center;
}

#rail .teaser img {
	margin-bottom: .8em;
}

#rail .teaser span {
	display: block;
	margin-top: 5px;
	font-size: .85em;
}

/* @end */

/* @end */

/* @group Calendar */

.cal {
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
	border-width: 0;
}

.cal .days td {
	background: #222;
	color: white;
	font-weight: bold;
	font-size: .8em;
	line-height: 1.3em;
	text-transform: uppercase;
}

.cal td {
	width: 61px;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: .9em;
	line-height: 1.1em;
}

.cal td b {
	color: black;
	display: block;
	margin-bottom: 3px;
}

/* @end */

/* @group Contact */

#contactform {
	font-size: .9em;
	line-height: 1.4em;
}

label, .checkbox {
	float: left;
	width: 70px;
	font-weight: bold;
	margin-right: .8em;
}

.checkbox {
	text-align: right;
	height: 3em;
}

label.line {
	display: block;
	float: none;
	width: inherit;
	margin-bottom: 3px;
}

.contact input {
	margin-bottom: 5px;
}

.classes input, .classes textarea, .classes select,
.contact input, .contact textarea, .contact select {
	border: 1px solid #999;
	margin-bottom: 2px;
}

/* @end */