/*  [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:#666666;
	font:75% arial, sans-serif;}

h1 {
	color:#666666;
	font-weight:normal;
	font-size:210%;
	line-height: 100%;}
	
h2	
	{
	color:#859bab;
	font-size:150%;
	font-weight:bold;
	line-height: 100%;}

h3	
	{
	color:#666666;
	font-size:130%;
	font-weight:bold;
	line-height: 100%;}

h4 {
	color:#666666;
	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;
	padding:6px 0px 4px 0px;
	padding-left:72px;}

p {
	line-height:160%;
	font-size:100%;}

a {
	color:#ed2024;
	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 	{padding:0px 0px 15px 0px;}	
h2 	{margin:0px 0px 10px 0px;}
h3 	{margin:0px 0px 5px 0px;}
h4 	{margin:0px 0px 5px 0px;}
h5 	{margin:0px;}
h6 	{margin:0px;}
p 	{margin:0px 0px 15px 0px;}
	
img {border:0px;}
img td {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;
	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 {
	border: 1px solid #E3E2D0;
	margin: 5px 20px 10px 0px;}
	
.imgRight {
	margin: 5px 0px 10px 20px;}

.imgRight_border {
	border: 1px solid #E3E2D0;
	margin: 5px 0px 10px 20px;}
	
img.content_top	{border:none; margin:0px 0px 28px 0px;}
	
/*	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:#859bab;
	color:#FFFFFF;
	font-size:120%;
	font-weight:normal;
	padding:10px;}
	
#container .table-header-app {font-size:120%;}

.table-subheader-app {
	background:#666666;
	color:#FFFFFF;
	font-weight:normal;
	padding:10px;}

.table-row {
	border-bottom: 1px solid #DDDDDD;
	background:#FFFFFF;
	color:#333333;
	padding:10px;}

.table-altrow {
	border-bottom: 1px solid #DDDDDD;
	background:#eeeeee;
	color:#333333;
	padding:10px;}
		
.table-header th a {
	color:#FFFFFF;}
	
.table-row td, .table-altrow td {
	padding:10px; border-bottom: 1px solid #DDDDDD;}

/*For Download's Delivery header*/
	
.table-header th {
	background-color:#9ba4af;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	padding:5px;
	vertical-align:top;}

#representatives img	{
	padding: 10px 5px 10px 5px;}
	
/*	2.4 [Library Items]  */

/*	3.0 Global/Header/Footer Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	3.1 [Fonts]  */

#utilities {
	color:#999999;
	font-size:90%;
	line-height:100%;
	text-align:right;
	padding-right:20px;}

	#utilities a {
		color:#999999;
		text-decoration:none;}

		#utilities a:hover {
			color:#999999;
			text-decoration:underline;}

#footer {
	color:#999999;
	font-size:80%;
	text-align:center;}

	#footer a {
		color:#999999;
		text-decoration:none;}

		#footer a:hover {
			color:#999999;
			text-decoration:underline;}
			
/*	3.2 [Layout]  */

#container {
	margin:0px auto;
	width:940px;}
		
	#header {
		clear:both;
		height:103px;
		margin:0px auto;
		width:899px;}
		
		#logo {	
			float:left;
			display:inline-block;
			margin:0px -18px 0px 18px;}
			
		#utilities {
			float:right;
			display:inline; /*IE double margin fix*/
			margin:14px 0px 15px 0px;}
	
		#utilities li {
			/* background:url(images/util_link_bg.gif) right 4px no-repeat; */
			display:inline;
			padding:0px 0px 0px 10px;}
			
		#topNav {
			background:url(images/topnav_bg.gif) 0px 0px repeat-x;
			float:right;
			clear:right;
			height:40px;
			margin:18px 0px 0px 0px;
			padding:0px 0px 0px 90px;
			width:613px;}

		#topNav img {
			float:left;
			display:inline;}
				
#footer {
	clear:both;
	margin:0px auto;
	padding:16px 0px 20px 0px;
	width:100%;}

	#footer ul {
		list-style:none;
		margin:0px 0px 0px 0px;}

		#footer ul li {
			display:inline;
			padding:0px 0px 0px 3px;}
			
			
/*	4.0 Home Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	4.1 [Fonts]  */

#homeBottom {
	color:#666666;
	margin:0px 0px 0px 0px;}
	
