
/* Begin General Styles ///////////////////////////////////////////////// */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff url('../images/bg.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	display: inline;
}

fieldset, form {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset br {
	clear: both;
}

fieldset input {
	border: 1px solid #ccc;
}

fieldset textarea {
	border: 1px solid #ccc;
	overflow: hidden; // no scrollbars
}

fieldset label {
	display: block;
}

fieldset .submit input {
	cursor: pointer;
}

#site-container #content-container #content fieldset {
	padding: 0 0 0 15px;
}

.request #content-container #content fieldset p {
	float: left;
	margin: 0;
	padding: 0 5px 8px 0;
}

.chart {
	display: none;
	text-indent: -9999px;
	overflow: hidden;
	width: 410px;
	height: 310px;
	background: #fff url('../images/chart_benefits.jpg') 50% 50% no-repeat;
	position: absolute;
	left: 30%;
	border: 1px solid #000080;
	cursor: pointer;
}

.clear {
	clear: both;
}

#content-container {
	/*background: #fff url('../images/sidebar_bg.jpg') 0 100% no-repeat; */
	background: #fff 0 100% no-repeat; 
	border: 1px solid #ccc;
	width: 958px;
	margin: auto;
	text-align: left;
}

#site-container {
	width: 1022px;
	height: auto !important;
	min-height: 507px;
	height: 507px;
	margin: auto;
	padding: 75px 0 15px 0;
	/* background: url('../images/container_bg.jpg') no-repeat; */
}

/* End General Styles /////////////////////////////////////////////////// */



/* Begin Header Styles ////////////////////////////////////////////////// */

#header {
	border-bottom: 1px solid #ccc;
}

#header, #header .request, #header h1, #header h2, #header h1 a, #header h2 a {
	height: 110px;
	line-height: 110px;
}

#header .request {
	display: block;
	float: right;
	width: 189px;
	font-size: 10px;
	color: #959595;
	padding-left: 18px;
	background: url('../images/icon_request.gif') 0 50% no-repeat;
	text-decoration: none;
}

#header h1 {
	float: left;
	border-right: 1px solid #ccc;	
}

#header h1, #header h2 {
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#header h1 a {
	background: url('../images/logo.gif') 50% 50% no-repeat;
	width: 153px;
}

#header h1 a, #header h2 a {
	display: block;
}

#header h2 a {
	background: url('../images/title_header.gif') 10px 50% no-repeat; 
}

/* End Header Styles //////////////////////////////////////////////////// */



/* Begin Left Sidebar Styles //////////////////////////////////////////// */

#sidebar-left {
	width: 153px;
	height: auto !important;
	height: 507px;
	min-height: 507px;
	float: left;
}

#sidebar-left div {
	padding: 15px 8px 0 8px;
}

#sidebar-left fieldset {
	margin-top: 8px;
	border-top: 1px solid #ccc;
	padding-top: 8px;
	color: #003366;
	font-size: 9px;
}

#sidebar-left fieldset #button-submit {
	color: #fff;
	background: #666666;
	width: 18px;
	height: 18px;
	overflow: hidden;
	padding: 0;
	border: none;
	font-size: 9px;
	line-height: 9px;
	margin: 1px 0 0 5px;	
}

#sidebar-left fieldset #button-submit, #sidebar-left fieldset #email {
	float: left;
} 

#sidebar-left fieldset #email {
	width: 110px;
	border: 1px solid #666666;
}

#sidebar-left fieldset .txt, #content #boxes p.box3 .txt {
	display: block;
	padding-bottom: 4px;
	letter-spacing: -1px;
}

#sidebar-left fieldset strong {
	height: 36px;
	background: url('../images/text_newsletter_signup.gif') 0px 0 no-repeat;
}

#sidebar-left a.logo {
	background: url('../images/logo.gif') 50% 50% no-repeat;
	width: 153px;
	height: 60px;
	display: block;
}

#sidebar-left ul {
	list-style: none;
	padding: 10px 0 10px 0;
}

#sidebar-left ul, #sidebar-left ul li {
	margin: 0;
}

#sidebar-left ul li a {
	height: 24px;
	line-height: 24px;
}

#sidebar-left ul li a, #sidebar-left fieldset strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#sidebar-left ul li.about a {
	background: url('../images/button_about.gif') 0 0 no-repeat;
}

#sidebar-left ul li.team a {
	background: url('../images/button_team.gif') 0 0 no-repeat;
}

#sidebar-left ul li.about a:hover, .about #sidebar-left ul li.about a {
	background: url('../images/button_about_lt.gif') 0 0 no-repeat;
}

