/* GENERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
body {
	background:#f2f2f3 url(../images/bck-body-home.jpg) 0 0 repeat-x;
	text-align:center;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

body.content_page { 
	/* Applies different background image to content pages. */
	background:#f2f2f3 url(../images/bck-body-content_page.jpg) 0 0 repeat-x; 
}

h2, h3, h4, h5 {
	color:#006666;
	font-weight:bold;
	margin:0 0 .8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p, li {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 .8em;
}

li li {
	font-size: 1.0em;
}


/* LINKS */
a {
	color:#066;
}

h3 a {
	color:#006666;
}

a:hover {
	color:#ff954f;
}

#home a:hover {
	color:#ff954f;
}

.action_link { 
	/* Action links are the links throughout the site with double arrow icons. */
	padding-right:20px;
	background:url(../images/icon-global-link_arrows.gif) 100% 2px no-repeat;
	text-decoration:none;
}

a.action_link:hover {
	background-position:100% -15px;
	text-decoration:underline;
}

#home a {
	text-decoration:none;
	font-weight:bold;
}	

#home a:hover {
	text-decoration:underline;
}	

/* IMAGES */
.image_right {
	float:right;
	margin-left:10px;
}

.image_left {
	float:left;
	margin-right:10px;
}

/* MAIN (div#main is the wrapper element for the site)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#main {
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

.content_page #main {
	background:url(../images/bck-main-content_page.jpg) 0 186px no-repeat;
}

/* HEADER (div#header contains the logo and top nav)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	height:115px;
	position:relative;
	width:944px;
	margin-left:-22px;
}

#header h1 {
	display:none; /* hide the h1 for the screen */
}

#header a img {
	position:absolute;
	top:22px;
	left:-56px;
}

/* NAV (ul#nav is the top nav. The class .jq-hover is applied to li's in IE6 and below via jquery 
        to allow them to have hover styles.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#nav {
	position:absolute;
	right:0;
	top:61px;
}

#nav li {
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
	margin:0;
}

#nav li:hover, .jq-hover {
	cursor: pointer;
}

#nav li:hover a, .jq-hover a {
	background:url(../images/icon-nav-selected_triangle.gif) 50% 100% no-repeat;
}

#nav li a {
	line-height:54px;
	text-indent:-9999px;
	display:block;	
}

#nav li ul {
	 position:absolute;
	 top:54px;
	 left:-9999px;
	 border:1px solid #cccccc;
	 background:white;
}

#nav li:hover ul, #nav li.jq-hover ul {
	left:0;
}
	
#nav li ul li {
	display:block;
	float:left;
	clear:left;
	height:auto;
}

#main #nav li ul li a {
	border-bottom:1px solid #cccccc;
	line-height:14px;
	background:none;
	width:205px;
}

#main #nav li#nav-about_us ul li a, #main #nav li#nav-talent_consulting ul li a, #main #nav li#nav-leadership_development ul li a {
	width:150px;
}

#main #nav li#nav-news_resources ul  li a {
	width:90px;
}

#nav li ul li:last-child a {
	border-bottom:none;
}

#nav li:hover ul li a, #nav li.jq-hover ul li a {
	display:block;
	margin:0;
	padding:6px 10px;
	background-image:none;
	color:#008579;
	font-size:12px;
	text-decoration:none;
	white-space:nowrap;
	float:left;
	display:inline;
	text-indent:0;
}

#nav li ul li:hover, #nav li ul li.jq-hover {
	background:#dff5dc;
}

/* Apply background images to the top nav items. */
#nav-home {
	background-image:url(../images/nav-header-home.jpg);
	width:68px;
}

#nav-leadership_development {
	background-image:url(../images/nav-header-leadership_development.jpg);
	width:102px;
}

#nav-coaching {
	background-image:url(../images/nav-header-coaching.jpg);
	width:78px;
}

#nav-learning_programs {
	background-image:url(../images/nav-header-learning_programs.jpg);
	width:82px;
}

#nav-products_assessments {
	background-image:url(../images/nav-header-products_assessments.jpg);
	width:102px;
}

#nav-talent_consulting {
	background-image:url(../images/nav-header-talent_consulting.jpg);
	width:90px;
}

