/*************************************************
* File: gbl.css 
* Date Created: 2/25/2010
* Last Updated: 2/25/2010
* Author: Adam F.
* Copyright Network Ninja, Inc.
**************************************************
* About: This is the website CSS
*************************************************/



/* ******** Import Styles ******** */
/*@import url("/path/to/css/file.css");*/



/* Clear Fix Styles */
.clear {
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0px;
	display: block;
}
* html .clear { /* can't apply to .clear, safari2 has issues */
	overflow: hidden;
} 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* Helper Styles */
.hide {
	display: none;
}
img {
	border: none 0px;
}
em {
	font-style: italic;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.gbl_bd_left .float-right {
	margin-left: 4px;
}
.z-index-minus {
	z-index: -1;
}



/* Body and Links */
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
html, object, div, span {
	outline: none;
}
a:link, a:visited {
	color: #069;
	text-decoration: underline;
    border: none 0px;
}
a:hover, a:active {
	color: #39c;
	text-decoration: underline;
	outline: none;
}
a:focus {
	/*-moz-outline-style: none;*/ /* Remove dotted borders from FF links - deprecated */
	outline-style: none;
}


/* Page Contents */
h1 {
	margin: 0;
	padding: 0;
}
.gbl_bd_left h1 {
	color: #333;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 16px;
}
h2 {
	display: block;
	padding: 0;
	margin: 0 0 16px 0;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	border: 0
}
h3 {
	display: block;
	padding: 0;
	margin: 0;
	color: #333;
	font-weight: bold;
	font-size: 22px;
}
p {
	font-size: 14px;
	margin: 0 0 18px 0;
	padding: 0;
}
p.summary {
	font-size: 18px;
	margin-bottom: 24px;
}
/*
.gbl_bd_left p {
	font-size: 12px;
	margin-bottom: 22px;
}
*/
sup {
	font-size: 50%;
}
ul {
	margin: 0 0 24px 20px;
	padding: 0;
	list-style-position: inside;
}
li {
	margin-bottom: 0;
	font-size: 12px;
}



/* Forms */
form {
	margin: 0;
	padding: 0;
}



/* Header */
#gbl_hd {
	position: relative;
	background: #069 url(/skins/default/images/gbl_hd_bg.jpg) top repeat-x;
	height: 80px;
}
#gbl_hd_inner {
	position: relative;
	height: 80px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
#gbl_hd_inner { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 900px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 900px; /* the usable content area width between the left and right borders */
} 
html>body #gbl_hd_inner { /* be nice to Opera rule */
  width: 900px;
}
#gbl_hd_logo {
	position:  relative;
	padding-top: 14px;
	width: 222px;
	height: 52px;
}
#gbl_hd_logo img {
	width: 222px;
	height: 52px;
	border: 0;
}


#gbl_hd_nav {
	position: absolute;
	top: 25px;
	right: 0;
}

#gbl_hd_nav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#gbl_hd_nav ul li {
	display: inline;
	float: left;
	position: relative;
	margin: 0 14px 0 0;
	font-size: 14px;
	font-weight: bold;
}
#gbl_hd_nav ul li.last {
	margin: 0;
}
#gbl_hd_nav ul li a:link, #gbl_hd_nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
}
#gbl_hd_nav ul li a:hover, #gbl_hd_nav ul li a:active {
	color: #ff9;
	text-decoration: none;
}
/* Nav Highlights */
#gbl_body_home #gbl_hd_nav_home, 
#gbl_body_features #gbl_hd_nav_features, 
#gbl_body_customers #gbl_hd_nav_customers, 
#gbl_body_benefits #gbl_hd_nav_benefits, 
#gbl_body_contact #gbl_hd_nav_contact 
{
	color: #ff9;
	background-color: #069;
}

#gbl_hd_cta {
	position: absolute;
	top: 55px;
	right: 0;
	color: #dedede;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
#gbl_hd_cta a:link, #gbl_hd_cta a:visited {
	color: #dedede;
	text-decoration: underline;
}
#gbl_hd_cta a:hover, #gbl_hd_cta a:active {
	color: #fff;
	text-decoration: underline;
}