#sidebar-left ul li.team a:hover, .team #sidebar-left ul li.team a {
	background: url('../images/button_team_lt.gif') 0 0 no-repeat;
}

#sidebar-left ul li.contact a {
	background: url('../images/button_contact.gif') 0 0 no-repeat;
}

#sidebar-left ul li.contact a:hover, .contact #sidebar-left ul li.contact a {
	background: url('../images/button_contact_lt.gif') 0 0 no-repeat;
}

#sidebar-left ul li.disability a {
	background: url('../images/button_disability.gif') 0 0 no-repeat;
}

#sidebar-left ul li.disability a:hover, .education #sidebar-left ul li.disability a {
	background: url('../images/button_disability_lt.gif') 0 0 no-repeat;
}

#sidebar-left ul li.faq a {
	background: url('../images/button_faq.gif') 0 0 no-repeat;
}

#sidebar-left ul li.faq a:hover, .faq #sidebar-left ul li.faq a {
	background: url('../images/button_faq_lt.gif') 0 0 no-repeat;
}

#sidebar-left ul li.glossary a {
	background: url('../images/button_glossary.gif') 0 0 no-repeat;
}

#sidebar-left ul li.glossary a:hover, .terms #sidebar-left ul li.glossary a {
	background: url('../images/button_glossary_lt.gif') 0 0 no-repeat;
}

#sidebar-left ul li.news a {
	background: url('../images/button_news.gif') 0 0 no-repeat;
}

#sidebar-left ul li.news a:hover, .news #sidebar-left ul li.news a {
	background: url('../images/button_news_lt.gif') 0 0 no-repeat;
}

#sidebar-left ul li.portfolio a {
	background: url('../images/button_portfolio.gif') 0 0 no-repeat;
}

#sidebar-left ul li.portfolio a:hover, .portfolio #sidebar-left ul li.portfolio a {
	background: url('../images/button_portfolio_lt.gif') 0 0 no-repeat;
}

#sidebar-left ul li ul {
	padding: 0 !important;
}

#sidebar-left ul li ul li {
	padding: 6px 6px 6px 13px;
}

#sidebar-left ul li ul li, #sidebar-left ul li ul li a {
	height: auto;
	line-height: normal;
}

#sidebar-left ul li ul li a {
	text-indent: 0;
	background: none !important;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

#sidebar-left ul li ul li a:hover {
	text-decoration: underline;
}

.about .history #sidebar-left ul li ul li a.history {
	font-weight: bold;
}

.about .summary #sidebar-left ul li ul li a.summary, .about .advantages #sidebar-left ul li ul li a.advantages, .portfolio .testimonials #sidebar-left ul li ul li a.testimonials, .education .ltd #sidebar-left ul li ul li a.ltd {
	font-weight: bold;
}

#sidebar-left .link-ltd {
	font-size: 9px;
	color: #003366;
	letter-spacing: -1px;
}

#sidebar-left .link-ltd, #sidebar-left .link-ltd span {
	display: block;
}

#sidebar-left .link-ltd span {
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/text_ltd_evaluator.gif') 0px 0 no-repeat;
	height: 36px;
	text-align: left;
}

/* End Left Sidebar Styles ////////////////////////////////////////////// */



/* Begin Content Styles ///////////////////////////////////////////////// */

#content {
	padding: 12px;
	width: 780px;
	float: left;
	border-left: 1px solid #ccc;
	font-size: 11px;
	color: #666666;
	height: auto !important;
	height: 510px;
	min-height: 510px;
}

.education .ltd #content {
	text-align: center;
}

#content h3 {
	height: 42px;
	border-bottom: none !important;
}

.about #content h3 {
	background: url('../images/header_about.gif') 12px 50% no-repeat;
}

.team #content h3 {
	background: url('../images/header_team.gif') 12px 50% no-repeat;
}

.contact #content h3 {
	background: url('../images/header_contact.gif') 12px 50% no-repeat;
}

.newsletter #content h3 {
	background: url('../images/header_thankyou.gif') 12px 50% no-repeat;
}

.education #content h3 {
	background: url('../images/header_education.gif') 12px 50% no-repeat;
}

.faq #content h3 {
	background: url('../images/header_faq.gif') 12px 50% no-repeat;
}

.news #content h3 {
	background: url('../images/header_news.gif') 12px 50% no-repeat;
}

.portfolio #content h3 {
	background: url('../images/header_portfolio.gif') 12px 50% no-repeat;
}

