/* CSS Document */

/* ----------Core Styles ----------*/
body {
  font-family: "Verdana", arial, sans-serif;
  font-size: 70%;
  vertical-align: top;
  color: #333333;
  padding: 0;
  margin: 0 auto;
  border-collapse: collapse;
  text-align:center;
}
img {
	border:none;
}
a {
	color:#333;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:visited {
	color:#333;
}

h1 { 
  color: #666; 
  font-size: 130%;
  margin-top: 0;
  margin-bottom: 1em;
}
* html h1 { 
	clear:both;
}
h2 {
  color: #666;
  font-size: 103%;
  margin-top: 1em;
  margin-bottom: 0;
}

h3 {
  color: #333;
  font-size: 100%;
  margin: 0;
}

p {
	color: #333;
 	margin-top: 0px;
}

ul {
	list-style:square;
}
li {
	list-style:square;
}

/* --- Accordian Styles --- */
.AccordianActive {
	background: url("../../images/icons/minus.gif") no-repeat 2px 2px;
}
.AccordianInactive {
	background: url("../../images/icons/plus.gif") no-repeat 2px 2px;
}

h2.default {
	background-color: #ccc;
}

h2.Inspiration {
	background-color: #7d5f2b;
	color:#fff;
}
h2.Imagination {
	background-color: #a7181f;
	color:#fff;
}
h2.Exploration {
	background-color: #50508d;
	color:#fff;
}
h2.Innovation {
	background-color: #676f40;
	color:#fff;
}

.BoxTitle {
	width:350px;
	padding:5px 30px ;
	border:1px solid #333;
	cursor:pointer;
}
.BoxTitle h2 a {
	color: #333;
}
.BoxTitle a {
	color:#333333;
}
.BoxContent a {
	color:#333333;
}
.BoxContent ul {
	list-style:none;
	margin:0;
	padding:0;
}
.BoxContent li {
	list-style:none;
}


/* ----------SLV Header ----------*/
#Container_Body {
	margin:0 auto;
	padding:0;
	width:980px;
	border:3px solid #333;
	text-align:center;
	background: #f7f2e4;
}

#Container_Content {
	margin:0;
	padding:0;
	text-align:left;
	clear:both;
	min-height:400px;
	height:auto;
}

* html #Container_Content {
	height:400px;
}

#Header_SLV {
	background: #000;
	height:auto;
	min-height:15px;
	color:#fff;
	margin:0;
	padding:1px 0 0 1em;
	text-align:left;
}
* html #Header_SLV {
	height:15px;
}
#Header_SLV ul {
	margin:0;
	padding:0;
	width:680px;
	float:left;
}
#Header_SLV ul li {
	margin:0;
	padding:0;
	display:inline;
}
#Header_SLV ul li a {
	color:#fff;
	text-decoration:none;
}

#Header_SLV a.SkipToContent {
	color:#fff;
	text-decoration:none;
	float:right;
	padding-right:10px;
}
/* ----------Main Header ----------*/
#Header {
	height:118px;
	width:100%;
	margin:0;
	padding:0;
	overflow:visible;
	position:relative;
	z-index:2001;
}
#Header .Header_LHS{
	height:118px;
	width:250px;
	margin:0;
	padding:0;
	overflow:visible;
	position:absolute;
	top:0;
	left:0;
}
#Header .Header_LHS h1 {
	display:none;
}

#Header .Header_RHS{
	height:118px;
	width:700px;
	margin:0;
	padding:0;
	float:right;
}
#Header .Header_RHS span {
	overflow:visible;
	position:absolute;
	top:0;
	right:0;
	float:right;
	text-align:right;
}

#Header .Header_RHS h1 {
	display:none;
}


/* ----------Navigation Header ----------*/

#Menu_Primary {
	margin: 0;
	padding: 0 0 0 330px;
	background:#333;
	min-height:27px;
	height:auto;
	overflow:hidden;
}

* html #Menu_Primary {
	height:27px;
}

#Menu_Primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	clear:both;
	display: block;
}

#Menu_Primary ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	height:100%;
}
* html #Menu_Primary ul li {
	width: 10em;
}
#Menu_Primary ul li a {
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	display: block;
	width: auto;
	height:30px;
	text-decoration: none;
	margin: 0 0 -10px 0;
	padding: 7px 20px 0 20px;
	z-index:25000;
}
#Menu_Primary ul li a:first-child {
	border-left:none;
}

#Menu_Primary ul li a.Inspiration {
	background: #70582d;
}
#Menu_Primary ul li a.Imagination {
	background: #9c151c;
}
#Menu_Primary ul li a.Exploration {
	background: #46467d;
}
#Menu_Primary ul li a.Innovation {
	background: #5b6339;
}


