/**********************
**
** COMMAND C design
** info at commandc dot com
**
***********************/

/******************
Main Colors:
*******************/

.blue {
	color: rgb(14,168,231);
}

/*****************
* General
******************/
img, input {
	vertical-align: middle;
}
#gray-line img {
	margin-top: 15px;
}

/*****************
* SEO
******************/
#seo-heading1 {
	margin: 0;
	font-weight: normal;
	text-align: center;
	font-size: 0.83em;
	color: #86898a;
}
#seo-heading2 {
	display: none;
}
/*****************
* Layout
******************/
div#container {
	padding: 0;
	text-align: left;
	width: 880px;
	margin: 25px auto 15px auto;
	position: relative;
}
div#header {
	height: 90px;
	position: relative;
	z-index: 998;
}
div#logo {
	position: absolute;
	top: 6px;
	left: 0;
}
div#logo p {
	font-size: 0.9em;
	padding-left: 4px;
	margin: 4px 0 0 0;
}
div#search_form{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 999;
}
div#google_branding {
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: right;
	z-index: 998;
}
#font-size-switcher {
	float: none;
	position: absolute;
	top: 38px;
	right: 25px;
}
div#navigation {
	position: absolute;
	bottom: 6px;
	right: 0;
	z-index: 998;
	height: 24px;
}
div#content {
	border: 1px solid #aeaeae;
	padding: 40px 30px 25px 30px;
	/*width: 820px;*/
	min-height: 430px;
	position: relative;
	z-index: 1;
}
div#main {
	position: relative;
	z-index 2;
}
div#sidebar-left,
div.sidebar-left {
	float: left;
	width: 240px;
	padding-top: 30px;
}
.has-sidebar-left #main {
	margin-left: 245px;
}
div#sidebar-right,
div.sidebar-right {
	float: right;
	width: 180px;
	padding: 30px 0 0 10px;
}
.has-sidebar-right {
	margin-right: 193px;
}
div#footer {
	text-align: center;
	font-size: 0.83em;
	color: #86898a;
	padding: 6px 0;
}
div#footer a {
	color: #86898a;
	text-decoration: none;
}
div.flash {
	position: absolute;
	top: 10px;
	right: 10px;
}

/*****************
* Typography
******************/
body {
	color: #666;
	font-family: helvetica, arial, sans-serif;
	line-height: 133%;
}
.myriadpro {
	font-family: "Myriad Pro";
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
.heading {
	font-family: MyriadPro;
	font-size: 36px;
	font-weight: normal;
	color: rgb(14,168,231);
}
.admin-mode .heading {
	margin-top: 10px;
}
.block h4 {
	color: rgb(14,168,231);
	font-size: 16px;
	font-weight: normal;
	text-indent: 13px;
	background: transparent url(/images/gray-right-arrow.png) no-repeat 0 2px;
}
div#search_form, #font-size-switcher {
	color: #999;
}

/*****************
* Hyperlinks
******************/
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: rgb(14,168,231);
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}
a.current:link {
	color: rgb(14,168,231);
	text-decoration: underline;
}
a.current:visited {
	color: rgb(14,168,231);
	text-decoration: underline;
}
a.current:hover {
	color: rgb(14,168,231);
	text-decoration: underline;
}
a.current:active {
	color: rgb(14,168,231);
	text-decoration: underline;
}

/*****************
* Main Menu
******************/

ul#mainmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 24px;
	position: static;
	z-index: 998;
	text-align: left;
}
ul#mainmenu li {
	float: left;
	position: relative;
	z-index: 998;
}
ul#mainmenu li.first a {
	border-left: 0;
}
ul#mainmenu li a {
	display: block;
	padding: 4px 8px;
	border-left: 2px solid rgb(14,168,231);
}
ul#mainmenu li a:link {
	font-size: 1.17em;
	color: #515151;
	text-decoration: none;
}
ul#mainmenu li a:visited {
	font-size: 1.17em;
	color: #515151;
	text-decoration: none;
}
ul#mainmenu li a:hover {
	font-size: 1.17em;
	color: rgb(14,168,231);
	text-decoration: none;
}
ul#mainmenu li a:active {
	font-size: 1.17em;
	color: #515151;
	text-decoration: none;
}
ul#mainmenu li a.current:link {
	font-weight: bold;
}
ul#mainmenu li a.current:visited {
	font-weight: bold;
}
ul#mainmenu li a.current:hover {
	font-weight: bold;
	color: #515151;
}
ul#mainmenu li a.current:active {
	font-weight: bold;
}

