/*  [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-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	1.1 [Fonts]  */


body {
	color:#333333;
	font:75% arial, sans-serif;}

h1 {
	color:#0754A0;
	font-size:210%;
	font-weight:normal;}

h2	
	{
	color:#0754A0;
	font-size:170%;
	font-weight:bold;}

h3	
	{
	color:#0754A0;
	font-size:140%;
	font-weight:bold;}

h4 {
	color:#0754A0;
	font-size:120%;
	font-weight:bold;}

h5 {
	color:#336699;
	font-size:140%;
	font-weight:bold;}

h6 {
	color:#666666;
	font-size:90%;
	font-weight:bold;}

p {
	line-height:160%;
	font-size:100%;}
	
ul {line-height:160%;}

a {
	color:#EE950F;
	text-decoration:underline;}

	a:hover {
		text-decoration:none;}

/*	1.2 [Layout]  */

body {
	background:#EAF7FE url(images/body_bg.gif) 0px 0px repeat-x;
	height:98%;}
			
h1 	{padding:0px 0px 19px 0px;}
h2 	{padding:0px 0px 10px 0px;}
h3 	{padding:0px 0px 10px 0px;}
h4 	{padding:0px 0px 7px 0px;}
h5 	{padding:0px;}
h6 	{padding:0px;}
p 	{padding:0px 0px 12px 0px;}
	
.clear {clear:both;height:0px;}
.imgBlock {display:block;}

img {border:0px;}
img td {border:0px;}

hr {border-top: 1px solid #CCCCCC; margin: 0px 0px 15px; padding: 0px; height: 1px;}

blockquote {margin-left: 40px; border-left: 1px solid #CCCCCC; padding-left: 15px;}

sub, sup {font-size: 70%; vertical-align: text-top;}

.clear {
	clear:both;
	height:1px;}
	
.imgBlock {display:block;}

.img_border {
	border: 1px solid #E3E2D0;}

#content ul.VAMValSummaryErrors li {
	background:none;}
	
.imgLeft {
	margin: 5px 20px 10px 0px;}
	
.imgLeft_border {
	background-color: #FFFFFF;
	border: 1px solid #E3E2D0;
	margin: 5px 20px 10px 0px;
	padding: 5px;}
	
.imgRight {
	margin: 5px 0px 10px 20px;}

.imgRight_border {
	background-color: #FFFFFF;
	border: 1px solid #E3E2D0;
	margin: 5px 0px 10px 20px;
	padding: 5px;}
	
	
.imgLeftEnlarge {
	background:url(images/click_to_enlarge.png) left bottom no-repeat;
	margin: 5px 20px 10px 0px;}
	
.imgRightEnlarge {
	background:url(images/click_to_enlarge.png) right bottom no-repeat;
	margin: 5px 0px 10px 20px;}
	
	#content .imgRightEnlarge, #content .imgLeftEnlarge {padding: 0px 0px 22px 0px;}
	
.emagine-note {
	background:url(images/emagine-note.gif) 0 3px no-repeat;
	color: #FF0000;
	display:inline-block;
	font-size:110%;
	font-weight:bold;
	padding-left:20px;}
	
.footnote {
	font-size:90%;}
	
	#container td .footnote {
	font-size:85%;}

/*	2.3 [Interior Tables and Applications]  */

.table-header-app {
	background:#215089;
	color:#FFFFFF;
	font-size:120%;
	font-weight:normal;
	padding:15px;}
	
#container .table-header-app {font-size:120%;}

.table-subheader-app {
	background:#666666;
	color:#FFFFFF;
	font-weight:normal;
	padding:15px;}

.table-row {
	border-bottom: 1px solid #DDDDDD;
	background:#FFFFFF;
	color:#333333;
	padding:15px;}

.table-altrow {
	border-bottom: 1px solid #DDDDDD;
	background:#eeeeee;
	color:#333333;
	padding:15px;}
		
.table-header th a {
	color:#FFFFFF;}
	
.table-row td, .table-altrow td {
	padding:15px; border-bottom: 1px solid #DDDDDD;}
	
	.table-row td td, .table-altrow td td, td.table-row td, td.table-altrow td, table.table-row td, table.table-altrow td {
	padding:0px; border-bottom: none;}
	
.tableBorder {
	border:  1px solid #DDDDDD;
	border-bottom: none;
	margin-bottom: 15px;}

/*For Download's Delivery header*/
	
.table-header th {
	background-color:#9ba4af;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	padding:5px;
	vertical-align:top;}

/*	2.0 ezEdit ToolsFile Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	2.1 [Home Page]  */

/*	3.0 Global/Header/Footer Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	3.1 [Fonts]  */

#utilities {
	color:#FFFFFF;
	font-size:77%;
	text-align:right;
	text-transform:uppercase;}
	
	#utilities li {		
		line-height:100%;}

	#utilities a {
		color:#FFFFFF;
		text-decoration:none;}

		#utilities a:hover {
			color:#FFFFFF;
			text-decoration:underline;}

