* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

/* Body */
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background: url(../images/background.png) repeat-x #aabbcb;
}

.error {
    color: #F00;
    font-size: 12px;
    padding-left: 5px;
}

/* Form Field Sizes */
input[type=text] { height: 20px; padding-left:2px; }
.tiny-field{ width:50px; }
.date-field{ width:80px; }
.xxsmall-field{ width:100px; }
.xsmall-field{ width:120px; }
.small-field{ width:150px; }
.medium-field{ width:200px; }
.large-field{ width:300px; }
.xlarge-field{ width:400px; }
.textbox{ height:150px; width:90%; }


div#page {
    background:url(../images/page.png) repeat;        
}
    

div#header {
    background:url(/images/header.jpg) no-repeat top center;
    height: 150px;
    margin: 0 auto;
    position: relative;
    width: 950px;
}

div#header .subheading{
    bottom: 18px;
    font-family: Arial,​Helvetica,​sans-serif;
    font-size: 12px;
    left: 243px;
    position: absolute;
}

/* Wrapper */
div#wrapper-top {
    width: 960px;
    margin: 0 auto;
    height: 20px;
    background: url(../images/wrapper-top.png);
} 

div#wrapper {
    position: relative;
    min-height:865px;
        height:auto!important;
    width: 960px;
    margin: 0 auto;
    clear: both;
    overflow: auto;
    background: url(../images/wrapper.png) repeat-y;
    vertical-align:bottom;
}

div#wrapper-bottom {
    width: 960px;
    margin: 0 auto;
    height: 20px;
    clear: both;
    overflow: auto;
    background: url(../images/wrapper-bottom.png);
}


/* Top Navigation */
div#navigation-background {
    background: url(../images/navigation-background.png);
}

div#navigation-wrapper {
    width: 901px;
    margin: 0 auto;    
}

div#navigation {
    overflow: hidden;
    height: 40px;
}

div#navigation ul {
    list-style: none;
    position: relative;
    overflow: hidden;
}

div#navigation ul li {
    float: left;
}

div#navigation ul li a {
    display: block;
    width: 150px;
    height: 35px;
    text-indent: 1000em;
}

div#navigation ul li a#home:link,
div#navigation ul li a#home:visited {
    background: url(../images/navigation.png) 0 0;
}

div#navigation ul li a#home:hover {
    background: url(../images/navigation.png) 0 -35px;
}

div#navigation ul li a#home:active {
    background-position: 0 -70px;
}


div#navigation ul li a#about:link,
div#navigation ul li a#about:visited {
    background: url(../images/navigation.png) -150px 0;
}

div#navigation ul li a#about:hover {
    background: url(../images/navigation.png) -150px -35px;
}

div#navigation ul li a#about:active {
    background-position: -150px -70px;
}


div#navigation ul li a#meettheboard:link,
div#navigation ul li a#meettheboard:visited {
    background: url(../images/navigation.png) -300px 0;
}

div#navigation ul li a#meettheboard:hover {
    background: url(../images/navigation.png) -300px -35px;
}

div#navigation ul li a#meettheboard:active {
    background-position: -300px -70px;
}


div#navigation ul li a#membership:link,
div#navigation ul li a#membership:visited {
    background: url(../images/navigation.png) -450px 0;
}

div#navigation ul li a#membership:hover {
    background: url(../images/navigation.png) -450px -35px;
}

div#navigation ul li a#membership:active {
    background-position: -450px -70px;
}


div#navigation ul li a#newsletter:link,
div#navigation ul li a#newsletter:visited {
    background: url(../images/navigation.png) -600px 0;
}

div#navigation ul li a#newsletter:hover {
    background: url(../images/navigation.png) -600px -35px;
}

div#navigation ul li a#newsletter:active {
    background-position: -600px -70px;
}
div#navigation ul li a#events:link,
div#navigation ul li a#events:visited {
    background: url(../images/navigation.png) -750px 0;
}

div#navigation ul li a#events:hover {
    background: url(../images/navigation.png) -750px -35px;
}

div#navigation ul li a#events:active {
    background-position: -750px -70px;
}


/* Main */
div#main {
    width: 700px;
    float: right;
    overflow: hidden;
    margin-right: 20px;
}

div.article-top {
    background: url(../images/article-top.png);
    height: 20px;
    width: 650px;
    margin: 0 auto;
}

div.article {
    background: url(../images/article.png) repeat-y;
    width: 650px;
    overflow: auto;
    margin: 0 auto;
}

div.article .imageHolder{
    margin: 0 auto;
    position: relative;
    width: 625px;
}

div.article .imageHolder .imageHolderContent{
    background: url("/images/home/70-white.png");
    bottom: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    line-height: 24px;
    padding: 35px 0;
    position: absolute;
    text-align: center;
    left: 0;
    width: 625px;
}

div.article-bottom {
    background:url(../images/article-bottom.png);
    height: 20px;
    margin: 0 auto;
    width: 650px;
}