/** Dropdowns **/
ul#mainmenu li ul {
	display: none;
	list-style: none;
	position: absolute;
	left: 0;
	top: 28px;
	margin: -1px 0 0 0;
	z-index: 998;
	padding: 0;
}
ul#mainmenu li ul li {
	position: static;
	z-index: 998;
	float: none;
}

ul#mainmenu li ul a:link,
ul#mainmenu li ul a:visited,
ul#mainmenu li ul a:hover,
ul#mainmenu li ul a:active {
	display: block;
	width: 101px;
	padding: 4px 4px 4px 15px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 0;
	text-decoration: none;
	font-size: 0.93em;
	color: #515151;
	background-color: #c5eeff;
}
ul#mainmenu li ul a.current:link,
ul#mainmenu li ul a.current:visited,
ul#mainmenu li ul a.current:hover,
ul#mainmenu li ul a.current:active {
	display: block;
	width: 101px;
	padding: 4px 4px 4px 15px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 0;
	text-decoration: none;
	font-size: 0.93em;
	font-weight: normal;
	color: rgb(14,168,231);
	background-color: #c5eeff;
}


ul#mainmenu li ul li a.first {
	border-top: 1px solid white;
}

ul#mainmenu li ul a.child-hover {
	color: rgb(14,168,231);
}

ul#mainmenu li ul li ul {
	margin: -29px 0 0 122px;
	position: absolute;
}
ul#mainmenu div.menu_item_admin_controls a:link,
ul#mainmenu div.menu_item_admin_controls a:visited,
ul#mainmenu div.menu_item_admin_controls a:hover,
ul#mainmenu div.menu_item_admin_controls a:active {
	border: 0;
	padding: 0;
}

/*****************
* Page Menu
******************/
ul#pagemenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#pagemenu li {
	margin-bottom: 5px;
}
ul#pagemenu li  a {
	font-family: MyriadPro;
	font-size: 1.5em;
	color: #666;
	text-decoration: none;
}
ul#pagemenu li a.current {
	font-size: 1.5em;
	color: rgb(14,168,231);
	text-decoration: none;
}
ul#pagemenu li ul {
	list-style: none;
	margin-top: 5px;
}
ul#pagemenu li ul li {
	margin: 0;
}
ul#pagemenu li ul a {
	font-size: 1em;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	color: #666;
}
ul#pagemenu li ul a:hover {
	color: rgb(14,168,231);
}
ul#pagemenu li ul a.current {
	font-size: 1em;
	font-family: helvetica, arial, sans-serif;
	color: rgb(14,168,231);
}

/*****************
* Search
******************/
div#search_results_container {
	position: absolute;
	top: 19px;
	right: 19px;
	z-index: 999;
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
}
div#search_form input#search {
	border: 1px solid #7f7f7f;
	padding: 1px;
	margin-left: 3px;
}
#search_results {
	text-align: left;
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	position: static;
	z-index: 999;
}
#search_results div {
	position: static;
	z-index: 999;
}
#search_results div div {
	padding-bottom: 5px;
}
#search_results a:link {
	font-weight: bold;
	color: rgb(14,168,231);
	text-decoration: none;
}
#search_results a:visited {
	font-weight: bold;
	color: rgb(14,168,231);
	text-decoration: none;
}
#search_results a:hover {
	font-weight: bold;
	color: rgb(14,168,231);
	text-decoration: underline;
}
#search_results a:active {
	font-weight: bold;
	color: rgb(14,168,231);
	text-decoration: none;
}
#search_results_pagination {
	padding: 3px 0;
	position: static;
	z-index: 999;
}
#search_results_pagination a {
	font-weight: normal;
}


/******************************
*******************************
*****  Page Specific Styles
*******************************
*******************************/

/*****************
* Home
******************/

