/*  [Key]
	CTRL+F to search by section number:
	1.0 Base Element Styles					5.0 Interior Page Styles
	2.0 ezEdit ToolsFile Styles				6.0	LeftNav Item Styles
	3.0 Global/Header/Footer Styles			7.0	TopNav Styles
	4.0 Home Page Styles	
				[#.1 Font Styles | #.2 Layout Styles]

/*	1.0 Base Element Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

html {
	overflow:auto;
	height:100%;
}

body {
	color:#666666;
	font:75% tahoma, verdana, sans-serif;
	height:100%; }

h1 {
	color:#1C2674;
	font-size:200%;
	line-height:34px;
	font-weight:bold;
	margin:0px 0px 5px 0px; }
	
h2 {
	color:#1C2674;
	font-size:160%;
	font-weight:bold;
	margin:0px 0px 5px 0px; }

h3	
	{
	color:#1C2674;
	font-size:120%;
	font-weight:bold;
	padding:4px 0px;
	margin:0px 0px 5px 0px; }

h4 {
	color:#1C2674;
	font-size:100%;
	font-weight:bold; }

h5 {
	color:#1C2674;
	font-size:120%;
	font-weight:bold;
	padding:12px 0px 0px 38px;
	margin:0px 0px 5px 0px; }

h6 {
	color:#1C2674;
	font-size:100%;
	font-weight:bold;
	padding:6px 0px 4px 0px;
	padding-left:72px;
	margin:0px 0px 5px 0px; }

p {
	line-height:150%;
	font-size:11px;
	margin:0px 0px 15px 0px; }

a {
	color:#152b75;
	text-decoration:underline;}

	a:hover {
		text-decoration:none;}

td {
	font-size:75%;}

	#all td {
		font-size:100%;} /* ezedit vs. front-end fix */
	
img {border:0px;}
.clear { clear:both; }
.imgBlock {display:block;}

#Content ul.VAMValSummaryErrors li {
	padding:0px;
	background:none;}

/*	2.0 ezEdit ToolsFile Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	2.1 [Home Page]  */

/*	2.2 [Interior Page]  */

.emagine-note {
	color:#FF0000;
	font-size:110%;
	font-weight:bold;}

/*	2.3 [Interior Tables and Applications]  */

.table-header-app {
	background:#152b75;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	line-height:150%;
	padding:5px 10px;
	vertical-align:top;}

#Content .table-header-app {
	background:#152b75;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	padding:5px 10px;
	vertical-align:top;}
	
#Content .table-header-app h2 {color:#FFFFFF;}

#Content .table-header-app a {color:#FFFFFF;}
	
#Content table.interior {padding-bottom: 15px; line-height:150%;}

#Content table.interior td {line-height:150%;}

#Content table.interior ul {margin: 0px;}

#Content table.interior li.forh3 {background:transparent url(images/int_list.gif) no-repeat scroll 3px 11px;}