/* Footer */
#gbl_ft {
	position: relative;
	background: #666 url(/skins/default/images/gbl_ft_bg.jpg) top repeat-x;
	margin-bottom: 32px;
}
#gbl_ft_inner {
	position: relative;
	height: auto;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
#gbl_ft_inner { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 900px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 900px; /* the usable content area width between the left and right borders */
} 
html>body #gbl_ft_inner { /* be nice to Opera rule */
  width: 900px;
}


#gbl_ft_company {
	position: relative;
	width: 200px;
	float: left;
}
#gbl_ft_company a:link, #gbl_ft_company a:visited {
	color: #fff;
	text-decoration: underline;
}
#gbl_ft_company a:hover, #gbl_ft_company a:active {
	color: #dedede;
	text-decoration: underline;
}

#gbl_ft_company_hd {
	width: 200px;
	height: 6px;
	background: transparent url(/skins/default/images/gbl_ft_company_hd_bg.png);
}
#gbl_ft_company_ft {
	width: 200px;
	height: 6px;
	background: transparent url(/skins/default/images/gbl_ft_company_ft_bg.png);
}
#gbl_ft_company_bd {
	padding: 10px 15px;
	background-color: #333;
}
#gbl_ft_company_bd p {
	font-size: 11px;
	color: #fff;
	margin-bottom: 8px;
}
#gbl_ft_company_bd p.developed {
	color: #ccc;
}
#gbl_ft_company_bd p.logo img {
	border: 0;
}
#gbl_ft_company_bd ul {
	margin: 0;
	padding: 0;
}
#gbl_ft_company_bd ul li {
	font-size: 11px;
	margin-bottom: 2px;
}

#gbl_ft_right {
	float: left;
}

#gbl_ft_links_wrapper {
	position: relative;
	margin-left: 60px;
	margin-bottom: 32px;
}

#gbl_ft_links_wrapper .gbl_ft_links {
	width: 200px;
	float: left;
	margin-right: 10px;
}
#gbl_ft_links_wrapper .gbl_ft_links h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin: 0 0 24px 0;
	color: #fc3;
}
#gbl_ft_links_wrapper .gbl_ft_links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gbl_ft_links_wrapper .gbl_ft_links ul li {
	font-size: 14px;
}
#gbl_ft_links_wrapper .gbl_ft_links a:link, #gbl_ft_links_wrapper .gbl_ft_links a:visited {
	color: #ccc;
	text-decoration: none;
}
#gbl_ft_links_wrapper .gbl_ft_links a:hover,#gbl_ft_links_wrapper .gbl_ft_links a:active {
	color: #fff;
	text-decoration: none;
}

#gbl_ft_copyright{
}

#gbl_ft_copyright p {
	text-align: center;
	margin: 0 0 4px 0;
	padding: 0;
	color: #999;
	font-size: 12px;
}
#gbl_ft_copyright p.bbb img {
	border: 0;
}





/* Splash Feature Stage */
#gbl_splash {
	position: relative;
	background: #fff;
	height: 310px;
}
#gbl_splash_inner {
	position: relative;
	height: 310px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
	background: transparent url(/skins/default/images/gbl_splash_bg.jpg) top left no-repeat;
}
#gbl_splash_inner { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 900px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 900px; /* the usable content area width between the left and right borders */
} 
html>body #gbl_splash_inner { /* be nice to Opera rule */
  width: 900px;
}
#gbl_splash_content {
	width: 470px;
	position: absolute;
	top: 24px;
	right: 0;
}
#gbl_splash h1 {
	width: 403px;
	height: 32px;
	background: transparent url(/skins/default/images/gbl_splash_advocate_and_collaborate.png) top center no-repeat;
	margin: 0 auto 12px auto;
	padding: 0;
}
#gbl_splash h1 span {
	visibility: hidden;
}
#gbl_splash p {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}
#gbl_splash p span {
	color: #c90;
}
#gbl_splash p.demo {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
}

