/*************************************************
* File: gbl.css 
* Date Created: 1/21/2010
* Last Updated:1/22/2010
* Author: Adam F.
* Copyright Network Ninja, Inc.
**************************************************
* About: This is the CSS for the landing pages
*************************************************/



/* ******** 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: #58583b;
	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: #09c;
	text-decoration: underline;
	outline: none;
}
a:focus {
	-moz-outline-style: none; /* Remove dotted borders from FF links */
}


/* Page Contents */
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	display: block;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}
.gbl_bd_left h2 span {
	color: #999;
	font-weight: normal;
	font-size: 14px;
}
h3 {
	display: block;
	padding: 0;
	margin: 0;
	color: #690;
	font-weight: bold;
	font-size: 22px;
}
p {
	font-size: 14px;
	margin: 0 0 18px 0;
	padding: 0;
}
.gbl_bd_left p {
	font-size: 12px;
	margin-bottom: 22px;
}
#gbl_body_contact .gbl_bd_left p {
	font-size: 14px;
}
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: #333 url(/skins/default/images/gbl_hd_bg.jpg) top repeat-x;
	height: 80px;
}
#gbl_hd_inner {
	position: relative;
	height: auto;
	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:  absolute;
	top: 16px;
	width: 295px;
	height: 45px;
}
#gbl_hd_logo img {
	width: 295px;
	height: 49px;
	border: 0;
}
#gbl_hd_community {
	position: absolute;
	top: 20px;
	right: 0;
	color: #ccc;
	font-size: 14px;
	text-align: right;
}
#gbl_hd_community p {
	margin: 0;
	padding: 0;
}
#gbl_hd_community p.already {
	color: #999;
	font-style: italic;

}
#gbl_hd_community p.already span {
	font-weight: bold;
	color: #ccc;
}
#gbl_hd_community a:link, #gbl_hd_community a:visited {
	color: #ccc;
	text-decoration: underline;
}
#gbl_hd_community a:hover, #gbl_hd_community a:active {
	color: #999;
	text-decoration: underline;
}




/* Footer */
#gbl_ft {
	position: relative;
	background-color: #58583b;
	height: 88px;
}
#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_logo {
	float: left;
	margin-left: 144px;
	width: 203px;
	height: 32px;
}
#gbl_ft_logo img {
	width: 203px;
	height: 32px;
	border: 0;
}
#gbl_ft_copyright{
	float: left;
	margin-left: 20px;
}

#gbl_ft_copyright p {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #e1e1b7;
	size: 14px;
}



/* Nav */
#gbl_nav {
	position: relative;
	background: #660 url(/skins/default/images/gbl_nav_bg.jpg) top repeat-x;
	height: 40px;
}
#gbl_nav_inner {
	position: relative;
	height: auto;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
#gbl_nav_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_nav_inner { /* be nice to Opera rule */
  width: 900px;
}


#gbl_nav_content {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-top: 12px;
}
#gbl_nav ul {
	float: left;
	left: 50%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#gbl_nav ul li {
	display: inline;
	float: left;
	right: 50%;
	position: relative;
	margin: 0 28px 0 0;
	font-size: 13px;
	font-weight: bold;
}
#gbl_nav ul li.last {
	margin: 0;
}
#gbl_nav ul li a:link, #gbl_nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#gbl_nav ul li a:hover, #gbl_nav ul li a:active {
	color: #e2da67;
	text-decoration: none;
}


/* Nav Highlights */
#gbl_body_home #gbl_nav_home, 
#gbl_body_features #gbl_nav_features, 
#gbl_body_customers #gbl_nav_customers, 
#gbl_body_benefits #gbl_nav_benefits, 
#gbl_body_news #gbl_nav_news, 
#gbl_body_training #gbl_nav_training, 
#gbl_body_about #gbl_nav_about, 
#gbl_body_contact #gbl_nav_contact 
{
	color: #e2da67;
}




