@charset "UTF-8";

/******************** BEGIN YUI ********************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/******************** END YUI ********************/

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center; /* IE page centering */
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #99978A;
	line-height: 18px;
	cursor:default;
	position: relative;
}
:focus { -moz-outline-style: none; } /* remove clicked image border in FF */
a {
	text-decoration: none;
	color: #4D4C48;
	cursor:pointer;
  outline: none;
}
a:hover {
	text-decoration:underline;
}
.divider {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #2E3192;
}
h2 {
	margin-top:5px;
	font-size: 12px;
	color: #4D4C48;
	text-transform:uppercase;
	letter-spacing: 2px;
}
h3 {
	margin-top: 12px;
	font-size: 14px;
}
p {
	margin-top: 10px;
}
p.first {
	margin-top: 15px;
}
.caps {
	text-transform:uppercase;
}
.bold {
	font-weight:bolder;
}
.ital {
	font-style:italic;
}
#download_whitepaper_button {
	text-align:center;
	margin-top: 65px;
	position:relative;
	left:-20px;
}

/******************** BEGIN POSITIONING ELEMENTS ********************/

#header {
	background-color: #F9F9F8;
	width: 100%;
	z-index:5;
	/*height:120px;*/ /* before positioning changes */
	position:fixed;
	top:0px;
	left:0px;
}
#header_highlight {
	height: 21px;
	background-color:#2E3192;
	background-image:url(images/top_hl.gif);
	background-repeat:repeat-x;
	width: 100%;
	z-index:10;
	/*position:absolute;
	top:0px;
	left: 0px;*/ /* before positioning changes */
}
#header_container {
	position: relative; /* for positioning of contained elements */
	margin: auto; /* centering within window */
	text-align: left; /* reverse effect of IE page centering */
	width: 800px;
	height:99px;
	z-index: 15;
	/*height:100%;*/ /* before positioning changes */
}
#logo {
	position: absolute;
	left: -8px;
	top: 11px;
	/*height: 255px;*/
}
#header_primary_nav {
	position: absolute;
	right: 0px;
	bottom: -24px;
}
#header_primary_nav dt {
	float: right;
	margin-left: 31px;
}		
#header_secondary_nav {
	font-size: 13px;
	position: absolute;
	right: 0px;
	top: 10px;
}
#header_secondary_nav dt {
	float: right;
	margin-left: 7px;
}
#header_secondary_nav img {
	position: relative;
	top: -2px;
}





.content {
	width: 800px;
	margin: auto; /* centering within window */
	text-align: left; /* reverse effect of IE page centering */
	display: none;
	padding: 170px 25px 115px 25px; /* clockwise from top */
	z-index: 0;
	/* "remind" containing block to wrap floated children: */
	overflow: hidden; 
	min-height: 306px;
	/*position: relative;
	top: 120px;*/ /* before positioning changes */
}
.col {
	width: 400px;
	float:left;
	position: relative;
}





#footer {
	background-color: #F9F9F8;
	width: 100%;
	z-index:5;
	/*height:80px;*/ /* before positioning changes */
	position: fixed;
	bottom: 0px;
	left:0px;
}
#footer_container {
	position: relative; /* for positioning of elements contained therein */
	margin: auto; /* centering within window */
	text-align: left; /* reverse effect of IE page centering */
	width: 800px;
	height:59px;
	margin-bottom: 21px;
	z-index: 15;
	/*height:100%;*/ /* before positioning changes */
}
#footer_primary_nav {
	position: absolute;
	left: 0px;
	top: 12px;
}
#footer_secondary_nav {
	position: absolute;
	left: 0px;
	top: 30px;
}		
#footer_primary_nav dt, #footer_secondary_nav dt {
	float: left;
	margin-right: 6px;
}
#footer_social_networking {
	position: absolute;
	left: 345px;
	top: 19px;
}
#footer_social_networking dt {
	float: left;
	margin-right: 7px;
}
#footer_social_networking img {
	width: 25px;
}
#footer_contact {
	position: absolute;
	right: 0px;
	top: 12px;
}
#footer_copyright {
	position: absolute;
	right: 0px;
	top: 30px;
}
#footer_contact dt, #footer_copyright dt {
	float: right;
	margin-left: 6px;
}
#footer_highlight {
	height: 21px;
	background-color:#2E3192;
	background-image:url(images/bottom_hl.gif);
	background-repeat:repeat-x;
	width: 100%;
	z-index:10;
	position:fixed;
	bottom:0px;
	left: 0px;
}

/******************** END POSITIONING ELEMENTS ********************/

/******************** BEGIN IMAGES ********************/

#outlet {
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-bottom: 20px;
	position:relative;
	top:-10px;
}
#package {
	float: right;
	width: 180px;
	margin-left: 15px;
	position:relative;
	top:-16px;
}
#books {
	float:right;
	width: 350px;
	position:relative;
	right:10px;
}
#track {
	float: right;
	position:relative;
	right: 125px;
	top: 75px;
	width: 375px;
}
#phone {
	width: 130px;
	position:relative;
	right: -12px;
}
#email {
	width: 115px;
	position:relative;
	top: 4px;
}
#questions {
	position: relative;
	left: 175px;
	top: 10px;
}

/******************** END IMAGES ********************/

/******************** BEGIN SECTION-SPECIFIC FORMATTING ********************/