#Menu_Primary ul li a:hover, #Menu_Primary ul li a.Selected {
	color:#FFF;
	
}

#Menu_Primary ul li a:hover.Inspiration {
	background: #7d5f2b;
}
#Menu_Primary ul li a:hover.Imagination {
	background: #a7181f;
}
#Menu_Primary ul li a:hover.Exploration {
	background: #50508d;
}
#Menu_Primary ul li a:hover.Innovation {
	background: #676f40;
}

#Menu_Secondary {
	margin: 0;
	padding: 0 0 0 340px;
	background:#666;
	min-height:20px;
	height:auto;
	overflow:hidden;
}

* html #Menu_Secondary {
	height:20px;
}


#Menu_Secondary ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
	border: none;
	clear:both;
	width:640px;
	height:100%;
}

#Menu_Secondary ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	height:100%;

}
* html #Menu_Secondary ul li {

}
#Menu_Secondary ul li a {
	color: #FFF;
	font-size:10px;
	font-weight:normal;
	display: inline;
	height:100%;
	text-decoration: none;
	margin: 2px 0 -4px 0;
	padding: 4px 10px 0 10px;
	border-left:1px solid #ccc;
}
#Menu_Secondary ul li a.Selected {
	font-weight:bold;
}
#Menu_Secondary ul li a:first-child a.first {
	border-left:none;
}


#Breadcrumb {
	clear:both;
	min-height:20px;
	height:auto;
	
}
* html #Breadcrumb {
	height:20px;
}
#Breadcrumb ul {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	margin: 0;
	padding: 0 0 0 350px;
}

#Breadcrumb li {
	color:#333;
	display: block;
	list-style:none;
	float:left;
	min-height:20px;
	height:auto;
	margin:0;
	padding: 10px 5px 0 0;
}

#Breadcrumb li a {
	margin:0;
	padding:0;
	text-decoration:none;
	
}
#Breadcrumb li a:hover {
	margin:0;
	padding:0;
	text-decoration:underline;
}
/* ----------Object List Items----------*/
h2.Menu_Heading {
  margin:0 0 0 2em;
  padding:0;
}

h2.Menu_Heading a{
  color: #666;
  text-decoration:none;
}

h2.Menu_Heading a:hover {
  text-decoration:underline;
}
h2.Menu_Heading a:visited {
 color: #666;
 text-decoration:none;
}
ul.Menu_Object {
	margin-top:0;
	overflow:hidden;
}
ul.Menu_Object li {
	margin:0;
	min-height:1em;
	height:auto;
	font-weight:400;
}
* html ul.Menu_Object li {
	height:1em;
}
ul.Menu_Object li a {
	margin-left:10px;
	text-decoration:none;
	padding:.25em;
}
ul.Menu_Object li a:hover {
 text-decoration:underline;
}
ul.Menu_Object li a:visited {
 text-decoration:none;
}

ul.Menu_Interactive {
	
}

li.Item {
	margin-left:-30px;
	padding:5px 10px;
	list-style:none;
	
}

ul.Menu_Interactive li.Item a {
	text-decoration:none;
	padding:10px 0 10px 35px;
	margin:0;
}
ul.Menu_Object li.Item a:hover {
 text-decoration:underline;
}
ul.Menu_Object li.Item a:visited {
 text-decoration:none;
}

li.Item a.Audio {
	background: url("../../images/icons/audio.gif") no-repeat 0 5px;
}
li.Item a.Zoom {
	background: url("../../images/icons/zoom.gif") no-repeat 0 5px;
}
li.Item a.Video {
	background: url("../../images/icons/video.gif") no-repeat 0 5px;
}
li.Item a.PageByPage {
	background: url("../../images/icons/pageturn.gif") no-repeat 0 5px;
}
li.Item a.Gallery {
	background: url("../../images/icons/gallery.gif") no-repeat 0 5px;
}
li.Item a.VR {
	background: url("../../images/icons/rotate.gif") no-repeat 0 5px;
}
li.Item a.Spin {
	background: url("../../images/icons/rotate.gif") no-repeat 0 5px;
}
ul.ExternalLinks {
	
}
ul.ExternalLinks li {
	margin:0;
	height:1em;
	font-weight:normal;
	padding:.25em 5px;
	list-style: url("../../images/icons/newwindow.gif");
}
/* ----------Main Content Area----------*/
#Content_Main {
	min-height:400px;
	height:auto;
	width: auto;
	padding:0;
	margin:0;
	margin-left:350px;
	margin-right:200px;
}

