@import url('reset.css');

html, body {height: 100%;}

body {
	font:12px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	/**font:75%/1 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; **/
	color:#333;
	height:100%;
}

div, a, h1, h2, span, img, p, ul, li { behavior: url(iepngfix.htc) }

a {color:#2f4b86;font-weight: bold;}

a:hover {color:#f29a28;font-weight: bold;}

/** ====================================================================================================
    Global Containers
    ================================================================================================ **/

.link02 a {color:#fff;}


div#container {
	width:100%;
	min-width:900px;
	position:absolute;
	top:0;
	z-index:2;
}

div#content {
	width:980px;
	margin:auto;
	position:relative;
}


div#content.main h2 {
	background:url(../img/main_h2_bg2.png) no-repeat;
	width:980px;
	height:68px;
	padding-top:10px;
	overflow:hidden;
}

div#content.main-K12 h2 {
	background:url(../img/main_h2_bg_K12.png) no-repeat;
	width:980px;
	height:68px;
	padding-top:10px;
	overflow:hidden;
}

div#content.main-flik h2 {
	background:url(../img/main_h2_bg_flik.png) no-repeat;
	width:980px;
	height:68px;
	padding-top:10px;
	overflow:hidden;
}

div#content.main span.boy {
	position:absolute;
	bottom:-11px;
	right:0;
	top:0px;
	display:block;
	width:280px;
	height:88px;
}

div#content.main-K12 span.boy {
	position:absolute;
	bottom:-11px;
	right:0;
	top:0px;
	display:block;
}

div#content.main-flik span.boy {
	position:absolute;
	bottom:-11px;
	right:0;
	top:0px;
	display:block;
}

div#content.main span.girl-one {
	position:absolute;
	display:block;
	width:238px;
	height:108px;
	top:2px;
	right:33px;
}


div#main {
	background:#fff;
	width:950px;
	padding:10px 0 10px 10px;
	float:left;
	clear:both;
	min-height:100%;
}

div#main-K12 {
	background:#fff;
	width:950px;
	padding:10px 0 10px 10px;
	float:left;
	clear:both;
	min-height:100%;
}

div#main-flik {
	background:#fff;
	width:950px;
	padding:10px 0 10px 10px;
	float:left;
	clear:both;
	min-height:100%;
}

div#background { 
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

div#branding {
	background:url(../img/branding_bg2.png);
	width:100%;
	min-width:960px;
	height:100px;
}

div#branding2 {
	width:100%;
	min-width:960px;
	height:100px;
}

/*
div#branding h1 {
	width:170px;
	float:left;
	padding-left:10px;
}
*/

/** ====================================================================================================
    main navigation
    ================================================================================================ **/

ul#main-navigation {
	height:50px;
	float:right;
	position:absolute;
	right:40px;
	top:0;
	overflow:hidden;
}

ul#main-navigation li {
	float:left;
}

ul#main-navigation li a {
	background:url(../img/nav.gif) repeat 0 0;
	display:block;
	height:48px;
	float:left;
}

ul#main-navigation li.selected {
	background:url(../img/nav.gif) repeat 0 0;
}

/** ====================================================================================================
    sub navigation
    ================================================================================================ **/

ul#sub-navigation {
	height:50px;
	float:right;
	position:absolute;
	top:50px;
	right:45px;
	overflow:hidden;
}

ul#sub-navigation li {
	float:left;
}

ul#sub-navigation li a {
	display:block;
	height:48px;
	float:left;
}

ul#sub-navigation li a:hover {
	background:url(../img/sub_hover.png) repeat-x bottom;
}


/** ====================================================================================================
    section /case studies as an example
    ================================================================================================ **/

.landing h2 {
	margin:200px 0 5px 0;
	text-align:right;
}

.landing p.more {
	text-align:right;
}

.landing p.more a {
	display:block;
}


/** ====================================================================================================
    section /case studies as an example
    ================================================================================================ **/


div.section {
	margin:0 auto;
	width:980px;
	padding:100px 0 0 0;
	
}

div.section .inner {
	background:url(../img/semiwhite.png) repeat-y left;
	width:940px;
	padding:50px 20px;
	float:left;
}

div.section h2 {
	background:url(../img/semiblack.png) repeat-y left;
	width:940px;
	height:50px;
	padding:20px;
}

div.section ul {
	float:left;
	width:800px;
	padding:0 0 0 40px;
	position:relative;
}

div.section ul li {
	line-height:3;
	clear:both;
}

div.section ul li a {
	background:url(../img/arrow_orange.png) no-repeat left center;
	padding-left:20px;
}

div.section li a.show-more {
	width:390px;
	margin-right:10px;
	float:left;
	line-height:3;
	display:block;
}