/* Subheader */
#gbl_subhd {
	position: relative;
	background: #333 url(/skins/default/images/gbl_subhd_bg.jpg) top repeat-x;
	height: 80px;
}
#gbl_subhd_wave {
	position: relative;
	background: transparent url(/skins/default/images/gbl_subhd_wave_bg.png) top center no-repeat;
	height: 80px;
}
#gbl_subhd_inner {
	position: relative;
	height: 80px;
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
#gbl_subhd_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_subhd_inner { /* be nice to Opera rule */
  width: 900px;
}
#gbl_subhd h1 {
	color: #e2da67;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 4px 20px;
}
#gbl_subhd p {
	color: #fff;
	font-size: 14px;
	margin: 0 0 0 20px;
	padding: 0;
}
#gbl_subhd_btn {
	position: absolute;
	top: 18px;
	right: 20px;
}
#gbl_subhd_btn img {
	border: 0;
}


/* Splash Feature Stage */
#gbl_splash {
	position: relative;
	background: #333 url(/skins/default/images/gbl_splash_bg.jpg) top repeat-x;
	height: 310px;
}
#gbl_splash_wave {
	position: relative;
	background: transparent url(/skins/default/images/gbl_splash_wave_bg.png) top center no-repeat;
	height: 310px;
}
#gbl_splash_inner {
	position: relative;
	height: 310px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
#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: 870px; /* the usable content area width between the left and right borders */
} 
html>body #gbl_splash_inner { /* be nice to Opera rule */
  width: 870px;
}
#gbl_splash h1 {
	width: 445px;
	height: 41px;
	background: transparent url(/skins/default/images/gbl_splash_abetterwaytowork.png) top center no-repeat;
	margin: 0;
	padding: 0;
}
#gbl_splash h1 span {
	visibility: hidden;
}
#gbl_splash p {
	font-size: 20px;
	color: #fff;
	width: 480px;
	margin-bottom: 15px;
}
#gbl_splash p span {
	color: #e3da68;
}
#gbl_splash_btn {
	margin-left: 106px;
	margin-bottom: 25px;
}
#gbl_splash_btn img {
	float: left;
	width: 221px;
	height: 58px;
	border: 0;
}
#gbl_splash_learnmore {
	float: left;
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	margin-top: 22px;
	margin-left: 2px;
}
#gbl_splash_learnmore a:link, #gbl_splash_learnmore a:visited {
	color: #999;
	text-decoration: underline;
}
#gbl_splash_learnmore a:hover, #gbl_splash_learnmore a:active {
	color: #ccc;
	text-decoration: underline;
}
#gbl_splash h2 {
	color: #e2da67;
	font-size: 18px;
	font-weight: bold;
	border: 0;
	margin: 0 0 8px 0;
	padding: 0;
}
#gbl_splash ul {
	margin: 0 0 0 5px;
	padding: 0;
	width: 440px;
	list-style-type: disc;
	list-style-position: inside;
}
#gbl_splash ul li {
	color: #fff;
	font-size: 14px;
	width: 216px;
	float: left;
	margin: 0 0 2px 0;
}
#gbl_splash_screenshot {
	position: absolute;
	top: 20px;
	right: 12px;
	width: 376px;
	height: 275px;
}
#gbl_splash_screenshot img {
	width: 376px;
	height: 275px;
	border: 0;
}


/* 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: 24px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
.gbl_bd_inner {
	padding-top: 0;
}
#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: 510px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 490px; /* the usable content area width between the left and right borders */
} 
html>body .gbl_bd_left { /* be nice to Opera rule */
  width: 490px;
} 

.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: 370px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 350px; /* the usable content area width between the left and right borders */
} 
html>body .gbl_bd_right { /* be nice to Opera rule */
  width: 350px;
} 



/* Homepage overrides - both left and right columns are equal widths */
#gbl_body_home .gbl_bd_left { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 440px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 420px; /* the usable content area width between the left and right borders */
} 
html>body#gbl_body_home .gbl_bd_left { /* be nice to Opera rule */
  width: 420px;
} 

#gbl_body_home .gbl_bd_right { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 440px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 420px; /* the usable content area width between the left and right borders */
} 
html>body#gbl_body_home  .gbl_bd_right { /* be nice to Opera rule */
  width: 420px;
} 