* html #Content_Main {
	height:400px;
}
#Content_Object {
	min-height:600px;
	height:auto;
	width: 100%;
	padding:0;
	margin:0 auto;
	clear:both;
}

* html #Content_Object {
	height:600px;
}
#Content_Object h1 {
	text-align:left;
	margin-left:350px;
}

#Content_Object #Menu_Tertiary {
	text-align:left;
	margin-left:350px;
}

#Content_Flash {
	min-height:600px;
	height:auto;
	width: 100%;
	text-align:center;
	padding:0;
	margin:0 auto;
	clear:both;
}

#Content_Home {
	min-height:495px;
	height:auto;
	width: 100%;
	text-align:left;
	padding:0;
	margin:0 auto;
	clear:both;
	position:relative;
	background: url("../../images/system/homepage.jpg");
}

* html #Content_Home {
	height:496px;
	overflow:hidden;
}
#Content_Home img {
}
#Content_Home_Alternative {
	position:absolute;
	top:70px;
	left:250px;
	width:400px;
}
#Content_Left {
	min-height:400px;
	height:auto;
	width: 335px;
	padding:0 0 0 15px;
	float:left;
	overflow:hidden;
}

* html #Content_Left {
	height:400px;
	overflow:visible;
}
#Content_Left img {
	border:2px solid #333;
}
#Content_Right {
	min-height:400px;
	height:auto;
	width: 200px;
	padding:0;
	float:right;
	position:relative;
}

* html #Content_Right {
	height:400px;
}

#Quote {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	right:0;
	height:300px;
}
#Container {
	margin:0;
	padding:0;
}
/* --------- Functionsal Styles ----------*/
.Cleaner {
	clear:both;
	height:1px;
}

/* ----------Layout Styles ----------*/
/* supply padding to structural layout elements */
.Content {
	padding:1em;
	margin:0;
}

/* ----------Footer----------*/
#Menu_Footer {
margin: 0;
padding: 0 ;
background:#333;
min-height:20px;
height:auto;
overflow:hidden;
}
* html #Menu_Footer {
	height:20px;
}
#Menu_Footer ul {
margin: 3px 0 0 0;
padding:0;
text-align:center;
}

#Menu_Footer ul li {
	margin:0;
	padding:0;
	display:inline;
}

#Menu_Footer ul li a {
	color:#fff;
	padding: 4px 10px 0 10px;
	margin: 2px 0;
	font-size:1em;
	border-left:1px #fff solid;
	text-decoration:none;
}

#Menu_Footer ul li:first-child a,#Menu_Footer ul li a.Timeline {
	border-left:none;
}

#Menu_Footer ul li a:hover {
	color:#666;
}

#Menu_Detail {
	height:50px;
	clear:both;
	background:#666;
	background: url("../../images/system/footergraphic.jpg") no-repeat top right;
}
#Footer {
	margin-top:20px;
	font-size:smaller;
	text-align:center;
}
#Footer a {
	color:#333;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}

#Footer a {
	text-decoration:none;
}

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

/* ----------Footer for Print----------*/
#FooterPrint{
	display:none;
}


/* ----------Footer for Print----------*/
ul.Thumbnails{
	margin:0 0 2em 0;
	padding:0;
	list-style:none;
}
ul.Thumbnails li {
	float:left;
	margin:10px 10px 0 10px;
	padding:0;
	width:110px;
	list-style:none;
	height:140px;
}
ul.Thumbnails li img{
	border:2px solid #333;
}
ul.Thumbnails li a {
	text-decoration:none;
	color:#000;
}

ul.Thumbnails li a:hover {
	text-decoration:underline;
}
ul.Thumbnails li a:visited {
 text-decoration:none;
}

/* ----------Site map Styles----------*/
#SiteMap_Inspiration {
	float:left;
	width:45%;
}
#SiteMap_Imagination {
float:left;
width:45%;
}
#SiteMap_Exploration {
clear:left;
float:left;

width:45%;
border-top:1px #666 solid;
}
#SiteMap_Innovation {
float:left;
width:45%;
border-top:1px #666 solid;
}

#Content_SiteMap {
	min-height:400px;
	height:auto;
	width: auto;
	padding:0;
	margin:0;
	margin-left:200px;
	margin-right:200px;
}

* html #Content_SiteMap {
	height:400px;
}
#Content_Video{
clear:both;
//:margin:0px 200px 0px 350px;
//position:relative;
//display:inline-block;
}
#VideoPlayer{
overflow:visible;
}