.section_1 #content {
	padding: 55px 390px 25px 70px;
	background: transparent url(/images/home-background.jpg) no-repeat 100% 120px;
}
.block_1 {
	margin-bottom: 0;
}
.block_1 h4 {
	background: transparent;
	padding: 0;
	text-indent: 0;
}
.section_1 .heading {
	font-size: 59px;
}
.section_1 #learn_more {
	margin-top: 25px;
}
.recent-news,
#block_51 {
	padding-top: 0;
	margin-bottom: 0;
}
.recent-news h4 {
	font-size: 22px;
	position: relative;
	left: -15px;
	background-position: 0 5px;
}
.recent-news ul.blog_posts {
	margin: 8px 0;
}
.recent-news ul.blog_posts li {
	margin-bottom: 3px;
}
/*****************
* About Us
******************/

/* Our Firm */
.root_section_2 #content {
	padding: 40px 65px 25px 30px;
	background: transparent url(/images/about-firm-background.jpg) no-repeat 0 0;
}
.root_section_2 #main {
	padding-top: 15px;
}
.root_section_2 .highlights ul {
	padding: 0;
	/*list-style-position: inside;*/
}

/* Our Culture */
.page_3 #main,
.page_4 #main {
	padding-top: 0;
}
.root_section_2 #academic {
	width: 472px;
	margin: 0 auto;
}
.root_section_2 #academic {
	color: white;
}
.root_section_2 #academic p {
	margin: 0;
}
.root_section_2 #academic td {
	vertical-align: middle;
	width: 203px;
	height: 115px;
	padding: 15px 15px 5px 15px;
}
.root_section_2 #academic .view1 {
	font-size: 1.17em;
	text-align: center;
	text-transform: uppercase;
}
.root_section_2 #academic .view2 {
	background: #898989;
	text-align: left;
}
.root_section_2 #academic .dark-blue {
	background: rgb(74,190,237);
}
.root_section_2 #academic .light-blue {
	background: rgb(171,225,247);
}
.root_section_2 #academic .gray {
	background: #898989;
}
.root_section_2 .quote_credit {
	text-align: right;
}
.root_section_2 .quote_list {
	/*list-style-position: inside;*/
	padding: 0;
}
.root_section_2 .quote_list a:link {
	text-decoration: none;
	color: #666;
}
.root_section_2 .quote_list a:visited {
	text-decoration: none;
	color: #666;
}
.root_section_2 .quote_list a:hover {
	text-decoration: none;
	color: rgb(14,168,231);
}
.root_section_2 .quote_list a:active {
	text-decoration: none;
	color: #666;
}
#block_5 .ui-tabs .ui-tabs-nav {
	height: 35px;
}
/*****************
* Services
******************/

/** Industry Focus **/
.section_10 #content {
	background: transparent url(/images/industry-focus-background.jpg) no-repeat 0 100%;
}

/** Capabilities **/

	/** Product Commercialization Strategy **/
	.page_9 #content {
		background: transparent url(/images/capabilities-prodcommstrat-background.jpg) no-repeat 0 100%;
	}
	/** Oncology and Specialty Therapeutics **/
	.page_10 #content {
		background: transparent url(/images/capabilities-oncspecther-background.jpg) no-repeat 0 100%;
	}
	/** US Managed Markets **/
	.page_11 #content {
		background: transparent url(/images/capabilities-usmngdmrkts-background.jpg) no-repeat 0 100%;
	}
	/** Global Market Access **/
	.page_12 #content {
		background: transparent url(/images/capabilities-glblmrktaccess-background.jpg) no-repeat 0 100%;
	}
	
/** Case Studies **/

	/** Product Commercialization Strategy **/
	.page_13 #content {
		background: transparent url(/images/casestudies-prodcommstrat-background.jpg) no-repeat 0 100%;
	}
	/** Oncology and Specialty Therapeutics **/
	.page_14 #content {
		background: transparent url(/images/casestudies-oncspecther-background.jpg) no-repeat 0 0;
	}
	/** US Managed Markets **/
	.page_15 #content {
		background: transparent url(/images/casestudies-usmngdmrkts-background.jpg) no-repeat 0 100%;
	}
	/** Global Market Access **/
	.page_16 #content {
		background: transparent url(/images/casestudies-glblmrktaccess-background.jpg) no-repeat 0 100%;
	}
	
