/*------------------------------------------------------------------------------
|	=TOC - Table (list actually) of contents
|	Document structure is as follows
|	(cf. http://www.stopdesign.com/log/2005/05/03/css-tip-flags.html)
|		TOC		(This listing)
|		General 	(Default font-size, color etc.)
|		Layout 	(Page layout and column layout within content area)
|		Header 	(Header of layout, not <h1-6>. see 'Headings')
|		Footer
|		Navigation
|		Heading
|		Lists
|		Forms
|		Links
|		Misc
|		Tables
|		UI
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
|    =General
------------------------------------------------------------------------------*/
/* override some browser defaults */
body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	text-align: left;
}

.contentPrimary .left {
	float:left;
	padding: 0px 20px 10px 0px;
}

/* SECTION SECONDARY STYLES */
.Brand .contentPrimary .sectionSecondary img{
	padding-left: 20px;
	max-width: 160px;
}

.Brand .contentPrimary .sectionSecondary a.button{
	margin-left: 20px;
}

.Brand .contentPrimary .sectionSecondary cite  {
	color: #656565;
	display: block;
	padding: 0 0 0 40px;
	background: transparent url(../../media/image/layout/cite_sidebar_bg.jpg) no-repeat 25px 8px;
	margin: 6px 0 0 0;
}
.Brand .contentPrimary .sectionSecondary cite span {
	display: block;
}
.Brand .contentPrimary .sectionSecondary cite .fn {
	font-weight: bold;
}

/*SECTION_LAYOUT CLASSIFICATIONS*/
/*TESTIMONIES*/
cite.vcard{
	position:relative;
	right:20px;
}

.contentRegion p {margin-bottom: 2em;}

hr {
	height: 1px;
	font-size: 0px;
	line-height: 1%;
	border-style: solid;
	border-width: 1px 0 0;
	color: #D6D6D6;
}
#content blockquote p {
	margin-bottom: 0;
}
/*------------------------------------------------------------------------------
|    =Lists
------------------------------------------------------------------------------*/
/* set our own defaults for X-browser compatability */
ul, ol {
	list-style-position: outside;
}
.contentPrimary ul {
	list-style-type: disc;
}
.contentPrimary ol {
	list-style-type: decimal;
}
.contentPrimary ol,
.contentPrimary ul {padding: 0 0 0 40px; margin: 1em 0 2em;}

/*------------------------------------------------------------------------------
|    =Links
------------------------------------------------------------------------------*/

.buttons a.button {
	border: 1px solid #A41100;
	background-image: url('../../media/image/button/btn_bg.png');
	font: bold 19px/33px "Arial Narrow", Helvetica, sans-serif;
	display: block;
	position: relative;
	left: -50%;
	height: 33px;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 1ex;
}

.contentRegion .contentPrimary h1 a,
.contentRegion .contentPrimary h1 a:hover,
.contentRegion .contentPrimary h1 a:active,
.contentRegion .contentPrimary h2 a,
.contentRegion .contentPrimary h2 a:hover,
.contentRegion .contentPrimary h2 a:active,
.contentRegion .contentPrimary h3 a,
.contentRegion .contentPrimary h3 a:hover,
.contentRegion .contentPrimary h3 a:active,
.module_homepage .contentPrimary a {
	text-decoration: none;
}
/*------------------------------------------------------------------------------
|    =Misc
------------------------------------------------------------------------------*/
.bg-alt { /* to supply alternate text for background-images */
	display: none;
}
.clear{
	clear:both;
	/* these next attributes are designed to keep the div
	height to 0 pixels high, critical for Safari and Netscape 7 */
	height:1px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin-bottom:-1px;
	float: none;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.action {
	font-weight: bold;
	text-align: center;
}
/* For when the name of something is italicized just for being a proper noun */
.proper, /* preserving .propper typo for backward compatibility */
.propper {
	font-style: italic;
}
/* accent imagery */
.accent {
	display: inline;
	float: right;
	padding: 1px;
	background-color: #C7C7C7;
	color: #151515;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	margin: 0 0 4px 4px;
}
.accent img {
	display: block;
	background-color: #FFF;
	color: #151515;
	padding: 5px;
	border: 1px solid #BBB;
}
.sectionPrimary .quote {
	background: #FFF url('../../media/image/layout/quote_bg.png') no-repeat scroll top left;
	color: #383838;
	padding: 20px 40px 40px;
	overflow:hidden;
	clear:both;
	zoom:1;
}

.sectionPrimary .altQuote{
	background:#F4F5F9 none repeat scroll 0 0;
	font-size:11px;
	margin:20px 40px;
	padding:20px;
}

.quote blockquote{
	padding:0 0 40px 0;
}

.quote .vcard{
	float:right;
}
.quote p {
	margin-bottom: 1em;
}
.quote cite .fn {
	font-weight: bold;
}
.quote cite span {
	color: #656565;
	text-align: right;
	display:block;
}
.flashFallbackContent {
	text-align: center;
}

#skipLink {
position : absolute;
margin : 0; padding : 0.5em 1em;
background-color : rgb(102,102,102);
background-color : rgba(0,0,0,0.5);
color : rgb(255,255,255);
font-weight : bold; }

#skipLink:link, #skipLink:visited, #skipLink:hover { top : -999px; left : 0; }
#skipLink:active, #skipLink:focus { top : 0; text-decoration : none; }

