/* -------------------------------------------------------------- 
	COLOR
	#00afdd - Blue
	#edf8fb - Light Blue
	#00348F - Dark Blue
	#4eb857 - Green
	#11AA11 - Dark Green
	#FFE400 - Yellow
	#444    - Dark (Font)
	#ddd,eee- Light (Borders)
	#f9f9f9 - Light background
-------------------------------------------------------------- */


/* Reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, th { vertical-align: middle; }
td { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

*:focus { outline: none; }


/* Type
----------------------------------------------- */
body {
	color: #000; 
	font: .7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	text-align: center;
}

a {
	color: #00afdd;
	cursor: pointer;
	text-decoration: none;
}

a:hover, div#footer a:hover {
	color: #4eb857;
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
}

h1 {
	border-bottom: 3px dotted #444;
	color: #444;
	font-size: 2em;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 .5em;
	padding-bottom: 5px;
}

h1#inside {
	color: #bebebe;
	border-bottom-color: #bebebe;
}

h2 {
	border-bottom: 3px dotted #ccc;
	font-size: 1.5em;
	line-height: normal;
	margin: 1em 0 .5em;
	padding-bottom: 2px;
}

	div#col1 h2 {
		margin: 15px;
		padding: 9px 0 5px;
	}
	
	/* for pages that include a top h5, applied via script */
	div#col1 h2.tall {
		margin-top: 33px;
	}
	div#col3 h2.tall {
		margin-top: 18px;
	}

	h2.top {
		margin: 0 0 .8em;
		padding: 9px 0 5px;
	}

	h2.alt {
		color: #4eb857;
	}
	
	h2.simple {
		border-bottom: none;
		margin-top: 0;
	}

h3 {
	border-top: 1px dashed #ccc;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 .5em;
	padding-top: 10px;
}

h4 {
	color: #4eb857;
	font-size: 1.1em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.5em;
}

/* Reserved for small headline over h1 */
h5 {
	color: #444;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
}

	div#col2 h5 {
		margin-right: -15px;
	}

blockquote {
	background: url(../img/bg_quote_left.gif) no-repeat top left;
	font-size: .9em;
	margin: 0 0 .8em;
	text-indent: 25px;
	width: 100%;
}

	blockquote p {
		background: url(../img/bg_quote_right.gif) no-repeat bottom right;
		display: inline;
		margin: 0;
		padding-right: 25px;
	}
	
	p.quoteftr {
		color: #777;
		font-size: .8em;
		font-style: italic;
		line-height: normal;
	}

ul, ol {
	margin: 0 1em 1em 1em;
}

	li {
		margin: 0 1em .3em 1em;
		padding: 0px;
		line-height: 1.4em;
	}
	
	/* Lists that need extra spacing */
	ul.pad li {
		margin-bottom: 1em;
	}
	
	/* Lists with hidden content in divs, JS will toggle */
	ul.toggle li div {
		background-color: #f9f9f9;
		border: 1px solid #eee;
		/*display: none;*/
		margin: 1em 0;
		padding: 1em;
	}

	/* This is the old star format
	ul li {
		background: url(../img/bullet_star.png) no-repeat 0 4px;
		list-style-type: none;
		margin-left: 0;
		padding-left: 19px;
	}
	*/

hr {
	background: #eee; 
	color: #eee;
	clear: both; 
	float: none; 
	width: 100%; 
	height: .1em;
	margin: 0 0 1.2em 0;
	border: none; 
}

br {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	font-size: .8em;
	line-height: 0;
}

sub {
	font-size: .8em;
}

cite {
	color: #999;
	display: block;
	font-size: .9em;
	font-style: italic;
	margin: 0 0 .5em;
}