div.section li a.show-more:hover {
	width:370px;
	margin-left:20px;

}

div.section li p {
	width:380px;
	float:right;
	line-height:1.6;
	position:absolute;
	right:0;
	top:0;
}

div.section p.more {
	background:url(../img/large_arrow.png) no-repeat left;
	width:980px;
	height:97px;
	clear:both;
	padding-top:80px;
}

div.section p.more a {
	display:block;
	margin: 0 0 0 20px;
}

/** ====================================================================================================
    main column
    ================================================================================================ **/

div.column {
	background:#f2f2f2;
	width:668px;
	padding:10px;
	float:left;
}

div.column p {
	line-height:1.6;
	padding:0 0 20px 0;
}

div.column p.img img {
	float:left;
	clear:left;
	margin-right:10px;
	padding:10px;
	background:#fff;
	border:1px dotted #ddd;
}

div.column p.img.extended img {
	margin-bottom:30px;
}

div.column img {
	float:left;
	display:block;
	margin-right:15px;
	vertical-align:middle;
}

div.column h3 {
	color:#333;
	line-height:1.5;
	font-size:1.4em;
	clear:left;
}

div.column h3 join-h3 {
	color:#333;
	line-height:1.75;
	font-size:1.4em;
	clear:left;
}


/*
div.column h3 a {
	font-size:.85em;
}
*/

div.column h4 {
	color:#2b72a2;
	line-height:1.5;
	font-size:1.4em;
}

div.column h4 a {
	font-size:1em;
}

div.column h5 {
	color:#185d46;
	line-height:1.5;
	font-size:1.4em;
	clear:left;
}

div.column h6 {
	color:#fff;
	line-height:1.5;
	font-size:1.4em;
}

div.column h5 a {
	font-size:1em;
	color:#185d46;
}

div.column p a {
	font-size:1em;
	color:#ffa128;
}

div.column p a:visited {
	font-size:1em;
	color:#ffa128;
}

div.column.flik h3 {
	color:#185d46;
	line-height:1.5;
	font-size:1.5em;
}



div.column.flik h3 a {
	color:#185d46;
	font-size:1em;
}

div.column div.c_module {
	background:#f8f8f8;
	margin-bottom:20px;
	float:left;
}

div.column div.c_module ul {
	margin-bottom:10px;
}

div.column ul{
	float:none;
	margin-top:0;
}

div.column li {
	line-height:1.6;
}

div.column li ul {
	margin:0 0 10px 0;
	line-height:1.6;
}

div.column ul li.sub-list {
	list-style:none;
}

div.column div.c_module ul.extended {
	list-style:none;
}

div.column div.c_module ul.extended li {
	line-height:1.4;
	margin-bottom:10px;
}

div.column div.c_module em.extended {
	text-decoration:underline;
}

div.column div.img_container {
	width:220px;
	padding:10px;
	float:left;
}


div.column div.img_txt {
	width:358px;
	padding:10px;
	float:left;
}

div.column form {
	clear:both;
	background:#fafafa;
	width:648px;
	margin:10px 0;
	padding:10px;

}

div.column label {display:block; margin:10px 0; font-weight:bold;}

div.column textarea {width:520px;  min-height:200px;}

div.column input.submit {
	background:#333;
	padding:5px;
	margin-top:5px;
	color:#fff;
	display:block;
}

div.column input.form_submit {
	display:block;
	margin-top:5px;
	clear:both;
}

div.column input.txt {
	border:1px solid #ddd;
}

div.column form div.label {
	background:#fff;
	width:200px;
	height:25px;
	padding:0 5px 7px 7px;
	margin-bottom:5px;
	margin-right:5px;
	border:1px dotted #ddd;
	float:left;
	clear:left;
}

div.column form div.label02 {
	background:#fff;
	width:517px;
	height:25px;
	padding:0 5px 7px 7px;
	margin-bottom:5px;
	margin-right:5px;
	border:1px dotted #ddd;
	float:left;
	clear:left;
}

div.column form div.label label {
	display:block;
}


div.column form div.text {
	background:#fff;
	width:300px;
	height:25px;
	padding:6px 5px 1px 5px;
	margin-bottom:5px;
	border:1px dotted #ddd;
	float:left;
}

div.columm form div.text input {
	display:block;
	background:#fafafa;
	
}

label.txtarea {
	clear:both;
	padding-left:5px;
	padding-top:5px;
}

div.column span.date {color:#333;}

div.column .news-entry {
	border-bottom:1px solid #ddd;
	float:left;
	width:100%;
}

div.column .news-entry h3 {
	font-size:1.1em;
}

div.column .news-entry a.more {
	background:url(../img/read_more.png) no-repeat 0 0;
	height:19px;
	width:60px;
	text-indent:-999em;
	display:block;
	margin-top:5px;
}

div.column .news-entry a.more:hover {
	background-position: 0 -19px;
}

div#image-row {
	float:left;
	margin:20px 0;
	padding:0;
	clear:both;
	width:650px;
}