#footer {
	color:#FFFFFF;
	font-size:80%;
	text-align:right;}

	#footer a {
		color:#FFFFFF;
		text-decoration:none;}

		#footer a:hover {
			color:#FFFFFF;
			text-decoration:underline;}
			
/*	3.2 [Layout]  */

#container {
	margin:0px auto;
	width:948px;}

	#header {
		clear:both;
		height:114px;
		width:100%;}

		#logo {
			float:left;
			display:block;
			margin:42px 0px 0px 2px;}
	
		#logo img {
			display:block;}
			
		#utilities {
			float:right;
			display:inline; /*IE double margin fix*/
			margin:4px 18px 0px 0px;}
	
		#utilities li {
			background:url(images/util_link_bg.gif) right 4px no-repeat;
			display:inline;
			padding:0px 0px 0px 7px;}
			
			#utilities li img {
				vertical-align:middle;}
	
		#topNav {
			background:url(images/topnav_bg.gif) 0px 0px repeat-x;
			float:right;
			height:45px;
			padding:11px 0px 0px 69px;
			margin:21px 3px 0px 0px;
			width:702px;}
			
			#topNav a {
				float:left;
				display:block;}
				
				#topNav a.solutions {
					background:url(images/topnav_solutions_over.png) left 0px no-repeat;					
					height:33px;
					width:78px;}
					
				#topNav a.solutions:hover {
					background:url(images/topnav_solutions_over.png) right 0px no-repeat;
					height:33px;
					width:78px;}
					
				#topNav a.technology {
					background:url(images/topnav_tech_over.png) left 0px no-repeat;
					height:33px;
					width:89px;}
					
				#topNav a.technology:hover {
					background:url(images/topnav_tech_over.png) right 0px no-repeat;
					height:33px;
					width:89px;}
					
				#topNav a.partners {
					background:url(images/topnav_partners_over.png) left 0px no-repeat;
					height:33px;
					width:140px;}
					
				#topNav a.partners:hover {
					background:url(images/topnav_partners_over.png) right 0px no-repeat;
					height:33px;
					width:140px;}
					
				#topNav a.news {
					background:url(images/topnav_news_over.png) left 0px no-repeat;
					height:33px;
					width:109px;}
					
				#topNav a.news:hover {
					background:url(images/topnav_news_over.png) right 0px no-repeat;
					height:33px;
					width:109px;}
					
				#topNav a.resources {
					background:url(images/topnav_resources_over.png) left 0px no-repeat;
					height:33px;
					width:117px;}
					
				#topNav a.resources:hover {
					background:url(images/topnav_resources_over.png) right 0px no-repeat;
					height:33px;
					width:117px;}
					
				#topNav a.about {
					background:url(images/topnav_about_over.png) right 0px no-repeat;
					height:33px;
					width:76px;}
					
				#topNav a.about:hover {
					background:url(images/topnav_about_over.png) right 0px no-repeat;
					height:33px;
					width:76px;}
					
				#topNav a.customer {
					background:url(images/topnav_customer_over.png) left 0px no-repeat;
					height:33px;
					width:93px;}
					
				#topNav a.customer:hover {
					background:url(images/topnav_customer_over.png) right 0px no-repeat;
					height:33px;
					width:93px;}
				
#footerContainer {
	clear:both;
	margin:0px 0px 20px 0px;
	width:948px;}

	#footer {
		background:url(images/footer_bg.png) 0px 0px;
		clear:both;
		height:19px;
		padding:2px 25px 0px 0px;}
	
		#footer ul {}
	
			#footer ul li {
				display:inline;
				padding:0px 0px 0px 5px;}			

/*	4.0 Home Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	4.1 [Fonts]  */

#homeMain {
	color:#333333;
	font-size:90%;}
	
#homeMidLeft h1 {
	color:#0754A0;
	padding:0px 0px 20px 0px;}
	
#homeMidLeft p {
	padding:0px 0px 8px 0px;}
	
	#homeMidLeft a {
		color:#666666;
		font-weight:bold;
		font-size:90%;}
	
	#homeMidLeftC .newsTable td {
		line-height:160%;}
		
	#homeMidLeftC .newsTable a {
		color:#333333;
		font-size:100%;
		text-decoration:none;}
		
		#homeMidLeftC .newsTable a:hover {
			color:#0754A0;
			font-size:100%;
			text-decoration:underline;}

/*	4.2 [Layout]  */

