/* -----------------------------------------------------------------------------------

+ Cubist Stylesheet

+ Authors: 
  Christian Keyes

+ Site Fonts: 
  Arial

+ Color Info 
  Cubist Purple : #6e3475;

----------------------------------------------------------------------------------- */



/*  General Styles
----------------------------------------------------------------------------------- */
	
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:    12px;
	line-height:  20px;
	color:        #666;
	padding: 	  0px;
	margin:		  0px;
	}
	
a				        { font-weight: normal; color: #825987; text-decoration: underline; }
a:hover			        { font-weight: normal; color: #c0a37e; text-decoration: underline; }
a:visited 		        { font-weight: normal; color: #825987; text-decoration: underline; }
a:visited:hover         { font-weight: normal; color: #c0a37e; text-decoration: underline; }

a.micro					{ font-weight: bold; color: #fff; text-decoration: none; }
a.micro:hover			{ font-weight: bold; color: #ccc; text-decoration: none; }
a.micro:visited			{ font-weight: bold; color: #fff; text-decoration: none; }
a.micro:visited:hover	{ font-weight: bold; color: #ccc; text-decoration: none; }

a.white					{ font-weight: bold; color: #fff; text-decoration: none; }
a.white:hover			{ font-weight: bold; color: #ccc; text-decoration: none; }
a.white:visited			{ font-weight: bold; color: #fff; text-decoration: none; }
a.white:visited:hover	{ font-weight: bold; color: #ccc; text-decoration: none; }

a.green					{ font-weight: bold; color: #8c956a; text-decoration: none; }
a.green:hover			{ font-weight: bold; color: #b7b990; text-decoration: none; }
a.green:visited			{ font-weight: bold; color: #8c956a; text-decoration: none; }
a.green:visited:hover	{ font-weight: bold; color: #b7b990; text-decoration: none; }

a.orange				{ font-weight: bold; color: #948563; text-decoration: none; }
a.orange:hover			{ font-weight: bold; color: #c3b275; text-decoration: none; }
a.orange:visited		{ font-weight: bold; color: #948563; text-decoration: none; }
a.orange:visited:hover	{ font-weight: bold; color: #c3b275; text-decoration: none; }

	
input, select, textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:    12px;
	padding:      1px 2px;
	border:       1px solid #444444;
	}
	
img {
	
	border:   0px;
	display:  block;
	
	}
	
	
	
/*  Text Styles
----------------------------------------------------------------------------------- */

h1 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	color:	#587b7b;
	margin: 20px 0 .7em 0px;
        line-height: normal;
	}
	
h1.taller {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	color:	#587b7b;
	line-height: 36px;
	margin: 12px 0 .7em 0px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color:	#004869;
	margin: 18px 0 11px;
	}
	
	h2.divider {
		border-bottom: 1px solid #999;
		padding-bottom: 3px;
		margin-bottom: 4px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	color:	#707c85;
	margin: 12px 0 7px;
	}
	
h4 {
	font:	 bold 14px Arial, Tahoma, Verdana;
	color:	 #7c92a1;
	margin:  2px 0 4px;
	padding: 4px 0 0 0;
	}
	
h5 {
	font: normal normal bold 11px/14px Arial, Helvetica, sans-serif;
	color: #81628B;
	margin: 4px 0px;
	}
	
.callout {
	font-family:   Arial, Helvetica, sans-serif;
	font-size:     14px;
	line-height:   22px;
	color:         #ab5b1b;
	padding:       13px 0px 16px 4px;
	border-top:    1px solid #999;
	border-bottom: 1px solid #999;
	margin:        19px 0 22px 0;
	
	}
	
.callout a, .callout a:hover {
  font-family:   Arial, Helvetica, sans-serif;
  font-size:     14px;
}

.feature {
    padding:       13px 0px 16px 4px;
	border-top:    1px solid #999;
	border-bottom: 1px solid #999;
	border-left:   1px solid #999;
	margin:        19px 0 22px 0;
}

.side_block {
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        11px;
	line-height:      18px;
	color:            #666441;     
	background-color: #eeefe4;
	padding:          10px 14px 13px 14px;
	border:           1px solid #7a785f;
	margin:           5px 13px 5px 5px;
	
	}
	.side_block h1,h2 {
	   margin: 0px;
	}
	
.side_block_gray {
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        11px;
	line-height:      18px;
	color:            #666441;     
	background-color: #efefef;
	padding:          10px 14px 13px 14px;
	border:           1px solid #7a785f;
	margin:           5px 13px 5px 5px;
	
	}
	.side_block h1,h2 {
	   margin: 0px 0px 8px 0px;
	}
	
.detail_text {
	font-family:   Arial, Helvetica, sans-serif;
	font-size:     10px;
	line-height:   14px;
	color:         #aaa;
	
	}

.detail_text_two {
	font-family:   Arial, Helvetica, sans-serif;
	font-size:     11px;
	line-height:   14px;
	color:         #888;
	
	}

p { margin-top: 0px; }

ul.outside {
	list-style-position: outside ;
}


/*  Site Structure
----------------------------------------------------------------------------------- */

.header_bar {
	width: 921px;
	height: 1px;
	border-top: solid 5px #8cc63f;
	padding: 0px;
	margin: 0 auto;
	line-height: 0px;
	}
	
.container_logo_nav {
	width: 921px;
	margin: 0px auto 7px auto;
	padding: 0px;
	background-color: #fff;
	}
	
.nav {
	width: 808px;
	height: 100px;
	background-color:#777;
	float:right;
	padding: 1px;
	}
	
.micronav {
	width: 550px;
	height: 12px;
	float:right;
	padding: 4px 12px;
	text-align:right;
	}
	
.container_body {
	width: 921px;
	margin: 0 auto 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	background: url(../images/bg_subnav.gif);
	}
	
.container_empty_body {
	width: 921px;
	margin: 0 auto 0px;
	}
	
.column_content {
	width: 652px;
	float: right;
	}
	
.content {
	width: 920px;
}

fieldset#site_search {
	border: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 243px;
	height: 46px;
	float: left;
	background: url(../images/search_bg.jpg) no-repeat top left #fff;
}

fieldset#site_search input#search_field {
	width: 190px;
	background: none;
	border: none;
	line-height: 1em;
	position: absolute;
	top: 12px;
	left: 13px;
}

fieldset#site_search input#search_button {
	position: absolute;
	top: 9px;
	right: 12px;
	padding: 0px;
	border: none;
}

.clear_header {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.logo_tagline {
	float: left;
}

.container_logo_nav ul#major_nav, .container_logo_nav ul#major_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: none;
}

.container_logo_nav ul#major_nav {
	float: right;
}

.container_logo_nav ul#major_nav li {
	float: left;
}

.container_logo_nav ul#major_nav li a {
	display: block;
	text-indent: -9999px;
	height: 46px;
	line-height: 1em;
	background-image: url(../images/major_nav.jpg);
	background-position: top left;
	background-color: #fff;
	width: 100px;
	outline: none;
}

	.container_logo_nav ul#major_nav li#about_cubist a:link,
	.container_logo_nav ul#major_nav li#about_cubist a:visited,
	.container_logo_nav ul#major_nav li#about_cubist a:active {
		width: 127px;
		background-position: 0px 0px;
	}
	.container_logo_nav ul#major_nav li#about_cubist a:hover {
		background-position: 0px -92px;
	}
	.container_logo_nav ul#major_nav li#about_cubist.current a:link,
	.container_logo_nav ul#major_nav li#about_cubist.current a:visited,
	.container_logo_nav ul#major_nav li#about_cubist.current a:active,
	.container_logo_nav ul#major_nav li#about_cubist.current a:hover {
		background-position: 0px -46px;
	}
	
	.container_logo_nav ul#major_nav li#products_pipeline a:link,
	.container_logo_nav ul#major_nav li#products_pipeline a:visited,
	.container_logo_nav ul#major_nav li#products_pipeline a:active {
		width: 171px;
		background-position: -127px 0px;
	}
	.container_logo_nav ul#major_nav li#products_pipeline a:hover {
		background-position: -127px -92px;
	}
	.container_logo_nav ul#major_nav li#products_pipeline.current a:link,
	.container_logo_nav ul#major_nav li#products_pipeline.current a:visited,
	.container_logo_nav ul#major_nav li#products_pipeline.current a:active,
	.container_logo_nav ul#major_nav li#products_pipeline.current a:hover {
		background-position: -127px -46px;
	}
	
	.container_logo_nav ul#major_nav li#investor_relations a:link,
	.container_logo_nav ul#major_nav li#investor_relations a:visited,
	.container_logo_nav ul#major_nav li#investor_relations a:active {
		width: 158px;
		background-position: -298px 0px;
	}
	.container_logo_nav ul#major_nav li#investor_relations a:hover {
		width: 158px;
		background-position: -298px -92px;
	}
	.container_logo_nav ul#major_nav li#investor_relations.current a:link,
	.container_logo_nav ul#major_nav li#investor_relations.current a:visited,
	.container_logo_nav ul#major_nav li#investor_relations.current a:active,
	.container_logo_nav ul#major_nav li#investor_relations.current a:hover {
		width: 158px;
		background-position: -298px -46px;
	}
	
	.container_logo_nav ul#major_nav li#careers a:link,
	.container_logo_nav ul#major_nav li#careers a:visited,
	.container_logo_nav ul#major_nav li#careers a:active {
		width: 83px;
		background-position: -456px 0px;
	}
	.container_logo_nav ul#major_nav li#careers a:hover {
		width: 83px;
		background-position: -456px -92px;
	}
	.container_logo_nav ul#major_nav li#careers.current a:link,
	.container_logo_nav ul#major_nav li#careers.current a:visited,
	.container_logo_nav ul#major_nav li#careers.current a:active,
	.container_logo_nav ul#major_nav li#careers.current a:hover {
		width: 83px;
		background-position: -456px -46px;
	}

	.container_logo_nav ul#major_nav li#news_media a:link,
	.container_logo_nav ul#major_nav li#news_media a:visited,
	.container_logo_nav ul#major_nav li#news_media a:active {
		width: 139px;
		background-position: -539px 0px;
	}
	.container_logo_nav ul#major_nav li#news_media a:hover {
		width: 139px;
		background-position: -539px -92px;
	}
	.container_logo_nav ul#major_nav li#news_media.current a:link,
	.container_logo_nav ul#major_nav li#news_media.current a:visited,
	.container_logo_nav ul#major_nav li#news_media.current a:active,
	.container_logo_nav ul#major_nav li#news_media.current a:hover {
		width: 139px;
		background-position: -539px -46px;
	}

