/* Color Palette

rgb(163,216,251); /* light blue
rgb(5,110,191); /* blue
rgb(192,192,192); /* light grey
rgb(165,165,165); /* grey
rgb(235,235,235); /* really light grey
rgb(24,24,24); /* dark grey
rgb(255,255,255); /* white 
rgb(0,0,0); /* black 

*/

html, body {
	margin: 0em;
	padding: 0em;
	font-size: 86%;
	text-align:center;
	background: rgb(192,192,192); /* light grey */
	color: rgb(84,84,84); /* dark grey */
	}
	
/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, li, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

img { /* This turns off borders around images */
	border: 0;
	}

/* Ordinary paragraphs and list-items */
p, ul, ol {
	margin: 0em;
	padding: 0em;
	margin-bottom: 1.2em;
	font-size: 1.0em;
	}

ul li {
	font-size: 1.0em;
	margin-bottom:0.4em;
	}

/* General font sizing -- for IE */
input, textarea, select, td, th {
	font-size: 1.0em;
	}

/* General link colors */
a, a:visited, a:active {
	color: rgb(84,84,84); /* dark grey */
	}

a:hover {
	color: rgb(84,84,84); /* dark grey */
	text-decoration:underline;
	}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
	}

sup {
	font-size: 0.9em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

	
/* ================================ Layout Containers ================================ */	

div#page {
	width:865px;
	margin: 0 auto 0 auto;
	text-align:left;
	position:relative;
	background-color: rgb(255,255,255); /* white */
	}
		
div#container {
	width:865px;
	margin: 0;
	padding: 0;
	position:relative;
	clear:both;
	overflow:hidden;
	
	}
	
div#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#container {display: inline-block;}

/* Hides from IE-mac \*/
* html div#container {height: 1%;}
div#container {display: block;}
/* End hide from IE-mac */	

div#content {
	float: left;
	width: 460px;
	position: relative;
	margin-left:40px;
	margin-right:60px;
	margin-top:20px;
	}
	
*html div#content { /* for IE6 */
	margin-left:20px;
	}	
	 
div#sidebar {
	width:285px;
	margin-right:20px;
	margin-top:35px;
	float:right;
	position:relative;
	padding-bottom:25px;
	background: rgb(50,50,50) url(images/bg_sidebar.png) no-repeat bottom left;
	color: rgb(255,255,255); /* white */
	}

div#footer {
	clear:both;
	padding-top:1.0em;
	font-size:0.9em;
	background: rgb(235,235,235); /* really light grey */
	color: rgb(165,165,165); /* grey */
	font: Arial, Helvetica, sans-serif;
	width:865px;
	height:55px;
	position:relative;
	}

/* ================================ Headers ================================ */

h1 {
	color:rgb(255,255,255); /* white */
	font-size:2.0em;
	width:396px; height:32px;
	margin:40px 0 10px 40px;
	padding:0;
	position:relative;
	overflow:hidden;
	}	
	
h1 span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:396px; height:32px;
	margin:0;
	padding:0;
	background:url(images/join-us-for-a-free-webinar.png) top left no-repeat;
	}

h4 {
	font-size:1.2em;
	font-weight:normal;
	padding:0;
	margin: 2.0em 0 1.0em 0;	
	color: rgb(5,110,191); /* blue */	
	clear:both;
	width:268px; height:17px;
	position:relative;
	overflow:hidden;	
	}
	
h4#framework span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:268px; height:17px;
	margin:0;
	padding:0;
	background:url(images/mural-key-process-framework.gif) top left no-repeat;
	}
	
h4#free span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:224px; height:17px;
	margin:0;
	padding:0;
	background:url(images/free-mural-online-assessment.gif) top left no-repeat;
	}		
	
h4#about span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:178px; height:17px;
	margin:0;
	padding:0;
	background:url(images/about-mural-consulting.gif) top left no-repeat;
	}	

h5 {
	font-size: 1.5em;
	padding: 0;
	margin: 15px 0 0 25px;
	font-weight:normal;
	}	

h6 {
	font-size: 1.0em;
	font-weight:normal;
	padding: 0;
	margin: 0 0 0 25px;
	color: rgb(180,180,180); /* grey */
	}