#nav-about_us {
	background-image:url(../images/nav-header-about_us.jpg);
	width:76px;
}

#nav-news_resources {
	background-image:url(../images/nav-news_resources.png);
	width:90px;
}
#nav-whitepapers {
	background-image:url(../images/txt-header-whitepapers.png);
	width:76px;
}

#nav-store {
	background-image:url(../images/nav-header-store.jpg);
	width:68px;
}

#nav-blog {
	background-image:url(../images/nav-header-blog.jpg);
	width:68px;
}

/* Put a triangle marker on the tab of the current category. */
#home #nav-home a, #leadership_development #nav-leadership_development a, #coaching #nav-coaching a, #learning_programs #nav-learning_programs a, #products_assessments #nav-products_assessments a, #talent_consulting #nav-talent_consulting a,  #news_resources #nav-news_resources a, #about_us #nav-about_us a {
	background:url(../images/icon-nav-selected_triangle.gif) 50% 100% no-repeat;
}

/* BILLBOARD (div#billboard is the big graphic area on the home page.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#billboard {
	height:277px;
	background-position:top right;
	background-repeat:no-repeat;
}

#billboard.L1 {
background-image:url(../images/bck-billboard-img_L1.jpg)
}

#billboard.L2 {
background-image:url(../images/bck-billboard-img_L2.jpg)
}

#billboard.L3 {
background-image:url(../images/bck-billboard-img_L3.jpg)
}

#billboard.L4 {
background-image:url(../images/bck-billboard-img_L4.jpg)
}

#billboard h2 {
	height:115px;
	background:url(../images/txt-billboard-headline.gif) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0;
}

#billboard p {
	height:162px;
	background:url(../images/txt-billboard-paragraph.gif) 0 0 no-repeat;
	text-indent:-9999px;
}

/* INTRO (div#intro is intro text on the home page just below the billboard.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#intro {
	width:856px;
	padding:18px 15px 0;
	margin-top:16px;
	height:201px;
	background:url(../images/bck-home-intro_text.jpg) 0 0 no-repeat;
}

#snapshot, #intro img {
	float:left;
	margin-right:27px;
	width:238px;
}

#intro h2 {
	font-size:1.8em;
}

/* HOME_FEATURE (div.home_feature are the three feature divs on the home page.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.home_feature {
	width:247px;
	padding:18px 18px 0;
	background:url(../images/bck-home-feature.jpg) 0 0 no-repeat;
	float:left;
	min-height:180px;
	height: auto !important;
	height: 180px;
}

.home_feature h3 {
	font-size:1.6em;
}

.home_feature img {
	float:left;
	margin-right:10px;
	margin-top:5px;
}

.home_feature h4 {
	font-size:1.2em;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif
}

#feature_1 {
	margin-right:18px;
}

#feature_2 {
	margin-right:19px;
}

/*  CONTENT PAGE HEADERS (Applies background image to h2's on content pages to create category headers.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.content_page #main h2 {
	height:71px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/* Apply the appropriate background image for the category of the current page. */
#leadership_development #main h2 {
	background-image:url(../images/txt-header-leadership_development.gif);
}

#coaching #main h2 {
	background-image:url(../images/txt-header-coaching.gif);
}

#products_assessments #main h2 {
	background-image:url(../images/txt-header-products_assessments.gif);
}

#talent_consulting #main h2 {
	background-image:url(../images/txt-header-talent_consulting.gif);
}

#about_us #main h2 {
	background-image:url(../images/txt-header-about_us.gif);
}

#learning_programs #main h2 {
	background-image:url(../images/txt-header-learning_programs.gif);
}

#surveys #main h2 {
	background-image:url(../images/txt-header-surveys.gif);
}

#page_not_found #main h2 {
	background-image:url(../images/txt-header-page_not_found.gif);
}