#gbl_splash h2 {
	font-size: 18px;
	font-weight: bold;
	border: 0;
	margin: 0 0 8px 65px;
	padding: 0;
}
#gbl_splash ul {
	margin: 0 0 0 65px;
	padding: 0;
	width: 440px;
	list-style-type: disc;
	list-style-position: inside;
}
#gbl_splash ul li {
	font-size: 14px;
	width: 216px;
	float: left;
	margin: 0 0 2px 0;
}

#gbl_splash_techbridge {
	position: absolute;
	bottom: 8px;
	left: 32px;
	width: 209px;
	height: 41px;
}
#gbl_splash_techbridge img {
	width: 209px;
	height: 41px;
	border: 0;
}



/* Call outs */
#gbl_callouts {
	position: relative;
	background-color: #069;
	height: 275px;
}
#gbl_callouts_inner {
	position: relative;
	height: 275px;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
#gbl_callouts_inner { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 900px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 900px; /* the usable content area width between the left and right borders */
} 
html>body #gbl_callouts_inner { /* be nice to Opera rule */
  width: 900px;
}

#gbl_callouts h2.collaborative {
	width: 776px;
	height: 38px;
	background: transparent url(/skins/default/images/gbl_callouts_case_management_software.png) top center no-repeat;
	margin: 0 auto 12px auto;
	padding: 0;
}
#gbl_callouts h2 span {
	visibility: hidden;
}
.gbl_callout {
	width: 270px;
	float: left;
	margin-left: 20px;
}
.gbl_callout + .gbl_callout {
	margin-left: 26px;
}
.gbl_callout_hd {
	height: 4px;
	background: transparent url(/skins/default/images/gbl_callout_hd_bg.png) top center no-repeat;
}
.gbl_callout_ft {
	height: 4px;
	background: transparent url(/skins/default/images/gbl_callout_ft_bg.png) top center no-repeat;
}
.gbl_callout_bd {
	background-color: #fff;
	height: 172px;
}
.gbl_callout_icon {
	width: 52px;
	text-align: center;
	float: left;
}
.gbl_callout_icon img {
	width: 32px;
	border: 0;
}
.gbl_callout_content {
	float: right;
	width: 212px;
	margin-right: 6px;
}
.gbl_callout_content h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}
.gbl_callout_content p {
	font-size: 12px;
	margin-bottom: 12px;
}
.gbl_callout_content p.link {
	margin-bottom: 0;
	font-size: 14px;
}

/* Body */
#gbl_bd, 
.gbl_bd {
	position: relative;
	background-color: #fff;
}
#gbl_bd_inner, 
.gbl_bd_inner {
	position: relative;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
#gbl_bd_inner, /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
.gbl_bd_inner {
	width: 900px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 900px; /* the usable content area width between the left and right borders */
} 
html>body #gbl_bd_inner, /* be nice to Opera rule */
html>body .gbl_bd_inner {
  width: 900px;
}




/* 2 Column Layout */
.gbl_bd_left { /* Left column */
	float: left;
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	height: auto;
	min-height: 100px;
}
/*\*/
* html .gbl_bd_left { /* Min-Height for Internet Explorer http://www.cssplay.co.uk/boxes/minheight.html */
	height: 100px;
}
/**/
.gbl_bd_left { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 660px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 640px; /* the usable content area width between the left and right borders */
} 
html>body .gbl_bd_left { /* be nice to Opera rule */
  width: 640px;
} 

.gbl_bd_right { /* Right column */
	float: right;
	position: relative;
	margin: 0;
	padding: 0 20px 0 0;
} 
.gbl_bd_right { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 220px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 200px; /* the usable content area width between the left and right borders */
} 
html>body .gbl_bd_right { /* be nice to Opera rule */
  width: 200px;
} 


/* Section nav links */
.gbl_section_nav {
	font-size: 16px;
	margin-bottom: 20px;
}
.gbl_section_nav_left {
	float: left;
}
.gbl_section_nav_right {
	float: right;
}
.gbl_bd p + .gbl_section_nav {
	margin-top: 60px;
}


/* Quote */
#gbl_quote {
	position: relative;
	width: 500px;
	margin: 0 0 24px 20px;
	float: left;
}