/* ================================ Header ================================ */

div#header {
	width:865px;
	position:relative;
	padding:85px 0 0 0;
	margin:0;
	}
	
div.logo {
	position:absolute;
	top:25px;
	left:25px;
	}	
	
div#logo a {
	display:block;
	}		

div#banner {
	clear:both;
	margin:0;
	padding:0;
	background: rgb(24,24,24) url(images/bg_banner.jpg) repeat-y; /* dark grey  */
	height:170px;
	border-top:5px solid rgb(154,154,154); /* medium grey */
	position:relative;		
	}
	
div#banner a img {
	position:absolute;
	top:30px;
	right:35px;
	}	
	
div#banner p {
	width:425px;
	margin: 0 0 0 40px;
	color:rgb(192,192,192); /* light grey */
	font-size:1.3em;
	line-height:1.3em;
	letter-spacing:-0.2px;
	}	

/* ================================ Content ================================ */

div#content {
	line-height:1.4em;
	}

p.screenshot {
	float:right;
	margin-left:1.0em;
	}	

div#copy p strong {
	color: rgb(0,0,0); /* black */
	}
	
div#sidebar a {
	color: rgb(255,255,255); /* white */
	}	
	
div#sidebar p {
	margin:25px 25px 0 25px;
	padding:0;
	line-height:1.4em;
	}
	
div#sidebar p.contact {
	margin:10px 25px 0 25px;
	padding:0;
	text-align:center;
	font-weight:bold;
	}			

div#sidebar dl {
	margin:0 25px 0 25px;
	padding:0;
	}
	
div#sidebar dl dt {
	font-weight:normal;
	font-size: 1.3em;
	margin: 25px 0 5px 0;
	}
	
div#sidebar dl dd {
	margin:0 0 5px 10px;
	padding:0;
	}
	
		
/* ================================ Teaser ================================ */

#teaser {
	width: 865px;
	height: 340px;
	background: url(images/teaser-top-bg.jpg) no-repeat;
	position: relative;
}

#teaser h2 { text-indent: -10000px; margin:0; padding:0;}

#teaser ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#teaser li {
	margin: 0px;
}

#startup a, #thinking a, #already a {
	display: block;
	height: 285px;
	background: url(images/teaser-top-people.jpg) no-repeat;
	position: absolute;
	bottom: 0px;
	text-align: center;
	text-decoration: none;
	color: #aaabab;
}

#teaser li span {
	display: block;
	padding-top: 245px;
}

#startup a {
	left: 0px;
	width: 168px;
	background-position: 0 0;
}
	#startup a:hover, #startup.selected a {
		background-position: 0 -290px;
		color: #fff;
		font-weight:bold;
	}

#thinking a {
	left: 168px;
	width: 207px;
	background-position: -168px 0px;
}
	#thinking a:hover, #thinking.selected a{
		background-position: -168px -290px;
		color: #fff;
		font-weight:bold;
	}

#already a {
	left: 375px;
	width: 188px;
	background-position: -375px 0px;
}
	#already a:hover, #already.selected a{
		background-position: -375px -290px;
		color: #fff;
		font-weight:bold;
	}
	
#startup-text, #thinking-text, #already-text, #initial-text {
	position: absolute;
	width: 260px;
	right: 20px;
	top: 32px;
}

#teaser h3 { 
	color: #fff;
	font: normal 1.5em Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	margin-bottom:1.0em;
	padding:0;
}

#teaser p {
	color: rgb(163,216,251); /* light blue */
	font-size:0.9em;
}

/* ================================ Footer ================================ */	

#footer p {
	padding:1.0em;
	color: rgb(165,165,165); /* grey */	
	}
	
#footer div#footer-image {
	position:absolute;
	top:15px;
	right:30px;
	}	
	
/* ================================ Horizontal Rules ================================ */

hr { /* For Internet Explorer */
	clear:both;
	height: 1px;
	color: rgb(204,204,204); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(204,204,204); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Opera and Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(204,204,204); /* light grey */
	border: 0px solid rgb(204,204,204); /* light grey */
	margin-bottom:1.0em;
	}

