/* CSS Document for Globe Life Insurance */
body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
td, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
hr {
	height:1px;
	color:#d9e3ed;
}
form {
	padding: 0;
	margin: 0;
}
input {
	padding: 0;
	margin: 0;
}
#glBody {
	width:800px;
	text-align:left;
}

#gl_above_footer {
  width:800px;
	text-align:left;
}

.b { font-weight: bold; }

/*** Header Styles ****/
  h1 {
  	font-size:15px;
  	font-weight:bold;
  	padding:0px;
  	margin:0px;
  	color:#003C8F;
  }
  h2 {
  	font-size:18px;
  	font-weight:bold;
  	padding:0px 0px 4px 0px;
  	margin:0px;
  	color:#225e9a;
  }
  h3 {
  	font-size:12px;
  	font-weight:bold;
  	padding:0px;
  	margin:0px;
  	color:#333333;
  }
  h4 {
  	font-weight:bold;
  	font-size:11px;
  	padding:8px 0px 0px 0px;
  	margin:0px;
  }
  h5 {
  	font-size:14px;
  	color:#FFFFFF;
  	font-weight:bold;
  	text-align:center;
  	padding:0px;
  	margin:0px;
  }
  h6 {
  	font-size:11px;
  	color:#225e9a;
  	padding:0px 0px 5px 0px;
  	margin:0px;
  	font-weight:normal;
  }


  #headerLeft {
    float: left;
    width: 350px;
    height: 138px;
    background: url(../../img/header/header_static_bg_left2.jpg) no-repeat;
  }
  #headerRight {
    float: left;
    width: 450px;
    height: 138px;
  }
  #headerRight_FlashHolder {
    width: 450px;
    height: 75px;
    background: url(../../img/header/header_static_bg_right.jpg) no-repeat;  
  }

  #appHeaderNew {
  	width:800px;
  	margin:0px;
  	padding:0px;
  }
  
  #headerNavLinksHolder {
    background: #003787 url(../../img/header/toplinks_back.jpg) no-repeat scroll 0 0;
    height:37px;
    width:450px;
  }
  
  .main_subhead {
    background:white url(../../img/header/subhead_back.gif) repeat scroll 0 0;
    height:25px;
    margin-top:1px;
  }
  
  #appHeaderNew a:link {text-decoration:none; font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; }
  #appHeaderNew a:visited {text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; }
  #appHeaderNew a:active {text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; }
  #appHeaderNew a:hover {text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; }

  .glHeaderNavLink1a a { color: white; }
  .glHeaderNavLink1a a:hover { color: #D7FFDA; }
  
  .glHeaderNavLink2a a { color: white; }
  .glHeaderNavLink2a a:hover { color: #D7FFDA; }
  
  .glHeaderNavLink3a a { color: white; }
  .glHeaderNavLink3a a:hover { color: #D7FFDA; }

  .glHeaderNavLink1a {
    float:left;
    height:27px;
    padding:8px 0 0;
    width:165px;
  }

  .glHeaderNavLink2a {
    float:left;
    height:27px;
    padding:8px 0 0;
    width:120px;
  }

  .glHeaderNavLink3a {
    float:left;
    height:27px;
    padding:8px 0 0;
    width:155px;
  }
  
  .nav_arrow {
    margin-left:3px;
    vertical-align:middle;
  }

/* Globe Common Styles */
  #header_click_home {
    width: 795px;
    height: 68px;
  }

	.glBodyMainContent {
		padding:3px 9px 4px 9px;
	}
	.glBodyMainContentHome {
    overflow: auto; height: 80px;
  }
	.glInfoSpaceDefault {
    float:left; width: 180px; height: 170px;
  }
  .glInfoBulletsHeader {
    margin: 12px 0 5px 0;
  }
	.glBodyMainGrey {
		border:1px solid #c7c7c7;
		margin:1px 0px 0px 0px;
		padding: 0;
		background-color:#f6f6f6;
		width: 798px;
	}
	.glBodyMainWhite {
		border:1px solid #c7c7c7;
		margin:1px 0px 0px 0px;
		padding: 0;
		background-color: white;
		width: 798px;
	}
	.glMicroFont {
		font-size:10px;
		color:#afafaf;
	}
	.glMicroFont a {
		color:#afafaf;
	}
	.glMicroFontBlack {
		font-size:10px;
		color: black;
	}
	.glMicroFontBlack a {
		color: black
	}	
	.glDoubleline {
		border-bottom:1px solid #c7c7c7;
		margin:1px 0px 0px 0px; 
	}
	.glDottedLine {
		border-bottom:1px dotted #c7c7c7;
		margin:10px 0px 10px 0px;
	}
	.glList {
		background-color:#ffffff;
		font-weight:bold;
		padding:4px;
		margin:0px;
	}
		.glList ol {
			margin:10px 20px 10px 40px;
			padding:2px;
			border-left:1px dashed #d9e3ed;
			border-bottom:1px dashed #d9e3ed;
		}
		.glList ul {
			margin:10px 20px 10px 40px;
			padding:2px;
			border-left:1px dashed #d9e3ed;
			border-bottom:1px dashed #d9e3ed;
		}
			.glList li {
				padding:2px;
			}
		.glList a:link { font-weight: bold; color: #225e9a; text-decoration: none; }
		.glList a:visited { font-weight: bold; color: #225e9a; text-decoration: none; }
		.glList a:hover { font-weight: bold; color: #ffffff; background-color:#225e9a; }
		.glList a:active { font-weight: bold; color: #ffffff; background-color:#225e9a; }

	.glList2 {
		background-color:#ffffff;
		font-weight:bold;
		padding:4px;
		margin:0px;
	}
		.glList2 ol {
			margin:10px 20px 10px 40px;
			padding:2px;
		}
			.glList2 li {
				padding:2px;
			}
		.glList2 a:link { font-weight: bold; color: #225e9a; text-decoration: none; }
		.glList2 a:visited { font-weight: bold; color: #225e9a; text-decoration: none; }
		.glList2 a:hover { font-weight: bold; color: #ffffff; background-color:#225e9a; }
		.glList2 a:active { font-weight: bold; color: #ffffff; background-color:#225e9a; }
		
		.glFaqAnswer {
			font-weight:normal;
			padding:4px 0px;
		}
		.glFaqReturn {
			font-size:10px;
			text-align:right;
			border-bottom:1px solid #efefef;
			margin:0px 0px 5px 0px;
		}
		
.glBodyStatesHolder
{
  border-left: 1px solid #C7C7C7; 
  border-bottom: 1px solid #C7C7C7; 
  border-top: 1px solid #C7C7C7; 
  padding: 1px 0 1px 1px; 
  float: right; 
  margin-left: 10px; 
  margin-right: -9px;
  margin-top: -3px;
  width: 417px;
  background: white;
}

table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}	

.clear {
	clear:both;
}	
	
	/* Globe Main with 1 Column */
.UpdatingPage {
  width: 800px; 
  display:none; 
  text-align: right; 
  background: #002d5b; 
  padding: 5px 0 5px 0;
}
.UpdatingPage_contact {
  display:none;
  text-align: right; 
}

.UpdatePage_text {
  text-align: center; 
  background: #EAEEF7; 
  border: 1px solid #002D5B; 
  margin-top: 40px; 
  color: #225E9A; 
  font-weight: bold; 
  font-size: 16px;
  padding: 8px;
}

	.glBodyMain1Holder {
		width: 800px;  
  }

	.glBodyMain1 {
		margin:1px 0px 0px 0px;
		padding:4px 10px 10px 10px;
		border:1px solid #c7c7c7;
	}
	
	/* Globe Main - 2 Columns (Detail/Inquiry) */
  .error_message { 
    display: none; 
    color: red; 
    padding-bottom: 10px; 
  }
	.glBodyMain3a {
		border:1px solid #c7c7c7;
		float:left;
		min-height: 658px;
	}
  .glBodyMain2a {
		border:1px solid #c7c7c7;
		float:left;
		margin-right: 1px;
	}
		.glBodySubMain2a {
			width:440px;
			margin:0px;
			padding:0px 5px 0 300px;
			font-size: 12px;
		}

		.glBodyMain2a ul {
			margin:5px 0px 0px 27px;
			padding:0px;
		}
			.glBodyMain2a li {
				list-style-image:url(../../img/blue/glBulletCheckmark.gif);
				margin:0px;
				padding:3px 0px 3px 0px;
				color:#000000;
			}
	.glBodyMain2b {
		width:208px;
		margin:0px 0px 0px 1px;
		border: 1px solid #c7c7c7;
		float:left;
	}
		.glBodySubMain3a {
			width:500px;
			float:left;
			padding:0px 5px 0px 5px;
			font-size: 12px;
		}
		.glBodySubMain3a li {
		  padding: 0;
		  padding-bottom: 5px;
		  margin: 0;
		}
		.glDetailClickHereButton {
      margin: 12px 0 12px 290px;
    }
		.glSingleLine {
			border-bottom:1px solid #ededed;
			width:560px;
			margin-left:auto;
			margin-right:auto;
		}
		.glForm1 {
			width:217px;
			background:#e4e4e4;
			font-size:11px;
			padding-left: 3px;
		}
		.glForm2 {
			width:89px;
			background:#e4e4e4;
			font-size:11px;
			padding-left: 3px;
		}
		.glForm3 {
			width:346px;
			background:#e4e4e4;
			font-size:11px;
			padding-left: 3px;
		}
		.glForm5 {
			width:257px;
			height:150px;
			font-size:11px;
			background:#e4e4e4;
			padding-left: 3px;			
		}
			.glContactForm {
				padding:20px 0px;
				text-align:right;
				color:#225e9a;
				font-size:11px;
				font-weight:bold;
			}
	/* Globe Main - Landing Page */
 
	.glBodyMain3a1 {
		background:url(../../img/blue/glEasy-bg.jpg) 0 0 no-repeat;
		width:380px;
		height:243px;
		border:1px solid #c7c7c7;
		margin:0px 1px 0px 0px;
		float:left;
	}
    .gl_lp_easy_to_buy_banner {
      height: 38px;
    }
		.glEasyBullet1 {
  		/*	margin:45px 0px 0px 80px; */
  		margin: 5px 0 0 80px;
  		height: 50px; 
		}
		.glEasyBullet2 {
  		/*	margin:22px 0px 0px 80px; */
  		margin: 0 0 0 80px;	
  		height: 53px; 
		}
		.glEasyBullet3 {
  		margin: 0 0 0 80px;	
  		height: 43px; 		
		}
		.glEasyBullet4 {
  		margin: 0 0 0 80px;	
		}

	.glBodyMain3a-200K {
		background:url(../../img/blue/glEasy-bg-200K.gif) 0 0 no-repeat;
		width:380px;
		height:243px;
		border:1px solid #c7c7c7;
		margin:0px 1px 0px 0px;
		float:left;
	}
		.glEasyBullet1-200K {
  		/*	margin:45px 0px 0px 80px; */
  		margin: 44px 0 0 80px;
  		height: 38px; 
		}
		.glEasyBullet2-200K {
  		/*	margin:22px 0px 0px 80px; */
  		margin: 5px 0 0 80px;	
  		height: 35px; 
		}
		.glEasyBullet3-200K {
  		margin: 12px 0 0 80px;	
  		height: 23px; 		
		}
		.glEasyBullet4-200K {
  		margin: 9px 0 0 80px;	
		}

  .gl-goButton {
    background: transparent;
    width: 58px; 
    height: 25px; 
    padding: 0; 
    margin: 0 0 0 8px; 
    border: 0 none;
    float: left;
    background: url(../../img/blue/glGreenGo.gif) no-repeat;
  }

  .gl-goButton:hover { 
    background: url(../../img/blue/glGreenGo2.gif) no-repeat; 
  }

	.glBodyMain3a2 {
	/*	background:url(../../img/blue/glFreeInfo-bg.gif) 0 0 no-repeat; */
		width:415px;
		height:243px;
		border:1px solid #c7c7c7;
		float:left;
		background: white;
	}
    .glStateSelectHolder {
  		border: 1px solid white;
  		background: white;
  		height: 21px;
  		width: 100px;			
  		display: block;
  		float: left;
    }
		.glStateSelect {
			vertical-align:top;
			font-size:14px;
			height: 20px;
			border: 0px;
      background: white;
      margin: 0; 
      padding: 0; 
  		width: 100px;           
		}
		.glStateHolder {
		  background:url(../../img/blue/glFreeInfo-WantMoreInfo-back.gif) 0 0 no-repeat;
			height:86px;
			width: 415px;
    }
		.glStateDrop {
      text-align: center;
      height: 30px;
			padding:0px;
			margin: 48px 0px 0px 0px;
			float: left;
			width: 310px;
			/* margin:35px 0px 0px 100px; */
		}
		.glStateImageHolder {
      width: 100px; 
      height: 86px; 
      float: left; 
    }
		.glCoverageTopText {
      padding-top: 5px;
      padding-right: 10px;
      width: 155px;
      text-align: right;
      color: white;
      margin-bottom: 10px;
      float: left;
      font-size: 14px;
    }
		.glCoverageText {
      color: white;
      text-align: center;
      margin-bottom: 10px; 
      margin-left: 2px; 
      font-size: 11px;
    }
		.glAdultHolder {
		  background: #285583 url(../../img/blue/glFreeInfo-Adult.gif) 0 0 no-repeat;
      width: 207px;
      height: 125px;
			float:left;    
    }
		.glAdultState {
			vertical-align:top;
			text-align: center;
			height:72px;
			margin:45px 0px 0px 0px;
			padding:0px;
			padding-left: 18px;
			float:left;
		}
		.glMiddleBar {
		  background: #7895B3;    
      width: 1px;
      height: 125px;
			float:left;   
    }
		.glChildHolder {
		  background: #285583 url(../../img/blue/glFreeInfo-Child.gif) 0 0 no-repeat;
      width: 207px;
      height: 125px;
			float:left;    
    }
		.glChildState {
			text-align: center;
			vertical-align:top;
			height:72px;
			margin:45px 0px 0px 0px;
			padding-left: 18px;
			float:left;
		}
		.glBottomBar {
      background:url(../../img/blue/glFreeInfo-BottomBar.gif) 0 0 no-repeat;
      width: 415px;
      height: 25px;
      padding-top: 7px;
    }
  .glBodyTable {
    width: 800px; 
    margin: 0;
    padding: 0;
    margin-top: 1px;
  }
  .glBodyTD1 {
    border-top:1px solid #c7c7c7;
    border-right:1px solid #c7c7c7;
    border-left:1px solid #c7c7c7;        
    
    margin-right: 1px;
    padding-top: 3px;
  }
  .glBodyTD2 {
    border-right:1px solid #c7c7c7;
    border-left:1px solid #c7c7c7;  
    
    margin-right: 1px;
    padding: 0 1px 8px 0;
  }
  .glBodyTD3 {
    border-bottom:1px solid #c7c7c7;
    border-right:1px solid #c7c7c7;
    border-left:1px solid #c7c7c7;   
    
    margin-right: 1px;
    padding: 1px 1px 5px 0;
  } 
     
  .glBodySpacer {
    width:1px;
  }
		.glArticleHeader2 {
			margin:0px;
			padding:0px 0px 0px 0px;
			color:#225e9a;
			font-weight:bold;
		}
			.glArticleHeader2 a:link { color:#225e9a; font-weight:bold; text-decoration:none;}
			.glArticleHeader2 a:active { color:#225e9a; font-weight:bold; text-decoration:underline;}
			.glArticleHeader2 a:visited { color:#225e9a; font-weight:bold; text-decoration:none;}
			.glArticleHeader2 a:hover { color:#666666; font-weight:bold; text-decoration:underline;}
		
    .glArticleDesc2 {
			font-size: 10px;
			padding: 0px;
			margin: 2px 0px 10px 15px;
			color: #225e9a;
		}

    .glArticleDesc2 p {
      margin: 0;
      padding: 0;
      padding-top: 8px;
    }
  
		.glInfoBullets {
		/*	background:url(../../img/blue/glDefaultFamily.gif) 0 0 no-repeat; */
			width:395px;
			margin: 0;
		}
			.glInfoBullets ul {
				margin:5px 0px 10px 20px;
				padding:0px;
			}
				.glInfoBullets li {
					list-style-image:url(../../img/blue/glRedArrowBullet.gif);
					margin:0px;
					padding:4px 0px 4px 0px;
				}

		.glInfoBullets2 {
			width:395px;
			margin: 0;
		}
			.glInfoBullets2 ul {
				margin: 0px 0px 5px 20px;
				padding:0px;
			}
				.glInfoBullets2 li {
					list-style-image:url(../../img/blue/glRedArrowBullet.gif);
					margin:0px;
					padding:4px 0px 4px 0px;
				}
		.glBodyMainChildBullets2 {
      padding-left: 190px;
    }

/*** Default 50k Header ***/
/*  #glHeader {
  	width:800px;
  	height:125px;
  	background:url(../../img/blue/glHeader50k-bg.gif) 0 0 no-repeat;
  	margin:10px 0px 1px 0px;
  	padding:0px;
  }
  
  #glHeader a:link {color:#FFFFFF; text-decoration:none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader a:visited {color:#FFFFFF; text-decoration:none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader a:active {color:#eeeeee; text-decoration:underline; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader a:hover {color:#eeeeee; text-decoration:underline; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
*/

/*** 20k Header ***/
/*  #glHeader20k {
  	width:800px;
  	height:125px;
  	background:url(../../img/blue/glHeader20k-bg.gif) 0 0 no-repeat;
  	margin:10px 0px 1px 0px;
  	padding:0px;
  }
  
  #glHeader20k a:link {color:#FFFFFF; text-decoration:none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader20k a:visited {color:#FFFFFF; text-decoration:none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader20k a:active {color:#eeeeee; text-decoration:underline; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader20k a:hover {color:#eeeeee; text-decoration:underline; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;} 
*/

/*** 30k Header ***/
/*  #glHeader30k {
  	width:800px;
  	height:125px;
  	background:url(../../img/blue/glHeader30k-bg.gif) 0 0 no-repeat;
  	margin:10px 0px 1px 0px;
  	padding:0px;
  }
  
  #glHeader30k a:link {color:#FFFFFF; text-decoration:none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader30k a:visited {color:#FFFFFF; text-decoration:none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader30k a:active {color:#eeeeee; text-decoration:underline; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader30k a:hover {color:#eeeeee; text-decoration:underline; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}  */
 

/*** 200k Header ***/
  #glHeader200k {
  	width:800px;
  	height:125px;
  	background:url(../../img/blue/glHeader200k-bg.gif) 0 0 no-repeat;
  	margin:10px 0px 1px 0px;
  	padding:0px;
  }
  
  #glHeader200k a:link {color:#FFFFFF; text-decoration:none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader200k a:visited {color:#FFFFFF; text-decoration:none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader200k a:active {color:#eeeeee; text-decoration:underline; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}
  #glHeader200k a:hover {color:#eeeeee; text-decoration:underline; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal;}  
 
  
  .glHeaderNavLink1 {
  	float:left;
  	padding: 8px 0px 0px 223px;
  	width: 125px;
  height: 21px;
  }
  
  .glHeaderNavLink2 {
  	float:left;
  	padding:8px 0px 0px 65px;
  	width: 150px;
  height: 21px;
  }
  
  .glHeaderNavLink3 {
  	float:left;
  	padding:8px 0px 0px 75px;
  	width: 120px;
  height: 21px;
  }
  
  .glHeaderName {
  	padding:0px;
  	margin:0px 0px 0px 200px;
  	text-align:center;
  }
  	
  .alertbox {
    color: #990000;
    font-weight: bold;
    display: none;
  }

/*** Footer ***/
  #glFooterHolderUL {
  	width:800px;
    text-align: left;    
  	padding:7px 0px 10px 0px;
  	margin:1px 0px 0px 0px;
  	background: #646464 url(../../img/blue/glFooter-bg.jpg) 0 0 no-repeat;
  }
  #glFooterUL {
  	color:#FFFFFF;
  	font-size:10px;
  	text-align:center;
  	width:800px;
  	padding: 0;
  	margin: 0;
  }
  #glFooterUL li {
		list-style: none;
		display: inline;
		padding-left: 5px;
  }
  	#glFooterUL a:link { font-weight:normal; color:#FFFFFF; text-decoration:none; }
  	#glFooterUL a:visited { font-weight:normal; color:#FFFFFF; text-decoration:none; }
  	#glFooterUL a:hover { font-weight:normal; color:#FFFFFF; text-decoration:underline; }
  	#glFooterUL a:active { font-weight:normal; color:#FFFFFF; text-decoration:underline; }
  	
  #glFooter2 {
  	padding:0px 0px 10px 0px;
  	color:#6F6F6F;
  	text-align:center;
  	font-size:10px;
  	width:800px;
  	line-height:15px;
  }
    #glFooter2 span { color:#BAB9D4; }
  	#glFooter2 a:link { font-weight:normal; color:#BAB9D4; text-decoration:none; }
  	#glFooter2 a:visited { font-weight:normal; color:#BAB9D4; text-decoration:none; }
  	#glFooter2 a:hover { font-weight:normal; color:#BAB9D4; text-decoration:underline; }
  	#glFooter2 a:active { font-weight:normal; color:#BAB9D4; text-decoration:underline; }


/*** About Us Page ***/
.about_h2 {
	font-size:18px;
	font-weight:bold;
	padding:4px 0px 4px 0px;
	margin:0px;
	color:#225e9a;
}
.about_h3 {
	font-size:12px;
	color:#000000;
	padding:5px 15px;
	margin:0px;
	font-weight:bold;
	text-align:center;
	line-height:18px;
}
.about_p {
	margin:5px 0px;
	padding:5px 0px;
}

	.glBodyMain2a_about {
		border:1px solid #c7c7c7;
		float:left;
		width:587px;
		margin:0px;
		padding:0px;
	}
	.glBodyMain2b_about {
		background:url(../../img/blue/glAboutBldg.gif) 0 0 no-repeat;
		width:208px;
		margin:0px 0px 0px 1px;
		border: 1px solid #c7c7c7;
		float:left;

	}
	.glAboutAddress_about {
		font-weight:bold;
		color:#225e9a;
		padding:32px 0px 15px 130px;
	}
	.glInquiryPrivacyGlobe_about {
		background:url(../../img/blue/glInquiryCrossButton.gif);
		margin:160px 0px 0px 0px;
		width:208px;
	}

/**** Adult Page ****/
.header_detail {
  height: 46px; 
  padding: 0px 5px 0 5px;
	background: #123F6C url(../../img/blue/glDetailSectionHeader-new.gif) repeat-x;  
}
.h2_detail {
	font-size:18px;
	font-weight:bold;
	padding:11px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	text-align:center;
}

.h3_detail {
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 4px 0px;
	margin:0px;
	color:#225e9a;
}
.h5_detail {
	font-size:12px;
	font-weight:bold;
	padding:4px 0px 4px 0px;
	margin:0px;
	color:#5b5b5b;
	text-align:left;
}

.detail_sup {
	font-size:12px;
	font-weight:bold;
}

	.glBodyMain2b_detail {
	/*	background: #FFF url(../../img/blue/glDetailCross-bg.gif) 0 0 no-repeat; */
		width:236px;
		height:216px;
		margin: 3px 0 15px 20px;
		padding: 0;
	/*	border-right: 1px solid #c7c7c7; */
		float:left;
	}
	
	.glBodyMain2b_detail_200K-child {
		background: #FFF url(../../img/blue/glDetailCross-bg-200K-child.gif) 0 0 no-repeat;
		width:208px;
		height:454px;
		margin:0;
		padding: 0;
		border: 1px solid #c7c7c7;
		float:left;
	}

	.glBodyMainContentAdult {
	   padding:10px 0 0 15px;
		/* padding:3px 9px 2px 9px; */
		min-height: 435px;
		background:url(../../img/blue/glinquiry_familyPic_new3.jpg) no-repeat;
	}

	.glBodyMainContentChild {
		padding:10px 0 0 15px;
		min-height: 435px;
		background:url(../../img/blue/glinquiry_childPic_new3.jpg) 0 0 no-repeat;
	}

	.glBodyMainDetail {
		width:798px;
		margin: 0;
		padding: 0px;
	}
		
  .glClickForFreeInfo {
    text-align: center; 
    font-weight: bold; 
    margin: 5px 0 8px 0;
    font-size: 12px;
  }
  
  .glClickForFreeInfo a {  
    color: #013173;
  }
  

/**** About Page ****/
	.glBodyMainContent_about {
		padding:3px 9px 4px 9px;
		height: 281px;
	}

/**** General Info Pages ****/	
	#info_page_holder p {
    padding: 4px 0 5px 0;
    margin: 0;
  }

/**** Contact Us Form *****/
  .contact_commentsHeader {
    color: red; 
    font-size: 14px; 
    font-weight: bold; 
    text-align: center; 
    margin:10px;
  }
  .contact_error {
    color: red; 
    font-size: 12px; 
    font-weight: bold; 
    margin:10px;
    width: 600px;
    text-align: left;
    margin-left: 100px;
    min-height: 50px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #E1C1C0;
  }  
  .contact_homeLink {
    text-align: center; 
    margin-bottom: 20px; 
    font-weight: bold; 
    font-size: 12px;
  }
  .contact_chooserHolder {
    font-weight: normal; 
    text-align: center; 
    padding: 3px; 
    background: #E3EDF9; 
    border: 1px solid #C6D2E6; 
    margin-bottom: 80px;
  }

/**** Receipt *****/
  #resultBox {
  	font-size: 11px;
  	margin-left: auto;
  	margin-right: auto;
  	position: relative;
  	width: 350px;
  	text-align: left;
  }
  #resultBox h4 {
  	border-bottom: 1px solid #CCCCCC;
  	font-size: 12px;
  	margin-bottom: 5px;
  }
  #resultBox div {
  	text-align: right;
  }
  #resultBox div label {
  	float: left;
  	font-weight: bold;
  }
  .resultHolder {
    text-align: center;
  }
  .blue_submit_button {
    width: 619px; 
    height: 58px; 
    border: 0;  
    padding: 0; 
    margin: 0;
    background: transparent url(../../img/blue/globe-clickhere-onlineapp-b.gif) no-repeat;   
  }
  
  .blue_submit_button:hover {
    background: transparent url(../../img/blue/globe-clickhere-onlineapp-2.gif) no-repeat; 
  }

  .glDetailBigButton2 {
  	background: #285583 url(../../img/blue/glDetailBigButton.gif) 0 0 no-repeat;
  	width:587px;
  	height:44px;
  	text-align:center;
  	padding: 0;
  	margin: 0;
  	color: white;
  	font-size: 17px;
  	font-weight: bold;
  	border: 1px solid #3F3F3F;
  }

  
/*** Article Pages ***/
  .article span {
    font-weight: bold;
  } 

/** Sample Policies **/
  .sample_policy_only_notice
  {
    color: #880000; 
    border: 1px dotted #880000; 
    padding: 4px; 
    text-align: center; 
    background: #FFFFF5;
  }

/** Exit Popup **/
#exitpop_coverbackground
{
 /* background-color: #000009; */
  background-color: #FFFFFF;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-repeat:repeat;
  position:absolute;
  top: 138px;
  left: 0px;
  display: none;
}
#exitpop_holder
{
  width: 491px;
 /* height: 269px; */
  overflow: auto;
  position: absolute;
  left: 20%;
  top: 170px;
  border: 1px solid #8ea5d9;
  background: white url(../../img/blue/exitpop.jpg) no-repeat;
  z-index: 21;
  display: none;
}
