html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #074d92 url('../images/body_bg.gif') top left repeat;
    font: 11px/15px Helvetica, Arial, sans-serif;
    color: #111;
}

hr {
    height: 0;
    margin: 5px 10px;
    padding: 0;
    clear: both;
    background: transparent;
    border: none;
    border-top: 2px solid #80c59e;
}

a {
    text-decoration: underline;
    color: #17589a;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

a.feed {
    height: 18px;
    margin: 0 0 0 10px;
    padding: 0 0 0 24px;
    display: block;
    background: url('../images/feed.png') top left no-repeat;
    line-height: 20px;
}

/* em {
    color: #3f3f3f;
} */

strong {
    font-weight: bold;
}

strong.alt {
    color: #094d94;
    font-size: 13px;
    text-transform: uppercase;
}

p {
    font-size: 11px;
    /* font-family: "Lucida Grande", Trebuchet; */
}

ul, li {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    border: none;
}

form p {
    padding-top: 0 !important;
}

form label {
    width: 100px;
    padding: 5px 0 0 0;
    display: block;
    font-weight: bold;
}

form input[type=text] {
    width: 320px;
}

form textarea {
    width: 315px;
    height: 200px;
    padding: 10px 5px;
}

form textarea.short {
    height: 40px;
}

form #flash {
    font-weight: bold;
    color: red;
}

#recaptcha_widget_div {
    margin: 5px 0 5px 15px;
}

ul.list li {
    padding: 7px 10px 5px 10px;
}

ul.list li a {
    color: #000;
    text-decoration: none;
}

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

ul.list li.even {
    background: #e0e9f0;
}

.mozilla ul.list li a span {
    margin-top: -15px;
}


#container {
    width: 1012px;
    margin: 30px auto;
}

#header {
    height: 130px;
    padding: 8px;
    position: relative;
    background: transparent url('../images/header_bg.gif') top left no-repeat;
}

#nav {
    padding: 0 1px;
}

#nav ul {
    height: 31px;
    overflow: hidden;
}

#nav ul li {
    height: 100%;
    display: block;
    float: left;
    border-right: 1px solid #fff;
}

#nav ul li a {
    padding: 8px 0;
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent url('../images/nav_bg.gif') top left repeat-x;
}

#nav_about a { width: 130px; }
#nav_programs a { width: 135px; }
#nav_waterkeepers a { width: 160px; }
#nav_action a { width: 140px; }
#nav_news a { width: 140px; }
#nav_donate a { width: 115px; }
#nav_feed a { width: 38px; }

#nav ul li a:hover, 
#about #nav_about a, 
#programs #nav_programs a, 
#waterkeepers #nav_waterkeepers a, 
#take-action #nav_action a, 
#news #nav_news a { 
    background-position: 0 -31px;
}

#nav_donate a, 
#nav_feed a {
    background-image: url('../images/nav_alt_bg.gif') !important;
}

#nav_search {
    width: 145px;
    height: 31px;
    background: transparent url('../images/nav_alt_bg.gif') top left repeat-x;
    border: none !important;
}

#nav_search input {
    width: 97px;
    height: 19px;
    margin: 6px 0 0 15px;
    padding: 0 5px 0 5px;
    float: left;
    border: none;
    
    color: #666;
    font-size: 11px;
    line-height: 19px;
    background: url('../images/search_bg.gif') no-repeat top left;
}

.mozilla #nav_search input {
    padding-top: 3px;
}

#nav_search a {
    width: 20px;
    height: 19px;
    margin: 6px 0 0 0;
    padding: 0 !important;
    float: left;
    background: url('../images/search_btn.gif') no-repeat top left !important;
}

#nav_search a span {
    display: none;
}

#nav_feed a:hover {
    background-position: 0 0 !important;
}

#nav_feed a:hover img {
    border-color: #333;
}

#nav_feed a img {
    margin: -3px 0 0 -3px;
    border: 1px solid white;
    -webkit-border-radius: 2px;
}

#slideshow {
    top: 8px;
    right: 8px;
    margin: 0 2px 0 0;
    float: right;
    position: absolute;
}

#slideshow div.corner {
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
    position: absolute;
    background: transparent url('../images/slideshow_top.png') top right no-repeat;
}

#footer {
    height: 85px;
    padding: 9px;
    position: relative;
    background: transparent url('../images/footer_bg.gif') top left no-repeat;
}