#gbl_quote_hd {
	background: transparent url(/skins/default/images/gbl_quote_hd_bg.png) top center no-repeat;
	height: 4px;
}
#gbl_quote_ft {
	background: transparent url(/skins/default/images/gbl_quote_ft_bg.png) top center no-repeat;
	height: 24px;
	margin-bottom: 12px;
}
#gbl_quote_bd {
	background-color: #e8e5b0;
	padding: 8px 20px;
	font-size: 16px;
}
#gbl_quote_byline {
	text-align: right;
}
#gbl_quote_byline span {
	color: #999;
}


/* Request a Demo box */
#gbl_demobox {
	position: relative;
	border: 1px solid #ccc;
	background: #ccc url(/skins/default/images/gbl_demobox_bg.jpg) top repeat-x;
	width: 320px;
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
}
#gbl_demobox_content {
	position: relative;
	padding: 10px;
}
#gbl_demobox h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 14px;
	text-align: center;
}
#gbl_demobox p {
	text-align: center;
	margin-bottom: 18px;
}
#gbl_demobox p.button {
	margin-bottom: 0;
}
#gbl_demobox p.button img {
	width: 164px;
	height: 33px;
	border: 0;
}


/* Request a Demo box (Large version) */
#gbl_demobox_lg {
	position: relative;
	border: 1px solid #ccc;
	background: #ccc url(/skins/default/images/gbl_demobox_lg_bg.jpg) top repeat-x;
	padding: 10px 20px;
	margin: 20px 20px 20px 20px;
}

#gbl_demobox_lg h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 4px;
	width: 590px;
}
#gbl_demobox_lg p {
	margin-bottom: 0;
	width: 590px;
}
#gbl_demobox_lg p.button {
	float: right;
	width: auto;
	margin-top: 18px;
}
#gbl_demobox_lg p.button img {
	width: 164px;
	height: 33px;
	border: 0;
}




/* Breadcrumb */
#gbl_breadcrumb {
	color: #069;
	font-size: 14px;
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}


/* Section front images */
#gbl_sectionfront {
	margin-bottom: 30px;
}


/* Content Block */
.gbl_block {
	position: relative;
	margin-bottom: 20px;
}
.gbl_block + h2 {
	margin-top: 40px;
	margin-bottom: 24px;
}
.gbl_block_icon {
	width: 40px;
	float: left;
	display: inline;
}
.gbl_block_content {
	float: right;
	width: 600px;
}
.gbl_block_content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 6px 0;
	padding: 0;
}
.gbl_block_content p {
	font-size: 14px;
	margin-bottom: 0;
}
.gbl_block ul {
	margin: 0;
	padding: 0;
}
.gbl_block ul li {
	float: left;
	width: 300px;
	font-size: 13px;
/*
	padding-left: 14px;
	text-indent: -14px;
*/
}


/* Details blocks with screenshots */
.gbl_details_left, 
.gbl_details_right {
	position: relative;
	margin-bottom: 40px;
}
.gbl_details_left .gbl_details_content {
	float: left;
	width: 300px;
}
.gbl_details_left .gbl_details_screenshot {
	float: right;
	width: 300px;
}
.gbl_details_right .gbl_details_content {
	float: right;
	width: 300px;
}
.gbl_details_right .gbl_details_screenshot {
	float: left;
	width: 300px;
}
.gbl_details_left .gbl_details_screenshot img, 
.gbl_details_right .gbl_details_screenshot img {
	border: 1px solid #ccc;
}
.gbl_details_left .gbl_details_screenshot img.no_border, 
.gbl_details_right .gbl_details_screenshot img.no_border {
	border: 0;
}



/* Benefits Container List */
#gbl_benefits {
	margin-left: -40px;
}
#gbl_benefits ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#gbl_benefits ul li {
	margin-left: 40px;
	margin-bottom: 30px;
	float: left;
}


