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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	color:#464646;
	background: white;
	font-family: verdana;
	font-weight:normal;
	background-color: #eeeeee;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div#container {
	width: 974px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

div#header {
	width: 974px;
/*	width: 760px;*/
	height: 100px;
	background-color: #ffffff;
	background-image: url('../img/header_red.png');
	background-repeat: no-repeat;
	background-position: -20px 0;
}

div#header div#home_link {
    float: right;
}

/*div#header h1 span {
	display: none;
}*/

div#header h1 {
/*	background: url('../img/wafti_news_logo_160.png');"*/
	width: 160px;
	height: 231px;
	position: absolute;
}

div#menu {
	float: left;
	width: 160px;
	text-align: right;
	background-color: #eeeeee;
	padding-top: 140px;
	background-image: url('../img/gradient.png');
	background-repeat: no-repeat;
}

div#menu ul {
}

div#menu ul li {
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	border-top: solid white 5px;
}

div#menu ul li:hover {
	background-color: #cccccc;
}

div#menu ul li a {
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: blue;
}

div#menu ul li a:hover {
	text-decoration: none;
}

div#menu ul li a:visited {
	color: blue;
}
div.headlines {
	float: right;
	width: 300px;
	margin-top: 1em;
	border-left: 1px solid #aa0000;
	padding-left: 1.5em;
}

div.headlines h2 {
	font-size: 12pt;
	font-weight: bold;
}

div.headlines ul {
	list-style: url('../img/humming_bird.png');
	margin-left: 1em;
}

div.headlines ul li {
	margin-top: 1em;
	font-size: 10pt;
	font-weight: bold;
}

div#main {
	margin-left: 170px;
	width: 600px;
	background-color: #ffffff;
}

div#main div {
	padding: 10px;
	width: 440px;
	padding-left: 20px;
	padding-right: 20px;
}

div#main div.article_multi {
	float: left;
	width: 220px;
	height: 320px;
	padding-left: 5px;
	padding-right: 10px;
}

div#main div.article_multi p.author {
    display: none;
}

div#main p.author {
    font-style: italic;
}

div#main div div.photo {
    padding: 0;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;
}

div#main div div.photo p.caption {
    font-style: italic;
    font-size: 8pt;
}

div#main div div.photo {
    float: right;
    width: 220px;
}

div#main div img {
    width: 200px;
    border: 1px solid black;
}

div#main div.article_multi div.photo {
    width: 105px;
}

div#main div.article_multi img {
    width: 100px;
}

div#main div.article_multi:first-child div.photo {
    width: 170px;
    margin-top: -10px;
}

div#main div.article_multi:first-child img {
    width: 150px;
}

div#main div h2 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

div#main div h3 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

div#main div h4 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

div#main div.article_multi:first-child {
    width: 440px;
	height: 220px;
	border-bottom: 1px solid #aa0000;

}
div#main div.article_multi:first-child h2 {
	font-size: 16pt;
}

div#main div h2 a, div#main div a {
	text-decoration: none;
}

div#main div p {
	margin-top: 0.5em;
	font-size: 10pt;
line-height:1.4em;
}

div#main div p.date {
	font-weight: bold;
	font-size: 9pt;
}

div#main div.article_single p {
	margin-bottom: 1em;
}

div#main div h2 a {
	color: black;
}

div#main div h2 a:visited {
	color: black;
}

div#main div h2 a:active {
	color: black;
}

div#breaking {
	border-bottom: 1px solid #aa0000;
	height: 40px;
	padding-top: 0px;
	margin-left: 170px;
	margin-top: 5px;
	color: blue;
	font-weight: bold;
	position: relative;
	font-size: 12pt;
}

div#breaking div {
position:absolute;top:0;left:0;
}

div#breaking div a {
	text-decoration: none;
	color: blue;
}

div#breaking div a:visited {
	color: blue;
}

div#main div.sideimage {
	float: right;
	width: 150px;
	padding: 0;
margin-left: 1em;
margin-bottom: 1em;
}

div#main div.sideimage p {
font-size: 8pt;
font-weight: bold;
text-align: right;
}

div#footer {
    margin-top: 2em;
}


div#main div.sideinfo{
    width: 232px;
    background-color: #F3F3F3;
    float: right;
    padding: 0;
    margin: 0;
border:1px solid #DDDDDD;
margin-left: 5px;
margin-bottom: 5px;
}

div#main div.sideinfo h3 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
background-color: #5C88A5;
color:#FFFFFF;
width: 226px;
padding: 3px;
}

div#main div.sideinfo ul {
list-style: disc;
padding-left: 1em;
}

div#main div.sideinfo ol {
padding-left: 1em;
}

div#main div.sideinfo p, div#main div.sideinfo li {
	margin-top: 0.5em;
	font-size: 9pt;
line-height:1.4em;
margin-bottom: 0.5em;
margin-left: 5px;
margin-right: 5px;
}