#homeMain {
	clear:both;
	width:948px;}

	#homeFlash {
		clear:both;
		margin:0px auto;
		height:287px;
		width:948px;}
		
		#homeMid {
			clear:both;
			padding:11px 0px 20px 0px;
			width:948px;}
			
			#homeMidLeft {
				background:url(images/home_left_bg.jpg) 0px 0px no-repeat;
				float:left;
				margin:12px 0px 0px 0px;
				width:608px;}
				
				#homeMidLeftA {
					border-bottom:1px solid #B9CDDA;
					display:inline; /*IE double margin fix*/
					float:left;
					margin:25px 0px 0px 31px;
					padding-bottom: 10px;
					width:264px;}
				
				#homeMidLeftB {
					border-bottom:1px solid #B9CDDA;
					display:inline; /*IE double margin fix*/
					float:right;
					margin:25px 34px 0px 0px;
					padding:0px 0px 17px 0px;
					width:259px;}
				
				#homeMidLeftC {
					border-top:1px solid #E6F0F7;
					display:inline; /*IE double margin fix*/
					clear:right;
					float:right;
					margin:0px 34px 0px 0px;
					padding:20px 0px 0px 0px;
					width:259px;}
					
				#homeMidLeftD {
					border-top:1px solid #E6F0F7;
					display:inline; /*IE double margin fix*/
					clear: none;
					float:left;
					margin:0px 0px 0px 31px;
					height: 105px;
					width:264px;}
					
					#homeMidLeftD table {
						width: 100%;
						height: 100%;}
						
						#homeMidLeftD table td {
							text-align: center;
							vertical-align: middle;}
							
					#homeMidLeftD h1 {padding: 18px 0px 5px;}
					
			#homeMidRight {
				float:right;
				width:315px;}
				
				#homeMidRightA {}
				
				#homeMidRightB {}
				
				#homeMidRightC {
					padding:8px 0px 0px 0px;}
					
				#mainBottom {
					border-top:1px solid #FEFFFF;
					clear:both;
					padding:0px;
					width:100%}
					
					#mainBottom img { float: right; margin: 0 20px 0 40px; padding: 12px 0; }

/*	4.3 [ezEdit ToolsFile]  */
				
				
/*	5.0 Interior Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	5.1 [Fonts]  */

#content a {
	font-weight:bold;}

/*	5.2 [Layout]  */

#interiorMain {
	min-height:500px;
	height:auto !important;
	height:500px;
	width:948px;}
	
	#leftNavContainer {
		background:url(images/leftnavcontainer_bg.gif) 0px 0px repeat-y;
		float:left;
		width:208px;}
	
	#leftNav {
		background:url(images/leftnav_bg.gif) 0px bottom no-repeat;
		min-height:200px;
		height:auto !important;
		height:200px;}
		
		#leftNav table {
			border-top:1px solid #9FBDCE;
			margin:0px 0px 27px 15px;
			width:177px;}	

	#sectionalGraphic {
		clear:both;
		height:210px;
		width:100%;}
		
#interiorColumns {
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:0px 0px 0px 0px;
	width:100%;}
		
	#main {
		float:right;
		margin:0px 0px 0px 0px;
		width:719px;}
	
		#ShareThis {
			float:right; }
			
		#content {
			padding:12px 20px 15px 6px;
			width:100%;}
			
			#content img {
				padding:5px;}
		
			#content ul {
				margin:0px 0px 5px 30px;
				list-style:none;
				padding:0px;}
				
				#content ul li {
					background: url(images/int_list.gif) 3px 7px no-repeat;
					padding:0px 0px 7px 12px;}
					
				#content ul ul {
					margin:0px 0px 0px 25px;
					padding:0px;}
					
					#content ul ul li {
						background: url(images/int_list.gif) 3px 7px no-repeat;
						padding:0px 0px 7px 12px;}
				
			#content ol {
				list-style: decimal;
				margin:0px 0px 12px 39px;
				line-height: 160%;
				padding:0px;}

			#content ol li {padding-bottom: 7px;}
				
/* 5.3 =-=-=-=-=-=-=-=-=-=-=-=-Library Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

#library {padding:70px 0px 0px 0px;}


#library .libraryItem {
	background: url(images/lib-middle.gif) 0px 0px repeat-y;
	color: #FFFFFF;
	margin-bottom: 12px;}
	
#library .libraryItem img {display: block;}

#library .libraryItem h2 {
	color: #6193c3;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 190%;
	margin: 0px 17px;
	padding: 0px 0px 5px;}
	
#library .libraryItem p {
	font-weight: bold;
	font-size:95%;
	line-height: 120%;
	margin: 0px 17px;
	padding-bottom: 10px;}
	
#library .libraryItem p a {
	background: url(images/lib-arrow.gif) right 0px no-repeat;
	color: #FFFFFF;
	padding: 0px 20px 3px 0px;
	text-transform: uppercase;
	text-decoration: none;}
	
		#library .libraryItem p a:hover {text-decoration: underline;}
/*	5.4 [Fonts]  */
		
