/* ----- Structural Styles ---------------------------------------------------------------- */

img { -ms-interpolation-mode: bicubic; }

body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #c5c5bb;
	background-image: url(../image/page_background.gif);
	background-repeat:repeat-x;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 8px;
	background-image: url(../image/faux.gif);
	background-repeat: repeat-y;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000000;
}
#mast {
	background-color: black;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menuContainer {
	width: 100%;
	background-color: #000000;
	min-height: 118px;
	padding: 0;
	}

#text {
	float: left;
	width: 510px;
	padding: 0px 20px 20px 20px;
}
#video {
	float: left;
	padding:0;
}
#sidebar {
	float: left;
	width: 310px;
	padding:0 20px;

}

.topPicks, #sidebar ul li {display: block; margin:0;  padding: 10px; text-align: left; text-decoration: none; border: 1px solid #21516b; border-top: 0; border-left-color:#e4d4c7;border-right-color:#e4d4c7;}


#footer {
	display: block;
	clear: both;
	font-size: 0.8em;
	line-height:1.2em;
	background-image: url(../image/footer.gif);
	width: 900px;
	height: 130px;
}

.clear {
	clear: both;
}


/* ----- Main Menu Styles ---------------------------------------------------------------- */



#navmenu {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	width: 250px; /* Width of Menu Items */
	background:#000000;
	}

	
.submenu {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 250px;
	width: 300px;
	top: 66px;
	list-style:none;
	background: #202020;
	}

/* Styles for Menu Items */
#navmenu li a {
		display: block;
		padding:8px 40px 8px 8px;
		color:#FFFFFF;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		height: 13px;
		border:0;

	}
	
#navmenu li.hasChildren a {
	background: url(../image/menuArrow.gif) top right no-repeat;
	background-position: 230px 10px;
}


/* Sub Menu Styles */
 
 #navmenu li ul.submenu li a {
	border: 0px;
	text-decoration: none;
	color: #fff;
	height: 13px;
	background: transparent;

	}


#navmenu li:hover>a {background-color: #202020; color: #FAE8AF; text-decoration:underline; background-position: 230px -10px;} /* sets hover properties  */

#navmenu li a:hover, #navmenu li.active a {background-color: #202020; color: #FAE8AF;  text-decoration: underline;} /* sets hover properties for ie6 */

#navmenu li ul li a:hover {background-color: #303030; color: #FAE8AF; text-decoration:underline;} /* sets submenu properties */

#navmenu li:hover ul, #navmenu li.over ul {display: block; } /* displays submenu on hover */


li.active {background-color: #183D50; color: #FAE8AF;} /* sets active properties */

#navmenu li, .iehover {display: inline;} /* needed for ie6 */




/* ----- Sidebar Menu Styles ---------------------------------------------------------------- */

#sideBarMenu,#sideBB {display: block; list-style-type: none; margin: 0; padding: 0; margin-bottom: 20px;}
#sideBarMenu ul li h2{display: block; height: 1em;}
#sideBarMenu li p{
	margin:0 10px; 
	padding:0;
	}




/* ----- Container Styles ---------------------------------------------------------------- */

#flashcontent {background: #FFFFFF; width:530px!important; height:379px; border: 1px solid #000000; margin: 10px 8px;}

.slideMask{
	position:relative;
	width:530px;
	height:500px; 
	overflow:hidden;
}


#slideContainer{
	position:absolute;
}

#slideContainer img {float:left; margin-right:10px;}
#slideContainer div {width:530px; height:275px; background:#fff; float:left;}
#slideContainer p { font-size:.8em;width: 510px;}
#slideContainer h2 { padding:0 0 5px 0;}
#slideContainer li { 
	font-size:.8em;
	padding:0 0 5px 0;
	margin:0;

}






/* ----- Text Styles ---------------------------------------------------------------- */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color:#21516b;
	padding-top: 20px;
	font-family:"Arial Narrow";
}
h2 {
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 0em;
	color:#21516b;
	padding:5px 0 0 0;
	margin: 0;
}
.small {
	font-size: 0.7em;
	color: #333;
	line-height: 1.3em;
	clear: both;
}
#sidebar p {
	margin: 0;
	color: #003333;
	font-size: .8em;
	margin-top: 10px;
}
#sidebar h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #21516b;
	color: #21516b;
}
#sidebar h2 {
	font-family:"Arial Narrow";
}
#sidebar img {
	margin-right:10px;
}
p{
	font-size:0.9em;
	line-height:1.4em;
	padding:0 0 10px 0;
	margin:0;
}

