*:focus { outline: none; }
/*body {
	background: transparent url(../img/GUIDE_Use_Case_Page_V6.jpg) no-repeat top center;
}*/
ol {
	margin-left: 15px;
}
ol li {
	list-style-type: decimal;
}
em {
	font-style: italic;
}

/**
 *	overwrite or amend CISCO styles
 */
#fw-mm {
	left: 120px;
	right: 490px;
}
#fw-mb {
	z-index: 1000;
}

/**
 *	Main Styles
 */

.container {
	margin: auto;
	width: 990px;
}

.hero {
	position: relative;
	top: 19px;
	left: 24px;
	width: 942px;
	height: 280px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background attributes inline on handlebarsjs template */
}

.hero .copy {
	position: relative;
	top: 35px;
	left: 31px;
	width: 440px;
}

.hero h1 {
	font-family: 'CiscoSansThin';
	font-size: 26px;
	line-height: 23pt;
	letter-spacing: 1pt;
	color: #444;
}

.hero p {
	font-family: 'CiscoSansRegular';
	font-size: 14px;
	color: #525252;
	margin-top: 16px;
}

.benefits {
	position: relative;
	left: 17px;
	top: 31px;
	z-index: 100;
}

.benefit {
	/*background: transparent url('../img/sprite.png') repeat-x 0 0;*/
	float: left;
	width: 460px;
	height: 139px;
	margin: 9px;
	/*overflow: hidden;*/
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.benefit img {
	float: left;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.benefit .copy {
	margin: 10px 0 0 16px;
	float: left;
	width: 210px;
}
.benefit h1 {
	font-family: 'CiscoSansRegular';
	font-size: 14px;
	color: #444;
}
.benefit p {
	font-family: 'CiscoSansRegular';
	font-size: 12px;
	line-height: 12pt;
	color: #525252;
	margin-top: 5px;
	height: 53px;
}
.benefit select {
	position: relative;
	top: 32px;
}

.usecase-dropdown-container {
	position: relative;
	top: 34px;
}
.usecase-dropdown {
	cursor: pointer;
	font-family: 'CiscoSansRegular';
	font-size: 9pt;
	color: #4e4e4e;
	padding: 4px 10px;
	border: 1px solid #dbdada;
	background: #edebeb url(../img/usecase-dropdown.png) no-repeat top right;
}
.usecase-dropdown-container ul.submenu {
	position: relative;
	top: 0px;
	left: -1px;
	margin-bottom: 100px;
}
a.learn-more-link {
	position: relative;
	top: 38px;
	text-decoration: none;
	font-size: 8pt;
	color: #007fc5;
}
#left-sidebar-accordion ul li {
	list-style-type: none;
	padding-bottom: 20px;
	margin-left: 0px;
}
#left-sidebar-accordion ul li:last-child {
	padding-bottom: 0px;
}
#left-sidebar-accordion ul li ul li {
	list-style-type: none;
	margin-left: 10px;
}

/**
 *	Business Experience Submenu
 */
