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

h1 {
	color:#ff7800;
	font:normal 200% Georgia, Arial, sans serif;
	line-height: 100%;}
	
h2	
	{
	color:#002a54;
	font:bold 160% Georgia, Arial, sans serif;
	line-height: 100%;}

h3	
	{
	color:#999999;
	font:bold 130% Georgia, Arial, sans serif;
	line-height: 100%;}

h4 {
	color:#999999;
	font:bold 100% Georgia, Arial, sans serif;
	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:150%;
	font-size:100%;}

a {
	color:#ff7800;
	text-decoration:none;}

	a:hover {
		text-decoration:underline;}

td {
	font-size:75%;}

	#container td {
		font-size:100%;} /* ezedit vs. front-end fix */

/*	1.2 [Layout]  */

body {
	background:#f5f6f7 url(images/body_bg.gif) 0px 0px repeat-x;
	height:98%;}
			
h1 	{padding:0px 0px 19px 0px;}	
h2 	{margin:0px 0px 10px 0px;}
h3 	{margin:0px 0px 10px 0px;}
h4 	{margin: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;}

#content ul.VAMValSummaryErrors li {
	background:none;}
	
.imgLeft {
	margin: 5px 20px 10px 0px;}
	
.imgLeft_border {
	border: 1px solid #68a8c9;
	margin: 5px 20px 10px 0px;}
	
.imgRight {
	margin: 5px 0px 10px 20px;}

.imgRight_border {
	border: 1px solid #68a8c9;
	margin: 5px 0px 10px 20px;}
	
.graphic {
	background: transparent url(/Collateral/Images/English-US/graphic/graphic-border.gif) right 0 repeat-y;
	width: 519px;
	margin-bottom: 10px;}
	
	.graphic td {width: 427px;}
	
	#content .graphic ul {margin: 0px 10px 0px 10px;}
	
		#content .graphic li {padding:0 0 3px 13px;}
	
#content .phase {background: #d7e6f3 url(/Collateral/Images/English-US/graphic/graphic-phase1.gif) 0 bottom no-repeat; width: 92px; text-align: center;}
	.phase h2 {color: #7f94a9; margin-bottom:55px;}
	
/*	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:#005581;
	color:#FFFFFF;
	font-size:120%;
	font-weight:normal;
	padding:10px;}
	
#container .table-header-app {font-size:120%;}

.table-subheader-app {
	background:#9ba4af;
	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:#edf3f6;
	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;}

.quote_marks	{
	color:#FF7000;
	font:bold 105% Georgia, Arial, sans serif;
	vertical-align:middle;
	line-height:80%;}
	
/*	2.4 [Library Items]  */

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

/*	3.1 [Fonts]  */

#utilities {
	text-align:right;
	color:#cccccc;
	font-size:90%;}

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

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

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

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

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

#container {
	background: url(images/container_bg.jpg) 0px 0px no-repeat;
	margin:0px auto;
	width:1020px;}
		
	#header {
		clear:both;
		height:108px;
		margin:0px auto;
		width:960px;}
		
		#logo {	
			float:left;
			display:block;
			margin:24px 0px 0px 4px;}
			
		#utilities {
			float:right;
			display:inline; /*IE double margin fix*/
			margin:21px 8px 0px 0px;}
	
		#utilities li {
			background:url(images/util_link_bg.gif) right 4px no-repeat;
			display:inline;
			padding:0px 0px 0px 7px;}
			
			#topNav {
				clear:right;
				float:right;
				height:26px;
				padding:0px 0px 0px 0px;
				margin-top:21px;
				width:619px;}
	
			#topNav img {
				float:left;
				display:block;}
				
				
			#search {
				float:right;
				margin:4px 8px 0px 0px;}
				
				#searchBox {
					background:url(images/util_search_bg.gif) 0px 0px repeat-x;
					border-left:1px solid #cccccc;
					border-right:1px solid #cccccc;
					border-bottom:0;
					border-top:0;
					height:16px;
					font-size:90%;
					padding:4px 0px 0px 1px;
					width:187px;}
				
#footer {
	background:url(images/footer_bg.gif) 0px 0px repeat-x;
	border-top:1px solid #e1e1e2;
	border-bottom:1px solid #e1e1e2;
	clear:both;
	margin:0px auto 0px auto;
	padding:9px 0px 0px 0px;
	height:20px;
	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 h1 {
	color:#666666;
	font-family:georgia, helvetica, sans-serif;
	font-size:180%;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 15px 0px;}
	
#homeBottom h2 {
	color:#002a54;
	font-size:100%;
	font-weight:bold;
	line-height:140%;
	margin:0px;
	padding:0px 0px 11px 0px;}
	
