/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: none;} 
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}


/* global */
body {line-height:1.16;}

.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

#wrapper {
	padding: 55px 0 0 0;
	width:900px;
	height: 600px;
	background: right top no-repeat url(../wnb_logo.png);
	margin: 0px auto -1px auto;
	display: block;
}

ul.nav {list-style:none;font-size:14px;}
ul.sub {font-size:11px;padding: 15px 0 45px 0;}
ul.nav li {display:inline;margin:0px 10px;padding-bottom: 4px;padding-top: 4px;cursor:pointer;}
ul.nav li.active {border-bottom: solid 2px #0099CC;color:#CCC;}

.section {
	padding: 0 0 0 10px;
	overflow: hidden; 
	margin-bottom: 30px;
	/*height:500px;*/
    border-bottom: #eaeaea solid 1px;
}

/**{
	margin:0;
	padding:0;
}*/


#twitFeed li {
	font-size:11px;
	color:#666666;
	margin: 0px 10px 10px 10px;
	padding: 15px;
	border-left: #eaeaea solid 1px;
	list-style-type: none;
	display:block;
	float: left;
	width:120px;
	height:140px;
	overflow: hidden;
	line-height:130%
}

#twitFeed li br {

	margin-bottom:20px;
}


body {
	margin:0px;
	padding:0px;
	background:#fff;
	color:#222;
	font-family:Helvetica, sans-serif;
}

#wrap

{
	padding-top: 55px;
	width:900px;
	height: 600px;
	
	background-image: url(../wnb_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
}

h1{
	font-weight:100;
	font-size:35px;
	color:#0099CC;
	margin-bottom:10px;
	text-transform: lowercase;
}

h2{
	font-weight:100;
	font-size:35px;
	color:#999;
	margin-bottom:45px;
}

h3{
	font-weight:100;
	font-size:25px;
	color:#999;
	margin-bottom:45px;
}

h4{
	font-weight: 200;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 50px;
	background-color: #F90;
	text-decoration: none;
	display: inline-block;
	margin-top: -10px;
	width: 400px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 8px;
}

h4 a{
	color: #000;
	text-decoration: underline;
}
h4 a:hover{color: #000;}

h5{
	font-weight:100;
	font-size:18px;
	color:#999;
	margin-bottom:45px;
}
#twitFeed {margin-bottom:45px;}
td{
	font-weight:100;
	font-size:16px;
	color:#999;
	line-height: 130%;
	}

strong {
	font-weight:100;
	color:#000;
	}
 

a {
	outline:none;
	text-decoration:none;
	color:#0099CC;
}

a:hover {
	outline:none;
	text-decoration:none;
	color:orange;
}

.hl {
	outline:none;
	text-decoration:none;
	color:#0099CC;
}
