/*  [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, helvetica, sans-serif;}

h1 {
	color:#F2743C;
	font-size:200%;
	font-weight:normal;
	line-height: 100%;}
	
h2	
	{
	color:#333333;
	font-size:160%;
	font-weight:bold;
	line-height: 100%;}

h3	
	{
	color:#014465;
	font-size:130%;
	font-weight:bold;
	line-height: 100%;}

h4 {
	color:#014465;
	font-size:100%;
	font-weight:bold;
	line-height: 100%;}

h5 {
	color:#666666;
	font-size:100%;
	font-weight:normal;}

h6 {
	color:#333333;
	font-size:100%;
	font-weight:bold;}

p {
	line-height:150%;
	font-size:100%;}

a {
	color:#F2743C;
	text-decoration:underline;}

	a:hover {
		text-decoration:none;}

td {
	font-size:75%;}

	#container td {
		font-size:100%;} /* ezedit vs. front-end fix */

/*	1.2 [Layout]  */

body {
	height:98%;}
			
h1 	{
	border-bottom:1px dotted #B2B2B2;
	padding:0px 0px 5px 0px;
	margin:0px 0px 27px 0px;}	
h2 	{margin:0px 0px 10px 0px;}
h3 	{margin:0px 0px 10px 0px;}
h4 	{margin:0px 0px 11px 0px;}
h5 	{margin:0px;}
h6 	{margin:0px;}
p 	{margin:0px 0px 15px 0px;}
	
img {border:0px;}

hr {border-top: 1px solid #CCCCCC; margin: 0px 0px 10px; padding: 0px; height: 1px;}

sub, sup {font-size: 70%; vertical-align: text-top;}

.clear {
	clear:both;
	display:block;}
	
.imgBlock {display:block;}

#content ul.VAMValSummaryErrors li {
	background:none;}
	
.imgLeft {
	margin: 10px 20px 20px 0px;}
	
.imgRight {
	margin: 10px 0px 20px 20px;}

/*	2.0 ezEdit ToolsFile Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	2.1 [Home Page]  */

/*	2.2 [Interior Page]  */

.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:#00447c;
	color:#FFFFFF;
	font-size:150%;
	font-weight:bold;
	padding:10px;}
	
#container .table-header-app {font-size:120%;}

.table-subheader-app {
	background:#9ba4af;
	color:#FFFFFF;
	font-weight:bold;
	font-size:120%;
	padding:10px;}
	
#container .table-header-app a {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;}

	#container .table-header-app a:hover {
		text-decoration:underline;}

.table-row {
	border-bottom: 1px solid #DDDDDD;
	background:#FFFFFF;
	color:#333333;
	padding:10px;}

.table-altrow {
	border-bottom: 1px solid #DDDDDD;
	background:#edf3f6;
	color:#333333;
	padding:10px;}	
	
.table-row td {
	padding:10px;}

.table-altrow td {
	padding:10px;}
	
	.table-row td td {
		padding:0px;}
	
	.table-altrow td td {
		padding:0px;}
		
.table-header th a {
	color:#FFFFFF;}

/*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.4 [Library Items]  */

/*	3.0 Global/Header/Footer Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	3.1 [Fonts]  */

#utilities {
	color:#CCCCCC;
	font-size:90%;}
	
	#utilities li {
		line-height:100%;}

		#utilities a {
			color:#CCCCCC;
			text-decoration:none;}
	
			#utilities a:hover {
				color:#CCCCCC;
				text-decoration:underline;}

#footer {
	color:#CCCCCC;
	font-size:80%;
	text-align:left;}

	#footer a {
		color:#CCCCCC;
		font-weight: normal;
		text-decoration:none;}

		#footer a:hover {
			color:#CCCCCC;
			text-decoration:underline;}
			
/*	3.2 [Layout]  */

#container {
	margin:0px auto;
	width:1020px;}
		
	#header {
		background:url(images/header_bg.gif) 0px 0px repeat-x;
		height:98px;
		width:100%;}
		
		#logo {	
			float:left;
			display:inline;
			margin:9px 0px 0px 30px;}
			
			#logo img {				
				display:block;}
			
		#utilities {
			display:inline; /*IE double margin fix*/
			float:right;
			margin:19px 30px 0px 0px;}
	
		#utilities li {
			padding:0px 0px 0px 8px;
			display:inline;}
			
			#topNav {
				float:right;
				clear:right;
				height:12px;
				margin:23px 30px 0px 0px;
				width:653px;}
	
			#topNav img {
				float:left;
				display:block;}
				
#footerContainer {
	background:#014465;
	clear:both;
	width:100%;}
	
#footer {	
	height:22px;
	margin:0px auto 0px auto;
	padding:7px 0px 0px 0px;
	width:960px;}

	#footer ul {
		list-style:none;}

		#footer ul li {
			display:inline;
			padding:0px 5px 0px 0px;}
			
			