div.article h1 {
    font-size: 2.8em;
    line-height: 24px;
    color: #666;
    margin: 10px 0 10px 20px;
    padding: 10px 0;
    padding-left: 50px;
    background:url(../images/headline.png) no-repeat;
}

div.article h2 {
    clear: both;
    font-size: 1.9em;
    margin: 15px 0 0px 20px;
}

div.article h3 {
    clear: both;
    font-    size: 1.4em;
    margin: 14px 0;
}

div.article p {
    font-size: 1.4em;
    line-height: 1.6em;
    padding: 5px 25px;    
}

div.article ul li {
    font-size: 1.4em;
    line-height: 1.6em;
    padding: 2px 50px;
    list-style:inside;    
}
.photo{
    
}
.photo .caption{
    color:#666;
    margin-top:3px;
}
.photo.left{
    float:left;
    padding: 5px 25px;
    overflow:hidden;
}
.photo.right{
    float:right;
    padding: 5px 25px;
    overflow:hidden;
}
img.boardphoto {
    float: right;
    margin-top: -21px;
    margin-left: 20px;
    margin-bottom: 15px;
    background: #3256a7;
    padding: 3px;
    width: 150px !important;
    height: 200px !important;
    object-fit:cover;
    object-position: 50% 0%;
}

.caption{
    position:relative;
    display:inline-block;
}    

.caption i{
    display:block;
}
img.photo1 {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    background: #3256a7;
    padding: 3px;
}

img.photo2 {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    background: #3256a7;
    padding: 3px;
}

img.photo3 {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}


div#main div.divider {
    background:url(../images/divider.png);
    height: 2px;
}

br {
    clear: both;
}



/* Membership */
.becomeMemeberTable {
    font-size: 1.4em;
    margin: 10px 0 0 20px;
    width: 500px;
}

    #main input[type="text"] {
        border: 1px solid #ccc;    
    }
    
    #main input[type="checkbox"] {
        margin: 0 5px;
    }
    
    #main #radioBtnList {
        padding: 10px 0;
        line-height: 22px;
    }

.becomeMemeberTable td:first-child {
    text-align: right;
    padding-right: 5px;
    width: 100px;
}

.becomeMemeberTable.second {
    margin-left: 55px;
}

.becomeMemeberTable.second td:first-child {
    text-align: left;
}

.becomeMemeberTable td {
    padding-bottom: 5px;
}

.becomeMemeberTable.second button {
    border: 1px solid #ccc;
    background: #; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNTk5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #3b5997 0%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5997), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3b5997 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3b5997 0%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3b5997 0%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3b5997 0%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5997', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    padding: 5px 12px;
}

.becomeMemeberTable.second button:hover {
    background: #7db9e8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjU5OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #7db9e8 0%, #3b5997 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#3b5997)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7db9e8 0%,#3b5997 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7db9e8 0%,#3b5997 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7db9e8 0%,#3b5997 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7db9e8 0%,#3b5997 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b5997',GradientType=0 ); /* IE6-8 */
}

/*  Sidebar */

div#sidebar {
    width: 200px;
    float: left;
    overflow: hidden;
    margin-left: 40px;
}

div#sidebar {
    background: url(images/h2.png);
}

form#donate {
    margin:  20px 0 10px 60px;
}

.socialMedia {
    margin-left: 60px;    
}

.socialMedia.foxRiverWatch {
    border: 1px solid #666;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    color: #3b5997;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 143px;
}


 /* Sidebar Navigation */

#menu {
    width: 200px;
	margin-bottom: 25px;
    margin-top: 10px;
    margin-left: 40px;
    -moz-border-radius: 15px 15px 15px 15px;
    background: #86a5b6;
    -moz-box-shadow: 0 0 3px 3px #222;
    -webkit-box-shadow: 0 0 3px 3px #222;
    box-shadow: 0 0 3px 3px #222;
    text-shadow:  #CCC 0.1em 0.1em 0.1em;
    font-weight: bold;
}

#menu ul { 
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#menu a, #menu h2 {
    display: block;
    font-size: 14px;
    margin: 0;
    height: 40px;
    text-align: left;
    padding-left: 18px;
    line-height: 40px;

}

#menu h2 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-left: 0px;
}

#menu a {
    color: #000;
    text-decoration: none;
}

#menu a:hover {
    color: #3256a7;
}    

#menu li {
    position: relative;
    border-top: 2px solid #555;
} 

#menu ul ul li {
    background: none;
}

#menu ul ul {
    position: absolute;
    top: 0;
    left: 100%; 
    width: 100%; 
    width: 200px; 
    -moz-border-radius: 15px 15px 15px 15px;
    background-color: #86a5b6;
    text-align: center;
    -moz-box-shadow: 0 0 3px 3px #222;
    -webkit-box-shadow: 0 0 3px 3px #222;
    box-shadow: 0 0 3px 3px #222;
}

#menu ul li.top {
    border-top: hidden;
}

div#menu ul ul ,
div#menu ul li:hover ul {
    display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover {
    display: block;
}


