/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

html {

}

body {
    /*	width: 960px;*/
    margin: 0 auto;
    height: 100%;
    background-color: #EBEBEB;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.content {
    box-shadow: 0 0 13px rgba(0,0,0,.5);
    width: 960px;
    background-color: #FFFFFF;
    margin-left:auto; margin-right:auto; 
    padding-top: 15px;
}

.headerContainer {
    background: #fff url(../images/raintoday_header.png) center top no-repeat;
    box-shadow: 0 0 13px rgba(0,0,0,.5);
    position: relative;
    z-index: 10;
}

.headerContainer header {
    background: url(../images/raintoday_header-logo.png) left top no-repeat;
    height: 260px;
    position: relative;
    width: 960px;
    margin-left:auto; margin-right:auto; 
}

.headerContainer header > a {
    text-decoration:none;	
    position: absolute;
    bottom: 25px;
    right: 30px
}

.headerContainer header > a span {
    color:#000;
    font-size:9px;
    display:block;
    line-height:1.5em
}

.headerContainer header > a.one {
    bottom: 70px
}

.headerContainer header > a.two {
    bottom: 125px
}

.headerContainer header > a.three {
    right: 183px;
}

.headerContainer header > a.four {
    bottom: 85px;
    right: 183px;
}

.headerContainer header > a.five {
    bottom: 145px;
    right: 183px;
}

nav {
    float: right
}

footer {
    margin-bottom: 5px;
}

footer ul {
    border-bottom: 10px solid #FFFFFF;
}

footer li {
    display: inline;
}
nav li {
    display: inline;
}

footer li a, nav li a {
    color:#000;
    font-size: 12px;
    text-decoration: none;
    padding: 0 10px
}

.warningIconListTextTableCell {
    padding-left: 10px;
}


h2 {
    margin-top:0;
    margin-left: 60px;
    margin-right: 60px;
    /*	text-transform: uppercase;*/
    color: #5B5B5B;
    font-size: 30px;
    font-weight: normal;
}

article > div {
    overflow: hidden;
    margin: 20px 0
}

article > div figure, article div p, article header, header nav, article ul, article p, article > section {
    margin: 0 22px 5px 22px
}

article > ul {
    margin-top: 20px;
    margin-bottom: 20px
}

article > div figure {
    float:right;
}

article > div figure.left {
    float:left
}

figure img {
    box-shadow: 0 0 8px rgba(0,0,0,.7);	
}

figcaption {
    font-size: 11px
}


div > section > div > * {
    display:inline-block;
}

div > section > div h3 {
    margin:0
}

div > section > div div {
    height: 60px;
    vertical-align: top;
}

article > footer {
    background-color: rgb(52,52,52);
    margin-top: 22px
}

article > footer ul {
    margin:0;
    line-height:30px;
}

section.overlayList {
    width: 49%;
    float: right;
}

section.overlayList > div > div {
    width: 88%
}

p {
    text-align: justify;
    margin-right: 60px;
}

p > img {
    float: left;
    margin-left: 60px;
    margin-right: 60px;
}