#copyright {
	float: right;
	margin: 50px 20px 0 0;
	padding: 0;
}
#footerlinks {
	float: left;
	margin: 50px 0 0 190px;
}
.attribution {display: block; font-size: .85em; font-style: italic; color:#21516b;}
.runtime {font-size: .65em; font-style: italic;}

samp{color:#666666;
	padding:0;
	margin:0;
	}

sup {
	font-size: xx-small;
	letter-spacing: 2px;
	vertical-align:middle;
}
ol li{
	font-size:.9em;
	margin-top:10px;
	}
.chartlegend {
	padding-left: 80px;
}
ul .press{
	margin:4px 0 0 0;
	padding:0 0 0 15px;
	}
.press li{
	font-size:.9em;
	font-weight:bold;
	margin-bottom:10px;
	list-style-type: square;
	padding: 0px;
	}
.press li a{
	font-size:.8em;
	font-weight:normal;
	margin-bottom:4px;
	}
.graphic  img{
	float:left;
	padding:0 15px;
	height: 65px;
	width: 65px;
	}
.graphic p{
	padding:10px;
	}



/* ----- form Styles ---------------------------------------------------------------- */

label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font-size:.8em;
	color:#666666;
}

br.form {
	clear: left;
}


/* ----- Link Styles ---------------------------------------------------------------- */

a img {
	border: none;
}

#sidebar li a {display: block; font-size: 14px; color:#f30;}
a.topPicks{min-height:80px;}

#sidebar li a:hover {
color:#00f; 
text-decoration:underline}


#footer a {
	color: #0000FF;
	padding:0 .5em;
	text-decoration: none;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.topPicks:hover, #sideBarMenu li:hover,  .accordionActive,  li.active{
background: url(../image/sidebarHoverbg.gif) top repeat-x; 
border-left-color:#21516b; 
border-right-color:#21516b; 
text-decoration: none;
}

#sideBarMenu li.bf{
background: url(../image/arrowBKclear.gif) top repeat-x;

text-decoration: none;
}

#sideBarMenu li.bf:hover,  li.bf.active{
background: url(../image/arrowBK.gif) top repeat-x;
border-left-color:#006699; 
border-right-color:#006699; 
text-decoration: none;
}





#sideBB li:hover,  li.active{
background: url(../image/arrowBK.gif) top repeat-x; 
border-left-color:#006699; 
border-right-color:#006699; 
text-decoration: none;
}







ul#sideBarMenu li:hover {cursor:pointer;}

li.active {color: #c31516;}

#sideBarMenu li a {text-decoration:none;}

#text a
	{
	text-decoration:none;
	color:#0000FF;
	padding:0;
	margin:0;
	}
	

#text a:hover
	{
	text-decoration:underline;
	color:0000FF;
		padding:0;
	margin:0;

	}




/* ----- Misc Styles ---------------------------------------------------------------- */

#placeholder {width: 530px; height: 375px;}
#mastImage {
	position: absolute;
	top: -16px;
	left: 550px;
	height: 200px;
/*
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
*/
}
#footerImage {
	position: absolute;
	top: -16px;
	left: 550px;
	height: 200px;
/*
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
*/
}
.active h2{color: #c31516;}
#step1-current h2, #step2-current h2, #step3-current h2,#step4-current h2, #step5-current h2, #step6-current h2, #step7-current h2
#segmentation-current, #interviews-current, #benchmarking-current, #planning-current{color: #c31516;}


/* ----- FPO Styles delete after replacement---------------------------------------------------------------- */
#vignette, .thumbnail {width: 252px; height: 189px; background: #d4d4d4; margin:0; margin-right: 20px;  float: left; text-align: center;}
.softwareFPO {display:block; background: #999; width: 530px; height: 375px; background: #d4d4d4; margin:0; padding: 0; text-align: center;}
.workshopImage {
	float: left;
	padding: 0 10px 0 0;
}
.smaller {
	font-size: 0.8em;
	color: #999999;
	padding-top: 40px;
}
