﻿/*****************************************************************
 * TITLE: RB-M Acquisition Project CSS
 * AUTHOR: Daniel Filler 
 * DESCRIPTION: This is a stylesheet used to add presentation
 * to the markup established.  Only alter this stylesheet if you have
 * a solid understanding of presentational CSS.
 ******************************************************************/

/* The Basics */
body {
	font: 76%/1.4em Arial, Helvetica, Verdana, sans-serif;
	background: #000 url(../images/bg_body.jpg) no-repeat center 0;
	color: #fff;
	border-top: 1px solid #ff8a00;
}

/* Framework */

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 114px; /* alter */
	position: relative;
}

#container:after { /* Clearing */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container {
	background: #fff url(../images/bg_container.gif) no-repeat 0 bottom; 
	min-height: 400px;
	height: auto !important; /* Min-Height in IE */
	height: 400px;
	display: inline-block;
}

#container {
	display: block;
}

#content {
	float: left;
	width: 505px;
	padding: 15px 20px 15px 15px;
	color: #000;
}

#wide #content {
	width: 770px;
	float: none;
	padding: 15px;
}

#video #content {
	width: 445px;
	padding: 15px;
}

#curve { /* Used for pages with no splash or subnav */
	float: left;
}

#sidebar {
	float: left;
	width: 247px;
	padding-bottom: 15px;
	margin-top: 15px;
}

#nosplash #sidebar {
	margin-top: 7.2em;
}

#video #sidebar {
	width: 309px;
	margin-top: 7.2em;
}

strong {
	font-weight: bold;
}

/* The Logo */

#header h1 a {
	background: url(../images/logo.gif) no-repeat 0 0;
	position: absolute;
	display: block;
	width: 316px;
	height: 73px;
	top: 0;
	left: 0px;
	text-indent: -9999px;
}

/* Utility Navigation */

#utility {
	position: absolute;
	right: 0;
	top: 15px;
}

#utility li {
	display: inline;
}

#utility li a {
	float: left;
	color: #a7a7a7;
	padding: 0 8px;
	text-decoration: none;
	border-right: 1px solid #a7a7a7;
}

#utility a.last {
	border-right: none;
}

#utility li a:hover {
	text-decoration: underline;
}

#utility li.current a,
#utility li.current a:hover {
	color: #fff;
}

/* Search Bar */

#search {
	position: absolute;
	top: 57px;
	right: 0;
}

#search #searchInput {
	width: 175px;
	padding: 4px;
	background: #fff url(../images/bg_searchInput.gif) repeat-x 0 0;
	border: 1px solid #474646;
	float: left;
	margin-right: 5px;
}

#search #searchInput:hover,
#search #searchInput:focus {
	border: 1px solid #ff8a00;
}

#search #searchButton {
	height: 27px;
	width: 77px;
	float: left;
	text-indent: -9999px;
	background: url(../images/bg_searchButton.gif) no-repeat 0 0;
}

#search #searchButton:hover {
	background-position: 0 -27px;
}

/* Main Navigation Styles
     Extremely precise, do NOT alter! */

.menu {
	width: 800px; 
	height: 49px; 
	position: relative; 
	z-index: 10;
	margin-bottom: 19px;
}

.menu li {
	float: left; 
	position: relative;
}

.menu li a {
	height: 49px;
	display: block;
	color: #c2c1c1;
	text-decoration: none;
}