.answer {
	display: none;
}
#faqs_content dl {
	margin-left: 20px;
	padding-right:25px;
	line-height: 16px;
}
#faqs_content dt {
	margin-top: 8px;
}
#faqs_content dd {
	margin-top: 8px;
	margin-left: 20px;
}
#resources_content dl {
	margin-right: 20px;
}
#resources_content dt {
	margin-top: 15px;
}
#social_networking {
	position:relative;
	left: 25px;
	margin-top: 15px;
}
#social_networking img {
	width: 40px;
}
#social_networking dt {
	margin-bottom: -5px;
}
#social_networking dd {
	position: relative;
	left: 51px;
	bottom: 27px;
}
#contact_methods {
	position:relative;
	left: -25px;
	margin-top: 25px;
	/* "remind" containing block to wrap floated children: */
	overflow: hidden; 
	height: 1%;
}
#contact_methods dt {
	float: left;
	margin-left: 90px;
}
#contact_methods dd {
	float: left;
	margin-left: 15px;
	position:relative;
	top: 65px;
}

/******************** END SECTION-SPECIFIC FORMATTING ********************/

/******************** BEGIN PERSONAS ********************/

#persona_mask {
	position: relative; /* needed for overflow: hidden to work in IE6 */
	width: 370px;
	overflow: hidden;
	float:right;
}
#personas {
	width: 740px;
}
#persona_list {
	float: left;
}
.persona_heading {
	width: 368px;
	height:34px;
	border-bottom:1px solid #6265AD;
	border-left: 1px solid #6265AD;
	border-right: 1px solid #6265AD;
	background-image:url(images/personas/persona_heading.gif);
	text-align: center;
}
.persona_heading_top .persona_heading {
	width: 370px;
	border-left: none;
	border-right: none;
	background-image:url(images/personas/persona_heading_top.gif);
}
.persona_heading a {
	position:relative;
	top: 7px;
	font-size: 16px;
	color: #FFFFFF;
}
.persona_image {
	height: 195px;
	float: left;
	margin-right: 16px;
	border-right: 1px solid #6265AD;
}
.persona_blurb_wrapper {
	padding-top: 1px;
	margin-right: 16px;
	margin-left: 16px;
}
.persona_blurb {
	height:195px;
	border-left: 1px solid #6265AD;
	border-right: 1px solid #6265AD;
	border-top: 3px solid #FFC50B;
	width:368px;
	clear:both;
}
#persona_5_blurb {
	height: 194px;
	border-bottom: 1px solid #6265AD;
}
.persona_details_button {
	position: relative;
	top: 7px;
}
.persona_details {
	display:none;
	height: 370px;
	width:358px;
	margin-left:370px;
	border: 1px solid #6265AD;
	font-size:11px;
	line-height:15px;
}
.persona_details p {
	padding-right: 20px;
	padding-left:20px;
	padding-top:6px;
}
.persona_details li {
	list-style:square outside;
	position: relative;
	left: 44px;
	margin-right:75px;
	margin-left: 15px;
}
.persona_list_button {
	position: absolute;
	bottom: 20px;
	/*right: 313px;*/
	right: 30px;
}

/******************** END PERSONAS ********************/

/******************** BEGIN CALC ********************/
#calculator {
	position: relative;
	overflow:hidden;
	min-height:1%;
	margin-top:10px;
}
#cost_inputs {
	position: relative;
	float: left;
	margin-left: 25px;
	margin-top: 42px;
	text-align: center;
}
#cost_inputs div.row {
	margin-bottom: 3px;
}
#cost_inputs div.row span.label {
	width: 170px;
	float: left;
	text-align: right;
}
#cost_inputs div.row span.field {
	margin-left: 7px;
	float: left;
	text-align: left;
} 
#cost_inputs div.row span.error {
	display:block;
	clear:both;
	font-size:10px;
	color: red;
	font-style: italic;
	position: relative;
	top: -3px;
}
#costs_table {
	float: right;
	position: relative;
	/*margin: auto;
	margin-top: 20px;
	clear:both;*/
}
td, th {
	text-align: center;
	padding: 2px 9px 2px 9px;
}
td.data_label, .categ_head th {
	text-align:right;
}
th, .total td {
	font-weight:bold;
}
.col_head th, .col_head td {
	padding-bottom: 0px;
}
.col_subhead th, .col_subhead td {
	font-weight: normal;
	padding-top: 0px;
}
tr.categ_head {
	background-color:#9798C9;
	color:white;
	border-top: 2px solid #6265AD;
	border-bottom: 2px dotted #6265AD;
}
tr.subtotal {
	border-top: 2px solid #cccccc;
	font-weight:bold;
}
tr.total {
	background-color:#6265AD;
	border-top: 3px solid #6265AD;
	border-bottom: 1px solid #6265AD;
	color:white;
}
#calc_summary {
	float: left;
	position:relative;
	margin-top: 6px;
	margin-left:28px;
	border: 10px solid #FFDB67;
	padding: 15px;
	background-color:#FFF1C2;
	text-align: center;
}
#calc_summary div {
}
#calc_summary div.label {
	margin-bottom:5px;
	color:#7A7A75;
}
#calc_summary div.variable {
	font-size: 20px;
	margin-bottom: 10px;
	color:#66655F;
}
/*#calc_summary div.row {
	margin-bottom: 10px;
	overflow:hidden;
	min-width:1%;
}
#calc_summary div.row span.label {
	width: 200px;
	float: left;
	text-align: right;
	padding-right:5px;
}
#calc_summary div.row span.variable {
	float: left;
	width: 50px;
	text-align:right;
}*/


#calc_discl {
	clear: both;
	padding-top: 15px;
}
.fineprint {
	font-size: 10px;
	line-height:13px;
}
#calc_discl ol {
	list-style: decimal;
	margin-bottom:8px;
}
#calc_discl li {
	margin-left: 23px;
}



.superscript {
	font-size: 9px;
	position: relative;
	bottom: 4px;
	padding-left:2px;
}
.subscript {
	font-size: 9px;
	position: relative;
	bottom: -2px;
}

/******************** END CALC ********************/