/*  [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:#194286;
	font:200% georgia, helvetica, sans-serif;
	line-height: 100%;}
	
h2	
	{
	color:#666666;
	font:140% arial black, helvetica, sans-serif;
	line-height: 100%;}

h3	
	{
	color:#194286;
	font:120% arial black, helvetica, sans-serif;
	line-height: 100%;}

h4 {
	color:#666666;
	font:120% arial black, helvetica, sans-serif;
	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:#FF6600;
	text-decoration:underline;}

	a:hover {
		text-decoration:none;}

td {
	font-size:75%;}

	#container td, #int-container td {
		font-size:100%;} /* ezedit vs. front-end fix */

/*	1.2 [Layout]  */

body {
	height:98%;}
			
h1 	{
	padding:0px 0px 16px 0px;}	
h2 	{margin:0px 0px 8px 0px;}
h3 	{margin:0px 0px 8px 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;}
	
.tableOutline {
	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.4 [Library Items]  */

/*	3.0 Global/Header/Footer Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	3.1 [Fonts]  */

#utilities {
	color:#FFFFFF;
	font-size:90%;}
	
	#utilities li {
		line-height:100%;}

	#utilities a {
		color:#FFFFFF;
		text-decoration:none;}

		#utilities a:hover {
			color:#FFFFFF;
			text-decoration:underline;}

#footer {
	color:#999999;
	font-size:80%;
	text-align:left;}

	#footer a {
		color:#999999;
		font-weight: normal;
		text-decoration:none;}

		#footer a:hover {
			color:#999999;
			text-decoration:underline;}
			
/*	3.2 [Layout]  */

#container {
	background:url(images/container_bg.jpg) 0px 0px no-repeat;
	margin:0px auto;
	width:1020px;}
	
#int-container {
	background:url(images/int_container_bg.gif) center 0px repeat-y;
	margin:0px auto;
	width:1019px;}
		
	#header {
		height:146px;
		width:100%;}
		
	#int-header {
		background:url(images/header_bg.gif) 0px 0px repeat-x;
		height:105px;
		margin:0px 0px 0px 41px;
		width:940px;} 
		
		#logo {	
			float:left;
			margin:26px 0px 7px 68px;}
			
		#int-logo {	
			float:left;
			margin:35px 0px 0px 35px;}
			
			#logo img, #int-logo {				
				display:inline-block;}
			
		#utilities {
			background:url(images/utilities_bg.gif) 0px 0px no-repeat;
			display:inline; /*IE double margin fix*/
			float:right;
			height:21px;
			margin:0px 50px 0px 0px;
			padding:8px 0px 0px 25px;
			width:232px;}
	
		#utilities li {
			padding:0px 8px 0px 0px;
			display:inline;}
			
			#topNav {
				background:url(images/topnav_bg.gif) 0px 0px repeat-x;
				clear:both;
				height:37px;
				padding:0px 0px 0px 60px;
				width:960;}
	
			#topNav img {
				float:left;
				display:block;}
				
#footerContainer {
	clear:both;
	background:#000000;
	width:100%;}
	
#footer {	
	height:22px;
	margin:0px auto;
	padding:23px 0px 46px 0px;
	width:917px;}

	#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 {
	color:#1A4388;
	font:normal 120% arial black, arial, san-serif;
	margin:0px;
	padding:0px;}
	
#homeBottomRight h1 {
	color:#666666;}

/*	4.2 [Layout]  */

#homeMain {
	clear:both;
	width:100%;}
	
	#homeFlash {
		clear:both;
		height:243px;
		margin:0px auto;
		padding:2px;
		width:917px;
		z-index:10;}
		
	#homeBottomContainer {
		background:#FBFBFD;
		width:100%;}
		
		#homeBottom {
			border-left:1px dashed #7A7B7B;
			border-right:1px dashed #7A7B7B;
			clear:both;
			margin:-21px auto 0px auto;
			width:916px;
			z-index:100px;}
			
			#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 {
				border-right:1px dashed #7A7B7B;
				float:left;
				display:inline;
				padding:23px 41px 0px 18px;
				min-height:226px;
				height:auto !important;
				height:226px;
				width:464px;}
				
			#homeBottomRight {
				float:right;				
				width:392px;}
				
				#homeBottomB {
					border-bottom:1px dashed #7A7B7B;
					padding:42px 0px 20px 18px;}
			
				#homeBottomC {
					padding:17px 0px 0px 18px;}

/*	4.3 [ezEdit ToolsFile]  */				
				 
/*	5.0 Interior Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	5.1 [Fonts]  */
	
#content ul {
	line-height:150%;}

/*	5.2 [Layout]  */

