/* ---------------------------------------------------------------------
Original Author: Mike Johnson
Contributors: Karsten Lundquist

Target Browsers: IE6, IE7, Firefox3
Media Type: Screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */

/* page */

body {
	background: #09385F url('../images/ccg_background.jpg') repeat-x;
	font-size: 12px;
	font-family: Geneva, Arial, Verdana, sans-serif;
	text-align: center;
}

#page {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

h1 {
	font-size: 16px;
	color: black;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	color: #00325B;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #7F98AD;
	display: block;
	font-weight: normal;
	font-style: normal;
}

p {
	line-height: 1.25em;
	padding-bottom: 7px;
}

a:link {
	color: #00325B;
	text-decoration: none;
}

a:visited {
	/* color: #34B6E4; */
	color: #00325B;
}

a:hover {
	text-decoration: underline;
}

/* header */

#header {
	margin-top: 11px;
	margin-bottom: 3px;
	zoom: 1;
}

#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#logo {
	width: 140px;
	height: 38px;
	display: block;
	background: url('../images/ccg_logo.gif') no-repeat;
	text-indent: -999em;
	float: left;
	padding: 0 3px 0 0;
}

/* navigation */

#nav {
	float: left;
	font-size: 14px;
	display: block;
}

#nav li {
	float: left;
	display: block;
	border-right: 1px solid #C2C2C2;
	background: #EBEBEB;
	position: relative;
}

#nav li > a {
	width: 115px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	display: block;
	color: #747679;
	text-indent: -999em;
}

#nav .arrow {
	width: 115px;
	height: 12px;
	position: absolute;
	display: block;
	bottom: -4px;
	left: 0;
	background: url('../images/nav_arrow_people.png') no-repeat center bottom;
	visibility: hidden;
}

#nav .flyout {
	display: none;
	position: absolute;
	z-index: 103;
	left: -57px;
	bottom: -250px;
	height: 246px;
	width: 247px;
}

#nav .our_people .flyout {
	left: 0;
}

#nav .news .flyout {
	right: 0;
	left: auto;
}

#nav li.news {
	border-right: none;
}

#nav li.news a {
	width: 121px;
}

#page_locations #nav .global .arrow,
#page_our_people #nav .our_people .arrow,
#page_services #nav .services .arrow,
#page_methodology #nav .methodology .arrow,
#page_about_us #nav .about_us .arrow,
#page_methodology #nav .methodology .arrow,
#page_alliances #nav .alliances .arrow,
#page_alliances_launch_america #nav .alliances .arrow {
	visibility: visible;
}

#nav li.global > a {
	background-image: url('../images/nav_global.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a:hover {
	background-position: 0 -38px !important;
}

#nav .global .arrow {
	background: url('../images/nav_arrow_locations.png') no-repeat center bottom;
}

#page_locations #dropline {
	background: #34B6E4;
}

#nav li.our_people > a {
	background-image: url('../images/nav_people.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page_our_people #nav li.our_people a {
	background-position: 0 -38px;
}

#nav .our_people .arrow {
	background: url('../images/nav_arrow_people.png') no-repeat center bottom;
}

#page_our_people #dropline {
	background: #00325B;
}

#nav li.services > a {
	background-image: url('../images/nav_services.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}


#page_services #nav li.services a {
	background-position: 0 -38px;
}

#nav .services .arrow {
	background: url('../images/nav_arrow_services.png') no-repeat center bottom;
}

#page_services #dropline {
	background: #5381AC;
}

#nav li.about_us > a {
	background-image: url('../images/nav_about.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page_about_us #nav li.about_us a {
	background-position: 0 -38px;
}

#nav .about_us .arrow {
	background: url('../images/nav_arrow_about.png') no-repeat center bottom; 
}

#page_about_us #dropline {
	background: #457E81;
}

#nav li.methodology > a {
	background-image: url('../images/nav_methodology.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page_methodology #nav li.methodology a {
	background-position: 0 -38px;
}

#nav .methodology .arrow {
	background: url('../images/nav_arrow_methodology.png') no-repeat center bottom;
}

#page_methodology #dropline {
	background: #875F7F;
}

#nav li.alliances > a {
	background-image: url('../images/nav_alliances.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page_alliances #nav li.alliances a,
#page_alliances_launch_america #nav li.alliances a {
	background-position: 0 -38px;
}

#page_alliances #dropline,
#page_alliances_launch_america #dropline {
	background: #006684;
}

#nav .alliances .arrow {
	background: url('../images/nav_arrow_alliances.png') no-repeat center bottom;
}

