.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
/**************** Content Pages ****************/
/* This was moved from style.en.css.
 */
#main_content_header {
}
#left_column {
	float:left;
	width:150px;
	padding:20px 0 0 20px;
}
.left_column_header {
	font-weight:bold;	
}
.left_column_header sup {
	font-size:50%;
}
.left_column_quote {
	position:relative;
	top:50px;
	width:150px;
	height:155px;
	background:transparent url(media/landing/bg-quote) top left no-repeat;
}
.left_column_quote_text {
	position:relative;
	left:5px;
	top:10px;
	width:140px;
	font-style:italic;	
	font-size:80%; 
	font-weight:bold;
}
#right_column {
	float:right;
	width:250px;
}

#full_content_body ol {
	list-style-type: disc;
}

#full_content_body {
	position:absolute;
	top:60px;
	width:920px;
}

#new_content_body {
	position:relative;
	top:20px;
	left:185px;
	width:700px;
	text-align:left;
}

#main_text_area {
	width:700px;
	padding:0px; 
	padding-left:10px;
}

#main_link_area {
	padding:3px;
	padding-left:120px;	
}

.input_box {
	border:0px;	
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}
/**************** Right Panel in Content Pages*********/
/* This was moved from style.en.css.
 */
 
	.innerContent {
		width:100%;
		height:100%;
		min-height: 799px; 
		margin: 0px;
		padding: 0px;
		display: table;
		background-repeat: no-repeat;
		background-size:contain;
	}
	.innerTitle {
		background-color: #003366;
		border-bottom: 2px solid #a69d54;
		padding: 10px;
		margin: 0px;
		color: #fff !important;
	}
	.innerTitle h3 {
		color: #fff !important;
		padding: 0px;
		margin: 0px;
	}
	.innerTextArea {
		position: relative;
		top: 150px;
		left: 0px;
		width: 300px;
		background-color:#FFFFFF;
		padding: 5px;
		margin: 0px;
		font-size: 0.8em;
		opacity:0.8;filter:alpha(opacity=80);
		z-index:2;
	}
	.innerTextArea ul {
		padding:10px;
		margin:0px;
	}
	.innerLink {
		padding-bottom: 10px;
	}
	@media screen and (max-width: 480px){
		.innerContent {
			background-image:none !important;
			min-height:0;
		}
		.innerTextArea {
			position: relative;
			top: 0px;
			left: 0px;
			width: 100%;
			background-color:#FFFFFF;
			padding: 5px;
			margin: 0px;
			font-size: 0.8em;
			z-index:2;
		}
	}
	
	.discriminator {
		font-size: 0.6em;
		padding-top: 5px;
		margin: 0px;
	}
	.content_title {
		padding-top:20px;
		padding-bottom:10px;
		margin:0px;
		font-weight:bold;
	}
	.content_detail_bold {
		padding-top:10px;
		padding-bottom:10px;
		margin:0px;
		font-weight:bold;
	}
	.content_detail {
		padding-top:5px;
		padding-bottom:5px;
		margin:0px;
	}
	.larger_font {
		font-size : x-large;
	}
	.super_large_font {
		font-size : 275%;
	}
	.smaller_font {
		font-size : smaller; <!-- size 11 -->
	}
	.x_smaller_font {
		font-size : x-small; <!-- size 9 -->
	}
	.left_indent {
		padding-left : 20px;
	}
	.font_italic {
		font-style:italic;
	}
	.blue_color {
		color:#243F60;
	}
	.gold_color {
		color:#a69d54;
	}
	.red_color { /* Critical Illness */
		color:#b22e25;
	}
	.yellow_color { /* Roadside */
		color:#fcb825;
	}
	.grey_color {
		color: #a6a6a6;
	}
	.popup_box {
		border:1px solid #243F60;
		background-color: #d2deec;
		padding:3px;
		z-index:2;	
	}