/*  CONTENT (div#content is used on content pages as a wrapper for div#content_main and div#content_sub.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content {
	margin: 43px 10px 0;
	padding:0 25px 0 34px;
	background:#f9f9f9;
}

/*  CONTENT_MAIN (div#content_main is the main content column on content pages.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content_main {
	width:601px;
	float:right;
	margin-bottom:20px;
}

#page_not_found #content_main {
	width:100%;
	float:none;
}

#content_main h3 {
	font-size:20px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

#content_main h5 {
	font-size: 12px;
	font-weight: bold;
}
	

#content_main h4 {
	font-size:16px;
}

#content_main a:hover {
	color:#ff954f;
}

#content_main ol li {
	list-style-type:decimal;
}

#content_main ul li {
	list-style-type:disc;
}

#content_main ol li, #content_main ul li {
	margin-left:40px;
}

#content_main ul ul {
	margin-top: 10px;
}

form label {
	width:150px;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right:5px;
}

form textarea {
	width:600px;
	height:100px;
}

#special textarea {
	width:150px;
	height:100px;
}

form #submit {
	width:100px;
	margin-left:250px;
}

form h4 {
	padding-bottom:5px;
	background:url(../images/dotted_divider.gif) left bottom repeat-x;
	margin-top:15px;
}

input[type=radio] {
	vertical-align:middle;
	margin-left:10px;
}
.survey_radio {
	vertical-align:middle;
	margin-left:10px;
}

#quick_links {
	float:right;
	margin-top:4px;
}

#brochure_link {
	font-weight:bold;
	padding-left:18px;
	background:url(../images/icon-pdf.gif) 0 50% no-repeat;
}

#purchase_online_link {
	font-weight:bold;
	padding-left:18px;
	background:url(../images/icon-cart.gif) 0 2px no-repeat;
	margin-right:15px;
}

#right_column {
	float:right;
	margin-left:10px;
}

/*  CONTENT_SUB (div#content_sub is the subcontent column on content pages.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content_sub {
	width:186px;
	float:left;
	margin-bottom:20px;
}

#content_sub a {
	text-decoration:none;
}

#content_sub a:hover {
	text-decoration:underline;
}

#content_sub h3 {
	font-size:1.2em;
	margin-top:0;
	padding-top:15px;
	background:url(../images/global-dotted_divider.gif) left top repeat-x;
}

#content_sub h3.first {
	background:none;
}

#content_sub p {
	line-height:1.4em;
}

#content_sub img {
	float:left;
	margin-right:8px;
	margin-top:5px;
}

#content_sub .action_link {
	text-align:right;
	text-transform:uppercase;
	font-size:.9em;
	display:block;
}

/*  SUB_NAV (ul#sub_nav is the subnav on content pages.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#sub_nav {
	background:#f4f4f4 url(../images/global-dotted_divider.gif) left top repeat-x;
}

#sub_nav li {
	margin:0;
	background:url(../images/global-dotted_divider.gif) left bottom repeat-x;
	line-height: 16px;
	padding-bottom:1px;
}

#sub_nav li a {
	padding:4px 0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:.9em;
	padding-right:22px;
	text-align:right;
	display:block;
	background:url(../images/icon-subnav-arrow.gif) 93% 10px no-repeat;
}

#sub_nav li a:hover {
	background-color:#dff5dc;
	color:#066;
}

/* Apply background color to current page in sub nav. */
.page_1 #sub_nav li#page_1, .page_2 #sub_nav li#page_2, .page_3 #sub_nav li#page_3, .page_4 #sub_nav li#page_4, .page_5 #sub_nav li#page_5, .page_6 #sub_nav li#page_6, .page_7 #sub_nav li#page_7, .page_8 #sub_nav li#page_8, .page_9 #sub_nav li#page_9, .page_10 #sub_nav li#page_10, .page_11 #sub_nav li#page_11, .page_12 #sub_nav li#page_12, .page_13 #sub_nav li#page_13 {
	background-color:#d8d8d8;
}

#sub_nav + h3 {
	background-image:none;
}

/* SURVEY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.survey label.error {
	margin: 0 0 0 5px;
	color: #900;
	text-align: center;
	float: none;
	}
	
/* SITE_INFO (div#site_info is the site footer.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#site_info {
	color:#999999;
	margin-top:20px;
	clear:both;
	padding-bottom:30px;
}

#site_info p {
	margin:0;
	text-align:center;
}
#nav_top {
	height:25px;
	position:absolute;
	width:96px;
	margin-left:0px;
	left: 832px;
	top: 30px;
}
#nav_top p{
	line-height:14px;
	font-size: 12px;
}