#nav li.news > a {
	background-image: url('../images/nav_news.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page_news #nav li.news a {
	background-position: 0 -38px;
}

#page_news #dropline {
	background: #000;
}

#nav .news .arrow {
	background: url('../images/nav_arrow_news.png') no-repeat center bottom;
}

#dropline {
	display: block;
	height: 12px;
	clear: both;
}

#page_alliances #dropline,
#page_alliances_launch_america #dropline {
	height: auto;
}

#dropline ul {
	padding: 4px;
	float: right;
}

#dropline ul li {
	display: block;
	float: left;
	text-transform: uppercase;
	padding-right: 19px;
	font-size: 10px;
	letter-spacing: .03em;
}

#dropline ul li a {
	color: #CACAC8;
	text-decoration: none;
}

#page_alliances #dropline ul li a.health_wellness,
#page_alliances_launch_america #dropline ul li a.launch_america {
	color: #fff;
}

/* footer */

#footer {
	color: white;
	display: block;
	background: #02335C;
	font-size: 9px;
	clear: both;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer #share,
#footer #links,
#footer #copyright {
	width: 33%;
	float: left;
}

#footer #share img {
	padding: 7px 11px;
	margin: 0;
}

#footer #copyright p {
	padding: 7px 11px;
	margin: 0;
	line-height: 17px;
	vertical-align: middle;
}

#footer #links ul {
	padding: 7px 0;
	margin: 0;
}

#footer #copyright {
	text-align: right;
}

#footer #links {
	text-align: center;
}

#footer #links li {
	float: left;
	padding-right: 28px;
	border-right: 1px solid white;
	margin-right: 24px;
	line-height: 17px;
	vertical-align: middle;
}

#footer #links li.last {
	margin: 0;
	padding: 0;
	border: 0;
}

/* slideshow */

#slides {
	overflow: hidden;
	height: 429px;
}

#page_home #slides {
	height: 759px;
	overflow: hidden;
}

#slideshow {
	padding-bottom: 10px;
	position: relative;
}

#slideshow #slideshow_left {
	background: url('../images/slideshow_arrow_left.png') no-repeat center left;
	display: block;
	width: 20px;
	height: 31px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -999em;
	margin-left: -20px;
	height: 429px;
}

#slideshow #slideshow_right {
	background: url('../images/slideshow_arrow_right.png') no-repeat center left;
	display: block;
	width: 20px;
	height: 31px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -999em;
	margin-right: -20px;
	height: 429px;
}

/* homepage */

#page_home #home_slideshow {
	position: relative;
	margin: 0 auto;
	width: 1008px;
}

#page_home h3 {
	color: #91A1BE;
	font-size: 13px;
	padding-bottom: 5px;
}

#page_home #latest_news,
#page_home #latest_events {
	width: 284px;
	float: left;
	padding-top: 18px;
	font-size: 11px;
}

#page_home #latest_news {
	margin-right: 50px;
}

#page_home #page {
	position: absolute;
	left: 24px;
	top: 12px;
	z-index: 100;
}

#page_home #one_column {
	position: absolute;
	width: 100%;
	bottom: 80px;
	font-family: Arial, Geneva, sans-serif;
}

#page_home #home_kullman {
	margin-right: 50px;
}

#page_home #one_column p {
	color: #707070;
}

#page_home #footer {
	background: #fff;
	color: #747679;
	opacity: .85;
	width: 100%;
	position: absolute;
	bottom: 20px
}

#page_home #footer a {
	color: #747679;
}

#page_home #footer #links li {
	border-right: 1px solid #747679;
}

#page_home #footer #links li.last {
	border: 0;
}

#page_home #home_slideshow #slideshow_left,
#page_home #home_slideshow #slideshow_right {
	height: 750px;
	margin: 0;
	z-index: 101;
}

#page_home #latest_events .event {
	width: 129px;
	float: left;
}

#page_home #latest_events .first {
	margin-right: 16px;
}

.more_arrow {
	display: inline !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#page_home #home_info_panel {
	position: relative;
	height: 694px;
}

/* alliances page */

#one_column {
	background: #F7F7F7;
	margin-bottom: 10px;
}

#one_column #message {
	padding: 12px;
	float: left;
	width: 660px;
	color: #007A94;
}

#one_column #message p {
	line-height: 1.7em;
}

#one_column img {
	float: left;
	display: block;
	margin: 12px;
}

#page_alliances_launch_america #col1 {
	width: 687px;
	background: #F7F7F7;
	height: auto;
	min-height: 200px;
	margin-bottom: 10px;
}

#page_alliances_launch_america #col1 p {
	color: #007A94;
	font-size: 12px;
	line-height: 1.7em;
}