/*	4.0 Home Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	4.1 [Fonts]  */

#homeBottom {
	font-size:90%;}
	
#homeBottom h1 {
	border:0px;
	color:#333333;
	padding:0px 0px 8px 0px;
	margin:0px;
	font-weight:bold;
	font-size:130%;}
#homeBottomC h1 {
	border:0px;
	color:#333333;
	padding:0px 0px 1px 0px;
	margin:0px;
	font-weight:bold;
	font-size:130%;}
	
#homeBottomC h2 {
	color:#014465;
	padding:0px 0px 8px 0px;
	margin:0px;
	line-height:130%;
	font-weight:bold;
	font-size:100%;}
	
#homeBottom p {
	padding:0px 0px 7px 0px;
	margin:0px;}
	
	#homeBottomA a, #homeBottomD a {
		color:#F2743C;
		font-weight:bold;
		text-decoration:none;}
		
	#homeBottomA a:hover, #homeBottomD a:hover {
		text-decoration:underline;}
		
	#homeBottomC a {
		color:#333333;
		font-weight:bold;
		text-decoration:none;}
		
	#homeBottomC a:hover {
		text-decoration:underline;}

/*	4.2 [Layout]  */

#homeMain {
	clear:both;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:100%;}

	#homeFlash {
		height:245px;
		margin:0px auto;
		width:960px;}
		
		#homeBottom {
			background:#FFFFFF;
			clear:both;
			margin:0px auto;
			padding:20px 0px 20px 0px;
			width:960px;}
			
			#homeBottom ul {
				margin:0px 0px 7px 10px;}
	
				#homeBottom ul li {
					background:url(images/int_list.gif) 0px 4px no-repeat;
					padding:0px 0px 4px 10px;}
		
			#homeBottomA {
				float:left;
				margin:0px 42px 0px 0px;
				width:266px;}
					
			#homeBottomBC {
				float:left;
				margin:0px 37px 0px 0px;
				width:241px;}
				
				#homeBottomB {
					border-bottom:1px dotted #B2B2B2;
					padding:0px 0px 11px 0px;
					margin:0px 0px 17px 0px;
					width:100%;}
				
				#homeBottomC {
					margin:0px 0px 0px 0px;
					width:100%;}
			
			#homeBottomD {
				float:right;
				margin:0px 0px 0px 0px;
				width:349px;}
				
				.casestudiesTable {
					border-bottom:1px dotted #B2B2B2;}
				
				.casestudiesTable td {
					padding:0px 15px 15px 0px;}
					
				.openserviceTable {
					margin:15px 0px 0px 0px;}
				
				.openserviceTable td {
					padding:0px 30px 15px 0px;}
					
			#customerContainer {
				clear:both;
				margin:0px auto;
				width:960px;}
			
				
			#customer	{
				border-top:1px dotted #B2B2B2;
				padding:27px 0px 0px 0px;
				width:155px;
				float:left;
				font-size:140%;
				font-weight:bold;
				}
				
				#customer a	{
				text-decoration:none;}
				
				#customer a:hover	{
				text-decoration:underline;}
			
			#logos {
				border-top:1px dotted #B2B2B2;
				float:right;
				padding:15px 0px 0px 5px;
				width:800px;}				
				
				#logos img {
					display:block;
					float:left;
					margin:0px 49px 0px 0px;}
					
				#logos .logoLast {
						margin:0px;}

/*	4.3 [ezEdit ToolsFile]  */				
				 
/*	5.0 Interior Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	5.1 [Fonts]  */
	
#content ul {
	line-height:150%;}

/*	5.2 [Layout]  */

#interiorMain {
	background:#FFFFFF;
	clear:both;
	width:100%;}

	#sectionalGraphic {
		height:155px;
		width:100%;}
		
	#interiorColumns {
		background:url(images/interiorcolumn_bg.gif) 14px 0px repeat-y;
		margin:0px 0px 0px 16px;
		width:976px;}
	
	#leftNav {
		float:left;
		display:inline; /*IE double margin fix*/
		font-size:100%;
		margin:0px 0px 0px 0px;
		width:191px;}
		
		#leftNav img {
			display:block;}
		
		#leftNav table {
			width:100%;}
		
	#main {
		background:#FFFFFF;
		float:right;
		min-height:400px;
		height:auto !important;
		height:400px;
		margin:0px 0px 0px 0px;
		width:756px;}
	
		#content {
			padding:25px 15px 0px 0px;
			width:100%;}
		
			#content ul {
				margin:0px 0px 13px 20px;
				list-style:none;
				padding:0px;}
				
				#content ul li {
					background: url(images/int_list.gif) 5px 7px no-repeat;
					padding:0px 0px 7px 16px;}
				
				#content ul ul {
					margin:0px 0px 0px 25px;
					list-style:none;
					padding:0px;}
					
					#content ul ul li {
						background:none;
						list-style:disc;
						list-style-position:inside;
						padding:0px 0px 7px 13px;
						margin-top:3px;}
						
						#content ul ul ul li {
						list-style:circle;
						list-style-position:inside;
						padding:0px 0px 7px 13px;
						margin-top:3px;}
				
			#content ol {
				margin:0px 0px 12px 25px;
				padding:0px;}
				
				