.request #content h3 {
	background: url('../images/header_request.gif') 12px 50% no-repeat;
}

.terms #content h3 {
	background: url('../images/header_terms.gif') 12px 50% no-repeat;
}

.privacy #content h3 {
	background: url('../images/header_privacy.gif') 12px 50% no-repeat;
}

#content h3, #content h4 {
	border: 1px solid #ccc;
	margin: 0;
}

#content h3, #content h4 span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#content h4 {
	border-top: none !important;
	padding: 0 6px 0 6px;
}

#content h4, #content h4 span {
	height: 30px;
}

#content h4 span {
	border-top: 1px solid #ccc;
}

.about .advantages #content h4 span {
	background: url('../images/subheader_why.gif') 6px 50% no-repeat;
}

.about .history #content h4 span {
	background: url('../images/subheader_about4.gif') 6px 50% no-repeat;
}

.about .team #content h4 span {
	background: url('../images/subheader_team.gif') 6px 50% no-repeat;
}

.education .ltd #content h4 span {
	background: url('../images/subheader_ltd.gif') 6px 50% no-repeat;
}

.portfolio .testimonials #content h4 span {
	background: url('../images/subheader_testimonials.gif') 6px 50% no-repeat;
}

.request #content h4 span {
	background: url('../images/subheader_request.gif') 6px 50% no-repeat;
}

#content ol, #content ul {
	padding: 0 70px 10px 13px;
}

#content ol {
	padding-left: 30px;
}

#content p {
	padding: 0 70px 10px 13px;
	line-height: 20px;
}

#content ul li ul {
	padding-top: 6px;
	margin-bottom: -12px;
}

#content ul li ul li {
	padding: 0 0 6px 12px;
	background: url('../images/bullet2.gif') 0 5px no-repeat;
}

.team #content p {
	padding: 0 0 10px 13px;
	width: 545px;
}

.home #content p {
	line-height: normal;
}

#content p, #content ol, #content ul {
	margin: 0;	
}

#content #boxes {
	height: 180px;
	padding-top: 12px;
}

#content #boxes p {
	float: left;
	font-size: 9px;
	color: #666666;
	margin: 0 12px 0 0;
	padding: 3px;
	width: 265px;
	border: 1px solid #ccc;
}

#content #boxes p a {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

#content #boxes p a, #content #boxes p b, #content #boxes p span, #content #boxes p strong, #content #boxes p.box3 a, #content #boxes p.box3 b {
	display: block;
}

#content #boxes p b {
	height: 70px;
}

#content #boxes p b, #content #boxes p span, #content #boxes p strong, #content #boxes p.box3 a, #content #boxes p.box3 b {
	text-indent: -9999px;
	overflow: hidden;
}

#content #boxes p span {
	width: 120px;
	height: 141px;
	float: left;
	margin-right: 8px;
}

#content #boxes p strong {
	height: 31px;
}

#content #boxes p.box1 b {
	background: url('../images/title2_box1.gif') 0 50% no-repeat;
}

#content #boxes p.box1 span {
	background: url('../images/image_box1.jpg');
}

#content #boxes p.box1 strong {
	background: url('../images/title_box1.gif') no-repeat;
}

#content #boxes p.box2 b {
	background: url('../images/title2_box2.gif') 0 50% no-repeat;
}

#content #boxes p.box2 span {
	background: url('../images/image_box2.jpg');
}

#content #boxes p.box2 strong {
	background: url('../images/title_box2.gif') no-repeat;
}

#content #boxes p.box3 {
	border: none;
	margin: 0;
	width: 185px !important;
	padding: 0;
}

#content #boxes p.box3 strong {
	background: url('../images/title_box3.gif') 0 31px no-repeat;
	height: 114px;
}

#content #boxes p.box3 a, #content #boxes p.box3 b {
	background: url('../images/link_box3.gif') 0 0 no-repeat;
	height: 29px;
}

#content #boxes p.box3 .txt {
	display: block;
	color: #003366;
	font-style: normal;
}

#content .evaluator {
	width: 626px;
	margin: auto;
	text-align: left;
	background: url('../images/evaluator_bg.gif') repeat-y;
	padding: 0 16px 0 16px;	
}

#content .evaluator h5 {
	height: 60px;
	background: url('../images/title_ltd.gif') 0 50% no-repeat;
}

#content[id] .evaluator h5 {
	clear: right;
}

#content .evaluator h5, #content .evaluator p {
	margin: 0;
}

#content .evaluator p {
	padding: 0 0 15px 0;
}

#content .evaluator fieldset input {
	border: 1px solid #666666;
	margin-right: 5px;
}