#page_alliances_launch_america #col2 {
	background: #F7F7F7;
	width: 262px;
	height: auto;
	min-height: 200px;
	margin-bottom: 10px;
}

#page_alliances_launch_america #message {
	padding: 18px 23px;
}

#page_alliances_launch_america #col2 #trusted_members {
	padding: 18px 23px;
	color: #707070;
	font-size: 11px;
}

#page_alliances_launch_america #col2 ul {
	width: 92px;
	float: left;
}

#page_alliances_launch_america #col2 ul.first {
	margin-right: 30px;
}

#page_alliances_launch_america #col2 ul li {
	padding-bottom: 10px;
}

/* about us page */

#page_about_us #col1 {
	background: #3E7081;
	width: 577px;
	height: auto;
	min-height: 435px;
}

#page_about_us #col1 p {
	font-size: 20px;
	padding-bottom: 25px;
}

#page_about_us #col1 #message {
	margin: 32px 40px;
	height: 247px;
	width: 497px;
	text-indent: -999em;
	background: url('../images/about_message.gif') no-repeat;
	display: block;
}

#page_about_us #col2 {
	background: #fff;
	width: 372px;
	height: auto;
	min-height: 435px;
}

#fields {
	padding: 16px 23px;
}

.field {
	width: 320px;
	float: left;
	display: block;
	color: #707070;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.field h3 {
	color: #5381ac;
	font-size: 12px;
	padding-bottom: 4px;
	font-weight: normal;
	font-style: normal;
}

.field ul {
	font-size: 10px;
}

.field img {
	padding-right: 12px;
	float: left;
}

/* contact us page */

#page_contact_us #col1 {
	width: 687px;
	background: white;
}

#page_contact_us #col1 p {
	color: #707070;
	font-size: 11px;
}

#page_contact_us #message {
	padding: 18px 23px;
}

#page_contact_us #col2 {
	width: 262px;
	background: #C1DDEA url('../images/contact_twitter_bg.jpg') no-repeat;
}

#page_contact_us #col2 h2 {
	background: url('../images/icon_twitter.png') no-repeat right 0;
}

#twitter_feed {
	padding: 18px 23px;
	font-size: 11px;
	color: #707070;
}

#twitter_feed li {
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #9ECEEB;
}

#twitter_feed em {
	color: #464646;
	font-weight: bold;
	font-size: 9px;
	font-style: normal;
}



/* news page */

#two_columns {
	background: #F7F7F7;
	display: block;
	margin-bottom: 17px
}

#two_columns #left {
	width: 284px;
	float: left;
	font-size: 11px;
	color: #707070;
}

#two_columns #left #left_inner {
	padding: 29px 70px 0 23px;
}

#two_columns #right {
	float: left;
	width: 676px;
	padding-top: 10px;
}

#page_news #left {
	font-family: Arial, sans-serif5;
}

.rss_subscribe {
	background: url('../images/btn_subscribe_rss.png') no-repeat left center;
	line-height: 20px;
	margin-top: 12px;
	display: block;
	padding-left: 24px;
	text-decoration: none;
	color: #707070;
	margin-bottom: 40px;
}

.news_item {
	float: left;
	border-bottom: 1px solid #7B94A9;
	padding: 22px 18px 22px 37px;
	margin-right: 34px;
}

#news_archive ul ul {
	padding-bottom: 8px;
	padding-top: 4px;
}

.news_item .news_thumb {
	float: left;
	padding-right: 70px;
}

.news_item .news_date {
	color: #000;
	font-size: 11px;
	padding-bottom: 4px;
	font-family: Arial;
}

.news_summary {
	font-family: Arial;
}

.news_item h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	display: block;
	color: #000;
	font-family: Arial;
}

.news_item .news_content {
	color: #707070;
	font-size: 11px;
	width: 400px;
	float: left;
}

.news_item .news_read_more a {
	font-size: 9px;
	color: #000;
	margin-top: 4px;
	font-weight: bold;
}

.news_item .news_content_expand {
	display: none;
}

a.show_more,
a.show_less {
	display: block;
	margin-top: 17px;
}

/* locations page */

#col1 {
	width: 262px;
	float: left;
	background: #33B5E4;
	height: 315px;
	margin-right: 11px;
	display: block;
	margin-bottom: 17px;
	min-height: 300px;
}

#col1 p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.4em;
}

#page_locations #col1 #message {
	margin: 20px;
	height: 179px;
	width: 228px;
	text-indent: -999em;
	background: url('../images/locations_message.gif') no-repeat;
	display: block;
}