#homeBottom h3 {
	color:#333333;
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 7px 0px;}

/*	4.2 [Layout]  */

#homeMain {
	clear:both;
	margin:0px auto;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:960px;}

	#homeFlash {
		float:left;
		height:320px;
		width:100%;}
		
	#buttons {
		background:url(images/buttons_bg.gif) 0px 17px repeat-x;
		clear:both;
		padding:17px 0px 0px 0px;
		height:43px;
		width:100%;}
		
		#buttons img {
			float:left;}
		
		#buttons a {
			float:left;}
			
			#buttons a.patient {
				background:url(images/btn_patient_over.gif) right 0px no-repeat;
				display:block;
				height:43px;
				width:73px;}
				
			#buttons a.patient:hover {
				background:url(images/btn_patient_over.gif) left 0px no-repeat;
				display:block;
				height:43px;
				width:73px;}
				
			#buttons a.healthcare {
				background:url(images/btn_healthcare_over.gif) right 0px no-repeat;
				display:block;
				margin:0px 0px 0px 14px;
				height:43px;
				width:182px;}
				
			#buttons a.healthcare:hover {
				background:url(images/btn_healthcare_over.gif) left 0px no-repeat;
				display:block;
				margin:0px 0px 0px 14px;
				height:43px;
				width:182px;}
				
			#buttons a.payer {
				background:url(images/btn_payer_over.gif) right 0px no-repeat;
				display:block;
				margin:0px 0px 0px 14px;
				height:43px;
				width:62px;}
				
			#buttons a.payer:hover {
				background:url(images/btn_payer_over.gif) left 0px no-repeat;
				display:block;
				margin:0px 0px 0px 14px;
				height:43px;
				width:62px;}
				
			#buttons a.policy {
				background:url(images/btn_policy_over.gif) right 0px no-repeat;
				display:block;
				margin:0px 0px 0px 14px;
				height:43px;
				width:234px;}
				
			#buttons a.policy:hover {
				background:url(images/btn_policy_over.gif) left 0px no-repeat;
				display:block;
				margin:0px 0px 0px 14px;
				height:43px;
				width:234px;}

		#homeBottom {
			clear:both;
			padding:37px 0px 0px 0px;
			margin:0px auto;
			width:940px;}

			#homeBottomA {
				float:left;
				padding:2px 0px 0px 0px;
				width:335px;}

			#homeBottomB {
				float:left;
				margin:0px 0px 0px 41px;
				padding:2px 0px 0px 0px;
				width:203px;}
				
				#homeBottom ul {
					border-bottom:1px dotted #7a7b7b;}
				
				#homeBottomB ul li {
					background:url(images/whatsnew_list.gif) 2px 6px no-repeat;
					border-top:1px dotted #7a7b7b;
					padding:3px 0px 3px 23px;}					

			#homeBottomC {
				float:right;
				width:317px;}

			#homeBottomD {
				border-top:1px dotted #7a7b7b;
				border-bottom:1px dotted #7a7b7b;
				padding:12px 0px 0px 0px;
				margin:5px 0px 0px 0px;
				clear:both;
				width:100%;}

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

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

/*	5.2 [Layout]  */

#interiorMain {
	background:#ffffff;
	clear:both;
	margin:0px auto;
	width:960px;}
		
	#interiorColumns {
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		padding:0px 0px 25px 0px;
		width:958px;}
		
	#sectionalGraphic {
		height:189px;
		width:100%;}
		
		#sectionalGraphic img {
			display:block;}
	
	#leftNav {
		float:left;
		display:inline; /*IE double margin fix*/
		font-size:100%;
		margin:22px 0px 20px 22px;
		width:147px;}
		
		#leftNav img {
			display:block;}
		
		#leftNav table {
			width:100%;}
		
	#main {
		/*border-left:3px solid #dedede;*/
		float:right;
		min-height:500px;
		height:auto !important;
		height:500px;
		margin:0px 11px 20px 0px;
		width:774px;}
	
		#content {
			padding:63px 15px 0px 28px;
			width: 100%;}
		
			#content ul {
				margin:0px 0px 13px 20px;
				list-style:none;
				padding:0px;}
				
				#content ul li {
					background: url(images/int_list.gif) 2px 6px 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/int_list.gif) 0px 7px no-repeat;
						padding:0px 0px 7px 13px;
						margin-top:3px;}
				
			#content ol {
				margin:0px 0px 12px 25px;
				padding:0px;}
				
		#cust_quote	{
		background:#eeeeee;
		border: 1px solid #ff7800;
		padding: 5px 10px 5px 10px;
		margin: 0px 0px 15px 0px;
		}
		
		#cust_quote	td {
		padding: 5px 10px 5px 10px;
		margin: 0px 0px 0px 0px;
		font-size:110%;
		}
		
		#video td {
		padding:5px;}
				
				