#content .evaluator fieldset input, #content .evaluator fieldset label, #content .evaluator fieldset input span {
	float: left;
	line-height: 18px;
	height: 18px;
}

#content .evaluator fieldset label {
	width: 80px;
}

#content .evaluator fieldset p {
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 18px;
}

#content .evaluator .bottom {
	height: 29px;
	background: url('../images/evaluator_bottom.gif') no-repeat;
}

#content .evaluator .bottom, #content .evaluator .top {
	width: 658px;
	margin: 0 -16px 0 -16px;
}

#content .evaluator .image {
	float: left;
	width: 258px;
	height: 265px;
}

/* .ltd1 #content .evaluator .image { */
#content .evaluator .image {
	background: url('../images/image_ltd1.jpg') no-repeat;
}

#content .evaluator .image, #content .evaluator .step-num, #content .evaluator h5 {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#content .evaluator .question {
	position: relative;
	margin-left: -178px;
	width: 470px;
	padding: 25px 0 0 35px;
	color: #000080;
	font-size: 12px;
}

#content .evaluator .question input {
	position: relative;
	top: 3px;
}

#content .evaluator .question input, #content .evaluator .question label, #content .evaluator .question span {
	border: none;
	float: none;
}

#content .evaluator .question label {
	width: auto;
}

#content .evaluator .question strong {
	font-weight: 100;
}

.ltd1 #content .evaluator .question {
	background: url('../images/icon_answer1.gif') 0 22px no-repeat;
}

.ltd2 #content .evaluator .question {
	background: url('../images/icon_answer2.gif') 0 22px no-repeat;
}

.ltd3 #content .evaluator .question {
	background: url('../images/icon_answer3.gif') 0 22px no-repeat;
}

.ltd4 #content .evaluator .question {
	background: url('../images/icon_answer4.gif') 0 22px no-repeat;
}

#content .evaluator .step-num {
	float: right;
	width: 368px;
	height: 80px;
}

.ltd1 #content .evaluator .step-num {
	background: url('../images/step1.gif') 298px 9px no-repeat;
}

.ltd2 #content .evaluator .step-num {
	background: url('../images/step2.gif') 298px 9px no-repeat;
}

.ltd3 #content .evaluator .step-num {
	background: url('../images/step3.gif') 298px 9px no-repeat;
}

.ltd4 #content .evaluator .step-num {
	background: url('../images/step4.gif') 298px 9px no-repeat;
}

#content .evaluator .submit {
	padding-top: 15px;
}

#content .evaluator .submit input {
	border: none;
	width: 146px;
	height: 49px;
}

#content .evaluator .top {
	height: 15px;
	background: url('../images/evaluator_top.gif') no-repeat;
}

#content #panel {
	height: 290px;
	background: url('../images/panel.gif');
}

#content .right-box {
	float: right;
	width: 315px;
	background: url('../images/box_bg.gif');
	overflow: hidden;
}

#content .right-box div {
	background: url('../images/box_top.gif') no-repeat;
	padding: 20px 20px 0 20px;
}

#content .right-box div ul {
	font-size: 10px;
	color: #666666;
	padding: 0;
	margin: 0;
}

#content .right-box div ul, #content ul {
	list-style: none;
}

#content .right-box div ul li, #content ul li {
	padding: 0 0 6px 12px;
	background: url('../images/bullet.gif') 0 6px no-repeat;
}

#content .right-box div span {
	display: block;
	line-height: 16px;
	position: relative;
	font-size: 10px;
}

#content .right-box div span strong {
	text-indent: 0;
	color: #003366;
	font-size: 11px;
	letter-spacing: -1px;
}

#content .right-box div strong {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#content .right-box div .title1 {
	height: 60px;
}

.education #content .right-box div .title1 {
	background: url('../images/education_title1.gif') no-repeat;
}

#content .right-box div .title2 {
	height: 70px;
}

.education #content .right-box div .title2 {
	background: url('../images/education_title2.gif') 0 50% no-repeat;
	height: 140px;
}

.portfolio #content .right-box div .title1 {
	background: url('../images/portfolio_title1.gif') 0 50% no-repeat;
	height: 20px;
}

#content .right-box p {
	line-height: normal;
	font-size: 10px;
	width: 100%;
	margin: 10px 0 -10px -10px;
}

#content .right-box .bottom {
	margin: 0;
	background: url('../images/box_bottom.gif') 0 100% no-repeat;
	height: 20px;
}