#homeBottom h1 {
	color:#ED2024;
	font:normal 150% Myriad Pro, arial, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 9px 0px;}	
	
#homeBottom h2 {
	color:#FFFFFF;
	font:bold 110% Myriad Pro, arial, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 0px;}
	
#homeBottom p {
	margin:0px 0px 4px 0px;
	font-size:88%;}
	
#homeBottom p.red {
	color:#ED2024;
	margin:-4px 0px 0px 0px;
	font-size:88%;}
	
#homeBottom p.right {
	margin:0px 22px 4px 0px;
	font-size:88%;
	text-align:right;}
	
#homeBottom ul {
	margin:0px 0px 4px 10px;
	font-size:88%;
	list-style:none;}
	
#homeBottom li {
	background: url(images/home-bullet.gif) 3px 7px no-repeat;
	padding:0px 0px 9px 10px;
	line-height:1.5em;
	}	
	
#homeBottom a {
	color:#ED2024;
	text-decoration:none;
	margin:0px 0px 4px 0px;
	}
	
#homeBottom a:hover {
	color:#ED2024;
	text-decoration:underline;
	margin:0px 0px 4px 0px;
	}
	
a.dwnld_link	{
	color:#666 !important;
	text-decoration:underline !important;
	font-weight:bold;
	}
	
a.dwnld_link:hover	{
	color:#666 !important;
	text-decoration:none !important;
	font-weight:bold;
	}

	

/*	4.2 [Layout]  */

#homeMain {
	clear:both;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:100%;
	padding-top:6px;}

	#homeFlash {
		height:260px;
		width:899px;
		margin:0px auto;}
		
		#homeBottom {		
			padding:20px 0px 0px 0px;
			margin:0px auto;
			width:899px;}
			
		#homeBottomBoxes {			
			border-left:1px solid #DADADA;
			border-right:1px solid #DADADA;
			padding:20px 0px 15px 0px;
			width:898px;}
		
			#homeBottomBoxA {
				float:left;
				padding:0px 12px 0px 24px;
				min-height:175px;
				height:auto !important;
				height:175px;			
				width:250px;}

			#homeBottomBoxB {
				float:left;
				padding:0px 12px 0px 10px;
				margin:0px 0px 0px 28px;				
				min-height:175px;
				height:auto !important;
				height:175px;
				width:260px;}

			#homeBottomBoxC {
				float:right;
				padding:0px 24px 0px 12px;
				width:245px;}
								
			#homeBottomBoxC h1 {
			color:#ED2024;
			font:normal 150% Myriad Pro, arial, sans-serif;
			margin:0px 0px 0px 0px;
			padding:0px 0px 9px 14px;}
			
			#homeBottomBoxC p {
			margin:0px 0px 4px 0px;
			font-size:88%;
			padding:0px 0px 9px 14px;}
			
				
			#homeBottomBoxC td	{
				background-image:url(images/boxc_download_bg_1x1.gif);
				background-repeat:repeat;}
				
					
			#homeBottomBoxC td h1 {padding:5px 0px 4px 14px;}
			
			#homeBottomBoxC td a {color: #666666; text-decoration: underline;}
				#homeBottomBoxC td a:hover {color: #666666; text-decoration: none;}
				
			.arrow	{
				border:none;
				margin:2px 0px -1px 3px;
				}
				
			.icon_phone	{
				border:none;
				margin:0px 12px -4px 2px;
				}
				
			.icon_letter	{
				border:none;
				margin:0px 8px -2px -1px;
				}

/*	4.3 [ezEdit ToolsFile]  */				
				 
/*	5.0 Interior Page Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*	5.1 [Fonts]  */
	
#content ul li {
	line-height:150%;}
	
#content a {
	font-weight: bold;}


/*	5.2 [Layout]  */