.table-subheader-app {
	background:#999999;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;}

.table-row {
	color:#666666;
	padding:5px 10px 7px;}

.table-altrow {
	background-color:#dcdfea;
	color:#666666;
	padding:5px 10px 7px;}

.table-row td, .table-altrow td {padding:5px;}

#ctl00_Modules_ctl00_gdvResults {border: 1px solid #CCCCCC;}
	
/*For Download's Delivery header*/
	
.table-header th {
	background-color:#152b75;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	padding:5px;
	vertical-align:top;	}
	
/*	2.4 [Library Items]  */

/*	3.0 Global/Header/Footer Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


#all {
	margin:0px auto 15px;
	padding:15px 0 0;
	width:1008px;
	position: relative;
	border:solid 1px #CCC;
	border-top:none; }
			
	#head {
		width:960px;
		margin:0 auto 5px;
		display:block;
		height:80px; }
		
		#head img.logo {	
			float:left;
			margin:9px 0px 6px 15px;
			display:block; }
			
			#head ul.Utility {
				color:#162B75;
				font:11px/18px Arial, Helvetica, sans-serif;
				float:right;
				display:inline; /* IE double margin fix */
				height:18px;
				margin:0px 5px 0px 0px; }
		
			#head ul.Utility li {
				padding:2px 5px 2px 0px;
				display:block;
				float:left;
				text-align:right;
				position: relative; }
				
				#head ul.Utility li.search {
					position:relative;
					padding:2px 0px 2px; }
				
					#searchBox {
						background:#E2E1EE;
						-webkit-border-radius: 4px;
						-moz-border-radius: 4px;
						border-radius: 4px;
						font-size:11px;
						height:14px;
						border:1px solid #D5D6D7;
						padding: 1px 5px;
						width:175px;
						vertical-align:middle;
						float:right; }
			
			#topNav {
				clear:right;
				display:inline; /* IE double margin fix */
				float:right;
				margin:15px 0px 5px;
				height:34px;
				width:648px; 
				background:#162B75;
				-webkit-box-shadow: 3px 3px 3px 0px #BFBFBF;
				-moz-box-shadow: 3px 3px 3px 0px #BFBFBF;
				box-shadow: 3px 3px 3px 0px #BFBFBF;
				behavior: url(PIE.htc);
			}
		
				#topNav img {
					float:left;
					display:block;
					padding:0 2px 0 3px; }
					
				body.login #topNav {
					background:#FFF;
					text-align:right;
					-webkit-box-shadow:none;
					-moz-box-shadow:none;
					box-shadow:none; }
					
					body.login #topNav a {
						margin:0 2px; }
			
			#head hr {
				-webkit-box-shadow: 3px 3px 3px 0px #BFBFBF;
				-moz-box-shadow: 3px 3px 3px 0px #BFBFBF;
				box-shadow: 3px 3px 3px 0px #BFBFBF;
				behavior: url(PIE.htc);
				color: #162B75;
				background-color: #162B75;
				height: 5px;
				display:block;
				width:100%;
				clear: both;
			}
			
			#int_PhoenixWire #searchBox {
				background:url(images/PhoenixWire/search_bg.gif) no-repeat;
				font-size:11px;
				line-height:10px;
				padding:1px 6px 4px;
				height:16px;
				width:170px; }
		
		#head #searchBtn {
			display:none; }
			
	#main {
		width:960px;
		height:100%;
		clear:both;
		display:block;
		margin:0px auto;
		position:relative;
	}
	
		body.interior div#main div.clear {
			height:10px;
			display:block;
			visibility:hidden;
			clear:both; }
			
		div.page, body.interior div#Content td#library > table {
			border:1px solid #D5D6D7;
			background: #efeef5;
			background: -moz-linear-gradient(left, #deddeb 0%, #ffffff 100%);
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,#deddeb), color-stop(100%,#ffffff));
			background: -webkit-linear-gradient(left, #deddeb 0%,#ffffff 100%);
			background: -o-linear-gradient(left, #deddeb 0%,#ffffff 100%);
			background: -ms-linear-gradient(left, #deddeb 0%,#ffffff 100%);
			-pie-background: linear-gradient(left, #deddeb 0%, #FFFFFF 100%);
			background: linear-gradient(left, #deddeb 0%,#ffffff 100%);
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			-webkit-box-shadow: 3px 3px 3px 0px #BFBFBF;
			-moz-box-shadow: 3px 3px 3px 0px #BFBFBF;
			box-shadow: 3px 3px 3px 0px #BFBFBF;
			margin:0px 20px 20px 0px;
			behavior: url(PIE.htc);
		}
		
			body.interior div#Content div.page {
				margin:0;
				padding:22px 34px 72px; }
				
				body.interior div#Content div.page p,
				body.interior div#Content div.page td,
				body.interior div#Content div.page ul {
					font-size:11px;
					line-height:16px; }
				
				body.interior div#Content div.page ul {
					list-style:disc;
					padding-left:2em;
					margin-bottom:8px;
					line-height:16px; }
					
					body.interior div#Content div.page ul li {
						margin-bottom:8px; }
						
				body.interior #Content ul {
					list-style: none outside none;
					margin: 0 0 5px 25px;
					padding: 0; }
				body.interior #Content ul li {
					background: url("images/int_list.gif") no-repeat scroll 3px 7px transparent;
					margin-top: 0;
					padding: 0 0 10px 12px; }
				body.interior #Content ul ul {
					list-style: circle outside none;
					margin: 0 0 0 40px;
					padding: 0; }
				body.interior #Content ul ul li {
					background: none repeat scroll 0 0 transparent;
					padding-left: 0;
					padding-top: 5px; }
				body.interior #Content ol {
					list-style-type: decimal;
					margin: 0 0 10px 20px;
					padding: 0 0 0 30px; }
				body.interior #Content ol li {
					background: none repeat scroll 0 0 transparent;
					padding-bottom: 10px;
					padding-left: 0;}
						
				div.page a, body.interior div#Content td#library > table a {
					color:#666666;
					text-decoration:none; }
					
				div.page a:hover, body.interior div#Content td#library > table a:hover {
					text-decoration:underline; }
						
			body.interior div#Content td#library > table {
				margin:0 0 0 20px;
				max-width:154px; }
	
	#foot {
		clear:both;
		width:960px;
		margin:0px auto 15px;
		display:block;
		height:20px; }
		
		#foot ul.Utility {
				color:#939598;
				font:11px/18px Arial, Helvetica, sans-serif;
				float:right;
				display:inline; /* IE double margin fix */
				height:18px;
				margin:0px 5px 0px 0px; }
				
			#foot ul.Utility li a {
				color:#939598;
				text-decoration:none;
			}
			
				#foot ul.Utility li a:hover {
					text-decoration:underline; }
		
			#foot ul.Utility li {
				padding:2px 5px 2px 0px;
				display:block;
				float:left;
				text-align:right;
				position: relative; }