.menu li a#system {
	width: 134px;
	background: url(../images/nav_system.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.menu li a#production {
	width: 196px;
	background: url(../images/nav_production.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.menu li a#media {
	width: 150px;
	background: url(../images/nav_media.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.menu li a#background {
	width: 142px;
	background: url(../images/nav_background.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.menu li a#resources {
	width: 125px;
	background: url(../images/nav_resources.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.menu li a#cg {
	width: 53px;
	background: url(../images/nav_cg.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.menu li a#system:hover,
.menu li a#production:hover,
.menu li a#media:hover,
.menu li a#background:hover,
.menu li a#resources:hover,
.menu li a#cg:hover {
	background-position: 0 -49px;
}

.menu li.current a#system ,
.menu li.current a#production,
.menu li.current a#media,
.menu li.current a#background,
.menu li.current a#resources {
	background-position: 0 -98px;
}

.menu li a.drop {
	background: url(../images/nav_drop_arrow.gif) no-repeat 145px center;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 49px;
	left: 0; 
	width: 155px;
	background: #2c2c2c url(../images/nav_drop.gif) no-repeat 0 0;
	padding-bottom: 10px;
	border: 1px solid #151515;
}

.menu ul ul ul {
	left: 155px; 
	top: -1px; 
	width: 155px;
}

.menu ul ul ul.left {
	left: -155px;
}

.menu table {
	position: absolute; 
	top: 0; 
	left: 0; 
	border-collapse: collapse;
}

.menu ul ul a,
.menu ul ul a:visited {  
	height: auto; 
	padding: 6px 6px; 
	width: 143px;
}

.menu ul ul ul a,
.menu ul ul a:visited {
	height: auto;
	padding: 6px 6px;
	width: 143px;
}

.menu ul ul a:hover { 
	text-decoration: underline;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #fff;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible; 
}

.menu ul :hover ul ul {
	visibility: hidden;
}

.menu ul :hover ul :hover ul { 
	visibility: visible;
}

/* Flash Introduction Splash */

#intro {
	width: 800px;
	height: 250px;
	background: #000 url(../images/intro.jpg) no-repeat 0 0;
}

/* Homepage tab/module styles */

#homeTabs:after { /* Clearing */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#homeTabs {
	display: inline-block;
}

#homeTabs {
	display: block;
}

#homeTabs li{
	display: inline;
}

.homeTab {
	width: 240px;
	float: left;
	min-height: 150px;
	height: auto !important; /* Min-Height in IE */
	height: 150px;
	margin-right: 10px;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin-top: 20px;
}
/*
.homeTab:hover {
	margin-top: 15px;
}
*/
#homeTabs #left {
	background: url(../images/hometab_left.gif) no-repeat 0 0;
}

#homeTabs #center {
	background: url(../images/hometab_center.gif) no-repeat 0 0;
}

#homeTabs #right {
	background: url(../images/hometab_right.gif) no-repeat 0 0;
	margin-right: 0;
}

.homeTab h2 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	color: #f76707;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.homeTab p {
	color: #b3b3b3;
}

/* Subnavigational Styles */

#subnav:after { /* Clearing */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

#subnav {
	background: url(../images/bg_subnav.gif) no-repeat 0 0;
	border-bottom: 1px solid #474747;
	display: inline-block;
}

#subnav {
	display: block;
}

#subnav li{
	display: inline;
}

#subnav li a {
	padding: 10px 15px;
	color: #d0d0d0;
	text-decoration: none;
	float: left;
}

#subnav li a:hover {
	text-decoration: underline;
	color: #fff;
}

#subnav li.current a,
#subnav li.current a:hover {
	color: #f76707;
	text-decoration: none;
	font-weight: bold;
}

/* Main Content Styles */

#breadcrumbs {
	margin: 0 0 2em 0;
}

#content h2 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	color: #f76707;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .8em;
}

#content h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	color: #f76707;
	font-weight: bold;
	margin: .5em 0 .2em 0;
}

#content p {
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
}

#content a {
	color: #4c4b4b;
}

#content a:hover {
	color: #ff7200;
}

/* Feature List Styles */

#featureList li:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

#featureList li { 
	display: inline-block;
	margin-bottom: 1.2em;
	line-height: 1.6em;
}

#featureList li { 
	display: block;
}

#featureList li a:hover {
	background: #f7c7a3;
}

#featureList li a img {
	float: left;
	border: 1px solid #bdbdbd;
	padding: 10px;
	margin-right: 15px;
}