/* Wrapper Info */
#wrapper #info {
    bottom: 23px;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    left: 0;
    padding-left: 30px;
    position: absolute;
    text-align: center;
}
    
    #wrapper #info p {
        padding-bottom: 4px;
    }
        #wrapper #info p a:link,
        #wrapper #info p a:visited{
            color:#FFF;
            text-decoration:none;
        }
            #wrapper #info p a:hover,
            #wrapper #info p a:active {
                text-decoration:underline;
            }




 #scorecard{
				border: 1px solid black;	
				width: 96%;
				border-collapse: collapse;
			}
			#scorecard tr{
				border: 1px solid black;	
			}
			#scorecard th{
				border: 1px solid black;
				background-color: #dedede;
				padding: 8px 0px;
			}
			#scorecard th:nth-of-type(1){
				width: 37%;
			}
			#scorecard th:nth-of-type(2){
				width: 26%;
			}
			#scorecard th:nth-of-type(3){
				width: 37%;
			}
			#scorecard td{
				padding: 10px;
				text-align: center;	
				border: 1px solid black;
			}
			#scorecard td:nth-of-type(3){
				text-align: left;	
			}
			#footer{
				width: 960px;
				height: 150px;
				margin-left: auto;
				margin-right: auto;
				font-size: 13px;
				
			}
			#footer p:nth-of-type(1){
				float: left;	
				margin-left: 20px;
			}
			#footer p:nth-of-type(2){
				float: right;	
				margin-right: 20px;
			}
			#footer p:nth-of-type(2) img{
				position: relative;
				top: 3px;
			}
			.clear{
				clear: both;	
			}
/* Footer */
/*div#footer {
    margin: 0 auto;
    height: 150px;
    width: 960px;
    font-size: 16px;
    position: relative;
}*/
    



nav{
    height: 40px;
    position:relative;
    z-index:999;
}
nav > ul{
    padding: 0;
    margin: 0;
    list-style-type:none;
    font-size: 0;
    height: inherit;
    vertical-align:middle;
    position:relative;
}
nav > ul > li{
    font-size: 18px;
    font-weight:bold;
    color:#000;
    position:relative;
    display:inline-block;
    height: inherit;
    vertical-align:middle;
}
nav > ul > li > a,
nav > ul > li > a:link,
nav > ul > li >  a:visited
{
    text-decoration:none;
    color:#000;
    height: 34px;
    display:inline-block;
    vertical-align:middle;
    text-shadow: 1px 1px 1px #fff;
    line-height: 33px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
nav > ul > li > a:active,
nav > ul > li > a:hover{
    background-image: linear-gradient(#2e4d59, #487a8d);
    color:#fff;
    text-shadow: 0px -1px 2px #000;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
nav > ul > li.menu-item-has-children > ul{
    position: absolute;
    top: 100%;
    top: calc(100% - 5px);
    left: 0;
    list-style-type:none;
    padding: 0;
    margin: 0;
    background-color: #86a5b6;
    text-shadow: #CCC 0.1em 0.1em 0.1em;
    font-weight: bold;
    box-shadow: 0 0 3px 3px #222;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s, visibility 0s;
}
nav > ul > li.menu-item-has-children:hover > ul{
    opacity: 1;
    visibility: visible;
}
nav > ul > li.menu-item-has-children > ul > li > a, 
nav > ul > li.menu-item-has-children > ul > li > a:link,
nav > ul > li.menu-item-has-children > ul > li > a:visited{
    padding-left: 18px;
    line-height: 40px;
    display:block;
    font-size: 14px;
    height: 40px;
    white-space:nowrap;
    color:#000;
    text-decoration:none;
    border-top: 2px solid #555;
    
}
nav > ul > li.menu-item-has-children > ul > li:first-child > a{
    border-top: 0px solid transparent;
}
nav > ul > li.menu-item-has-children > ul > li > a:hover,
nav > ul > li.menu-item-has-children > ul > li > a:active{
    color: #4561aa;
}
.resources-page > p > a,
.resources-page > p > a:link,
.resources-page > p > a:visited,
.resources-page > p > a:hover,
.resources-page > p > a:active,
.planned-giving > p > a,
.planned-giving > p > a:link,
.planned-giving > p > a:visited,
.planned-giving > p > a:hover,
.planned-giving > p > a:active{
    font-weight:bold;
    display:block;
    text-decoration:none;
    margin-bottom: 3px;
}
.resources-page > p > a .fa, .planned-giving > p > a .fa{
    margin-right: 3px;
}
div.article{
    min-height: 750px;
}
.btn,
.btn:link,
.btn:visited{
    background: url('../images/navigation-background.png');
    background-repeat:repeat-x;
    display:inline-block;
    text-decoration: none;
    color: #000;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 1px 1px 1px #fff;
    line-height: 33px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-weight:bold;
    font-size:16px;
}
.btn:hover,
.btn:active{
    background-image: linear-gradient(#2e4d59, #487a8d);
    color:#fff;
    text-shadow: 0px -1px 2px #000;
    padding-left: 20px;
    padding-right: 20px;
   
}