/* Tables
----------------------------------------------- */
table {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

tr.odd {
	background-color: #f9f9f9;
}

tr:hover {
	background-color: #edf8fb;
}

th {
	background-color: #4eb857;
	border-bottom: 1px solid #1a1;
	border-left: 1px solid #fff;
	border-right: 1px solid #1a1;
	border-top: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	margin: 0;
	min-width: 60px;
	padding: 7px;
	white-space: nowrap;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 0;
	padding: 7px;
}

thead th {
	background-color: #00afdd;
	border-bottom: 1px solid #00348F;
	border-left: 1px solid #fff;
	border-right: 1px solid #00348F;
	border-top: 1px solid #fff;
	color: #fff;
	margin: 0;
	padding: 7px;
}

th.lesson-title {
	width: 125px;
}

th.lesson-overview {
	width: 410px;
}

th.icons-column {
	width: 72px;
}

table.prevention-awareness thead th {
	background: #4ab957; 
	color: #fff; 
	border: none;
}

table.prevention-awareness th {
	background: #fff; 
	color: #333; 
	border-top: 1px solid #eee; 
	border-left: 1px solid #eee; 
	border-right: 1px solid #eee; 
	border-bottom: 3px solid #4ab957;
}

table.lessons thead th {
	background: #4ab957; 
	color: #fff; 
	border: none;
	font-size: 1.2em;
	white-space: normal;
}

table.lessons thead th p {
	color: #fff;
	font-weight: normal;
	margin: 0px;
	font-size: 0.85em;
}

table.lessons th {
	background: #fff; color: #333; 
	border-top: 1px solid #eee; 
	border-left: 1px solid #eee; 
	border-right: 1px solid #eee; 
	border-bottom: 3px solid #4ab957;
}

table.lessons-by-grade th {
	background: #fff;
	color: #333;
	border-top: 3px solid #4ab957;
	border-bottom: 3px solid #4ab957;
	border-left: 1px solid #4ab957;
	border-left: 1px solid #4ab957;
}

/* Misc
----------------------------------------------- */

.border {
	border: 1px dashed #eee;
	padding: 2px;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.highlight {
	background-color: #edf8fb;
	border: 1px dashed #eee;
	padding: 5px;
	width: 60%;
}

/* matches float left images */
.indent {
	margin-left: 220px
}

.leftsm {
	float: left;
	margin: 0 10px 5px 0;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
	overflow: hidden;
}

.hide {
	display: none;
}

.note {
	color: #666;
	font-size: .75em;
	font-style: italic;
}

.toolbar-image {
	margin-bottom: 15px;
}

ul#smart {
	list-style-type: none;
	margin-left: 0px;
}

ul#smart img, ul#smart li {
	vertical-align: bottom;	
	margin-left: 0px;
}

ul#smart li a {
	font-weight: bold;	
}

div.smart-block {
	margin: 5px 0px 5px 2px;
	padding: 0px;	
}

div.smart-block img, div.smart-block p {
	display: inline;
	vertical-align: bottom;
	font-weight: bold;	
}

#hp-photos {
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.hp-quotes-1 {
	background: #4eb857 url(../img/bg_quote_left_hp_green.gif) no-repeat 5px 5px;
	font-size: .9em;
	text-indent: 25px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}

.hp-quotes-2 {

	background: #027fcc url(../img/bg_quote_left_hp_blue.gif) no-repeat 5px 5px;
	font-size: .9em;
	text-indent: 25px;
	color: #fff;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

.hp-quotes-1 p, .hp-quotes-2 p {
	/* background: url(../img/bg_quote_right.png) no-repeat 99% 99%; */
	/*	display: inline;  */
	margin: 0;
	padding-right: 0px;
}

.hp-quotes-1 p {
	background: url(../img/bg_quote_right_hp_green.gif) no-repeat bottom right;
}

.hp-quotes-2 p {
	background: url(../img/bg_quote_right_hp_blue.gif) no-repeat bottom right;
}

#col3 h2 {
	background: #4eb857;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: none;
}

#col3 img.ad {
	margin-bottom: 20px
}

#col3 img.logo {
	margin: 0px 10px 20px 0px;
}

