/**
 * Typography styling.
 */

.typography * {
	font-family: Verdana, Lucida, sans-serif;
}

.typography p {
	color: #666;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 10px 5px 5px 0;
}

/**
 * Links
 */

.featuredArticle a, .featuredArticle a.read:hover {
	color: #D20016;
	text-decoration: none;
	clear: both;
	display: block;
}

.featuredArticle a:hover, .featuredArticle a.read {
	text-decoration: underline;
}

/**
 * Headers
 */

.typography h1, .typography h2, .typography h3 {
	clear: both;
	color: #003366;
	margin: 8px 0;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.typography h1 {
	font-size: 2.2em;
	margin-bottom: 25px;
}

.typography h2 {
	font-size: 1.9em;
	margin: 12px 0;
}

	.typography h2 a {
		color: #003366;
	}

.typography h2.redUnderline {
	margin: 12px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid red;
}

	.typography h2.redUnderline a {
		color: #003366;
		text-decoration: none;
	}

	.typography h2.redUnderline a:hover {
		text-decoration: underline;
	}

.typography h3 {
	font-size: 1.6em;
	margin: 18px 0 12px 0;
}

.typography h4 {
	font-size: 1.6em;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 1.25em 0 0.25em 0;
}

.typography h5 {
	font-size: 1.4em;
	color: #222;
	font-weight: 300;
	margin: 10px 0;
}

.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}

/**
 * Lists
 */

.typography ul, .typography ol {
	color: #666;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 18px 0 18px 2.5em;
}

.typography ul.links, #TopStories ul, #MoreNewsLists ul {
	margin-left: 0;
	padding-left: 10px;
}

#ArticleListing ul li,
#TopStories ul li {
	color: #cc0000;
	font-size: 1.1em;
}

	.typography li {
		margin: 0px;
		padding: 5px 0px 5px 0px;
	}

	.typography ul.links li,
	#MoreNewsLists ul li {
		color: #CC0000;
		font-size: 1.1em;
		width: 280px;
	}

		.typography ul.links li a,
		#MoreNewsLists ul li a {
			color: #003366;
		}

		.typography li a:hover {
			text-decoration: underline;
		}

/**
 * Alignment styles
 */
.typography .textleft {
	text-align: left;
}
.typography .textcenter {
	text-align: center;
}
.typography .textright {
	text-align: right;
}

/**
 * Images
 */
.typography img {
	border: none;
}

.typography img.right, .typography img.left, .typography img.leftAlone, .typography img.center {
	margin: 15px 0;
}

	.typography img.right {
		float: right;
		margin-left: 20px;
	}

	.typography img.left {
		float: left;
		margin-right: 20px;
	}

	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}

	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

.typography pre {
	background: #f4f4f4;
	border: 1px solid #ccc;
	font-family: "Consolas", "Courier New", monospace;
	font-size: 1.2em;
	padding: 5px;
}

/**
 * Tables
 */

/*
.typography table {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 15px;
}

.typography td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px 5px;
}
*/

.typography #MoreNewsLists table {
	border: none;
}

.typography #MoreNewsLists td {
	border: none;
}


.newsletter table, .newsletter td {
	border: none;
}

.newsletter > table {
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 20px !important;
}

#TopStories h3 { color:#000000; font-size:14px; text-transform:uppercase; margin-bottom: 0; }
#TopStories h3 span { color: #d81921; }
#TopStories li a { color:#003366; font-family:Arial,Helvetica,sans-serif; font-size:13px; font-weight:normal; text-decoration:none; }
        #TopStories table {
		border-collapse: separate;
                width: 100%;
		padding: 10px 0;
                margin: 0;
        }

                #TopStories td {
                        width: 50%;
                        border: none;
                        padding: 0 10px;
                        vertical-align: top;
                        text-align: left;
                }

                #TopStories td ul {
                        margin: 0;
                }

		#ArticleListing li a,
                #TopStories td a {
                        color: #003366;
                        font-family: Arial,Helvetica,sans-serif;
                        font-size: 13px;
                        font-weight: normal;
                        text-decoration: none;
                }

		#ArticleListing li a:hover {
			text-decoration: underline;
		}

		#ArticleListing li cite {
			color: #666;
			font-size: 0.8em;
		}


.typography #MoreNewsLists h2 {
	margin: 0px;
}
#MoreNewsLists ul {
	margin-top: 10px;
}
.typography #MoreNewsLists h2,
.typography #MoreNewsLists h2 a {
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

#regteaser ul {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 1em 2em;
}

#regteaser ul li {
	padding: 0.4em 0;
}