/* Benefit Block */
.gbl_benefit {
	position: relative;
	width: 300px;
}
.gbl_benefit_hd {
	height: 5px;
	background: transparent url(/skins/default/images/gbl_benefit_hd_bg.png) top center no-repeat;
}
.gbl_benefit_ft {
	height: 5px;
	background: transparent url(/skins/default/images/gbl_benefit_ft_bg.png) top center no-repeat;
}
.gbl_benefit_bd {
	background-color: #e2edf3;
	height: 240px;
	padding: 14px 14px 0 14px;
}
.gbl_benefit_content {
	position: relative;
	height: 80px;
}
.gbl_benefit_content .gbl_benefit_icon {
	float: left;
	width: 72px;
}
.gbl_benefit_content .gbl_benefit_icon img {
	border: 0;
	width: 72px;
	height: 72px;
}
.gbl_benefit_content h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	width: 185px;
	float: right;
}
#gbl_benefits .gbl_benefit_bd ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
#gbl_benefits .gbl_benefit_bd ul li {
	font-size: 14px;
	padding-left: 14px;
	text-indent: -14px;
	margin: 0;
	float: none;
}


/* Customers Icon List */
#gbl_customers_list {
	margin-left: -20px;
	margin-bottom: 20px;
}
#gbl_customers_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#gbl_customers_list ul li {
	float: left;
	display: inline;
	width: 110px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#gbl_customers_list ul li img {
	width: 110px;
	height: 92px;
	border: 0;
}


/* Flash Movie */
.gbl_videoplayer {
	position: relative;
	margin-bottom: 20px;
}




/* Right side modules */


/* RSM Side Box */
.gbl_rsm_sidebox {
	width: 200px;
	margin-bottom: 20px;
}
.gbl_rsm_sidebox_hd {
	height: 5px;
	background: transparent url(/skins/default/images/gbl_rsm_sidebox_hd_bg.png) top center no-repeat;
}
.gbl_rsm_sidebox_ft {
	height: 5px;
	background: transparent url(/skins/default/images/gbl_rsm_sidebox_ft_bg.png) top center no-repeat;
}
.gbl_rsm_sidebox_bd {
	background-color: #eaeaea;
	padding: 5px 10px 0 10px;
}
.gbl_rsm_sidebox_bd h2 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
.gbl_rsm_sidebox_bd ul {
	margin: 0;
	padding: 0;

}
.gbl_rsm_sidebox_bd ul li {
	padding: 6px 0;
	border-top: 1px solid #ccc;
	font-size: 14px;
}
.gbl_rsm_sidebox_bd ul li ul { /* sub nav */
	margin: 6px 0 0 0;
	padding: 0;
}
.gbl_rsm_sidebox_bd ul li ul li {
	padding-left: 14px;
}
.gbl_rsm_sidebox_bd p {
	border-top: 1px solid #ccc;
	font-size: 14px;
	margin: 0;
	padding-top: 6px;
}

/* Highlights */
.gbl_body_features_custom_intake a#gbl_rsm_sidebox_custom_intake, 
.gbl_body_features_client_management a#gbl_rsm_sidebox_client_management, 
.gbl_body_features_case_history a#gbl_rsm_sidebox_case_history, 
.gbl_body_features_reports_and_analysis a#gbl_rsm_sidebox_reports_and_analysis, 
.gbl_body_features_map_reports a#gbl_rsm_sidebox_map_reports, 
.gbl_body_features_role_based_privileges a#gbl_rsm_sidebox_role_based_privileges, 
.gbl_body_features_contacts_and_organizations a#gbl_rsm_sidebox_contacts_and_organizations, 
.gbl_body_features_calendars_and_appointments a#gbl_rsm_sidebox_calendars_and_appointments, 
.gbl_body_features_medical_exams_and_test_results a#gbl_rsm_sidebox_medical_exams_and_test_results, 
.gbl_body_features_legal_dispositions a#gbl_rsm_sidebox_legal_dispositions, 
.gbl_body_features_forensic_interviews a#gbl_rsm_sidebox_forensic_interviews,
.gbl_body_customers_health_care_professionals a#gbl_rsm_sidebox_health_care_professionals, 
.gbl_body_customers_case_management_and_social_workers a#gbl_rsm_sidebox_case_management_and_social_workers, 
.gbl_body_customers_law_enforcement_and_judicial_professionals a#gbl_rsm_sidebox_law_enforcement_and_judicial_professionals, 
.gbl_body_customers_advocacy_organizations a#gbl_rsm_sidebox_advocacy_organizations, 
.gbl_body_customers_second_chance_programs a#gbl_rsm_sidebox_second_chance_programs, 
.gbl_body_features_samhsa_reports a#gbl_rsm_sidebox_samhsa_reports,
.gbl_body_features_nca_reports a#gbl_rsm_sidebox_nca_reports,
.gbl_body_features_voca_reports a#gbl_rsm_sidebox_voca_reports
{
	color: #666;
	text-decoration: none;
	font-style: italic;
}