/* 5.3 =-=-=-=-=-=-=-=-=-=-=-=-Library Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/*	5.4 [Fonts]  */
		
/*	5.5 [Layout]  */
	
	#library {
		padding: 85px 0px 0px 10px;
		width: 171px;}	
		
	.libraryItem {
		background: url(images/lib-bottom.gif) bottom no-repeat;
		margin: 0px 0px 15px;
		padding: 0px 0px 8px;}
		
		.libraryItem p {
			color: #666666;
			font-size: 95%;
			font-weight: bold;
			margin-bottom: 7px;}
			
			.libraryItem p a {
				color: #014465;
				text-decoration: none;}
				
				.libraryItem p a:hover {text-decoration: underline;}

/*	6.0 LeftNav Item Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.leftnav-lvl1-spacer {
	height:5px;}

#leftNav td.leftnav-bevel-top-on {
	background:url(images/leftnav_lvl1_top.gif) left 0px no-repeat;
	height:5px;}

#leftNav td.leftnav-bevel-btm-on {
	background:url(images/leftnav_lvl1_btm.gif) left 0px no-repeat;
	height:5px;}
	
#leftNav td.leftnav-lvl1-on {
	background:#014465;
	color:#FFFFFF;
	font:bold 100% arial, sans-serif;
	line-height:100%;
	padding:0px 10px 0px 32px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off {
	color:#FFFFFF;
	font:bold 100% arial, sans-serif;
	line-height:100%;
	padding:5px 10px 5px 32px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off a {color:#FFFFFF;text-decoration:none;}
#leftNav td.leftnav-lvl1-off a:hover {color:#FFFFFF;text-decoration:underline;}
	
#leftNav td.leftnav-lvl1-on a {color:#FFFFFF;text-decoration:none;}
#leftNav td.leftnav-lvl1-on a:hover {color:#FFFFFF;text-decoration:underline;}

.leftnav-lvl2-spacer {
	height:5px;}

#leftNav td.leftnav-bevel2-top-on {
	background:url(images/leftnav_lvl2_top.gif) right 0px no-repeat;
	height:5px;}

#leftNav td.leftnav-bevel2-btm-on {
	background:url(images/leftnav_lvl2_btm.gif) right 0px no-repeat;
	height:5px;}

#leftNav td.leftnav-lvl2-on {
	background:url(images/leftnav_lvl2_bg.gif) right 0px repeat-y;
	color:#FFFFFF;
	font-size:90%;
	font-weight: bold;
	padding:0px 10px 0px 52px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl2-off {
	color:#FFFFFF;
	font-size:90%;
	font-weight: bold;
	padding:5px 10px 5px 52px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl2-off a {color:#FFFFFF;text-decoration:none;}
#leftNav td.leftnav-lvl2-off a:hover {color:#FFFFFF;text-decoration:underline;}
	
#leftNav td.leftnav-lvl2-on a {color:#FFFFFF;text-decoration:none;}
#leftNav td.leftnav-lvl2-on a:hover {color:#FFFFFF;text-decoration:underline;}


#leftNav td.leftnav-lvl3-on {
	background:url(images/leftnav_lvl3_on.gif) 67px 11px no-repeat;
	color:#014465;
	font-size:90%;
	font-weight: bold;
	padding:6px 10px 6px 74px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl3-off {
	background:url(images/leftnav_lvl3_off.gif) 67px 11px no-repeat;
	color:#FFFFFF;
	font-size:90%;
	font-weight: bold;
	padding:6px 10px 6px 74px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl3-off a {color:#FFFFFF;text-decoration:none;}
#leftNav td.leftnav-lvl3-off a:hover {color:#FFFFFF;text-decoration:underline;}

#leftNav td.leftnav-lvl3-on a {color:#014465;text-decoration:none;}
#leftNav td.leftnav-lvl3-on a:hover {color:#014465;text-decoration:underline;}


/*	7.0 TopNav Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.RadMenu_Default .group .link  /* 1st level off cell */
{
	color:#FFFFFF;
	font-weight: bold;
	padding:8px 10px 8px 10px;
	text-align: left;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .group .group .link  /* 2nd level off cell */
{
	color: #FFFFFF;
	font-weight: bold;
	padding:8px 10px 8px 10px;
	text-align: left;
	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:#ffffff;
	color:#F2743C;
	font-weight: bold;
	padding:8px 10px 8px 10px;
	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:#ffffff;
	color:#F2743C;
	font-weight: bold;
	padding:8px 10px 8px 10px;
	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:#F2743C;
	border:1px solid #C6C6C6;
}

.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;}

