
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

p, div#content li, div#three-columns #column2-float li, div#three-columns #column2 li {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
}

h2 {
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #D40818;
	line-height: 1.6em;
	font-weight: normal;
}

h3 {
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #D40818;
	font-weight: normal;
}

h4 {
	color: #3B69A8;
	font-weight: bold;
	font-size: .8em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.2em;
}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

a:link {
	color: #3B69A8;
	text-decoration: none;
}

a:visited { color: #3B69A8; }

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active { }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 960px;
	margin: 0px auto;
}

div#header {
	margin: 0px;
	padding: 0px;
	height: 115px;
	background: url("/img/hdr.gif") top right no-repeat;
	text-align: left;
}

div#header h1.logo {
	background: url("/img/logo.gif") no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 220px;
	height: 115px;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

div#header h1.logo a {
	width: 220px;
	height: 115px;
	border: 0px;
	display: block;
}

div#header .hidden-text { display: none;/* Hides text in the header for SEO */ }

div#cta {
	height: 288px;
	background: url("/img/cta-homepage.jpg");
	position: relative;
}

div#left-buttons {
	height: 128px;
	width: 191px;
	position: absolute;
	left: 21px;
	top: 37px;
}

div#left-buttons img {
	padding: 0px;
	margin: 0px;
	border: none;
}

div#cta #video {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

div#cta #video-pop {
	float: right;
	padding: 13px 5px 0 0;
}

div#cta-small {
	position: relative;
	height: 183px;
}

/* Various backgrounds used throughout site defined here */
.academic-intervention { background: url("/img/cta-academic-intervention.jpg"); }
.alignment-services { background: url("/img/cta-alignment-services.jpg"); }
.assessment-center { background: url("/img/cta-assessment-center.jpg"); }
.conquer-the-cahsee { background: url("/img/cta-conquer-the-cahsee.jpg"); }
.contact-us { background: url("/img/cta-contact-us.jpg"); }
.formative-assessment { background: url("/img/cta-formative-assessment.jpg"); }
.evon { background: url("/img/cta-evon.jpg"); }
.gifted-talented { background: url("/img/cta-gifted-talented.jpg"); }
.professional-development { background: url("/img/cta-professional-development.jpg"); }
.prospects { background: url("/img/cta-prospects.jpg"); }
.sidestreets { background: url("/img/cta-sidestreets.jpg"); }
.seedplay { background: url("/img/cta-seedplay.jpg"); }
.skillstutor { background: url("/img/cta-skillstutor.jpg"); }
.special-needs { background: url("/img/cta-special-needs.jpg"); }
.targeted-items { background: url("/img/cta-targeted-items.jpg"); }
.webinars { background: url("/img/cta-webinars.jpg"); }
.whats-new { background: url("/img/cta-whats-new.jpg"); }
.who-is-core { background: url("/img/cta-who-is-core.jpg"); }
.web-videos { background: url("/img/cta-web-videos.jpg"); }

/* Home Page */
div#three-columns-home {
	padding: 15px 0;
	height: 200px;
}

div#three-columns-home, div#three-columns-home address {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}

div#three-columns-home address strong { color: #D40818; }

div#three-columns-home #column1-home, div#three-columns-home #column2-home, div#three-columns-home #column3-home {
	height: 200px;
	float: left;
	padding: 0 10px;
	text-align: left;
}

div#three-columns-home #column1-home {
	border-right: 1px solid #D0D0D0;
	width: 220px;
}

div#three-columns-home #column2-home {
	border-right: 1px solid #D0D0D0;
	width: 250px;
}

div#three-columns-home #column2-home .howell {
	float: left;
	border: none;
	padding: 0 5px 40px 0;
}

div#three-columns-home #column3-home {
	width: 425px;
	background: url(/img/bg-map.gif) no-repeat;
}

div#three-columns-home h2 {
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #D40818;
	font-weight: normal;
}

/* Interior Pages with 3 Columns */
div#three-columns { padding: 25px 0; }

div#three-columns #column1, div#three-columns #column2, div#three-columns #column2-float, div#three-columns #column3 {
	float: left;
	padding: 0 10px;
	text-align: left;
}

div#three-columns #column3-float {
	float: right;
	padding: 0 10px;
	text-align: left;
}

div#three-columns #column1 {
	width: 220px;
	border-right: 1px solid #D0D0D0;
}

div#three-columns #column1 h3 {
	margin: 0px;
	padding: 0px;
}

div#three-columns #column1 ul.buttons {
	margin: 0px;
	padding: 5px 5px 30px 5px;
	list-style: none;
}

div#three-columns #column1 ul.buttons li { padding: 6px 8px 7px 17px; }