/*
	#footer {
		clear:both;
		margin:0px 0px 0px 0px;
		height:39px;
		width:100%;}
	
		#footer ul {
			list-style:none;
			margin:20px 40px 0px 0px;}
	
			#footer ul li {
				display:inline;
				padding:0px 8px 0px 0px;}
			*/
/*	4.0 Home Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

	#homeSlides, #sectionHeader {
		display:block;
		margin:0px auto 15px;
		-webkit-box-shadow: 3px 3px 3px 0px #BFBFBF;
		-moz-box-shadow: 3px 3px 3px 0px #BFBFBF;
		box-shadow: 3px 3px 3px 0px #BFBFBF;
		behavior: url(PIE.htc);
	}
	
		div#CaseStudies.SlideTabs {
			height:270px;
			width:960px; }
			
			div#CaseStudies .Slides {
				background:#e7e5f2;
				border:none;
				border-radius:0;
				box-shadow:none;
				cursor: pointer;
				margin:0;
				position: relative; }
				
				div#CaseStudies .Slides div {
					height:270px;
					margin:0;
					padding:0; }
			
			div#CaseStudies .Tabs {
				display:block;
				height:18px;
				width:400px;
				position:absolute;
				bottom:20px;
				right:36px;
				text-align:right; }
			
			div#CaseStudies .Tabs a {
				display:inline-block;
				height:16px;
				width:16px;
				margin:0 10px 0 0;
				background:#e7e5f2;
				border:1px solid #FFF;
				border:1px solid rgba(255,255,255,0.5);
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px; }
				
				div#CaseStudies .Tabs a.current {
					background:#e92028; }
	
		#sectionHeader {
			position:relative; }
		
		#sectionHeader .Questions {
			position:absolute;
			bottom:12px;
			right:36px; }
			
		#sectionHeader .Questions h3 {
			color:#deddeb;
			font-size:1.125em;
			padding:0 0 3px 0;
			margin:0; }
			
		 #sectionHeader .Questions ul li {
		 	background: url("images/home_ul_li.png") no-repeat scroll 0 9px transparent;
			padding: 0 0 5px 1em;
			margin:0 0 0 3px; }
			
		#sectionHeader .Questions ul li a {
			color:#FFFFFF;
			text-decoration:underline; }
		
	body.home #Menu, body.home #Aside {
		width:160px;
		min-height:525px;
		float:left;
		padding: 20px 20px;
	}
	
	body.home #Announce {
		display:block;
		float:left;
		text-align:left;
		border-bottom:5px solid #162B75;
		padding:0 0 10px 0;
		margin:0 0 15px 0;  }
	
		body.home #Announce h2 {
			font-size: 30px;
			line-height:36px;
			font-weight:bold;
			color:#162B75;
			text-shadow: #CCCCCC 4px 4px 4px; }
			
	body.home #Feature {
		width:490px;
		min-height:450px;
		padding:20px 12px;
		margin-right:20px;
		display:block;
		float: left;
		font-size:11px;
		line-height:150%; }
		
		body.home #News li {
			margin:0 0 15px; }

		body.home #Aside {
			float:right;
			margin-right:0px;
		}
		
		body.home #Col1 p, body.home #Col2 p,
		body.home #Col1 ul, body.home #Col2 ul {
			line-height:16px;
		}
	
		body.home h3 a,
		body.home h4 a {
			color:#1C2674; }
			
		body.home .page ul {
			/**/
		}
	
			body.home #main .page ul li, body.home #main #News ul li {
				background:url(images/home_ul_li.png) 0 9px no-repeat;
				padding: 5px 0 5px 1em;
			}
			
				body.home #main .page ul.industry li {
					border-bottom:1px solid #d8d9e9; }

				body.home #main .page ul li ul li {
					background:none; }
				
					body.home #main .page ul li ul li:before {
						content:"- ";
					}
					
		body.home #Col1.about h2 {
			color:#E72128;
			margin:0 0 10px;
		}
		
		body.home #Col2.experts h2 {
			color:#7676A9;
		}
		
		body.home #Col2 img.flag {
			padding:0;
			margin:0 15px 10px 0;
			-webkit-box-shadow: 3px 3px 3px 0px #BFBFBF;
			-moz-box-shadow: 3px 3px 3px 0px #BFBFBF;
			box-shadow: 3px 3px 3px 0px #BFBFBF;
			behavior: url(PIE.htc);
		}
		
		body.home #Col2 img.flag.last {
			margin-right:0;
		}
		
		body.home #Col2 ul {
			font-size:12px;
		}
		
		body.home #Col2 ul li {
			background-position:0 10px;
		}
		