#featureList li a:hover img {
	border: 1px solid #f7c7a3;
	background: #f7c7a3;
}

#featureList li strong {
	font-weight: bold;
}

/*Team List */

#teamList li:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

#teamList li { 
	display: inline-block;
	margin-bottom: 1.2em;
	line-height: 1.6em;
}

#teamList li { 
	display: block;
}

#teamList li a:hover {
	background: #f7c7a3;
}

#teamList li a img {
	float: left;
	border: 1px solid #bdbdbd;
	padding: 10px;
	margin-right: 15px;
}

#teamList li a:hover img {
	border: 1px solid #f7c7a3;
	background: #f7c7a3;
}

#teamList li strong {
	font-weight: bold;
}

/* Tables */

.dataTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.dataTable  thead th{
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: url(../images/table_header.gif) repeat-x 0 0;
	padding: 8px;
}

.dataTable  thead .left {
	background: url(../images/table_header_left.gif) no-repeat 0 0;
}

.dataTable  thead .right {
	background: url(../images/table_header_right.gif) no-repeat right 0;
}

.dataTable  tbody td {
	padding: 3px 8px;
	border-bottom: 1px solid #dddddd;
}

.dataTable  tbody .even td{
	background: #f0f0f0;
}

.dataTable  caption {
	font-style: italic;
	padding: 8px;
}

/* Landing Page Styles */

#landingModuleContainer .landingModule {
	float: left;
	margin-right: 15px;
	width: 377px;
}

#landingModuleContainer .right {
	margin-right: 0;
}

#landingModuleContainer .landingModule .content {
	background: url(../images/bg_landingModule.gif) no-repeat 0 0;
	padding: 15px;
	width: 347px;
	min-height: 100px;
	height: auto !important; /* Min-Height in IE */
	height: 100px;
	color: #cbcbcb;
}

#landingModuleContainer .landingModule .content h2 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#landingModuleContainer .landingModule .content img {
	border: 1px solid #ff8a00;
	margin-bottom: 1em;
}

#landingModuleContainer .landingModule .content a {
	display: block;
	color: #cbcbcb;
	background: url(../images/icon_landingGo.jpg) no-repeat right .5em;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
}

#landingModuleContainer .landingModule .content a:hover {
	text-decoration: underline;
	color: #fff;
}

#landingModuleContainer .landingModule .footer {
	background: url(../images/bg_landingModuleFooter.gif) no-repeat 0 0;
	height: 21px;
}

/* Sidebar Styles */

#module {
	background: url(../images/bg_module.gif) no-repeat 0 0;
	min-height: 271px;
	height: auto !important; /* Min-Height in IE */
	height: 271px;
	padding: 15px;
	z-index: 10;
	color: #cbcbcb;
}

#module h2,
#module h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#module ul li {
	display: block;
	padding-left: 10px;
	background: url(../images/bullet_module.gif) no-repeat 0 .5em;
	margin-bottom: 1em;
	height: 1%;
}

#module p {
	line-height: 1.8em;
}

#moduleFooter {
	background: url(../images/bg_moduleFooter.gif) no-repeat 0 0;
	height: 21px;
}

#interactiveLink {
	display: block;
	width: 245px;
	height: 124px;
	background: url(../images/bg_interactive.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#interactiveLink:hover {
	background-position: 0 -124px;
}

/* Video Styles */

#flashVideo {
	margin-bottom: 10px;
}

#sidebar #videolisting {
	background: #010101 url(../images/bg_videolisting.jpg) no-repeat 0 0;
	padding: 5px;
	min-height: 300px;
	height: auto !important; /* Min-Height in IE */
	height: 300px;
}

#sidebar #videolistingFooter {
	background: #fff url(../images/bg_videolisting_footer.jpg) no-repeat 0 0;
	height: 24px;
}

#videolisting h2,
#videolisting h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	padding: 10px 10px 0 10px;
}

#videolisting ul li {
	display: block;
}