#content .right-image {
	float: right;
	width: 285px;
	padding: 250px 15px 0 15px;
	height: 20px;
	font-size: 9px;
	color: #003366;
}

#content .submit-button {
	background: #003366;
	border: 1px solid #666;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	cursor: pointer;
}

.about #content .right-image {
	background: url('../images/image_about.jpg') no-repeat;
}

.about #content .fineprint {
	font-size: 9px;
	font-style: italic;
	color: #959595;
}


.about .advantages #content .right-image {
	background: url('../images/image_about2.jpg') no-repeat;
}

.education #content .right-image {
	background: url('../images/image_education.jpg') no-repeat;
}

.news #content .right-image {
	background: url('../images/image_news.jpg') no-repeat;
}


.team .shammidowla #content .team-title {
	background: url('../images/team_shammidowla.gif') no-repeat;
}

.team .mikegriffin #content .team-title {
	background: url('../images/team_mikegriffin.gif') no-repeat;
}

.team .aatashpatel #content .team-title {
	background: url('../images/team_aatashpatel.gif') no-repeat;
}

.team .samanthahenning #content .team-title {
	background: url('../images/team_samanthahenning.gif') no-repeat;
}

.team .chucklau #content .team-title {
	background: url('../images/team_chucklau.gif') no-repeat;
}

.team .melonysanchez #content .team-title {
	background: url('../images/team_melonysanchez.gif') no-repeat;
}

.team .heraldocanarte #content .team-title {
	background: url('../images/team_heraldocanarte.gif') no-repeat;
}

.team .taraworld #content .team-title {
	background: url('../images/team_taraworld.gif') no-repeat;
}

.team .zakiyabattle #content .team-title {
	background: url('../images/team_zakiyabattle.gif') no-repeat;
}

.team .alapshah #content .team-title {
	background: url('../images/team_alapshah.gif') no-repeat;
}

.team .noellemilne #content .team-title {
	background: url('../images/team_noellemilne.gif') no-repeat;
}

.team .patrickirving #content .team-title {
	background: url('../images/team_patrickirving.gif') no-repeat;
}

.team .hannareyes #content .team-title {
	background: url('../images/team_hannareyes.gif') no-repeat;
}

.team .christinepappas #content .team-title {
	background: url('../images/team_christinepappas.gif') no-repeat;
}

.team .karenreyes #content .team-title {
	background: url('../images/team_karenreyes.gif') no-repeat;
}

.team .justinwong #content .team-title {
	background: url('../images/team_justinwong.gif') no-repeat;
}

.team .lukepagano #content .team-title {
	background: url('../images/team_lukepagano.gif') no-repeat;
}

#content .right-submenu {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 195px; 
	font-size: 10px;
	line-height: 16px;
	border-left: 1px solid #ccc;
}

#content .right-submenu a {
	text-decoration: none;
	color: #003366;
}

#content .right-submenu a.active {
	background: url('../images/bullet_box.gif') 6px 6px no-repeat;
	font-weight: bold;
}

#content .right-submenu a, #content .right-submenu strong {
	display: block;
	padding-left: 15px;
}

#content .right-submenu li, #content .right-submenu strong {
	color: #666666;
}

#content .right-submenu li {
	background: none;
	padding: 0 0 15px 0;
}

#content .team-title {
	display: block;
	padding: 20px 0 0 101px;
	color: #003366;
	height: 90px;
}

#content .team-title b {
	display: block;
}

#content .text-title {
	display: block;
	color: #000080;
}

#content .privacy-clicktoverify {
	display: block;
	float: right;
	padding: 10px 10px 0px 0px;
	height: 95px;
	width: 68px;
	background: url('../images/truste_seal_ctv.gif') no-repeat;
}

/* End Content Styles /////////////////////////////////////////////////// */



/* Begin Footer Styles ////////////////////////////////////////////////// */

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	height: 35px;
	line-height: 24px;
	text-align: center;
	background: #fff;
	position: relative;
	top: -25px;
}

#footer, #footer a {
	font-size: 10px;
	color: #959595;
}

/* End Footer Styles //////////////////////////////////////////////////// */


/* Begin Privacy-Footer Styles ////////////////////////////////////////////////// */

#privacy-footer {
	text-align: right;
	position: relative;
	top: -50px;
}

#privacy-footer a {
	font-size: 10px;
	padding: 0 25px 0 0;
	color: #959595;
}

#privacy-footer span {
	float: right;
	width: 127px;
	height: 33px;
	background: url('../images/truste_seal_web.gif') no-repeat;
}

/* End Privacy-Footer Styles //////////////////////////////////////////////////// */