/* 5.3 =-=-=-=-=-=-=-=-=-=-=-=-Library Styles-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/*	5.4 [Fonts]  */

td#library {font-size:100%;}

#library {
	background: url(/collateral/images/english-us/lib_page_top.gif) 4px 50px no-repeat;
	padding:55px 0px 0px 5px;}

	#library h5	{
		color:#7f94a9;
		font-size:13px;
		font-weight:bold;
		margin-top:15px;}
		
		#library img	{
		padding: 0px 5px 1px 0px;}
		
/*	5.5 [Layout]  */
		
		.libraryTable {
			border-bottom:1px dotted #999999;
			width:180px;}
			
			.libraryTable a {
				color:#7f94a9;
				font-size:13px;
				font-weight:bold;}
				
				.libraryTable p {
					font-size:85%;}
	

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

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

#leftNav td.leftnav-lvl1-on {
	color:#ff7800;
	border-bottom:3px solid #002a54;
	font:normal 115% georgia, arial, sans serif;
	padding:10px 10px 10px 0px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off {
	color:#002a54;
	font:normal 115% georgia, arial, sans serif;
	padding:10px 10px 8px 0px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl1-off a {color:#002a54;text-decoration:none;}
#leftNav td.leftnav-lvl1-off a:hover {color:#002a54;text-decoration:underline;}
	
#leftNav td.leftnav-lvl1-on a {color:#ff7800;text-decoration:none;}
#leftNav td.leftnav-lvl1-on a:hover {color:#ff7800;text-decoration:underline;}

#leftNav td.leftnav-lvl2-on {
	background:#d7e6f3 url(images/leftnav_lvl2_bg.gif) 5px 7px no-repeat;
	color:#002a54;
	font-weight:bold;
	padding:6px 10px 6px 24px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl2-off {
	background:#d7e6f3 url(images/leftnav_lvl2_bg.gif) 5px 7px no-repeat;
	color:#666666;
	padding:6px 10px 6px 24px;
	vertical-align:top;}
	
#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:#002a54;text-decoration:none;}
#leftNav td.leftnav-lvl2-on a:hover {color:#002a54;text-decoration:underline;}


#leftNav td.leftnav-lvl3-on {
	background:#d7e6f3 url(images/leftnav_lvl3_on.gif) 26px 8px no-repeat;
	color:#333333;
	font-size:90%;
	font-weight: bold;
	padding:3px 10px 3px 34px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl3-off {
	background:#d7e6f3 url(images/leftnav_lvl3_off.gif) 26px 8px no-repeat;
	color:#666666;
	font-size:90%;
	padding:3px 10px 3px 34px;
	vertical-align:top;}
	
#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-lvl3-on a {color:#333333;text-decoration:none;}
#leftNav td.leftnav-lvl3-on a:hover {color:#333333;text-decoration:underline;}

#leftNav td.leftnav-lvl4-on {
	background:#d7e6f3 url(images/leftnav_lvl3_on.gif) 41px 8px no-repeat;
	color:#333333;
	font-size:90%;
	font-weight: bold;
	padding:2px 10px 2px 49px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl4-off {
	background:#d7e6f3 url(images/leftnav_lvl3_off.gif) 41px 8px no-repeat;
	color:#666666;
	font-size:90%;
	padding:2px 10px 2px 49px;
	vertical-align:top;}
	
#leftNav td.leftnav-lvl4-off a {color:#666666;text-decoration:none;}
#leftNav td.leftnav-lvl4-off a:hover {color:#666666;text-decoration:underline;}

#leftNav td.leftnav-lvl4-on a {color:#333333;text-decoration:none;}
#leftNav td.leftnav-lvl4-on a:hover {color:#333333;text-decoration:underline;}


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

.RadMenu_Default .group .link  /* 1st level off cell */
{
	border-bottom:1px solid #69717d;
	color: #ffffff;
	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 */
{
	border-bottom:1px solid #69717d;
	color: #FFFFFF;
	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
{
	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 #69717d;
	color:#323c4c;
	font-weight: bold;
	padding:8px 10px 8px 10px;
	text-align:left;
	font-weight:bold;
	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;
	border-bottom:1px solid #69717d;
	color:#323c4c;
	font-weight: bold;
	padding:8px 10px 8px 10px;
	text-align:left;
	font-weight:bold;
	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:#323c4c;
	border:1px solid #69717d;
	border-bottom: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;}
.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;}
	
/* Secure Form Styles */

#loanDetail {
	margin:0px auto;
	font-size:140%;
	width:941px;}

.secureForm td {
	padding:5px;}
	
	.label {
		font-weight:bold;}