.subnav {
	width: 243px;
	height: 400px;
	float: left;
	}
	
	.subnav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
		.subnav ul li {
			border-bottom: 1px solid #e8e8e8;
			background: url(../images/new_nav_bg.jpg) repeat-y #fbfbfb;
			}
			
		.subnav ul li.highlight {
			background-image: url(../images/subnav_highlight_new.jpg);
			background-repeat: repeat-y; 
			}
			
			.subnav ul li a, .subnav ul li a:visited, .subnav ul li a:hover {
				display: block;
				font: bold 13px Arial, Helvetica, sans-serif;
				padding: 7px 6px 7px 15px;
				color: #597b7b;
				width: 220px;
				text-decoration: none;
				}
			
			.subnav ul li.highlight a, .subnav ul li.highlight a:visited, .subnav ul li.highlight a:hover {
				
				}
				
		.subnav ul li.highlight ul {
			
			}
			
			.subnav ul li ul li {
				border-bottom: none;
				border-top: 1px solid #e8e8e8;
				background: none;
				background-color: #f2f2f2;
				padding-left: 10px;
				}
				
				.subnav ul li ul li a, .subnav ul li ul li a:visited, .subnav ul li ul li a:hover {
				font-size: 12px;
				}
			
			.subnav ul li.highlight ul li.highlight {
				background-image: url(../images/subnav_highlight_sub_new.jpg);
				}
			
			.subnav ul li.highlight ul li a, 
			.subnav ul li.highlight ul li a:visited, 
			.subnav ul li.highlight ul li a:hover {
				display: block;
				width: 206px;
				}
			
			.subnav ul li.highlight ul li.highlight a, 
			.subnav ul li.highlight ul li.highlight a:visited, 
			.subnav ul li.highlight ul li.highlight a:hover {
			
				}