#interiorMain {
	background:#FBFBFD url(images/interior_bg.gif) 0px 188px repeat-x;
	clear:both;
	margin:0px auto;
	width:928px;}

	#sectionalGraphic {
		height:117px;
		width:100%;}
		
		#sectionalGraphic img {
			display:block;}
		
	#interiorColumns {
		background:#FBFBFD url(images/int_column_bg.gif) 0px 2px no-repeat;
		margin:0px 0px 0px 0px;
		width:928px;}
	
	#leftNav {
		float:left;
		display:inline; /*IE double margin fix*/
		font-size:100%;
		margin:0px 0px 0px 0px;
		width:179px;}
		
		#leftNav img {
			display:block;}
		
		#leftNav table {
			background:url(images/leftnav_table_bg.gif) 0px 0px repeat-y;
			width:171px;}
		
	#main {
		background:url(images/main_bg.gif) 0px 0px repeat-y;
		float:right;
		min-height:500px;
		height:auto !important;
		height:500px;		
		display:inline;
		margin:0px 0px 0px 0px;
		width:749px;}
	
		#content {
			padding:26px 15px 0px 32px;
			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 13px;}
				
				#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: 71px 15px 0px 10px;
		width: 172px;}	
		
	.libraryItem {
		margin: 0px 0px 15px;
		padding: 0px 0px 8px;
		width: 172px;}
		
	.libraryItem .gray {
		background-color: #e2e2e2;
		border: 1px solid #b9b9b9;
		border-right: none;}
		
			.libraryItem .gray td {
				border-right: 1px solid #b9b9b9;}
				
				
	.libraryItem .blue {
		background-color: #ced7e6;
		border: 1px solid #b8cbeb;
		border-right: none;}
		
			.libraryItem .blue td {
				border-right: 1px solid #b8cbeb;}
				
		.libraryItem h2 {
			color: #666666;
			font-size: 100%;
			margin: 10px 0px 5px 8px;
			text-transform: uppercase;}
		
		.libraryItem p {
			color: #666666;
			font-size: 90%;
			margin: 0px 0px 0px 8px;}
			
			.libraryItem p a {
				color: #ff6600;
				font-weight: bold;
				text-decoration: none;}
				
				.libraryItem p a:hover {text-decoration: underline;}

/*	6.0 LeftNav Item Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.leftnav-spacer-top {
	background:url(images/leftnav_spacer_top.png) 0px 0px no-repeat;
	height:5px;}
	
.leftnav-spacer-btm {
	background:url(images/leftnav_spacer_btm.png) 0px 0px no-repeat;
	height:5px;}
	
#leftNav td.leftnav-lvl1-on {
	background:url(images/leftnav_lvl1_on.gif) 0px 0px repeat-y;
	color:#1A4388;
	font-size:90%;
	font-weight: bold;
	padding:6px 10px 6px 29px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off {
	color:#333333;
	font-size:90%;
	padding:6px 10px 6px 29px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off a {color:#333333;text-decoration:none;}
#leftNav td.leftnav-lvl1-off a:hover {color:#333333;text-decoration:underline;}
	
#leftNav td.leftnav-lvl1-on a {color:#1A4388;text-decoration:none;}
#leftNav td.leftnav-lvl1-on a:hover {color:#1A4388;text-decoration:underline;}

#leftNav td.leftnav-lvl2-on {
	background:url(images/leftnav_lvl2_bg.gif) 44px 12px no-repeat;
	color:#333333;
	font-size:90%;
	font-weight: bold;
	padding:6px 10px 6px 51px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl2-off {
	background:url(images/leftnav_lvl2_bg.gif) 44px 12px no-repeat;
	color:#333333;
	font-size:90%;
	padding:6px 10px 6px 51px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl2-off a {color:#333333;text-decoration:none;}
#leftNav td.leftnav-lvl2-off a:hover {color:#333333;text-decoration:underline;}
	
#leftNav td.leftnav-lvl2-on a {color:#333333;text-decoration:none;}
#leftNav td.leftnav-lvl2-on a:hover {color:#333333;text-decoration:underline;}


#leftNav td.leftnav-lvl3-on {
	background:url(images/leftnav_lvl3_on.gif) 59px 12px no-repeat;
	color:#FF6600;
	font-size:90%;
	font-weight: bold;
	padding:6px 10px 6px 65px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl3-off {
	background:url(images/leftnav_lvl3_off.gif) 59px 13px no-repeat;
	color:#333333;
	font-size:90%;
	padding:6px 10px 6px 65px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl3-off a {color:#333333;text-decoration:none;}
#leftNav td.leftnav-lvl3-off a:hover {color:#333333;text-decoration:underline;}

#leftNav td.leftnav-lvl3-on a {color:#FF6600;text-decoration:none;}
#leftNav td.leftnav-lvl3-on a:hover {color:#FF6600;text-decoration:underline;}


/*	7.0 TopNav Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.RadMenu_Default .group .link  /* 1st level off cell */
{
	color:#333333;
	border-bottom:1px solid #FFFFFF;
	padding:8px 10px 8px 10px;
	text-align: left;
	white-space:normal;
	width:151px;
}

.RadMenu_Default .group .group .link  /* 2nd level off cell */
{
	color: #333333;
	border-bottom:1px solid #FFFFFF;
	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:#004B85;
	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:#004B85;
	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:#E6ECEF;
	border:1px solid #BDBCBD;
}

.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; }

.homeLoginForm table td {padding: 7px;}
/*site map*/

#sitemap td {
	padding:5px;}


