p {
	line-height:21px;
}

.big_text {
	font-size:1.25em;
}

.box_top, .box_bottom {
	font-size:0px;
	height:5px;
	display: block;
}

.dark_bottom {
	background:#38143E;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:5px 14px 0 14px;
	text-align:right;
}
	.dark_bottom a {
		color:#FFF;
		text-decoration:none;
	}
	.dark_bottom img {
		vertical-align:top;
	}

.column_1 .box_top_light {
	background:url('/images/boxes/col1_box_top_light.png') top left no-repeat;
}

.column_1 .box_bottom_dark {
	background:url('/images/boxes/col1_box_bottom_dark.png') top left no-repeat;
}

.column_2 .box_top_light {
	background:url('/images/boxes/col2_box_top_light.png') top left no-repeat;
}

.column_2 .box_bottom_light {
	background:url('/images/boxes/col2_box_bottom_light.png') top left no-repeat;
}

.column_2 .box_bottom_dark {
	background:url('/images/boxes/col2_box_bottom_dark.png') top left no-repeat;
}

.more_link {
	float:right !important;
	
}

.quote_head{
	background:#DDD7DE;
	color:#38143E;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding:0 14px 5px 14px;
}
.quote_body{
	background:#fce0af;
	color:#38143E;
	font-family:"Palatino Linotype", Palatino, Book Antiqua, Serif;
	font-size:14px;
	line-height:21px;
	padding:14px;
}
.quote_source{
	background:url('/images/quote_source_bg.png') top left repeat-x #fce0af;
	color:#38143E;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:10px 14px;
	text-align:right;
}
.quote_author{
	font-weight:bold;
}

.new_to_msia {
	width:322px;
}
	.new_to_msia #jroger {
		float:left;
		width: 161px;
	}
	.new_to_msia .content {
		background: url('/images/new_to_msia_back.png') repeat-y;
		font-family:Tahoma, Geneva, sans-serif;
		color:#ddd7de;
		margin:0 0 0px 0;
		padding:0;
		width:322px;
	}
		.new_to_msia .content p {
			background:#38143e;
			font-size:10px;
			line-height:14px;
			margin:0px;
			padding:7px 10px 0px 0px;
		}
		
		.new_to_msia .content a img {
			border:  none;
		}
		
		.new_to_msia .content h3 {
			font-size:13px;
			padding:10px 10px 1px 0px;
			margin:0px;
			background:#38143e;
			font-weight: normal;
			color: #AFB8C5;
		}
		.new_to_msia .content p a {
			color:#f9c466;
			display:block;
			font-weight: bold;
			text-decoration: none;
		}
		.new_to_msia .content p a:hover {
			text-decoration: underline;
		}
		.new_to_msia .content .new_msia {
			float: right;
			width: 147px;
			padding-left: 14px;
		}
		
	.new_to_msia .box_bottom {
		position:relative;
		margin-top:0px;
		background: url('/images/new_to_msia_bottom.png') bottom left no-repeat;
		height: 5px;
		width: 322px;
	}

.herald_image {
	position:relative;
}
.blog_slider {
	background:#DDD7DE;
    height:115px;
	padding:2px 7px 35px 7px;
	position:relative;
	width:308px;
}
.blog_post {
	display:none;
	height:115px;
	width:308px;
	
}
.blog_image {
	float:left;
	width:146px;
	margin-right: 7px;
}
.blog_title {
	color:#38143E;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
	width:155px;
}
.blog_controls {
	background:url('/images/blog_controls_bg.png') top left repeat-x #DDD7DE;
	bottom:7px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	height:28px;
	position:absolute;
	width:100%;
	z-index:5;
}
	.blog_controls div {
		float:left;
	}
	.blog_controls img {
		vertical-align:middle;
	}
	.blog_controls .numbers {
		color:#38143E;
		line-height:28px;
		margin:0 0 0 14px;
		font-size: 9px;
	}
		.blog_controls .numbers .prev_btn,
		.blog_controls .numbers .next_btn {
			font-size:11px;
			line-height: 28px;
			text-indent: -9999px;
			display: block;
			overflow: hidden;
			height: 9px;
			width: 7px;
			margin-top: 10px;
			background-repeat: no-repeat;
		}
		
		.blog_controls .numbers .prev_btn {
			background-image: url('/images/blog_slider_left.png');
		}
		.blog_controls .numbers .next_btn {
			background-image: url('/images/blog_slider_right.png');
		}
	.blog_controls .num_nav {
		padding:0 3px;
	}
	.blog_controls .num_nav ul {
		height:28px;
		list-style:none;
		margin:0;
		padding:0;
	}
	.blog_controls .num_nav li {
		background:url('/images/blog_slider_num.png') center center no-repeat;
		float:left;
		height:28px;
		margin:0 2px;
	}
		.blog_controls .num_nav li.active {
			background:url('/images/blog_slider_num_active.png') center center no-repeat;
		}
	.blog_controls .num_nav li a {
		color:#FFF;
		display:block;
		padding:0;
		position:relative;
		text-align:center;
		top:0px;
		width:14px;
	}
		.blog_controls .num_nav li.active a {
			color:#ecb863;
		}
	.blog_controls .more_link {
		line-height:28px;
		margin:0 14px 0 0;
	}
	.blog_controls .more_link a {
		color:#FFF;
		text-decoration:none;
	}


	
a.more {
		background-image: url('/images/arrow.png');
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 15px;
}

a.more:hover {
	text-decoration: underline;
}

a.subscribe {
	background-image: url('/images/mail_rss.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 34px;
	padding-right: 5px;
}
a.subscribe:hover {
	text-decoration: underline;
}
