@charset "utf-8";
/* CSS Document */

html {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#999
	
}
a:link{color:#069;text-decoration:none}
a:visited{color:#069;text-decoration:none}
a:hover{color:#CCC;text-decoration:underline}
a:active{color:#069;text-decoration:none}
h1 {
	font-family: 'Raleway', sans-serif;
	font-size:42px;
	margin: 0px 0px 0px 0px;
}
h3, h2 {
	font-family: 'Raleway', sans-serif;
	margin-top:0px;
	
	
}
h2 {
	margin-left: 5px;	
}
h4 {font-family: 'Raleway', sans-serif;
	font-size:18px;
	margin-top:0px;
	margin-bottom:7px;
}
#holder {
	width:1024px;
	margin:auto;
	
	background-image:url(../images/holder-bg2.png);
	
	
}
#header-top {
	width:1024px;
	height:11px;
	margin:auto;
	margin-top:60px;
	background-image:url(../images/header-top.png);
}
#footer-bottom {
	width:774px;
	height:11px;
	background-image:url(../images/footer-bottom.png);
	
	float:right;
}
#footer-bottom-left {
	width:250px;
	height:11px;
	background-image:url(../images/footer-bottom-left.png);
	float:left;
	clear:both;
}
	
#header {
	background-image:url(../images/holder-bg.png);
	height:82px;
	width:984px;
	padding:5px 20px 10px 20px;
	margin:auto;
	
}
.banner{
	width:1024px;
	height:350px;
	border-bottom:solid #000000 1px;
}
#banner-home{
	background-image:url(../images/banner4.jpg);
	box-shadow: 0px 10px 45px #000000;
}
#banner-duck {
	background-image:url(../images/banner-duck.jpg);
	box-shadow: 0px 10px 25px #000000;
}
#col-right {
	width:714px;
	float:right;
	padding:20px 30px 0px 30px;
	
	
}
#col-left {
	width:220px;
	padding:20px 15px 10px 15px;
	float:left;
	
}
#content {
	width:1024px;
	margin:auto;
}
#col-left-spacer {
	height:300px;
}
.index-blocks {
	width:342px;
	height:194px;
	padding:5px 5px 5px 5px;
	background-repeat:no-repeat;
	font-size:12px;
}
.index-block-text {
	width:322px;
	height:194px;
	padding:0px 10px 10px 10px;
	background-repeat:no-repeat;
	font-size:12px;
}
.index-additional {
	border-top:1px solid #666;
	border-bottom:1px solid #666;	
}
.sidebar-border-bottom {
	border-bottom:1px solid #666;
	padding-bottom:15px;
}
.text-index-additional {
	font-size:.85em;	
}
h3 {
	margin-top:0px;
}
.index-blocks-button-left {
	height:32px;
	width:90px;
	margin-top:135px;
	padding-left:20px;

}
.index-blocks-button-right {
	height:52px;
	width:192px;
	float:right;
	margin-top:125px;
	padding-left:20px;
	padding-right:20px;
	font-size:11px
}
.index-blocks-text {
	width:342px;
	height:50px;

}
img {
	border:0px;
}
#page-fish-position {
	width:314px;
	
	
}
#page-title {
	padding-left:25px;
	
}
#footer {
	font-size:10px;
	padding:15px 20px 15px 20px;
	width:984px;
	margin:auto;
}
#bottom-bg {
	width:1024px;
	margin:auto;
	height:11px;
	background-image:url(../images/bottom-bg.png);
	
}
.text-small {
	font-size:10px;
}
.text-center {
	text-align:center;	
}
.text-index-bottom {
	padding-left:5px;
	font-size:.9em;	
}
#nav {
	height:30px;
	width:1024px;
	margin:auto;
	border-bottom:solid #000000 1px;
	border-top:solid #ffffff 1px;
}
.no-display {
	display:none;	
}
#index-welcome1 {
	width:625px;
	margin:auto;
	text-align:justify	
}
#index-icon-arkansas {
	float:left;
	margin:10px 10px 0px 0px;	
}
#index-text-large {
	font-family: 'Raleway', sans-serif;
	font-size:32px;	
}
#index-bottom {
	width:364px;
	height:330px;
	padding:0px 350px 0px 5px;
	margin:auto;
	background-image:url(../images/bg-hunter.png);
	background-position:right bottom;
	background-repeat:no-repeat;	
}


/*expanding div */
.accordion {
        margin: 0;
		margin-bottom:20px;
        padding:8px;
        height:38px;
        border-top:#f0f0f0 1px solid;
        background: #cccccc;
        font-family: 'Raleway', sans-serif;
        text-decoration:none;
        text-transform:uppercase;
        color: #000;
        font-size:2em;
		box-shadow: 0px 10px 25px #000;
		border-radius: 12px;
    }
    .accordion-open {
        background:#999;
        color: #fff;
    }
    .accordion-open span {
        display:block;
        float:right;
        padding:10px;
    }
    .accordion-open span {
        background:url(../images/icon-minus.png) center center no-repeat;
		margin-top:7px;
    }
    .accordion-close span {
        display:block;
        float:right;
        background:url(../images/icon-plus.png) center center no-repeat;
        padding:10px;
		margin-top:7px;
    }
    div.container {
        padding:0;
        margin:0;
    }
    div.content {
       /* background:#f0f0f0;*/
        margin: 0;
        padding:10px;
        font-size:1.3em;
        line-height:1.5em;
        font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    }
    div.content ul, div.content p {
        padding:0;
        margin:0;
        padding:3px;
    }
    div.content ul li {
        list-style-position:inside;
        line-height:25px;
    }
    div.content ul li a {
        color:#555555;
    }
    code {
        overflow:auto;
    }


/*end of expandable div */
.text-bolder {
	font-weight:bolder;	
	font-size:1.2em;
}