.sub_on {
	width: 226px;
	height: 20px;
	color: #8c9761;	
	background: url(../images/bg_sub_on.gif);
	padding: 6px 0 0 15px;
	border-bottom: 1px solid #fff;
	}
	
.sub_off {
	width: 226px;
	height: 20px;
	color: #535f4e;
	background-color: #e2e2e2;
	padding: 6px 0 0 15px;
	border-bottom: 1px solid #fff;
	}
	
.footer_bar {
	width: 903px;
	color: #fff;
	background-color: #597b7b;
	padding: 8px 9px;
	margin: 6px auto 20px auto;
	clear: both;
	}

td.colordark{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #666;
	}
	
td.default{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #666;
	}
	
td.data{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding: 8px;
	}
	
td.header{
	background-color: #f7f5ee;
	border-bottom: 1px solid #d8d0bc;
	border-top: 1px solid #d8d0bc;
	color:#555;
	font: bold 11px Arial, Helvetica, sans-serif;
	height: 33px;
	vertical-align:middle;
	}
	
td.colordark .title1light{
	font:	normal 20px "Times New Roman", Times, serif;
	color:	#707c85;
	margin: 12px 0 7px;
	}
	
td.colordark .subtitlelight{
	font:	 bold 13px Arial;
	color:	 #7c92a1;
	margin:  2px 0 4px;
	padding: 4px 0 0 0;
	}
	