/*	4.3 [ezEdit ToolsFile]  */				
				
/*	5.0 Interior Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
	
	#LeftNav {
		width:156px;
		min-height:400px;
		float:left;
		padding: 22px 18px;
		font-size:1.167em;
	}
	
		#LeftNav  .leftnav-lvl1-spacer{
			max-height:1px;
			border-bottom:1px solid #D8D9E9; }
			
			#LeftNav table tr:first-child td.leftnav-lvl1-spacer {
				border:none; }
	
	#Content {
		width:745px;
		clear:right;
		display:block;
		float:right;
		text-align:left;
	}
		
/* 5.3 =-=-=-=-=-=-=-=-=-=-=-=-Library Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/*	5.4 [Fonts]  */

td#library {font-size:90%; line-height: 100%;}

#library h1 { font-size: 120%; line-height: 110%;}

#library p {margin-bottom: 9px; line-height: 120%;}

#library a { text-decoration: none;}

#library a img {border: none;}

#library a img.arrow {display: inline;}
		
/*	5.5 [Layout]  */
	
	td#library>table {
		width:189px !important; }
		
	td#libraryInner {
		max-width:151px;
		padding:20px 18px 50px;
		display:block; }
		
		#libraryInner>table,
		#libraryInner td {
			max-width:151px;
			overflow:hidden;
			display:block; }
	
	#library img {
		display:block;
		max-width:154px;}
	
	#libraryItem {
		padding:0 0 27px 0;
		border-bottom:1px solid #d8d9e9;
		margin:0 0 13px 0;
		max-width:154px; }
	
	/*#libraryItem img { border: 1px solid #CCCCCC;}*/
		
	#libraryHeader {
		height:68px;
		position: absolute;
		right: 78px;
		top: 182px;
		width: 126px;
		z-index:1; }