#col3 div.logo-center {
	text-align: center;
}

#col3 div#high-school {
	background: #00afdd; 
	color: #fff; 
	margin: 0px 0px 10px 0px; 
	padding: 2px 5px;
}

sup.whats-new {
	color: #4eb857;
	margin-left: 5px;
}

ul.no-bullets {
	list-style-type: none;
	margin-left: 0px;
}

img.smart-box {
	float: right; 
	margin: 0px 0px 10px 30px;
}

ul#workshop-features-overview {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
}

ul#workshop-features {
	background: #ffe400;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 5px;
	list-style-type: none;
}

ul#workshop-features li a, ul#workshop-features li a:visited {
	color: #555;
	text-decoration: underline;
	font-size: 90%;
}

ul#workshop-features li a:hover, ul#workshop-features li a:active {
	color: #000;
	text-decoration: none;
}

img.photo-key-people {
	float: right;
	margin: 0px 0px 15px 15px;
	border: 1px solid #ccc;
}

.web20-icon {
vertical-align: bottom;
}

span.in-development {
	color: #4ab957;
	font-size: 90%;
}

img.poster-icon {
	float: left;
	margin: 0px 5px 5px 0px;
	vertical-align: middle;
}

h2.poster {
	margin-left: 40px;
	margin-bottom: 15px;
}

img#hp-word-cloud {
	margin-bottom: 20px;
}

p.discount {
	font-size: 160%;
	color: #00afdd;
	margin-bottom: 0px;
}

div#overview-photos, div.overview-photos {
	float: left; 
	margin: 0px 0px 20px 0px; 
	width: 125px;
}

div#overview-text, div.overview-text {
	margin: 0px 0px 0px 150px;
}

img.toolbar-ad {
	float: left;
}

#overview-text ul.toggle {
	margin-left: 0px;
}

div#home-page {
	border-top: 3px dotted #444; 
	padding-top: 15px;
}

div#home-page img {
	float: right;
	margin: 0 0 20px 20px;
	width: 300px;
}

div#home-page div {
	width: 550px; 
	border-right: 3px dotted #444; 
	padding-right: 15px;
}


/* table icon key */
.key {
	background: #EFFFEF url(../img/asterisk.gif) 5px 5px no-repeat;
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
	text-align: right;
}


/* Icons
----------------------------------------------- */
.pdf {
	background: url(../img/icon_pdf.gif) bottom right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.new {
	background: url(../img/icon_new.gif) bottom right no-repeat;
	margin-right: 1px;
	overflow: visible;
	padding-right: 28px;
}

.updated {
	background: url(../img/icon_updated.gif) bottom right no-repeat;
	margin-right: 1px;
	overflow: visible;
	padding-right: 48px;
}

.computer {
	background: url(../img/icon_computer.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.page {
	background: url(../img/icon_page.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.tools {
	background: url(../img/icon_tools.png) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.school {
	background: url(../img/icon_school.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.family {
	background: url(../img/icon_family.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.community {
	background: url(../img/icon_community.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.arrow {
	background: url(../img/bullet.gif) 100% 7px no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 10px;
}

p.arrow-under-quote {
	margin-top: -10px;
}

.icon {
	float: left;
	height: 16px;
	padding-right: 0;
	width: 16px;
}


/* Header
----------------------------------------------- */
div#container {
	width: 100%;
}

div#header {
	text-align: left;
}

div#header1 {
	float: left;
}

	div#logo {
		display: none;
	}
	
	div#logoprint {
		height: 111px;
		margin: 10px 0;
		width: 200px;
	}

div#header2 {
	display: none;
}


/* Top Nav
----------------------------------------------- */

div#nav {
	display: none;
}


/* Content & Columns
----------------------------------------------- */
div#content {
	clear: both;
	margin-bottom: 10px;
}

div#col1 {
	display: none;
}

div#col2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-align: left;
	width: 100%;
}

div#col3 {
	text-align: left;
	width: 100%;
}

/* covers 2nd and 3rd columns */
div#colmain {
	text-align: left;
	width: 100%;
}