/*	5.5 [Layout]  */			

/*	6.0 LeftNav Item Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#leftNav td.leftnav-lvl1-on {
	background:url(images/leftnav_lvl1_on.gif) 0px 0px repeat-y;
	border-bottom:1px solid #9FBDCE;
	color:#0754A0;
	font-weight:bold;
	padding:7px 10px 7px 12px;
	vertical-align:top;
	}
	
#leftNav td.leftnav-lvl1-off {
	border-bottom:1px solid #9FBDCE;
	color:#4E4E4E;
	font-weight:bold;
	padding:7px 10px 7px 12px;
	vertical-align:top;
	}
	
#leftNav td.leftnav-lvl1-off a {color:#4E4E4E;text-decoration:none;}
#leftNav td.leftnav-lvl1-off a:hover {color:#4E4E4E;text-decoration:underline;}
	
#leftNav td.leftnav-lvl1-on a {color:#0754A0;text-decoration:none;}
#leftNav td.leftnav-lvl1-on a:hover {color:#0754A0;text-decoration:underline;}

#leftNav td.leftnav-lvl2-on {
	background:url(images/leftnav_lvl2_on.gif) 12px 12px no-repeat;
	color:#0754A0;
	font-weight:bold;
	font-size:90%;
	padding:6px 10px 6px 20px;
	vertical-align:top;
	}
	
#leftNav td.leftnav-lvl2-off {
	background:url(images/leftnav_lvl2_off.gif) 12px 12px no-repeat;
	color:#4E4E4E;
	font-weight:bold;
	font-size:90%;
	padding:6px 10px 6px 20px;
	vertical-align:top;
	}
	
#leftNav td.leftnav-lvl2-off a {color:#4E4E4E;text-decoration:none;}
#leftNav td.leftnav-lvl2-off a:hover {color:#4E4E4E;text-decoration:underline;}
	
#leftNav td.leftnav-lvl2-on a {color:#0754A0;text-decoration:none;}
#leftNav td.leftnav-lvl2-on a:hover {color:#0754A0;text-decoration:underline;}


#leftNav td.leftnav-lvl3-on {
	background:url(images/leftnav_lvl3_on.gif) 32px 12px no-repeat;
	color:#0754A0;
	font-weight:bold;
	font-size:90%;
	padding:6px 22px 6px 39px;
	vertical-align:top;
	}
	
#leftNav td.leftnav-lvl3-off {
	background:url(images/leftnav_lvl3_off.gif) 32px 12px no-repeat;
	color:#4E4E4E;
	font-size:90%;
	font-weight:bold;
	padding:6px 22px 6px 39px;
	vertical-align:top;
	}
	
#leftNav td.leftnav-lvl3-off a {color:#4E4E4E;text-decoration:none;}
#leftNav td.leftnav-lvl3-off a:hover {color:#4E4E4E;text-decoration:underline;}
#leftNav td.leftnav-lvl3-on a {color:#0754A0;text-decoration:none;}
#leftNav td.leftnav-lvl3-on a:hover {color:#0754A0;text-decoration:underline;}


/*	7.0 TopNav Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.RadMenu_Default .group .link  /* 1st level off cell */
{
	color: #FFFFFF;
	padding:8px 10px 8px 15px;
	text-align: left;
	font-weight: bold;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .group .link .item last {
 	border:0px;}

.RadMenu_Default .group .group .link  /* 2nd level off cell */
{
	color: #FFFFFF;
	padding:8px 10px 8px 15px;
	text-align: left;
	font-weight: bold;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .link,   /* off text */
.RadMenu_Default .link:visited
{
	cursor:pointer;
	text-decoration:none;
}

.RadMenu_Default .group .link:hover,   /* 1st level on cell*/
.RadMenu_Default .group .focused,
.RadMenu_Default .group .expanded
{
	background:#75AAD6;
	color:#FFFFFF;
	font-weight: bold;
	padding:8px 10px 8px 15px;
	text-align:left;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .group .group .link:hover,  /* 2nd level on cell*/
.RadMenu_Default .group .group .focused,
.RadMenu_Default .group .group .expanded
{
	background:#75AAD6;
	color:#FFFFFF;
	font-weight: bold;
	padding:8px 10px 8px 15px;
	text-align:left;
	white-space:normal;
	width:151px;
}

.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:#437EB8;
}

.RadMenu_Default .group .group
{
	font-size:100%;
}

.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;}
.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;}
/*site map*/

#sitemap td {
	padding:5px;}