.block {
	position: relative;
	margin-bottom: 20px;
}
.block + .block {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.block_icon {
	width: 32px
	float: left;
	display: inline;
}
.block_content {
	float: right;
	width: 448px;
}
.block_content h3 {
	color: #9c941e;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
}
.block_content p {
	margin-bottom: 4px;
}
.block_content p.meta {
	font-size: 12px;
	color: #999;
}
.block_content ul {
	margin-bottom: 0;
	margin-left: 12px;
}
.block_content ul li {
	padding-left: 14px;
	text-indent: -14px;
}
.block_content ul + p.gbl_footnote {
	margin-top: 10px;
	font-size: 8.5px;
}



.blocklist {
	position: relative;
	margin-left: -10px;
	margin-bottom: 20px;
}
.blocklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.blocklist ul li {
	display: inline;
	float: left;
	width: 240px;
	margin-left: 10px;
	margin-bottom: 0;
	height: 30px;
}
.blocklist_icon {
	width: 16px;
	float: left;
	display: inline;
}
.blocklist_icon img {
	width: 16px;
	height: 16px;
}
.blocklist_content {
	float: right;
	width: 220px;
	margin-top: 2px;
}
.blocklist_content h3 {
	color: #9c941e;
	font-size: 11px;
	font-weight: bold;
}
.blocklist_content h3 .new {
	color: #c00;
	font-size: 9px;
	font-weight: bold;
}
.blocklist_content p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
/* Homepage overrides - adjust content for smaller left column */
#gbl_body_home .blocklist {
	margin-left: -8px;
	margin-bottom: 10px;
}
#gbl_body_home .blocklist ul li {
	display: inline;
	float: left;
	width: 206px;
	margin-left: 8px;
	margin-bottom: 16px;
	height: auto;
}
#gbl_body_home .blocklist_icon {
	width: 32px;
	float: left;
	display: inline;
}
#gbl_body_home .blocklist_icon img {
	width: 32px;
	height: 32px;
}
#gbl_body_home .blocklist_content {
	width: 165px;
	margin-top: 0;
}
#gbl_body_home .blocklist_content h3 {
	font-size: 12px;
}






/* Right side modules */

/* quote */
.gbl_rsm_quote {
	position: relative;
	background-color: #e1e1b7;
	margin-bottom: 20px;
}
.gbl_rsm_quote_hd {
	height: 5px;
	width: 350px;
	background: transparent url(/skins/default/images/gbl_rsm_quote_hd_bg.gif) top center no-repeat;
}
.gbl_rsm_quote_ft {
	height: 5px;
	width: 350px;
	background: transparent url(/skins/default/images/gbl_rsm_quote_ft_bg.gif) top center no-repeat;
}
.gbl_rsm_quote_bd {
	padding: 0 24px;
}
.gbl_rsm_quote_bd p {
	margin: 0;
	padding: 0;
}

.gbl_rsm_quote_bd p.quote {
	background: transparent url(/skins/default/images/gbl_rsm_quote_open_bg.gif) top left no-repeat;
	padding-top: 28px;
	font-style: italic;
	color: #666;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 8px;
}
.gbl_rsm_quote_bd p.byline {
	background: transparent url(/skins/default/images/gbl_rsm_quote_close_bg.gif) top right no-repeat;
	padding-top: 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}
.gbl_rsm_quote_bd p.byline span {
	color: #999;
}
/* homepage overrides - change width and hd and ft images to be wider */
#gbl_body_home .gbl_rsm_quote_hd {
	height: 5px;
	width: 420px;
	background: transparent url(/skins/default/images/gbl_rsm_quote_hd_420_bg.gif) top center no-repeat;
}
#gbl_body_home .gbl_rsm_quote_ft {
	height: 5px;
	width: 420px;
	background: transparent url(/skins/default/images/gbl_rsm_quote_ft_420_bg.gif) top center no-repeat;
}