/* covers 1st and 2nd columns */
div#colmainwide {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-align: left;
	width: 100%;
}

/* covers all three columns */
div#colwide {
	text-align: left;
	width: 100%;
}

/* halfs a column */
div.colsplit {
	float: left;
	margin-right: 5%;
	width: 45%;
}


/* Side Nav
----------------------------------------------- */


/* Footer
----------------------------------------------- */
div#footer {
	clear: both;
	color: #666;
	height: 20px;
	font-size: .75em;
	overflow: hidden;
}

div#footer a {
	color: #666;
}

div#footer1 {
	clear: both;
	float: left;
}

div#footer2 {
	display: none;
}


/* Advertisements
----------------------------------------------- */
div.ad {
	margin-bottom: 1.2em;
	overflow: visible;
	padding: 15px;
	width: 170px;
}

	div.ad h3 {
		border-bottom: 1px dotted #ccc;
		border-top: 1px dotted #ccc;
		font-size: 1.4em;
		font-weight: normal;
		padding: 8px 0;
	}
	
	div.ad p {
		font-size: 1.1em;
	}
	
	div.ad p.foot {
		border-top: 1px dotted #ccc;
		margin: 0;
		padding: 8px 0 0;
		text-align: right;
	}
	
	div.ad a.arrow {
		background: url(../img/bullet_circle_green.gif) 100% 0 no-repeat;
		font-weight: bold;
		height: 19px;
		margin-right: 2px;
		padding-right: 22px;
	}
	
	div.ad a.arrow:hover {
		background-image: url(../img/bullet_circle_green_hover.gif);
		color: #ffe400;
	}


/* Forms
----------------------------------------------- */
fieldset {
	border: 1px solid #eee;
	margin: 0 0 .5em 0;
	padding: 1.4em;
}

legend {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

label {
    float: left;
	margin: 3px;
    padding: 0 15px 0 10px;
    text-align: left;
    width: 150px;
}

	/* sit to the right of checkboxes and radio buttons */
	label.right {
		float: left;
		margin: 3px;
		padding: 0 0 0 5px;
		text-align: left;
		width: 200px;
	}

	/* required */
	label.req {
		background: url(../img/asterisk.gif) no-repeat 0 4px;
		color: #4eb857;
		font-weight: bold;
	}
	
	/* validation */
	label.error {
		color: #df0029;
		font-weight: bold;
		padding-right: 0;
	}

/* small instructions below label or field */
span.instruct {
	clear: both;
	color: #999;
	float: left;
	font-style: italic;
	font-size: .8em;
	font-weight: normal;
	line-height: normal;
	padding: 5px 0;
	text-align: left;
}

/* Wraps a label and control(s) */
div.ctlwrap {
	clear: both;
	overflow: auto;
	padding: 6px 0;
	width: 100%;
}

/* set that need to be indented to match the right column */
div.formindent {
	overflow: hidden;;
	padding-right: 165px;
}


/* Form fields
-------------------------------------------------------------- */
input, select, textarea {
	border: 1px solid #ddd;
	float: left;
	font-size: 1em;
	margin: 3px;
	padding: 4px;
	width: 200px;
}

	input.focus, select.focus, textarea.focus {
		background-color: #edf8fb;
		border: 3px solid #ddd;
		padding: 2px;
	}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 80px;
}

input.check {
	border: 0;
	float: left;
	height: 15px;
	margin: 5px;
	width: 15px;
}

input.btn {
	background-color: #4eb857;
	border: 1px #1a1 outset;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 2px;
	width: 120px;
}

input.lg, select.lg, textarea.lg {
	width: 400px;
}

input.med, select.med, textarea.med {
	width: 100px;
}

input.sm, select.sm {
	width: 50px;
}