div#three-columns #column1 ul.blue-buttons li { background: url(/img/button-bg-blue.jpg) no-repeat; }

div#three-columns #column1 ul.green-buttons li { background: url(/img/button-bg-green.jpg) no-repeat; }

div#three-columns #column1 ul.red-buttons li { background: url(/img/button-bg-red.jpg) no-repeat; }

div#three-columns #column1 ul.yellow-buttons li { background: url(/img/button-bg-yellow.jpg) no-repeat; }

div#three-columns #column1 li a {
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

div#three-columns #column1 li a.current { font-weight: bold; }

div#three-columns #column1 li a:hover { color: #FF0; }

div#three-columns #column1 ul.sidebar {
	font-size: 12px;
	color: #666;
}

div#three-columns #column2, div#three-columns #column2-float {
	color: #666666;
	padding-bottom: 25px;
}

div#three-columns #column2 { width: 340px; }

div#three-columns #column2-float { width: 690px; }

div#three-columns #column2 h2, div#three-columns #column2 h3, div#three-columns #column2 p, div#three-columns #column2-float h2, div#three-columns #column2-float h3, div#three-columns #column2-float p {
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1.2em;
}

div#three-columns .left-column-float {
	float: left;
	margin-left: -255px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

div#three-columns #column3, div#three-columns #column3-float {
	width: 316px;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	margin: 0 0 20px 20px;
	color: #666;
}

div#three-columns #column3, div#three-columns #column3-float object { padding-bottom: 20px; }

div#two-columns { }

div#two-columns #left-column {
	width: 600px;
	padding: 0 20px;
	float: left;
	color: #666;
}

div#two-columns #right-column {
	width: 300px;
	padding: 0 20px 0 0;
	float: right;
	color: #666;
}

div#footer {
	color: #999999;
	padding: 10px;
	border-top: 1px solid #B5B5B5;
	clear: both;
	text-align: left;
}

div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0px;
	padding: 13px 0;
}

div#footer img { float: left; }

/* ----------------- MAIN NAVIGATION ----------------- */

div#nav {
	text-align: center;
	height: 41px;
	padding: 0px;
	margin: 0px;
}

div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div#nav li a {
	width: 131px;
	height: 10px;
	padding: 15px 0;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFF;
	text-align: center;
	background: #294e8c;
	color: #FFF;
}

div#nav li a:hover {
	background-color: #009834;
	color: #FFF;
}

/* ------------------------ FORMS ---------------------------- */

#right-form {
	margin: 0 auto;
	padding: 14px;
}

#right-form label {
	display: block;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	text-align: left;
	width: 100px;
	float: left;
	padding: 3px 0;
}

#right-form .required {
	color: #F00;
	font-weight: bold;
}

#right-form input {
	float: left;
	width: 150px;
	margin: 2px 0 2px 10px;
}

#right-form textarea {
	float: left;
	width: 247px;
	margin: 2px 0 2px 10px;
}

#right-form select {
	float: left;
	width: 155px;
	margin: 2px 0 2px 10px;
}

#right-form .submit {
	float: none;
	width: auto;
	margin: 10px 0 0 100px;
}

/* ----------------- POP UP VIDEO ----------------- */

#blanket {
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}

#popUpDiv {
	position: absolute;
	background-color: #eeeeee;
	width: 432px;
	height: 320px;
	z-index: 9002;
	border: 5px solid #FFF;
}

/* ----------------- CUSTOM CLASSES and DIVs ----------------- */

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
}

img.center { margin: auto 0px; }

img.border {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}

img.no-border { border: none; }

p.center { text-align: center; }

.clear-both { clear: both; }

.blue { color: #3B69A8; }

.highlight-box {
	border: 1px solid #F00;
	background: #E1E1E1;
	padding: 0 10px 5px 10px;
	width: 300px;
}

.in-the-news {
	border: 1px solid #F00;
	background: #E1E1E1;
	padding: 0px 10px 5px 10px;
	margin-top: 10px;
	width: 298px;
	font-size: 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.in-the-news ul li { padding-bottom: 10px; }

div#whats-new-videos { }

div#whats-new-videos h4 {
	font-weight: bold;
	color: #3B69A8;
	margin: 0px;
	padding: 15px 0 5px 0;
	font-size: 14px;
}

div#whats-new-videos .new-video {
	width: 290px;
	padding: 0 5px 20px 5px;
	float: left;
}

div.new-entry {
	border-top: 2px solid #FF0000;
	padding: 10px 0;
}

div.new-entry h3 {
	margin: 0px;
}

div.new-entry h4 {
	margin-top: 0px;
}