#footer p {
    margin: 14px 0 0 20px;
    padding: 0;
    font-size: 11px;
    line-height: 20px;
}

#footer p strong {
    font-size: 13px;
}

#footer #one-percent {
    top: 16px;
    right: 140px;
    position: absolute;
}

#footer #waterkeeper-alliance {
    top: 16px;
    right: 10px;
    position: absolute;
}

#content {
    overflow-x: hidden;
    background: transparent url('../images/content_bg.gif') top left repeat-y;
}

#content:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: "";
}


.column {
    margin: 5px 0 0 7px;
    float: left;
    /* overflow-x: hidden; */
}

.column.small { width: 190px; }
#homepage .column.small { width: 253px; }
.column.med { width: 593px; }
.column.med-large { width: 720px; }
.column.large { width: 797px; min-height: 400px; padding-bottom: 15px; }
#homepage .column.large { width: 732px; }

.column.large .column.small { margin-top: 10px; }

.column h1 {
    height: 31px;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    
    color: #fff;
    font-size: 15px;
    line-height: 33px;
    text-transform: uppercase;
    background: url('../images/heading_bg.gif') top left repeat-x;
}

.column h1.blue {
    background-image: url('../images/heading_blue_bg.gif');
}

.column h2 {
    margin: 0;
    padding: 10px 0 4px 0;
    clear: both;
    
    color: #00773d;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #80c59e;
}

.column.large h2 {
    margin-right: 10px;
    margin-left: 10px;
}

.column.large p {
    margin: 0;
    padding: 5px 10px;
    text-align: justify;
}

.column.large img {
    border-style: solid;
    border-color: #fff;
}

.column.large .image p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    color: #17589a;
}

.column.large img.left, 
.column.large .image.left {
    float: left;
}

.column.large img.left, 
.column.large .image.left img {
    border-width: 0 10px 5px 0;
}

.column.large .image.left img {
    border-bottom: 0;
}

.column.large .image.left p {
    margin-right: 10px;
}

.column.large img.right, 
.column.large .image.right {
    float: right;
}

.column.large img.right, 
.column.large .image.right img {
    border-width: 0 0 5px 10px;
}

.column.large .image.right img {
    border-bottom: 0;
}

.column.large .image.right p {
    margin-left: 10px;
}


.module {
    margin: 0 0 15px 0;
}

.module h3 {
    height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    display: block;
    
    color: #fff;
    font-size: 11px;
    line-height: 27px;
    text-transform: uppercase;
    background-color: transparent;
    background-position: top left;
    background-repeat: repeat-x;
}