ul.submenu {
	position:absolute;
	width: 100%;
	top: 75px;
	background-color: #e6e5e6;
	z-index: 1;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
ul.submenutop {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.submenu li a {
	display: block;
	padding: 9px 15px;
	font-size: 12px;
	color: #525252;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
ul.submenu li a:hover {
	background-color: #cecece;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
#fw-mm ul.submenu li a { 
	color: #525252; 
}
#right-content ul.submenu { 
	width: auto; 
	top: 423px;
	margin-left: -14px;
}
.business-experience-dropdown {
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
	background-position: -196px -390px;
}

/**
 *	Usecase Pages
 */

.usecase-header h1 {
	font-family: 'CiscoSansRegular';
	font-size: 18px;
	color: #444;
	padding: 24px 24px 19px;
}

.left-sidebar-container {
	float: left;
	width: 270px;
	margin-left: 24px;
}
.container .ui-accordion-header,
.container .links .first {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.right-content .first,
.left-sidebar-container .first {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #ccc;
}
.right-content .last,
.left-sidebar-container .last {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #ccc;
}
.container .last.ui-state-active {
	-moz-border-radius: 0;
	border-radius: 0;
}

.left-sidebar h3 {
	font-family: 'CiscoSansBold';
	font-size: 12px;
	background: #fff url('../img/sprite.png') repeat-x 0 -172px;
}
.left-sidebar h3.ui-state-active {
	background-position: 0 -136px;
}

.left-sidebar h3 a {
	display: block;
	padding: 12px 0 9px 25px;
	text-decoration: none;
	color: #fff;
}

.block-content {
	font-family: 'CiscoSansRegular';
	font-size: 12px;
	line-height: 18px;
	color: #525252;
	background-color: #fff;
	padding: 12px 18px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
}
.block-content ul li {
	margin-left: 15px;
	list-style-type: disc;
}
/*.left-sidebar .block-content ul li {
	margin-left: 0;
	margin-bottom: 15px;
	list-style-type: none;
}*/

.left-sidebar.links {
	clear: both;
	margin-top: 20px;
}
.left-sidebar.links h3 {
	background-position: 0 -200px;
}
.left-sidebar ul.additional-resources li {
	background: #f3f3f3 url('../img/sprite.png') repeat-x 0 -276px;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.left-sidebar ul.additional-resources li:last-child {
	border-bottom: 1px solid #dedede;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.left-sidebar ul.additional-resources li.white-papers {
	background-position: 0 -275px;
}
.left-sidebar ul.additional-resources li.demo {
	background-position: 0 -306px;
}
.left-sidebar ul.additional-resources li.vertical-content {
	background-position: 0 -338px;
}
.left-sidebar ul.additional-resources li.services {
	background-position: 0 -369px;
}
.left-sidebar ul.additional-resources li.more {
	background-position: 0 -397px;
}
.left-sidebar ul.additional-resources li a {
	display: block;
	text-decoration: none;
	font-family: 'CiscoSansRegular';
	font-size: 12px;
	color: #343434;
	margin-left: 40px;
	padding: 10px;
}

.right-content {
	width: 650px;
	float: right;
	margin-right: 25px;
	overflow: hidden;
}
.right-content .black-bar {
	color: #fff;
	font-family: 'CiscoSansRegular';
	font-size: 14px;
	background: transparent url('../img/sprite.png') repeat-x 0 -238px;
	padding: 7px 14px 0px;
	margin-bottom: -1px;
	overflow: hidden;
}
.right-content h3 {
	font-size: 14px;
	padding-bottom: 10px;
}
.right-content .img {
	height: 200px; 
	margin-bottom: 23px; 
	overflow: hidden;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.right-content .benefits-tabs {
	height: 31px;
	/*background: transparent url('../img/sprite.png') repeat-x 0 -527px;*/
}
.right-content .benefits-tabs a {
	font-size: 14px;
	color: #444;
	float: left;
	padding: 7px 28px 2px;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 5px;
	/*background: transparent url('../img/sprite.png') repeat-x 0 -238px;*/
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.right-content .benefits-tabs a.selected {
	color: #444;
	margin-top: 0;
	background-color: #fff;
	position: relative;
	top: 1px;
	padding-bottom: 12px;
	
	/*padding: 9px 30px 8px 30px;
	background-position: 0 -483px;
	border-left: none;*/
}
.benefits-list {
	border-top: 4px solid #ccc;
}
.benefits-content {
	display: none;
}
.benefits-content:first-child {
	display: block;
}
.benefits-list .block-content .column {
	float: left;
	width: 300px;
}
.solution-list-item {
	font-size: 8pt;
	padding-bottom: 15px;
}
.solution-list-item h3 {
	/*font-weight: bold;*/
}
.solution-list-item ul li {
	font-size: 12px;
	list-style-type: none;
	margin-left: 10px;
}
.solution-list-item ul li a {
	color: #525252;
	text-decoration: none;
}
.solution-list-item ul li a:hover {
	text-decoration: underline;
}

/**
 *	Resources Header
 */
 
.resources-header h1 {
	font-family: 'CiscoSansRegular';
	/*font-weight: bold;*/
	font-size: 18px;
	color: #444;
	padding: 18px 26px 15px;
}
.resources-hero {
	margin: auto;
	left: 50%;
	width: 940px;
	height: 250px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background attributes inline on handlebarsjs template */
}
.resources-hero h2 {
	position: relative;
	top: 8px;
	left: 44px;
	font-family: 'CiscoSansRegular';
	font-weight: normal;
	font-size: 11pt;
	color: #fff;
}
.resources-content {
	color: #525252;
	padding: 7px 45px;
	line-height: 12pt;
}
.resources-content p {
	padding: 10px 0;
}
.resources-content strong {
	font-weight: bold;
}
.resources-content h2 {
	font-size: 12pt;
	font-weight: bold;
	display: block;
	padding: 10px 0;
}
.resources-content a,
.resources-content a:hover {
	color: #2970a6;
}
.resources-content .top { 
	width: 100%;
}
.resources-content .right { 
	width: 28%;
	float: right; 
}
.resources-content .left { 
	width: 70%;
	float: left; 
}

/**
 *	Footer
 */
.footer {
	width: 940px;
	/*margin-top: 510px;*/
	position: relative;
	top: 40px;
	margin-left: 24px;
	border-top: 1px solid #ebe9ea;
	padding-top: 10px;
	padding-bottom: 40px;
	clear: both;
}
.menu {
	clear:both;
	/*margin-bottom:20px;*/
	margin: 20px 0 10px;
}
.menu ul,
.menu li {
	list-style:none;
	padding:0;
	margin:0;
}
.menu li {
	display:inline;
}
.menu li a {
	color:#208fca;
	text-decoration:none;
}
.menu li a:hover {
	color:#208fca;
	text-decoration:underline;
}
.footer .menu li {
	padding: 5px 0px;
	font-size: 11px;
	color: #333;
}
.footer .menu li a {
	padding:0px 7px;
	border-right: 1px solid #c2c2c2;
	font-size:11px;
}
.footer .menu .last,     
.footer .menu .last a {
	border-right:none;
}