#interiorMain {
	clear:both;
	width:100%;}
		
	#interiorColumns {
		clear:both;
		margin:0px 0px 0px 0px;
		width:100%;}
		
	#sectionalGraphic {
		height:149px;
		width:703px;}
	
		#sectionalGraphic img {
			display:block;}
	
	#leftNav {
		float:left;
		display:inline; /*IE double margin fix*/
		font-size:100%;
		margin:0px 0px 20px 23px;
		width:176px;}
		
		#leftNav img {
			display:block;}
		
		#leftNav table {
			border-left:1px solid #DADADA;
			border-right:1px solid #DADADA;
			width:100%;}
		
	#main {
		display: inline; /*IE double margin fix*/
		float:right;
		min-height:500px;
		height:auto !important;
		height:500px;
		margin:0px 20px 0px 0px;
		width:703px;}
	
		#content {
			padding:35px 0px 0px 0px;
			width: 100%;}
		
			#content ul {
				margin:0px 0px 13px 45px;
				list-style:none;
				padding:0px;}
				
				#content ul li {
					background: url(images/list_redcircle.gif) 3px 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: url(images/list_redcircle.gif) 5px 7px no-repeat;
						padding:0px 0px 7px 13px;
						margin-top:3px;}
				
			#content ol {
				margin:0px 0px 12px 25px;
				padding:0px;}
				
				
/* 5.3 =-=-=-=-=-=-=-=-=-=-=-=-Library Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/*	5.4 [Fonts]  */

td#library {font-size:100%; width: 163px;}
		
/*	5.5 [Layout]  */
	
	#library {
		padding:81px 0px 0px 25px;}
		
		.libraryItem {
			font-size: 90%;
			margin-bottom: 10px;}
			
			.libraryItem table {
			background: url(/Collateral/Images/English-US/Lib_items/lib_background.gif) 0px 0px repeat-y;}
			
			.libraryItem p {padding: 0px 15px; margin: 5px 0px 5px;}
			
			.libraryItem a {font-weight: bold; text-decoration: none;}
				.libraryItem a:hover {text-decoration: underline;}
			
			.libraryItem h3 {
				color: #ed2024;
				font-size: 140%;
				font-weight: normal;
				margin: 3px 0px 10px 0px;
				padding:0px 15px;}
				
				.libraryItem img {display: block;}
				
				.libraryItem p img {display: inline;}
			
	

/*	6.0 LeftNav Item Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#leftNav sup {vertical-align: text-top;}

#leftNav td.leftnav_top	{height:30px;}

#leftNav td.leftnav_bot	{height:30px;}

#leftNav td.leftnav-lvl1-on {
	 background-image:url(images/leftnav_lv11_on.png);
	 background-position:top;
	 background-repeat:no-repeat;
	color:#ED2024;
	font-weight:bold;
	padding:8px 10px 6px 14px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off {
	color:#ED2024;
	padding:8px 10px 6px 14px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off a {color:#ED2024;text-decoration:none;}
#leftNav td.leftnav-lvl1-off a:hover {color:#ED2024;text-decoration:underline;}
	
#leftNav td.leftnav-lvl1-on a {color:#ED2024;text-decoration:none;}
#leftNav td.leftnav-lvl1-on a:hover {color:#ED2024;text-decoration:underline;}

#leftNav td.leftnav-lvl2-on {
	color:#333333;
	font-size:90%;
	font-weight: bold;
	padding:6px 10px 6px 32px;
	vertical-align:top;
	background:url(images/lefnav_gryarrow_on.gif)  24px 9px no-repeat;}
	
#leftNav td.leftnav-lvl2-off {
	color:#666666;
	font-size:90%;
	padding:6px 10px 6px 32px;
	vertical-align:top;
	background:url(images/lefnav_gryarrow_off.gif)  24px 9px no-repeat;
}
	
#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-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/lefnav_redcircle_on.gif)  40px 11px no-repeat;
	color:#A40C0F;
	font-size:90%;
	font-weight: bold;
	padding:6px 10px 6px 47px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl3-off {
	background:url(images/lefnav_grycircle_off.gif)  40px 11px no-repeat;
	color:#333333;
	font-size:90%;
	padding:6px 10px 6px 47px;
	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:#215293;text-decoration:none;}
#leftNav td.leftnav-lvl3-on a:hover {color:#215293;text-decoration:underline;}


/*	7.0 TopNav Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.RadMenu_Default .group .link  /* 1st level off cell */
{
	color: #ED2024;
	padding:8px 10px 8px 10px;
	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: #ED2024;
	padding:8px 10px 8px 10px;
	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:#E7EBEE;
	color:#ED2024;
	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:#E7EBEE;
	color:#ED2024;
	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:#ffffff;
	border:1px solid #DADADA;
}

.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;}