/*
------------------------------------------
MC Insurance News Print Styles
Author: David Galovic
Version: 10 Jan 2008
------------------------------------------ */

body {
	margin: 0;
  	padding: 0;
	background-color: #fff;
	text-align: left;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

div#main {
	margin-top: 40px;
}

p#skip {
	display: none;
}

p.article-tools {
	display: none;
}

div#navigation, div#side-col {
	display: none;
}

div#contact-form {
	display: none;
}

div#links-footer {
	display: none;
}

div#footer {
	margin-top: 40px;
}

div#top-bar {
	display: none;
}

div#search {
	display: none;
}


/* Homepage
----------------------------------------------- */

#home div.articles {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}

div.article-summary p.summary {
	margin-top: 0.4em;
}


div#content-col div.article-summary p.date {
	display: none;
}

#home div.secondary-articles ul {
	padding-left: 0;
	margin: 1em 0 1em 15px;
}

#home div.secondary-articles ul li {
	padding-left: 0;
	margin-left: 0; 
	color: #262261;
}

#home div.secondary-articles span.more-arrow {
	color: #f15b29;
}

#home #feature-articles {
	margin-top: -20px;
}


/* Articles
----------------------------------------------- */

div.article {
	margin-top: 2em;
}

div.article img {
	margin: 5px 15px 15px 0;
	float: left;
}

div.article-summary img {
	margin: 0 15px 0 0;
}

a#email-article, a#print-article {
	display: block;
	float: left;
	margin: 0;
	text-indent: -9000em;
	outline: none;
}

a#email-article {
	background: transparent url(/images/icon-email.png) no-repeat top left;
	height: 20px;
	width: 24px;
	margin-right: 5px;
}

a#print-article {
	background: transparent url(/images/icon-print.png) no-repeat top left;
	height: 20px;
	width: 23px;
}

div.print-button {
	display: none;
}

#fullnews div.article {
	margin-bottom: 30px;
}

#home div.articles, #fullnews div.articles {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 10px;
}



/* Typography
----------------------------------------------- */

h1 {
	font: 1.8em Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#home div.articles h1, #fullnews div.articles h1, h1.article-page-heading {
	font: 1.4em "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1.4em;
}

#fullnews div.article p.article-tools {
	display: none;
}

h1.article-page-heading {
	margin-top: 0; 
}

div.article h1 {
	margin-bottom: 0.2em;
	width: 538px;
}

h2 {
	font: 1.4em Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 2.2em 0 0 0;
}

div.sidebox h2 {
	font: 1.2em "Helvetica Neue", Arial, sans-serif;
	margin-top: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#fullnews div.article h2 {
	margin-top: 0;
}

h3 {
	font: 1.6em Verdana, Arial, sans-serif;
	margin-bottom: 0;
	font-weight: bold;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

div.sidebox h3 {
	font-size: 1.4em;
	font-weight: bold;
}

div#content-col p, div#content-col td, div#content-col li {
	font: 1.2em/1.6em Verdana, Arial, sans-serif;
	color: #444;
}

div#side-col p, div#side-col td, div#side-col li {
	font: 1.2em/1.6em Verdana, Arial, sans-serif;
	color: #444;
}

div#side-col span.more-arrow {
	display: none;
}

div#top-bar p.breadcrumbs, div#top-bar p.today {
	font-size: 1.1em;
	color: #444;
	padding: 10px 0;
	margin: 0;
	background-color: #f5f5f5;
}

div#top-bar p.breadcrumbs {
	float: left;
}

div#top-bar p.today {
	float: right;
	font-weight: bold;
}

div#copyright p {
	font-size: 10px;
	margin: 0;
} 

div#copyright a, div#copyright a:visited {
	color: #fff;
	text-decoration: none;
} 

div#copyright a:hover {
	color: #fff;
	text-decoration: underline;
} 

div.sidebox ul, div.sidebox ol {
	padding-left: 0;
	margin: 1em 0 1em 20px;
	color: #444;
}

a, a:visited {
	color: #262261;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.read-more {
	margin-top: -10px;
	display: none;
}

p.date {
	margin-bottom: 0;
}

p.article-tools {
	float: right;
	margin-top: -22px;
}

p#skip {
	display: none;
}

small {
	color: #666;
}

div#content-col p.article-meta-info {
	margin-top: 0;
	color: #999;
	font-size: 1em;
}

/* Misc
----------------------------------------------- */

a img {
	border: 0;
}

.clear {
	clear: both;
}

.smaller-90 {
	font-size: 90%;
	font-family: Georgia, "Times New Roman";
}

.smaller-50 {
	font-size: 50%;
}