/* WIN DEFAULT STYLE SHEET */
@import url(reset.css);
/* BASIC TYPOGRAPHY
==================== */
body {
	font-size: 15px;
	background: #2f7388 url(/images/bg.png) top center no-repeat;
	color: #292929;
	line-height: 1;
}
body, p, div, th, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 1em;
	line-height: 1.4;
}
#headlines p {
	font-size: 12px;
	line-height: normal;
	margin: .5em 0;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #ae9b7a;
	margin-bottom: 1em;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 1.5em 0 .5em;
}
h2.nomargin {
	margin-bottom: 0;
}
#headlines h2 {
	color: #fff;
	margin: .2em 0;
}
.sidebar h2 {
	margin: 0 0 .5em;
}
h3 {
	font-size: 18px;
	margin: 1em 0 .5em;
	color: #448194;
}
#twitter-feed h3 {
	font-size: 14px;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
.subhead {
	font: italic 18px/1.2 Georgia, "Times New Roman", Times, serif;
	color: #2f7388;
	border: 1px solid #448194;
	border-width: 1px 0;
	padding: .5em;
}
/* LINK STYLES
==================== */
a, a:link, a:visited {
	text-decoration: none;
	color: #2f7388;
	font-weight: bold;
}
a:hover {
	color: #ae9b7a;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
#headlines a, #headlines a:link, #headlines a:visited, #footer a, #footer a:link, #footer a:visited {
	color: #d6cbb4;
}
#headlines a:hover, #footer a:hover {
	text-decoration: none;
	color: #fff;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
li {
	line-height: 1.4;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.sidebar p, .sidebar div, .sidebar li {
	color: #544c3c;
}
/* QUOTES
==================== */
blockquote {
	background: #fdf9ed url(/images/open-quote.gif) no-repeat 15px 15px;
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #ddd4c2;
}
blockquote p {
	line-height: normal;
	padding: 2px 0;
	margin-bottom: 0;
	text-indent: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cite {
	padding: 5px 20px 0;
	font: italic 90%/1 Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
	color: #a99979;
}
/* PAGE LAYOUT
==================== */
#toplinks {
	width: 900px;
	margin: 0 auto;
	height: 30px;
	position: relative;
}
#toplinks ul {
	right: 0;
	position: absolute;
	list-style: none;
	width: 130px;
	height: 28px;
}
#toplinks li {
	float: left;
	display: block;
	text-indent: -9000px;
}
#toplinks li a {
	display: block;
	overflow: hidden;
	height: 28px;
	background: url(/images/sec-bg.png) no-repeat;
}
li#nli a {
	width: 65px;
	background-position: top left;
}
li#nli a:hover, li#nli a:focus {
	background-position: 0 -28px;
}
li#ncf a {
	width: 65px;
	background-position: -65px 0;
}
li#ncf a:hover, li#ncf a:focus {
	background-position: -65px -28px;
}
#top {
	height: 6px;
	width: 100%;
	position: relative;
}
#header {
	width: 960px;
	height: 105px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 221px;
	height: 102px;
	background: url(/images/win-logo.png) no-repeat;
}
#slogan {
	font: italic 16px/105px Georgia;
	color: #222;
}
#content {
	width: 960px;
	margin: 0 auto;
}
#slideshow {
	width: 640px;
	height: 360px;
	float: left;
	background: #333;
}
#headlines {
	width: 320px;
	height: 360px;
	float: left;
	background: #a99979 url(/images/headlines-bg.png) no-repeat;
}
#headline-content {
	height: 300px;
	margin: 40px 20px 20px;
	overflow: auto;
}
#main {
	background: #f1ede1;
	padding: 30px;
	clear: both;
	min-height: 200px;
	overflow: auto;
}
#twitter-feed {
	background: #fdf9ed url(/images/twitter-bird.png) top right no-repeat;
	font-size: 80%;
	overflow: hidden;
}
#twitter-feed div.item {
	margin: 1.5em .2em;
	border-bottom: 1px dotted #fff;
}
.pubdate {
	margin: 0 0 0 1em;
	color: #a99979;
	font: italic 90% Georgia, "Times New Roman", Times, serif;
}
#footer {
	width: 900px;
	padding: 30px;
	margin: 0 auto;
	background: #ae9b7a url(/images/swoosh.gif) no-repeat;
	font-size: 12px;
	color: #ddd4c2;
	line-height: 1.4;
}
.narrowcolumn {
	float: left;
	width: 610px;
}
.sidebar {
	float: right;
	width: 250px;
	background: #fdf9ed;
	padding: 8px;
	border: 1px solid #ddd4c2;
}
.dateline {
	margin: .5em 0 2em 1em;
	font: italic 13px Georgia;
	color: #999;
}
.third-page {
	float: left;
	width: 29%;
	margin-right: 4%;
}
.partnerlogo {
	width: 100px;
	float: left;
	padding: 5px;
	border: 1px solid #ae9b7a;
}
.partnertext {
	padding-left: 150px;
}
/* MISC CLASSES
==================== */
.container {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.column {
	width: 44%;
	margin-right: 5%;
	float: left;
	padding-bottom: 1px;
}
.column-3 {
	width: 290px;
	float: left;
	margin-right: 15px;
}
.last-column {
	margin-right: 0;
}
.padded {
	padding: 17px;
}
.biglink {
	background: #ddd4c2;
	border: 1px solid #a99979;
}
.biglink-over {
	background: #e9e1d0;
}
img.border {
	border: 2px solid white;
}
.clearing {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.callout {
	border: 1px dotted #a99979;
	padding: 1em;
}
.section {
	margin-bottom: 15px;
}
#main .divider {
	margin: 20px;
	border-bottom: 1px solid #d6cbb4;
}
#headline-content .divider {
	margin-top: 15px;
	border-bottom: 1px dotted #f1ede1;
	margin-bottom: 15px;
}
.videolink {
	background: url(/images/video-icon.png) no-repeat 0 2px;
	text-indent: 35px;
	min-height: 14px;
}
.notice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}