/* bio */
.gbl_rsm_bio {
	position: relative;
	background-color: #a7a780;
	margin-bottom: 20px;
}
.gbl_rsm_bio_hd {
	height: 5px;
	width: 350px;
	background: transparent url(/skins/default/images/gbl_rsm_bio_hd_bg.gif) top center no-repeat;
}
.gbl_rsm_bio_ft {
	height: 5px;
	width: 350px;
	background: transparent url(/skins/default/images/gbl_rsm_bio_ft_bg.gif) top center no-repeat;
}
.gbl_rsm_bio_bd {
	padding: 3px 8px;
}
.gbl_rsm_bio_bd p {
	margin: 0;
	padding: 0;
}
.gbl_rsm_bio_bd p.bio {
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 12px;
}
.gbl_rsm_bio_bd p a {
	color: #fff;
}
.gbl_rsm_bio_bd p a:link, .gbl_rsm_bio_bd p a:visited {
	color: #fff;
	text-decoration: underline;
}
.gbl_rsm_bio_bd p a:hover, .gbl_rsm_bio_bd p a:active {
	color: #eee;
	text-decoration: underline;
}
.gbl_rsm_bio_bd .headshot {
/*
	width: 80px;
	height: 80px;
*/
	width: 100px;
	float: left;
	margin-right: 8px;
	margin-bottom: 0;
}


/* box - used for "Explore" and other right side modules */
.gbl_rsm_box {
	padding: 4px 8px;
	background: #e9e9e9 url(/skins/default/images/gbl_rsm_box_bg.jpg) top repeat-x;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.gbl_rsm_box_icon {
	float: left;
	margin-right: 8px;
}
.gbl_rsm_box_icon img {
	width: 58px;
	height: 58px;
	border: 0;
}
.gbl_rsm_box h2 {
	color: #666;
	font-size: 25px;
	border: 0;
	margin: 0;
	padding: 0;
}
.gbl_rsm_box h2 span {
	color: #9c941e;
}
.gbl_rsm_box p {
	margin: 0;
	padding: 0;
}
/* homepage overrides - set icon to different size and move to right */
#gbl_body_home .gbl_rsm_box {
	padding: 8px 8px;
	margin-bottom: 0;
}
#gbl_body_home .gbl_rsm_box_icon {
	float: right;
	margin-right: 0;
	margin-left: 8px;
	margin-top: 6px;
}
#gbl_body_home .gbl_rsm_box_icon img {
	width: 97px;
	height: 39px;
	border: 0;
}


/* listbox - used for right side lists */
.gbl_rsm_listbox {
	margin-bottom: 20px;
}
.gbl_rsm_listbox_hd {
	font-size: 14px;
	font-weight: bold;
	background-color: #ddddc6;
	padding: 8px;
	margin-bottom: 10px;
}
.gbl_rsm_listbox_bd {

}
.gbl_rsm_listbox_bd ul {
	margin: 0;
	padding: 0;
}
.gbl_rsm_listbox_bd ul li {
	margin-bottom: 8px;
	font-size: 12px;
}

.gbl_rsm_listbox_bd ul.lines { /* styles for version with lines between LI items */
	list-style-type: none;
}
.gbl_rsm_listbox_bd ul.lines li {
	margin-bottom: 0;
}
.gbl_rsm_listbox_bd ul.lines li + li {
	border-top: 1px solid #ccc;
	padding-top: 4px;
	margin-top: 4px;
}
.gbl_rsm_listbox_bd ul.lines li span.meta {
	display: block;
	margin-top: 2px;
	color: #999;
}
.gbl_rsm_listbox_bd ul.lines li p {
	margin: 0;
}
/* homepage overrides - put more spacing between news items and increase font size */
#gbl_body_home .gbl_rsm_listbox_bd ul.lines li + li {
	padding-top: 8px;
	margin-top: 8px;
}
#gbl_body_home .gbl_rsm_listbox_bd ul li {
	margin-bottom: 12px;
	font-size: 14px;
}
#gbl_body_home .gbl_rsm_listbox_bd ul.lines li span.meta {
	font-size: 12px;
}



/* 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;
}