#col2 { 
	float: left;
	background: white;
	height: 315px;
	display: block;
	width: 687px;
	margin-bottom: 17px;
	min-height: 300px;
}

.locations_contact_us {
	margin-top: 80px;
}

.location {
	width: 320px;
	float: left;
	display: block;
	color: #707070;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 24px;
}

.location em {
	color: #000;
}

.location a {
	color: #000;
}

.location h3 {
	color: #34B6E4;
	font-size: 13px;
	padding-bottom: 4px;
	font-weight: normal;
}

.location img {
	padding-right: 12px;
	float: left;
}

#locations {
	padding: 18px 23px;
}

/* methodology page */

#page_methodology #col1 {
	background: #716585;
	height: auto;
	min-height: 242px;
	margin-right: 22px;
	width: 249px;
}

#page_methodology #col1 #message {
	margin: 20px;
	height: 204px;
	width: 228px;
	text-indent: -999em;
	background: url('../images/methodology_message.gif') no-repeat;
	display: block;
}

#page_methodology #col2 {
	background: transparent;
	height: auto;
	min-height: 242px;
}

#page_methodology #col2 h2 {
	text-indent: -999em;
	width: 675px;
	height: 22px;
	display: block;
	background: url('../images/methodology_headline.png') no-repeat;
	border: 0;
	margin: 47px 0;
}

#methodology_nav li {
	float: left;
}

#methodology_nav li.seperator {
	width: 40px;
	text-indent: -999em;
	height: 25px;
	background: url('../images/methodology_nav_sep.gif') repeat-x;
}

#methodology_nav li a {
	width: 25px;
	height: 25px;
	font-size: 17px;
	color: #875F7F;
	background: #fff;
	display: block;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
}

#methodology_nav li a.activeSlide {
	background: #875F7F;
	color: #fff; 
}

#slide_overlay {
	width: 960px;
	height: 36px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 99;
	text-indent: -99em;
	background: url('../images/methodology_overlay.gif') no-repeat;
}

/* our people page */

#our_people li {
	float: left;
	margin: 0 10px 10px 0;
}

#our_people li a {
	width: 209px;
	height: 90px;
	border: 10px solid #114168;
	display: block;
}

#our_people li a.activeSlide {
	border: 10px solid #96B7CA;
}

/* services page */

#page_services #col1 {
	height: 337px;
	min-height: 328px;
	background-color: #ffffff;
	
}

#page_services #col2 { 
	height: 337px;
	min-height: 328px;
}

#page_services #col1 .clients { 
	padding:16px 23px;
}

#page_services #col1 .clients h2 .subtitle { 
	color: #5381ac;
}

#page_services #col1 .clients img.mark { 
	float: left;
	height: 129px;
	width: 217px;
	margin-top: 5px;
	margin-bottom: 14px;
}

#page_services #col1 .clients ul.first { 
	width: 107px;
	float: left;
	clear: both;
	margin-left: 2px;
}

#page_services #col1 .clients ul.last { 
	width: 90px;
	margin-left: 14px;
	display: inline;
	float: left;
}

#page_services #col1 .clients ul li { 
	float: left;
	clear: left;
	width: 100%;
	color: #707070;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 12px;
	display: block;
}

#page_services #col1 .clients ul li a:hover { 
	color: #5381ac;
}

#services {
	padding: 16px 23px;
}

.service {
	width: 320px;
	float: left;
	display: block;
	color: #707070;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.service h3 {
	color: #5381ac;
	font-size: 12px;
	padding-bottom: 4px;
	font-weight: normal;
	font-style: normal;
}

.service ul {
	width: 208px;
	float: left;
	font-size: 10px;
}

.service img {
	padding-right: 12px;
	float: left;
}

	
#page_services #col1 .clients div.first { 
    width: 106px;
    float: left;
    margin-left: 2px;
}

#page_services #col1 .clients ul li img {
    display: none;
}

/* terms of use, privacy policy, 404 */

#basic_page {
	margin: 0 166px;
	clear: both;
	padding: 34px 0;
	color: #707070;
}

#basic_page p {
	color: #707070;
}

#basic_page h2 {
	border: 0;
	color: #707070;
	margin-top: 14px;
}

#basic_page h1 {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

#basic_page ul {
	margin-left: 18px;
	line-height:1.25em;
}

#basic_page li {
	list-style-type: disc;
	padding-bottom: 4px;
}

/* utility */

.contains_floats:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contains_floats {
	zoom: 1;
}

.alert {
	font-weight: bold; 
	color:#ff0000; 
}

.on_top {
	z-index: 10000;
}