div#image-row img {
	border:1px solid #ddd;
	clear:none !important;
	float:left;
}

/*
div.column.external h3 {
	border-top:1px dotted #bbb;
}
*/

div.column.external h3 a {
	background:url(../img/external_arrow.gif) no-repeat 0 4px;
	padding-left:20px;
}

div.column.external ul {
	margin-bottom:20px;
}

div.column .emphasis {
	background:url(../img/emphasis_bottom.png) no-repeat bottom left;
	clear:both;
	position:relative;
	font-family:Georgia, Times, "Times New Roman", serif;
	
}

div.column .emphasis h3 {
	background:url(../img/emphasis_top.png) no-repeat top left;
	color:#222;
	padding:0 20px 0 20px;
	font-size:1.6em;
	font-style:italic;
}

div.column .emphasis p {
	padding:0 20px 20px 20px;
	font-size:1.1em;
}

div.column .emphasis .paper_clip {
	position:absolute;
	top:-8px;
	right:2px;
}

div.column .sub {
	background:#fafafa;
	float:left;
	width:196px;
	padding:8px;
	margin-right:10px;
	margin-bottom:20px;
	min-height:650px;
}

div.column .sub.last {
	margin-right:0;
}

div.column .sub p {
	background:#d68822;
	color:#fff;
	padding:10px;
	
}

div.column .sub ul {
	padding-left:0;
	list-style:none;
}

div.column .sub li {
	margin-top:10px;
	background:url(../img/sub_li.png) no-repeat 0 2px;
	padding-left:20px;
	border-bottom:1px dotted #ddd;
}

div.column .sub-extended {
	background:url(../img/grey_shadow.gif) repeat-x top;
	width:626px;
	padding:20px;
	margin:0 0 10px 0;
	clear:both;
	float:left;
	border-bottom:1px dotted #ddd;
}

div.column .sub-extended.highlight {
	background:#333;
	border:1px solid #fff;
	color:#f1f1f1;

}

div.column .sub-extended.highlight img {
	margin:0 20px 10px 0;
}

div.column .sub-extended.highlight img.wide {
	margin-right:0;
}

div.column img.highlight-img {
	background:#fff;
	padding:2px;
	width:280px;
	float:left;
}

div.column img.highlight-img-2 {
	background:#fff;
	padding:2px;
	float:left;
}

div.column div.highlight-txt {
	width:300px;
	float:left;
}

div.column .sub-extended ul.extend {
	list-style:none;
	padding:0;
	margin:0;
}

div.column .sub-extended ul.extend li {
	background:#f4e9b3 url(../img/orange_arrow.gif) no-repeat 2px 2px;
	margin:0 0 5px 0;
	padding-left:20px;
	padding-bottom:10px;
	width:97%;

}

div.column .sub-extended p.img.extended img {
	padding-top:4px;
	margin-bottom:10px;
	background:none;
	border:0;
}

div.column .sub-extended img.square {
	width:300px;
	margin-bottom:10px;
	float:none;
}


div.breadcrumb{
	float:left;
	margin-bottom:10px;
}


.breadcrumb ul {
	list-style:none;
	padding:0;
	margin:0;
}

.breadcrumb li {
	float:left;
	margin-right:5px;
	border:1px solid #ddd;
	padding:0 10px;
	background:#f9f9f9;
}

.breadcrumb li a {
	display:block;
	text-decoration:none;
	
}

p.download-pdf {
	background:url(../img/pdf.png) no-repeat;
	float:left;
	clear:both;
}

p.download-pdf a {
	display:block;
	float:left;
	padding-left:40px;
	padding-top:10px;
}


/** ====================================================================================================
    sub column
    ================================================================================================ **/

div.sub-column {
	background:#fff;
	width:260px;
	float:right;
}

div.sub-column ul {
	width:100%;
	float:left;
	margin: 0 0 10px 0;
	list-style:none;
}

div.sub-column li {
	color:#fff;
}

div.sub-column ul.comment-list li {
	background:#2f4b86 url(../img/comments_li2.png) no-repeat top center;
	width:216px;
	min-height:66px;
	margin-left:9px;
	padding:10px;
	float:left;
}

div.sub-column ul.comment-list li.first {
	background:#3f64b3 url(../img/li_first.png) no-repeat 0 0;
	width:220px;
	min-height:66px;
	padding:10px 10px 10px 20px;
	margin:0 auto;
}



div.sub-column ul.comment-list#che li.first {
	background:#3f64b3 url(../img/li_first_alt.png) repeat-y 0 0;
	
}