/*****************
* News
******************/
.section_4 #content {
	padding: 40px 30px 25px 135px;
}
ul.feed {
	padding-left: 10px;
	margin-left: 13px;
}
ul.feed li {
	margin-bottom: 20px;
}
ul.feed li a {
	text-decoration: underline;
}
#block_50 h4, #block_49 h4 {
	padding: 0;
	background: transparent;
	font-size: 30px;
	margin-bottom: 25px;
	text-indent: 0;
}
#block_50 ul.feed li,
#block_49 ul.feed li {
	margin-bottom: 5px;
}
.page_17 h5 {
	font-size: 1em;
}
#blog_title h4 {
	padding-left: 0;
	background: transparent;
	font-size: 30px;
	font-weight: normal;
	color: rgb(14,168,231);
	line-height: 133%;
	margin-top: 0;
}
div#blog_title img#blog_rss_link {
	position: relative;
	bottom: 3px;
	margin-left: 0;
}
ul.blog_posts {
	padding: 0;
	/*list-style-position: inside;*/
	margin-left: 0;
}
ul.blog_posts li {
	margin-bottom: 10px;
}
.post_title {
	font-weight: bold;
	font-size: 1.25em;
}
.post_date {
	font-weight: bold;
}
.post_body {
	height: 310px;
	position: relative;
}
.post_back_button {
	margin-top: 15px;
}
#blog_archive_menu {
	list-style: none;
	padding-left: 15px;
	margin-left: 0;
}
#blog_archive_menu li ul.months {
	list-style: none;
	padding: 0;
}
#blog_archive_menu li ul.months {
 margin-bottom: 20px;
}
#blog_archive_menu li,
#blog_archive_menu li ul.months li {
	padding: 0;
}
#blog_archive_menu li a {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(14,168,231);
}
#blog_archive_menu li ul.months {
	margin-left: 0;
}
#blog_archive_menu li ul.months li a {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
#blog_archive_menu li ul.months li a.current {
	text-decoration: none;
	font-weight: normal;
	color: rgb(14,168,231);
}
/*****************
* Services
******************/

/** Alumni Profiles **/

.alumni-profile-quotation {
	font-style: italic;
	margin-bottom: 25px;
}
.alumni-profile-info {
	float: left;
	width: 190px;
}
.alumni-profile-info h4 {
	color: rgb(14,168,231);
	font-size: 1.33em;
	margin: 0;
	padding: 0;
	background: transparent;
	text-indent: 0;
}
.alumni-profile-info h5 {
	margin: 20px 0 0 0;
	font-size: 1em;
}
.alumni-profile-info h5.first {
	margin: 0;
}
.alumni-profile-info p {
	margin: 0;
}
.alumni-profile-questions {
	margin-left: 193px;
}

/** Online Application **/
#application-success {
	padding: 60px;
}
#application-success p {
	margin: 15px 0 30px 0;
}
#application-success img {
	cursor: pointer;
}
#online_application td.label {
	width: 135px;
	color: rgb(14,168,231);
	font-weight: bold;
	font-size: 1.33em;
	text-align: right;
	padding: 10px 5px;
}
#online_application td.field input {
	border: 1px solid #676770;
}
#online_application td.submit-container {
	text-align: right;
}
#online_application select {
	width: 220px;
}
.file_upload {
	position: relative;
}
input#job_application_resume,
input#job_application_letter {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 2;
}
input.fake-upload-field {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 1;
}
img.fake-browse-button {
	position: absolute;
	top: -10px;
	right: -88px;
	z-index: 1;
	cursor: pointer;
}
/*****************
* Contact
******************/
.contact-map {
	float: left;
}
.contact-info {
	margin-left: 330px;
	padding: 135px 0 0 25px;
}
.contact-heading {
	font-size: 20px;
	font-weight: normal;
	line-height: 133%;
	color: rgb(14,168,231);
	padding: 0;
	margin: 0;
}
	
/*****************
* Sitemap
******************/
.sitemap #content {
	background: transparent url(/images/sitemap-background.jpg) no-repeat 0 100%;
	padding-left: 255px;
}
.sitemap #sitemap-wrapper {
	height: 345px;
	position: relative;
}
.sitemap ul#sitemap {
	list-style: none;
	padding-left: 160px;
	margin-top: 45px;
}
.sitemap ul#sitemap ul {
	list-style: none;
}
.sitemap ul#sitemap a {
	font-weight: bold;
	color: rgb(14,168,231);
	text-decoration: underline;
}