.module ul, 
.module .content {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.module p {
    text-align: left !important;
}

.module ul li {
    border-top-width: 1px;
    border-top-style: solid;
}

.module ul li a {
    padding: 4px 8px;
    display: block;
    color: #17589a;
    font-weight: bold;
    text-decoration: none;
}

.module ul li a:hover {
    background-color: #e2e9f4;
}

.module ul li p {
    margin: 1px 0 !important;
    padding: 0 !important;
}

.module ul li a p {
    color: #111;
    font-weight: normal;
}

.module.in-this-section {
    margin-top: 0;
    background: transparent url('../images/in-this-section_bg.gif') top left repeat-x;
}

.module.in-this-section h3 {
    height: 35px;
    padding: 0 0 0 15px;
    font-size: 13px;
    line-height: 35px;
}

.module.in-this-section ul, 
.module.in-this-section ul li {
    padding: 4px 8px;
    color: #17589a;
    border: none !important;
}

.module.in-this-section ul li a {
    padding: 0;
}

.module.in-this-section ul li a:hover {
    background: none !important;
    text-decoration: underline;
}

.module.in-this-section ul li a {
    color: #111;
    font-weight: normal;
}

.module.blue h3 { background-image: url('../images/module_heading_blue.gif'); }
.module.green h3 { background-image: url('../images/module_heading_green.gif'); }
.module.orange h3 { background-image: url('../images/module_heading_orange.gif'); }

#homepage .module.blue h3 { background-image: url('../images/module_heading_blue_wide.gif'); }
#homepage .module.green h3 { background-image: url('../images/module_heading_green_wide.gif'); }
#homepage .module.orange h3 { background-image: url('../images/module_heading_orange_wide.gif'); }

.module.blue ul, .module.blue .content, .module.blue ul li { border-color: #96d4fb; }
.module.green ul, .module.green .content, .module.green ul li { border-color: #80c59e; }
.module.orange ul, .module.orange .content, .module.orange ul li { border-color: #fcd9b9; }

.module.landing {
    width: 300px;
    margin: 20px 0 10px 60px;
    float: left;
    border: none;
}

.column.med .module.landing {
    margin-top: 10px;
}

.module.landing.program ul li {
    width: 145px;
    display: block;
    float: left;
}

.module.landing.program ul {
    padding-bottom: 10px;
}

.module.landing.program ul:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: "";
}


.module.landing ul li a {
    color: #111;
    font-weight: normal;
}

.module.landing.narrow {
    width: 250px;
    margin-left: 10px;
}

.module.landing .footer {
    padding: 5px 10px;
    border-left: 1px solid #a6bcd3;
    border-right: 1px solid #a6bcd3;
    border-bottom: 1px solid #a6bcd3;
}

.module.landing .footer a {
    text-decoration: none;
    font-weight: bold;
}

.module.landing .footer a:hover {
    text-decoration: none;
}

.module.landing .content {
    border-color: #a6bcd3;
}

.module.landing .image {
    height: 85px;
    overflow: hidden;
    background: #17589a;
}

.module.landing .image img {
    border: none;
}

.module.landing .image div {
    width: 300px;
    height: 23px;
    padding: 62px 0 0 10px;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: transparent url('../images/landing_module_top.png') top left no-repeat;
}

.module.landing.narrow .image div {
    width: 250px;
    background-image: url('../images/landing_module_top_narrow.png')
}

.module.landing p {
    margin: 0;
    padding: 10px;
}

.module.landing ul {
    padding: 0;
    border: none;
}

.module.landing ul li {
    margin: 0;
    padding: 0;
    border: none;
}

.module.landing ul.delimited li {
    border-top: 1px solid #a6bcd3;
}

.module.landing ul li a {
    padding: 6px 10px 4px 10px;
    color: #17589a;
}

.module.landing ul li em {
    color: #999;
}

.module.landing ul.delimited li a {
    color: black;
}

.module.landing ul li a:hover {
    background: none;
    text-decoration: underline;
}

.module.landing ul.delimited li a:hover {
    background: #efefef;
    text-decoration: none;
}


.meeting, 
.water_boards {
    width: 385px;
    margin: 10px 0 0 10px;
    padding: 0 0 10px 0;
    float: left;
    background: #e0e9f0;
}

.meeting h1, 
.water_boards h1 {
    height: 25px;
    margin: 0;
    padding: 0 10px;
    color: white;
    background: #084c93;
    font-size: 12px;
    line-height: 26px;
    text-transform: none;
}

.meeting ul {
    margin: 0 10px;
}

.meeting ul li {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
}

.meeting ul li:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: "";
}

.meeting ul li .col {
    width: 290px;
    float: left;
}

.meeting ul li .col.small {
    width: 70px;
}

.meeting ul li .col p {
    margin: 0 0 5px 65px;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.meeting ul li .col p.row {
    margin-bottom: 0;
}

.meeting ul li .col p strong.title {
    margin: 0 0 0 -65px;
    width: 50px;
    display: block;
    float: left;
}

.water_boards {
    width: 780px;
}

.water_boards ul li {
    width: 250px;
    margin: 5px 0 0 10px;
    display: block;
    float: left;
}

.spotlight h1 {
    width: 683px;
    height: 57px;
    margin: 0;
    padding: 65px 0 0 50px;
    background: transparent url('../images/spotlight_heading_bg.gif') bottom left no-repeat;
    clear: both;
}

.spotlight ul li {
    width: 230px;
    margin: 8px 0 0 10px;
    padding: 0 5px 0 0;
    float: left;
    border-right: 1px solid #a6bbd1;
}

.spotlight ul li p {
    text-align: left !important;
}

.spotlight ul li.last {
    padding-right: 0;
    border-right: none;
}

.spotlight ul li h3 {
    margin: 10px 0 5px 10px;
    padding: 0;
    color: #094e91;
}


.search_results .image {
    margin: 10px;
    float: left;
}

.search_results .image p {
    padding: 4px;
    border: 1px solid #999;
}

.search_results .article, 
.search_results .page, 
.search_results .document {
    clear: left;
}


#news_category_form {
	border: 1px solid #96d4fb;
	border-top: none;
}

#news_category {
	width: 165px;
	margin: 10px 0 10px 10px;
}