div.sub-column ul.comment-list li.third {
	background:#2f4b86 url(../img/comments_li3.png) no-repeat top center;
	overflow:hidden;
}

div.sub-column ul.comment-list li blockquote p {
	padding-top:14px;
}

div.sub-column ul.comment-list li cite {
	display:block;
	text-align:right;
}

div.sub-column ul.comment-list cite {
	padding:5px;
}

div.sub-column ul.comment-list li.more {
	clear:both;
	background:#fff url(../img/comments_ul.png) no-repeat -10px 0;
	padding-bottom:10px;
	display:block;
	height:auto;
}


div.sub-column form#signup {
	background:url(../img/signup_bg.png) no-repeat top center;
	width:203px;
	margin:0 0 10px 9px;
	padding:110px 15px 25px 15px;
	clear:both;
}

div.sub-column form#signup legend {display:none;}

div.sub-column form#signup label {
	display:block; 
	font-weight:bold;
	line-height:2.5;
}

div.sub-column form#signup .form_signup {
	display:block;
	margin-top:10px;
}

ul {float:left; clear:both}


div.quicklinks {
	background:url(../img/quicklinks_bottom.png) no-repeat bottom center;
	width:235px;
	margin-bottom:10px;
	margin-left:10px;
	float:left;
	height:350px;
}

div.quicklinks.che {
	height:300px;
}

div.quicklinks.flik {
	height:300px;
}

* html div.quicklinks {
	margin-left:5px;
}

div.quicklinks .inner {
	background:url(../img/quicklinks_top.png) no-repeat top center;
	width:226px;
	padding:8px 0 0 9px;
	
}

div.quicklinks ul{
	padding:0;
	margin:0;
}

div.quicklinks li a {
	width:218px;
	height:50px;
	text-indent:-999em;
	display:block;
}

div.quicklinks.flik li.q1 a {
	background:url(../img/q1_flik.png) no-repeat 0 0;
}

div.quicklinks.flik li.q2 a {
	background:url(../img/q2_flik.png) no-repeat 0 0;
}

div.quicklinks.flik li.q3 a {
	background:url(../img/q3_flik.png) no-repeat 0 0;
}

div.quicklinks.flik li.q4 a {
	background:url(../img/q4_flik.png) no-repeat 0 0;
}

div.quicklinks.che li.q1 a {
	background:url(../img/q1_che.png) no-repeat 0 0;
}

div.quicklinks.che li.q2 a {
	background:url(../img/q2_che.png) no-repeat 0 0;
}

div.quicklinks.che li.q3 a {
	background:url(../img/q3_che.png) no-repeat 0 0;
}

div.quicklinks.che li.q4 a {
	background:url(../img/q4_che.png) no-repeat 0 0;
}

div.quicklinks.k12 li.q1 a {
	background:url(../img/q1_k12.png) no-repeat 0 0;
}

div.quicklinks.k12 li.q2 a {
	background:url(../img/q2_k12.png) no-repeat 0 0;
}

div.quicklinks.k12 li.q3 a {
	background:url(../img/q3_k12.png) no-repeat 0 0;
}

div.quicklinks.k12 li.q4 a {
	background:url(../img/q4_k12.png) no-repeat 0 0;
}

div.quicklinks.k12 li.q5 a {
	background:url(../img/q5_k12.png) no-repeat 0 0;
}


div.quicklinks.flik li.q1 a:hover, div.quicklinks.flik li.q2 a:hover, div.quicklinks.flik li.q3 a:hover, div.quicklinks.flik li.q4 a:hover,
div.quicklinks.che li.q1 a:hover, div.quicklinks.che li.q2 a:hover, div.quicklinks.che li.q3 a:hover, div.quicklinks.che li.q4 a:hover,
div.quicklinks.k12 li.q1 a:hover, div.quicklinks.k12 li.q2 a:hover, div.quicklinks.k12 li.q3 a:hover, div.quicklinks.k12 li.q4 a:hover, div.quicklinks.k12 li.q5 a:hover {
	background-position:0 -53px;
}

div.more-links {
	clear:both;
	margin-left:9px;
	margin-top:5px;
}

div.more-links a {
	clear:both;
	margin-left:9px;
	margin-top:5px;
}

.btn-news {
	cursor: pointer;
}

#k12-press-releases {
}

#k12-employee-news {
	display: none;
}

#k12-in-the-news {
	display: none;
}

/** ====================================================================================================
    landing page sections (flyout slide)
    ================================================================================================ **/

.slide {
	position:relative;
	width:300px;
	margin:70px 20px 0 0;
	float:left;
}

.slide .inner {
	position:absolute;
	left:0;
	bottom:50px;
}