#videolisting a.videoLink:after { /* clearing */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

#videolisting ul li a.videoLink {
	padding: 5px;
	color: #cbcbcb;
	background: #010101 url(../images/bg_videoLink.jpg) no-repeat 0 0;
	border: 1px solid #111111;
	border-bottom: 1px solid #4e4e4e;
	text-decoration: none; 
	display: inline-block;
	width: 286px;
	margin-bottom: 5px;
	position: relative;
}

#videolisting a.videoLink { 
	display: block;
}

#videolisting ul li a.videoLink:hover,
#videolisting ul li.current a.videoLink {
	border: 1px solid #fe8300;
	color: #fff;
}

#videolisting ul li a.videoLink img {
	float: left;
	border: 1px solid #c4c5c5;
	margin-right: 5px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#videolisting ul li a.videoLink:hover img,
#videolisting ul li.current a.videoLink img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	border: 1px solid #efefef;
}

#videolisting a.videoLink h4 {
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#videolisting a.videoLink p {
	font-size: .9em;
}

#videolisting a.videoLink p.nowPlaying {
	font-size: .7em;
	float: right;
	color: #fe8300;
	text-transform: uppercase;
}

#videolisting a.viewAll {
	display: block;
	text-align: right;
	padding-right: 5px;
	color: #cbcbcb;
}

#videolisting a.viewAll:hover {
	color: #fff;
}

#videolisting img.play {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#videolisting a.videoLink:hover img.play {
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border: none;
}


/* Interactive Styles */

#flashWarning {
	background: #000 url(../images/bg_flashWarning.gif) no-repeat 0 0;
	position: relative;
	padding-top: 140px;
	text-align: center;
	min-height: 100px;
	height: auto !important; /* Min-Height in IE */
	height: 100px;
	color: #cbcbcb;
}

#flashWarning h3 {
	font-weight: normal;
}

#flashWarning p {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#flashWarning a {
	display: block;
	width: 311px;
	height: 43px;
	background: url(../images/bg_launchButton.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 auto;
}

#flashWarning a:hover {
	background-position: 0 -43px;
}

#flashWarningFooter {
	background: #000 url(../images/bg_flashWarningFooter.gif) no-repeat 0 0;
	height: 25px;
}

/* Footer Styles */

#footer {
	border-top: 1px solid #282828;
	padding-top: 5px;
	text-align: center;
	width: 700px;
	margin: 10px auto 30px auto;
}

/* Clearing Help */
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

.clearfix { 
	display: inline-block;
}

.clearfix { 
	display: block;
}

/* styles for the technical diagrams */

#diagramContainer .diagramModule {
	float: left;
	margin-right: 15px;
	margin-left: 42px;
	width: 300px;
}
			
#diagramContainer .right {
	margin-right: 0;
}
			
#diagramContainer .diagramModule .content {
	background: url(../images/bg_module.gif) no-repeat 0 0;
	padding: 15px;
	width: 225px;
	min-height: 100px;
	height: auto !important; /* Min-Height in IE */
	height: 100px;
	color: #cbcbcb;
}
			
#diagramContainer .diagramModule .content h2 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: center;
}
			
#diagramContainer .diagramModule .content img {
	border: 5px solid #f7c7a3;
	margin-bottom: 1em;
}
			
#diagramContainer .diagramModule .content a {
	display: block;
	color: #cbcbcb;
	padding-right: 18px;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
			
#diagramContainer  .diagramModule .content a:hover {
	text-decoration: underline;
	color: #fff;
}

#diagramContainer  .diagramModule .content a:hover img {
	border:5px solid #ff8a00;
	background: #ff8a00;
}
			
#diagramContainer .diagramModule .footer {
	background: url(../images/bg_landingModuleFooter.gif) no-repeat 0 0;
	height: 21px;
}

h6 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1.8em;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .25em;
	margin-top: .25em;
}
			
h5 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1.8em;
	color: #f76707;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .5em;
	margin-top: .5em;
}