td.colordark .title2{
	font:	bold 13px Arial;
	color:	#7c92a1;
	margin: 10px 0 20px;
	}
	
td.colorlight .defaultbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	color: #8b9271;
	}
	
td.colorlight p{
	text-align: right;
	}

td.datashade{
	background-color: #f6f7f1;
	color:#494b41;
	}
	
.header {
	border-collapse:collapse;
	}
	
.header td {
	border: 1px solid #aba596;
	}

.colordark a         { font: normal 11px Arial, Helvetica, sans-serif; color: #4d616d; text-decoration: underline; }
.colordark a:hover   { font: normal 11px Arial, Helvetica, sans-serif; color: #7f929e; text-decoration: underline; }
.colordark a:visited { font: normal 11px Arial, Helvetica, sans-serif; color: #4d616d; text-decoration: underline; }

a.boldfielddef         { font: normal 11px Arial, Helvetica, sans-serif; color: #4d616d; text-decoration: underline; }
a.boldfielddef:visited { font: normal 11px Arial, Helvetica, sans-serif; color: #4d616d; text-decoration: underline; }
a.boldfielddef:hover   { font: normal 11px Arial, Helvetica, sans-serif; color: #7f929e; text-decoration: underline; }

	

/*  News
----------------------------------------------------------------------------------- */

.news_article {
	padding: 4px 0 16px;
	}
	
.news_header {
	background: url(../images/bg_news.gif);
	background-color: #6F7B69;
	padding: 2px 8px 2px 8px;
	font: normal normal bold 11px/25px Arial, Helvetica, sans-serif;
	}
	
	.news_header a, .news_header a:Visited {
		display: block;
		color: #F0F571;
		font: normal normal bold 11px/25px Arial, Helvetica, sans-serif;
		text-decoration: none;
		}
		
	.news_header a:Hover {
		color: #C6CFA8;
		font: normal normal bold 11px/25px Arial, Helvetica, sans-serif;
		text-decoration: none;
		}
	
.news_date {
	color: #fff4dd;
	float: right;
	height: 18px;
	padding: 0px 4px 4px 4px;
	background-color:#70796a;
	margin-top:-1px;
	border-bottom: 1px solid #aebba6;
	border-left: 1px solid #aebba6;
	border-right: 1px solid #aebba6;
	}

.news_body {
	background-color: #eeeeee;
	padding: 12px;
	border-bottom: 1px solid #bbbbbb;
	border-top: 3px solid #cdcdcd;
	}
	
	.news_body a, .news_body a:Visited, .news_body a:Hover {
		color: #535F6D;
		text-decoration: underline;
		font-weight: bold;
		}
		
.news_detail_meta {
	color: #999;
	margin-bottom: 24px;
	}
	
	.news_detail_meta .news_detail_date {
		color: #888;
		}
		
.news_detail_body {
	
	}
	
	.news_detail_body img {
		float: right;
		margin: 0 0 6px 12px;
		display: inline;
		}
		
/*  Team Table
----------------------------------------------------------------------------------- */
.team_table {
	width: 100%;
	margin-left: -6px;
	}
	
	.team_table td {
		width: 50%;
		}
		
		.team_table td a.lbOn span.card_name {
			display: block;
			font: bold 12px Arial;
			color: #7c92a1;
			margin: 2px 0 4px;
			padding: 4px 0 0 0;
			}
		
		/* regular/visited */
		.team_table td a.lbOn, .team_table td a.lbOn:visited {
			display: block;
			height: 85px;
			border: 1px solid #bbb;
			line-height: 14px;
			padding: 3px;
			text-decoration: none;
			position: relative;
			}
			
		.team_table td a.lbOn span.card_title, .team_table td a.lbOn:visited span.card_title {
			color: #666;
			font: normal normal normal 11px/14px Arial, Helvetica, sans-serif;
			display: block;
			}
			
		.team_table td a.lbOn span.card_link, .team_table td a.lbOn:visited span.card_link {
			display: block;
			position: absolute;
			top: 70px;
			left: 75px;
			color: #8c956a;
			font: normal normal bold 10px Arial, Helvetica, sans-serif;
			}
			
		/* hover */
		
		/* regular/visited */
		.team_table td a.lbOn:hover {
			
			}
			
		.team_table td a.lbOn:hover span.card_title {
			color: #666;
			font: normal normal normal 11px/14px Arial, Helvetica, sans-serif;
			display: block;
			}
			
		.team_table td a.lbOn:hover span.card_link {
			color: #b7b990;
			}
			
.board a.lbOn, .board a.lbOn:visited {
	font: bold 12px Arial;
	color: #7c92a1;
	}
	
	.board a.lbOn:hover {
		color: #b7b990;
		}
		
		
/*  Login Table
----------------------------------------------------------------------------------- */
.login_table {
	
	}
	
	.login_table th {
		padding: 4px 12px 4px 0;
		}
	
	.login_table td {
		padding: 4px;
		}
		
		
/*  Messaging
----------------------------------------------------------------------------------- */
.error, .success, .info {
	padding: 4px 8px;
	margin-bottom: 8px;
	background-color: #FFF;
	}
	
	.error {
		border: 1px solid #C00;
		background-color: #f6d7d7;
		color: #C00;
		}
		
	.success {
		border: 1px solid #090;
		background-color: #d3f5d3;
		color: #090;
		}
		
	.info {
		border: 1px solid #006699;
		background-color: #d0e9f5;
		color: #015681;
		}