/* Subnav show and hide */
#gbl_rsm_sidebox_reports_and_analysis_subnav {
	display: none;
	background-color: #dfdfdf;
}
.gbl_body_features_reports_and_analysis #gbl_rsm_sidebox_reports_and_analysis_subnav, 
.gbl_body_features_samhsa_reports #gbl_rsm_sidebox_reports_and_analysis_subnav, 
.gbl_body_features_nca_reports #gbl_rsm_sidebox_reports_and_analysis_subnav, 
.gbl_body_features_voca_reports #gbl_rsm_sidebox_reports_and_analysis_subnav

{
	display: block;
}



/* RSM Quote */
#gbl_rsm_quote {
	position: relative;
	width: 200px;
	margin: 0 0 20px 0;
	float: left;
}

#gbl_rsm_quote_hd {
	background: transparent url(/skins/default/images/gbl_rsm_quote_hd_bg.png) top center no-repeat;
	height: 4px;
}
#gbl_rsm_quote_ft {
	background: transparent url(/skins/default/images/gbl_rsm_quote_ft_bg.png) top center no-repeat;
	height: 28px;
	margin-bottom: 12px;
}
#gbl_rsm_quote_bd {
	background-color: #e8e5b0;
	padding: 10px;
	font-size: 14px;
}
#gbl_rsm_quote_byline {
	text-align: right;
	font-size: 14px;
}
#gbl_rsm_quote_byline span {
	color: #999;
}






/* contact us table */
.gbl_contact_table {
	margin: 0 0 22px 0;
	border-collapse: collapse;
	width: 100%;
}
.gbl_contact_table td {
	vertical-align: top;
	font-size: 14px;
	padding-bottom: 8px;
}
.gbl_contact_table td.col1 {
	width: 108px;
}
.gbl_contact_table td span.label {
	font-weight: bold;
}


/* form */
.gbl_form {
	width: 100%;
	margin: 0;
	padding: 0;
}
.gbl_form input, .gbl_form textarea {
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 2px;
}
.gbl_form input.gbl_form_submit {
	background-color: transparent;
}
.gbl_form_text {
	width: 230px;
	border: 1px solid #ccc;
}
.gbl_form_textarea {
	border: 1px solid #ccc;
	width: 95%;
}

#contactform .error {
	background-color: #ffc8c8;
}

.gbl_form_errors {
	display: none; /* hide initially, then display via jQuery if errors detected on submit */
	background-color: #ffc8c8;
	border: 1px solid #f33;
	text-align: left;
	color: #f33;
	width: 250px;
	padding: 4px;
	margin-bottom: 8px;
	width: 100%;
}
.gbl_form_errors p {
	margin-bottom:  4px;
}
.gbl_form_errors ul {
	margin: 0;
}
.gbl_form_errors ul li {
	margin-bottom: 2px;
}



/* overlay styles */
.gbl_overlay_video {
    display: none; /* initially overlay is hidden */ 
    /* background-image: url(/images/overlay_bg.png); */
    width: 788px; /* width after the growing animation finishes, height is automatically calculated */
    padding: 30px 0 0 0;
}
.gbl_overlay_video div.close {  /* default close button positioned on upper right corner */
    background: transparent url(/skins/default/images/gbl_overlay_close.png) top center no-repeat;
    position: absolute;
    right: 4px;
    top: 8px;
    cursor: pointer;
    height: 18px;
    width: 88px;
}

/* specific overlay styles */
.gbl_feat_map_video div { /* map overlay */
	position:  relative;
	width: 778px;
	margin: 0 auto 10px auto;
}