/*------------------------------------------------------------------------------
|    =Tables
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
|    =UI
------------------------------------------------------------------------------*/
a.videoSample,
a.videoSample:link,
a.videoSample:visited
 {
	background: #FFF url(../../media/image/layout/ui_sample_video_display.png) no-repeat scroll left top;
	color: #999;
	display: block;
	margin: 36px auto;
	min-height: 36px;
	padding-left: 54px;
	text-decoration: none;
}
#centerWrapper a.videoSample {
	text-decoration: none;
}
a.videoSample strong {
	display : block;
	font: bold 14px/1 Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
a.videoSample span {
	display : block;
	text-decoration: underline;
}

a.external{
	padding-right:13px;
	background: url(../../media/image/icons/icon_external_link.png) no-repeat right 3px;
}

a.external.image{
	padding-right:0px;
	background:none;
}

div#omniture_noscript{
	display:inline;
}

/* I don't think the following is used anywhere, but I'm not sure */
.Brand .contentPrimary .section {
	float: left;
	margin: 0 10px 10px;
}
/*********************************/

/*------------------------------------------------------------------------------
|	 =Images
------------------------------------------------------------------------------*/
.img.photo{
	margin: 0px 20px 20px 0;
	float: left;
}

.img.photo.squeezed{
	margin: 0px 10px 0px 0px;
}

.img.photo.right{
	margin: 0 0 20px 20px;
	float:right;
}

.img .caption{
	display:block;
	text-align:left;
	font-size:11px;
	line-height:15px;
	margin:-5px 0 0 0;
	padding:10px 10px 15px 10px;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	color: #4f4f4f;
}

.img .caption strong{
	display:block;
}

/*------------------------------------------------------------------------------
|	 =IFrame
-------------------------------------------------------------------------------*/
.iframe{
	width: 780px;
	height: 1000px;
	float: right;
}

/*------------------------------------------------------------------------------
|    =Highlighted
------------------------------------------------------------------------------*/
.highlighted {
	background: #F4F5F9;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.highlighted hr {
	display: block;
	border-top: 1px solid #FFF;
	border-style: solid none none;
	padding: 0 0 20px 0;
}
.highlighted h2 {
	background: #F4F5F9 url('../../media/image/layout/ui_box_top.noalpha.png') repeat-x scroll left top;
	border-bottom: 2px solid #FFF;
	color: #0C4269;
	line-height: 20px;
	padding: 10px 18px;
	font-family:Helvetica,Arial,sans-serif;
}
.highlighted h3,
.sectionPrimary .highlighted h3 {
	color: #030D17;
	font: bold 13px/18px Helvetica, Arial, sans-serif;
	margin: 1em auto;
	padding: 0 18px;
}
.highlighted p {
	font: 13px/18px Helvetica, Arial, sans-serif;
	padding: 0 18px;
	margin-bottom:1em;
}

.highlighted p a.button{
	margin:20px 20px 0 0;
}

.highlighted a.button {
	margin-left: 18px;
}
/*------------------------------------------------------------------------------
|    =Comparison (multi-column)
------------------------------------------------------------------------------*/
.columns .section {
	width: 360px;
}
body .contentPrimary .columns .section {
	margin-right: 40px;
	margin-left: 0;
}
body .contentPrimary .columns .section.last {
	margin-right: 0px;
}
.columns .subSection {
	background: #FFF url('../../media/image/layout/quote_bg.png') repeat-x top right;
	border-top: 1px solid #DCE1E5;
	padding: 18px 20px;
}

.subsection {
	background: transparent url(../../media/image/school_curriculum/highlight_gradient.jpg) repeat-x scroll 0 0;
	padding: 20px 20px 40px;
}

/* DAVE RECOMMENDS ROTATOR */
div#recommendsRotator {
	position:relative;
	margin-left:-20px;
	margin-bottom:10px;
	height:135px;
	overflow: hidden;
	border:1px solid #D4DEE5;
}

div.recommendsSlide {
	display:none;
	width:198px;
	height:135px;
	background:#F3F5F8;
}

div#recommendsRotator div.firstItem {
	display:block;
}

div.recommendsSlide a {
	position:relative;
	display:block;
	height:57px;
	margin:10px auto;
	line-height:57px;
	text-align:center;
	white-space:nowrap;
}

div.recommendsSlide span { display: inline-block; }
div.recommendsSlide span { display: inline; }

div.recommendsSlide img {
	vertical-align: middle;
}

div.recommendsSlide p {
	width:158px;
	margin:0 auto;
	padding-bottom:10px;
}

div.recommendsSlide p a {
	display:inline;
	line-height:normal;
	height:auto;
}

 /*Removes extra space between bullet and text*/
.Brand .elpBar .recommendations ul li ul li a{
	margin-left: -5px;
}
.Brand .elpBar a{
	text-decoration:none;
}

.Brand .elpBar h2{
	font-weight:normal;
}

/* FAQ PAGES */
.answer{
	padding: 20px 20px 40px;
	background: transparent url(../../media/image/layout/ui_highlight_gradient.jpg) repeat-x scroll 0 0;
}

/* MEET DAVE PAGES */
.Brand .contentPrimary .meetDave .meetHeader{
	background:transparent url(../../media/image/layout/meet_dave_bkg.jpg) no-repeat scroll 243px -18px;
	height: 231px;
	padding-right: 260px;
	padding-bottom:40px;
}
.Brand .contentPrimary .meetDave .meetSection div {
	float:left;
	width:225px;
	text-align:center;
	height:110px;
	padding-top:15px;
}

.Brand .contentPrimary .meetDave .meetSection h5{
	font-size:18px;
	line-height:21px;
	color: #656565;
	margin: 0 0 .2em 0;
}

/*Fix for random bug caused by div with id='atffc'*/
div#atffc{
	position:absolute;
}