/*	6.0 LeftNav Item Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#LeftNav td.leftnav-lvl1-on {
	background:url(images/leftnav_lvl1_on.png) 0 10px no-repeat;
	color:#112771;
	font-weight:bold;
	padding:6px 10px 8px 20px;
	vertical-align:top;}

#LeftNav td.leftnav-lvl1-on a {color:#162B75;font-weight:bold;text-decoration:none;}
#LeftNav td.leftnav-lvl1-on a:hover {color:#162B75;font-weight:bold;text-decoration:underline;}

#LeftNav td.leftnav-lvl1-off {
	background:url(images/leftnav_lvl1_off.png) 0 10px no-repeat;
	color:#666666;
	padding:6px 10px 8px 20px;
	vertical-align:top;}

#LeftNav td.leftnav-lvl1-off a {color:#666666;font-weight:bold;text-decoration:none;}
#LeftNav td.leftnav-lvl1-off a:hover {color:#666666;font-weight:bold;text-decoration:underline;}

#LeftNav td.leftnav-lvl2-on {
	background:url(images/home_ul_li.png) 0 8px no-repeat;
	color:#666666;
	font-weight:bold;
	font-size:90%;
	padding:4px 8px 6px 20px;
	vertical-align:top; }
	
#LeftNav td.leftnav-lvl2-on a {color:#666666;text-decoration:none;}
#LeftNav td.leftnav-lvl2-on a:hover {color:#666666;text-decoration:underline;}
	
#LeftNav td.leftnav-lvl2-off {
	background:url(images/home_ul_li.png) 0 8px no-repeat;
	color:#666666;
	font-size:90%;
	padding:4px 8px 6px 20px;
	vertical-align:top; }
	
	body.login #LeftNav td.leftnav-lvl2-on,
	body.login #LeftNav td.leftnav-lvl2-off {
		background:none;
		padding-left: 20px;
		text-indent: -14px; }
		
	body.login #LeftNav td.leftnav-lvl2-on:before,
	body.login #LeftNav td.leftnav-lvl2-off:before {
		content:"\2012\2002"; }
	
#LeftNav td.leftnav-lvl2-off a {color:#666666;text-decoration:none;}
#LeftNav td.leftnav-lvl2-off a:hover {color:#666666;text-decoration:underline;}


#LeftNav td.leftnav-lvl3-on {
	background:url(images/home_ul_li.png) 20px 8px no-repeat;
	color:#666666;
	font-weight:bold;
	font-size:75%;
	padding:4px 8px 6px 40px;
	vertical-align:top; }
	
#LeftNav td.leftnav-lvl3-on a {color:#666666;text-decoration:none;}
#LeftNav td.leftnav-lvl3-on a:hover {color:#666666;text-decoration:underline;}
	
#LeftNav td.leftnav-lvl3-off {
	background:url(images/home_ul_li.png) 20px 8px no-repeat;
	color:#666666;
	font-size:75%;
	padding:4px 8px 6px 40px;
	vertical-align:top; }
	
	body.login #LeftNav td.leftnav-lvl3-on,
	body.login #LeftNav td.leftnav-lvl3-off {
		background:none;
		padding-left:20px; }
	
#LeftNav td.leftnav-lvl3-off a {color:#666666;text-decoration:none;}
#LeftNav td.leftnav-lvl3-off a:hover {color:#666666;text-decoration:underline;}

#leftNav td.leftnav-lvl4-on {
	color:#566463;
	font-weight:bold;
	padding:3px 10px 3px 80px;
	vertical-align:top;
	font-size:90%;}
	
#leftNav td.leftnav-lvl4-off {
	color:#566463;
	padding:3px 10px 3px 80px;
	font-size:90%;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl4-off a {color:#566463;text-decoration:none;}
#leftNav td.leftnav-lvl4-off a:hover {color:#566463;text-decoration:underline;}
#leftNav td.leftnav-lvl4-on a {color:#566463;text-decoration:none;}
#leftNav td.leftnav-lvl4-on a:hover {color:#566463;text-decoration:underline;}

/*	7.0 TopNav Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.RadMenu_Default .group .link  /* 1st level off cell */
{
	padding:6px 10px 6px 10px;
	text-align: left;
	white-space:normal;
	width:170px;
	z-index:100;}

.RadMenu_Default .group .group .link  /* 2nd level off cell */
{
	padding:6px 10px 6px 10px;
	text-align: left;
	font-weight:normal;
	white-space:normal;
	width:170px;}

.RadMenu_Default .link,   /* off text */
.RadMenu_Default .link:visited
{
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none;}

.RadMenu_Default .group .link:hover,   /* 1st level on cell*/
.RadMenu_Default .group .focused,
.RadMenu_Default .group .expanded
{
	background:#FFFFFF;
	border-bottom:1px solid #ffffff;
	color: #303F79;
	padding:6px 10px 6px 10px;
	text-align:left;
	white-space:normal;
	width:170px;}

.RadMenu_Default .group .group .link:hover,   /* 2nd level on cell*/
.RadMenu_Default .group .group .focused,
.RadMenu_Default .group .group .expanded
{
	background:#FFFFFF;
	color: #303F79;
	font-weight:bold;
	padding:6px 10px 6px 10px;
	text-align:left;
	white-space:normal;
	width:170px;}

.RadMenu_Default .link:hover,    /* on text */
.RadMenu_Default .link:visited:hover,
.RadMenu_Default .focused,
.RadMenu_Default .expanded
{
	cursor:pointer;
	text-decoration:none;}

.RadMenu_Default .group   /* whole dropdown */
{
	background:#112771;
	border:1px solid #666666;
	border-top:0px;}

.RadMenu_Default 
{}

.RadMenu_Default_Context
{
	background: none;}


.RadMenu_Default .text
{
	padding-left: 0px;	
	padding-right: 0px;}

.RadMenu_Default .text:hover
{
	padding-left: 0px;	
	padding-right: 0px;}

.slide /* use this style to add a top or bottom curve to a dropdown */
{
	background: url(images/topnav_dd_bg.gif) center bottom no-repeat;
	padding-bottom:5px;}

/* =-=-=-=-=-=-=-=-=-=-=-=-Form Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.form {font:1.09em arial, sans-serif;margin:3px;}
.form-label {font-weight:bold;padding-left:20px;line-height:25px;}
.form-button {}
.form-textbox {font: 1.09em arial, tahoma, sans-serif; color:#000000;border:1px solid #B3A892;}
.red-star {font: bold 0.91em tahoma, sans-serif; color:#FF0000; }
.alert {font: bold 0.91em tahoma, sans-serif; color:#FF0000; }

body.login #Content table table {
	margin:0 auto;
	font-size:1em; } /*
	
	body.login #Content table table td {
		padding:2px 0 4px; }
		
		body.login #Content table table td span.form-label {
			padding:0; }*/

/*site map*/

#sitemap td {
	padding:5px;}
