/*----CSS Reset----*/
*{margin:0;padding:0}
iframe,a img,fieldset,form,table{border:0}
h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}
dd,dt,dl,ol,ul{list-style:none}
legend{color:#000}
button,select,textarea,input{font-size:100%}
table{border-collapse:collapse}
caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
	background:#fff url(../images/site/background.jpg) left top repeat;
	font:normal 62.5% FreeSans, Helvetica, Arial, sans-serif;
	color:#000;
	text-align:center;
}
a {
	text-decoration:none;
	outline:0 none;
	color:#27bde9;
}
a:hover {
	text-decoration:underline;
}

object {
	outline:0 none;
}
/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.hidden {
	display:none;
}
#wrap {
	width:1013px;
	margin:0 auto 70px;
	text-align:left;
}
#main {
	width:1013px;
	background:url(../images/site/main-background.png) left top repeat-y;
	clear:both;
	position:relative;
}
#main #top {
	background:url(../images/site/main-top.png) left top no-repeat;
}
#main #bottom {
	background:url(../images/site/main-bottom.png) left bottom no-repeat;
	padding:3px 5px 5px 3px;
	position:relative;
	width:1005px;
}
#main #left {
	width:783px;
	float:left;
	padding:11px 11px 220px 9px;
}
/*#main .search {
	min-height:780px;
}
*/

#main #right {
	width:202px;
	width:178px;
	padding:11px 12px 0;
	float:right;
}
#footer {
	height:292px;
	background:url(../images/site/footer-background.jpg) left top repeat;
}
#footermain {
	width:1013px;
	margin:0 auto;
	text-align:left;
	padding:28px 0 0;
}
/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

#logo {
	display:block;
	width:251px;
	height:73px;
	padding:12px 0 0 10px;
	background:url(../images/site/logo.gif) right bottom no-repeat;
	text-indent:-9999px;
	float:left;
}
#header {
	position:relative;
	width:100%;
	z-index:100;
}
#toplinks {
	background:url(../images/site/toplinks-background.png) right top repeat-x;
	line-height:29px;
	float:right;
	padding:0 15px;
	margin-bottom:20px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
}
#toplinks li {
	display:block;
	float:left;
	font-size:1.1em;
}
#toplinks li a {
	font-weight:bold;
	color:#655c36;
	line-height:29px;
	display:block;
	float:left;
	padding-right:26px;
}
#toplinks li.login a.login {
	background:url(../images/site/icon-lock.gif) left center no-repeat;
	padding-left:15px;
}
#toplinks li.logout a {
	background:url(../images/site/icon-lock.gif) left center no-repeat;
	padding-left:15px;
}
#toplinks li.signup a {
	background:url(../images/site/icon-signin.gif) left center no-repeat;
	padding-left:20px;
}
#toplinks li.video a {
	background:url(../images/site/icon-video.gif) left center no-repeat;
	padding-left:15px;
}
#toplinks li.bookmark a {
	background:url(../images/site/icon-bookmark.gif) left center no-repeat;
	padding-right:0;
	padding-left:15px;
}
p#tagline {
	float:right;
	clear:right;
	width:489px;
	height:33px;
	background:url(../images/site/tagline.gif) left top no-repeat;
	text-indent:-9999px;
	margin-bottom:9px;
}
#topnav {
	float:right;
	clear:right;
	margin-bottom:10px;
}
#topnav li {
	display:block;
	float:left;
	background:url(../images/site/topnav-border.gif) right top no-repeat;
	padding:11px 0;
	font-family:FreeSans, "Arial Narrow", Helvetica, Arial, sans-serif;
	position:relative;
}
#topnav li.last {
	background:none;
}
#topnav li a {
	display:block;
	float:left;
	font-size:1.5em;
	font-weight:bold;
	color:#5a691c;
	padding:0 9px;
}
#topnav li a:hover {
	text-decoration:none;
	color:#6A5930;
}
#login {
	position:absolute;
	z-index:1000;
	background:#f0f0e6;
	border:1px solid #dadec2;
	border-width:0 1px 1px;
	width:220px;
	top:29px;
	padding:15px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
}
#login form label {
	font-size:1.2em;
	font-weight:bold;
	color:#877e56;
	display:block;
	clear:both;
	margin-bottom:4px;
	line-height:1em;
}
#login form input.textbox {
	width:208px;
	height:15px;
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#6A5930;
}
#register {
	position:absolute;
	z-index:1000;
	background:#f0f0e6;
	border:1px solid #dadec2;
	border-width:0 1px 1px;
	width:260px;
	top:29px;
	padding:15px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
}
#register form label {
	font-size:1.2em;
	font-weight:bold;
	color:#877e56;
	display:block;
	clear:both;
	line-height:1em;
	margin-bottom:4px;
}
#register form input.textbox {
	width:248px;
	height:15px;
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#6A5930;
}
/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

#navcontainer {
	position:absolute;
	left:0;
	bottom:0;
}
#nav {
	text-align:left;
}
#nav li {
	display:block;
	float:left;
}
#nav li a {
	display:block;
	float:left;
	color:#fff;
	font-size:2.2em;
	font-family:FreeSans, "Arial Narrow", Helvetica, Arial, sans-serif;
	text-indent:-9999px;
	cursor:pointer;
	height:44px;
	width:100%;

}
#hunting {
	width:128px;
	height:44px;
	background:url(../images/site/tab-hunting.png) left top no-repeat;
	padding:0 0 0 15px;
	position:absolute;
	top:-42px;
	left:9px;
	display:block;
	color:#fff;
	font-size:2.2em;
	font-family:FreeSans, "Arial Narrow", Helvetica, Arial, sans-serif;
	text-indent:-9999px;
	cursor:pointer;
	border:0 none;
}
#fishing {
	width:128px;
	height:44px;
	background:url(../images/site/tab-fishing.png) left top no-repeat;
	padding:0 0 0 15px;
	position:absolute;
	top:-42px;
	left:152px;
	display:block;
	color:#fff;
	font-size:2.2em;
	font-family:FreeSans, "Arial Narrow", Helvetica, Arial, sans-serif;
	text-indent:-9999px;
	cursor:pointer;
	border:0 none;
}
#nav li span {
	display:block;
}
.ui-widget {
	text-align:left;
}
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

#menu-hunt {
	position:absolute;
	z-index:1000;
	left:9px;
	top:2px;
	width:776px;
	background:#91a24d url(../images/site/nav-hunt-bottom.gif) left bottom repeat-x;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-box-shadow:1px 1px 5px #333;
	-webkit-box-shadow:1px 1px 5px #333;
	box-shadow:1px 1px 5px #333;
	border:1px solid #fff;
	border-width:0 1px 1px;
}
#menu-hunt div.bottom {
	background:url(../images/site/nav-hunt-top.gif) left top repeat-x;
	padding:20px;
}
#menu-hunt h1 {
	color:#263003;
	font-size:1.8em;
	margin-bottom:1em;
	border-bottom:1px solid #263003;
	padding-bottom:5px;
	position:relative;
}
#menu-hunt h2 {
	font-size:1.4em;
	color:#263003;
}
#menu-hunt ul li {
	display:block;
	float:left;
}
#menu-hunt ul li ul {
	display:block;
	float:left;
	margin-right:30px;
}
#menu-hunt ul li li {
	float:none;
}
#menu-hunt li a {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
#menu-hunt li a:hover {
	color:#000;
	text-decoration:none;
}
#menu-hunt #navhuntregions {
	position:relative;
	width:100%;
}
#menu-hunt #navhuntregions a.return {
	position:absolute;
	right:0;
	top:8px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#menu-hunt #navhuntregions a.return:hover {
	color:#263003;
	text-decoration:none;
}
#menu-hunt #navhuntregions ul {
	display:block;
	float:left;
	margin-right:25px;
}
#menu-hunt #navhuntregions ul li {
	display:block;
	float:none;
}
#menu-fish {
	position:absolute;
	z-index:1000;
	left:9px;
	top:2px;
	width:776px;
	background:#74b6cf url(../images/site/drop-bottom-fish.png) left bottom repeat-x;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-box-shadow:1px 1px 5px #333;
	-webkit-box-shadow:1px 1px 5px #333;
	box-shadow:1px 1px 5px #333;
	border:1px solid #fff;
	border-width:0 1px 1px;
}
#menu-fish div.bottom {
	background:url(../images/site/drop-top-fish.png) left top repeat-x;
	padding:20px;
}
#menu-fish h1 {
	color:#306e86;
	font-size:1.8em;
	margin-bottom:1em;
	border-bottom:1px solid #306e86;
	padding-bottom:5px;
	position:relative;
}
#menu-fish h2 {
	font-size:1.4em;
	color:#306e86;
}
#menu-fish ul li {
	display:block;
	float:left;
}
#menu-fish ul li ul {
	display:block;
	float:left;
	margin-right:30px;
}
#menu-fish ul li ul.methods {
	margin-right:50px;
}
#menu-fish ul li li {
	float:none;
}
#menu-fish li a {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
#menu-fish li a:hover {
	color:#1c556a;
	text-decoration:none;
}
#menu-fish #navfishregions {
	position:relative;
	width:100%;
}
#menu-fish #navfishregions a.return {
	position:absolute;
	right:0;
	top:8px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#menu-fish #navfishregions a.return:hover {
	color:#306e86;
	text-decoration:none;
}
#menu-fish #navfishregions ul {
	display:block;
	float:left;
	margin-right:25px;
}
#menu-fish #navfishregions ul li {
	display:block;
	float:none;
}
/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Search----*/

#search {
	width:271px;
	height:32px;
	background:url(../images/site/tab-search.png) left top no-repeat;
	position:absolute;
	top:-42px;
	left:278px;
	padding:12px 0 0 16px;
	z-index:0;
}
#search input#keywords {
	background:none;
	border:0 none;
	color:#4b4320;
	font-size:14px;
	font-family:FreeSans, "Arial Narrow", Helvetica, Arial, sans-serif;
	padding:4px 7px 3px 7px;
	width:196px;
	float:left;
	margin-right:7px;
}
/*----End Search----*/
/*---------------------------------------------------------------------*/
/*----Home----*/

#homeblock {
	width:756px;
	height:637px;
	background:url(../images/site/homeblock-background.png) left top no-repeat;
	padding:10px 15px 15px 12px;
	margin-bottom:20px;
}
#homeblock h1 {
	font-size:2.2em;
	font-weight:700;
	color:#6a5930;
}
#homeblock h1.cufon-bold {
	margin-bottom:5px;
}
#homeblock h1 em {
	font-weight:400;
}
#homeblock #map {
	border:3px solid #fff;
	float:left;
	width:591px;
	height:387px;
	-moz-box-shadow:1px 1px 5px #333;
	-webkit-box-shadow:1px 1px 5px #333;
	box-shadow:1px 1px 5px #333;
	margin-right:18px;
	margin-bottom:10px;
}
#homeblock h2 {
	font-size:1.4em;
	color:#6a5930;
	text-transform:uppercase;
	font-style:normal;
}
#homeblock h2.cufon-regular {
	margin-bottom:5px;
}
#homeblock .colright {
	width:138px;
	float:left;
}
#homeblock .image {
	border:3px solid #fff;
	-moz-box-shadow:1px 1px 5px #333;
	-webkit-box-shadow:1px 1px 5px #333;
	box-shadow:1px 1px 5px #333;
	margin-bottom:1em;
}
#homeblock h3 {
	font-size:1.6em;
	color:#6a5930;
	font-weight:bold;
}
#homeblock .colright p {
	font-size:1.1em;
	color:#6a5930;
	margin-bottom:1em;
}
#homeblock .colright p a {
	font-weight:bold;
	color:#0392a9;
}
#homeblock div.filter {
	clear:both;
	padding-top:17px;
}
#homeblock div.filter h3 {
	margin-bottom:1em;
}
#homeblock div.filter h4 {
	font-size:1.3em;
	color:#5A691C;
}
#homeblock div.filter ul {
	float:left;
	margin-right:15px;
	margin-left:10px;
}
#homeblock div.filter ul li {
	font-size:1em;
	line-height:1.5em;
	display:block;
}
#homeblock div.filter ul li a {
	font-weight:bold;
	color:#6A5930;
}
#homeblock div.filter ul li a.disabled {
	font-weight:bold;
	color:#a29470;
	cursor:default;
}
#homeblock div.filter ul li a.disabled:hover {
	text-decoration:none;
}
/*----End Home----*/
/*---------------------------------------------------------------------*/
/*----Bottom Blocks----*/

#bottomblocks {
	margin-left:3px;
	margin-bottom:47px;
	position:absolute;
	left:12px;
	bottom:77px;
}
/*
#bottomblocks .bottom {
	background:url(../images/site/bottom-blocks-bottom.gif) left bottom no-repeat;
	padding:13px 13px 8px;
}
#bottomblocks .bottom div {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
#bottomblocks .bottom div p {
	font-size:1.4em;
	text-transform:uppercase;
	color:#6A5930;
}
#bottomblocks .bottom div p em, #bottomblocks .bottom div p a {
	color:#7c903a;
	font-style:italic;
}
#bottomblocks .bottom div p strong {
	text-transform:none;
	font-size:1.1em;
}
*/

#bottomblocks .call {
	float:left;
}
#bottomblocks .list {
	float:left;
}
#bottomblocks .newsletter {
	float:left;
	background:url(../images/site/bottom-block-newsletter.png) left top no-repeat;
	width:204px;
	height:45px;
	padding-top:47px;
	padding-left:33px;
}
#bottomblocks .bottom div.clear {
	float:none;
}
#bottomblocks input#newsletter {
	float:left;
	background:url(../images/site/newsletter-background.gif) left top no-repeat;
	border:0 none;
	width:128px;
	padding:4px 12px;
	font-size:1.1em;
	margin-right:10px;
	margin-top:4px;
}
/*----End Bottom Blocks----*/
/*---------------------------------------------------------------------*/
/*----Left Bottom----*/

#leftbottom {
	height:70px;
	position:absolute;
	left:58px;
	bottom:7px;
}
#leftbottom div {
	float:left;
	/*height:70px;
	padding:0 0 0 30px;*/
}
/*#leftbottom p {
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	color:#8f8054;
	padding:11px 0;
}
*/


#leftbottom div.armed {

}
/*#leftbottom .tv p {
	background:url(../images/site/icon-tv.gif) left center no-repeat;
	padding-left:48px;
	width:180px;
}
#leftbottom .armed p {
	background:url(../images/site/icon-armed.gif) left center no-repeat;
	padding-left:62px;
	width:140px;
}
#leftbottom .warrior p {
	background:url(../images/site/icon-wounded.gif) left center no-repeat;
	padding-left:70px;
	width:185px;
}
*/


/*----End Left Bottom----*/
/*---------------------------------------------------------------------*/
/*----Right----*/

#right .callout-box {
	width:178px;
	background:url(../images/site/adv-search-background.png) left bottom no-repeat;
	margin-bottom:1em;
}
#right .callout-box h1 {
	background:url(../images/site/adv-search-header.png) right top no-repeat;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	padding:9px 11px 0px;
	height:23px;
}
#right .callout-box h1 em {
	font-weight:normal;
}
#adv-search form {
	padding:10px 0 12px 16px;
}
#adv-search form div.relative {
	margin:0;
	padding:0;
	position:relative;
}
#adv-search form label {
	font-size:14px;
	font-weight:bold;
	color:#354019;
	display:block;
	clear:both;
}
#adv-search form label.error {
	width:152px;
	height:22px;
	background:url(../images/site/notice-error.png) left top no-repeat;
	position:absolute;
	left:-160px;
	top:0;
	text-indent:-9999px;
}
#adv-search form fieldset label {
	float:left;
	width:50px;
	margin:0;
		padding:1px 0 1px 19px
}
#adv-search form fieldset {
	margin-bottom:10px;
}
#adv-search form label input {
	float:left;
	margin-right:5px;
	width:auto;
}
#adv-search form input.nice_select {
	display:block;
	width:179px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#354019;
	text-align:left;
	padding:4px 5px;
	border:none;
	margin:0 0 10px;
	background:url(../images/site/form-adv-select.gif) no-repeat;
	cursor:pointer;
}
#adv-search form ul.virtual_select{
	max-height:150px;
	width:187px;
	overflow:auto;
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	position:relative;
	top:-11px;
	left:0;
	display:none;
	background-color:#fff;
	border:1px solid #ddd;
}
#adv-search form ul.virtual_select li{
	display:block;
	padding:2px 0 0 5px;
	margin:0;
	border-bottom:1px solid #fafafa;
	cursor:pointer;
	color:#695B31;
	font-size:1.2em;
	line-height:1.5em;
}
#adv-search form ul.virtual_select li.last{
	border-bottom:1px solid #ddd !important;
}
#adv-search form ul.virtual_select li.over, #adv-search form ul.virtual_select li.selected{
	background-color:#FAFAFA;
	color:#000;
}
#adv-search form ul.virtual_select li.selected{
	border:1px solid #ddd;
}
#adv-search form input.textbox {
	width:179px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#354019;
	padding:4px 5px;
	border:none;
	margin-bottom:4px;
	background:url(../images/site/form-adv-input.gif) no-repeat #000;
}
#adv-search form select.error {
	background:#f5dbdb;
	border:1px solid #7d0000;
}
#adv-search form input.error {
	background:#f5dbdb;
	border:1px solid #7d0000;
}
#adv-search form small {
	margin-bottom:10px;
	display:block;
	font-size:1em;
	color:#354019;
}
#adv-search form input.submit {
	width:78px;
	margin:0 auto;
	display:block;
}
#adv-search ul.searchtabs {
	padding:10px 16px 20px;
}
#adv-search ul.searchtabs li {
	float:left;
	display:block;
	width:94px;
}
#adv-search ul.searchtabs li a {
	float:left;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#066;
	background:url(../images/site/bullet_white.png) left top no-repeat;
	padding-left:18px;
	line-height:14px;
}
#adv-search ul.searchtabs li a.current {
	background:url(../images/site/bullet_green.png) left top no-repeat;
}
#adv-search ul.searchtabs li a:hover {
	text-decoration:none;
}
#right .callout {
	margin-bottom:1em;
}
#right #community {
	margin-bottom:1em;
}
#right #community h1 {
	font-size:1.8em;
	font-weight:bold;
	color:#6A5930;
}
#right-sidebar #community .thumb {
	width:164px;
	height:129px;
	border:2px dashed #BDA98F;
	padding:5px;
	margin:16px auto 10px;
}
#right #community a.more, .callout-box a.more {
	display:block;
	text-align:right;
	color:#0392A9;
	padding:3px 0;
	font-weight:bold;
	font-size:1.1em;
}
#right a#shop {
	margin-bottom:1em;
	display:block;
}
#right #connect {
	padding-bottom:20px;
}
#right #connect h1 {
	font-size:1.8em;
	font-weight:bold;
	color:#6A5930;
	border-bottom:2px dashed #BDA98F;
	margin-bottom:1em;
}
#right #connect li {
	display:block;
	float:left;
	width:89px;
}
#right #connect li a {
	display:block;
	float:left;
	width:89px;
	text-indent:-9999px;
}
#right #connect li.youtube a {
	background:url(../images/site/btn-youtube.png) left top no-repeat;
	height:23px;
}
#right #connect li.facebook a {
	background:url(../images/site/btn-facebook.png) left top no-repeat;
	height:23px;
	margin-bottom:1em;
}
#right #connect li.twitter a {
	background:url(../images/site/btn-twitter.png) left top no-repeat;
	height:15px;
}
#right #connect li.flickr a {
	background:url(../images/site/btn-flickr.png) left top no-repeat;
	height:15px;
}
/*----End Right----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer ul {
	display:block;
	float:left;
	margin-right:50px;
}
#footer ul.hunting, #footer ul.fishing {
	width:150px;
	margin-right:20px;
}
#footer ul ul {
	display:block;
	float:none;
	margin-right:0px;
}
#footer ul ul ul {
	display:none;
}
#footer ul h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#6A5930;
}
#footer ul h1 a {
	font-weight:bold;
	color:#6A5930;
	text-transform:capitalize;
}
#footer ul a {
	text-transform:uppercase;
	font-weight:bold;
	color:#7C903A;
}
#footer #copyright {
	float:right;
	padding-left:13px;
	border-left:1px solid #7C903A;
}
#footer .addthis_button {
	margin-bottom:2em;
	display:block;
}
#footer #copyright p {
	color:#6A5930;
	font-size:1.1em;
	margin-bottom:1em;
}
#footer #copyright p a {
	color:#6A5930;
}
#footer #copyright p a.privacy {
	font-style:italic;
}
#footer #copyright p.lock {
	color:#8F8054;
	background:url(../images/site/icon-lock.png) left top no-repeat;
	padding-left:26px;
	height:32px;
	line-height:1.2em;
	padding-top:3px;
}
/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Content----*/

#content {
	position:relative;
	margin-bottom:2em;
	float:right;
	width:623px;
}
#content.wide {
	padding-left:10px;
	width:773px;
}
#content.search {
	/*min-height:780px;*/
	padding-left:0px;
}
#content.search .right {
	float:right;
}
#content #breadcrumbs {
	position:absolute;
	right:0;
	top:15px;
	color:#5A691C;
	font-weight:bold;
	display:none;
}
#content #breadcrumbs a {
	color:#5A691C;
}
#content h1 {
	font-size:2.8em;
	text-transform:uppercase;
	font-weight:bold;
	color:#5A691C;
	border-bottom:1px solid #d0cdbf;
	margin-bottom:20px;
}
#content h1#comments {
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#5A691C;
	border-bottom:1px solid #d0cdbf;
	margin-bottom:20px;
	margin-top:40px;
}
#content h2 {
	font-size:2em;
	color:#38acc5;
	font-weight:bold;
	margin-bottom:.5em;
}
#content p {
	color:#695b31;
	margin-bottom:1em;
	line-height:1.5em;
	font-size:1.2em;
}
#content p.blogdetails {
	font-size:1em;
}
#content p img {
	float:right;
	display:block;
	border:2px dashed #BDA98F;
	padding:5px;
	margin:0 0 10px 10px;
}
#content p.captcha img {
	float:none;
	display:block;
	border:0 none;
	padding:0px;
	margin:0;
}
#content dl dt {
	font-size:1.4em;
	color:#5A691C;
	font-weight:bold;
	margin-bottom:1em;
	cursor:pointer;
}
#content dl.search dt {
	cursor:auto;
}
#content dl dd {
	padding-left:10px;
	margin-bottom:2em;
}
#content ul {
	margin-left:20px;
}
#content ul ul {
	margin-top:10px;
	margin-left:40px;
}
#content ul li {
	color:#695b31;
	margin-bottom:1em;
	line-height:1.5em;
	font-size:1.2em;
	list-style:disc;
}
#content ul ul li {
	font-size:1em;
}
#content a {
	font-weight:bold;
}
#subnav {
	background:#eff0e5 url(../images/site/subnav-top.gif) left top no-repeat;
	width:140px;
	float:left;
	position:relative;
}
#content.search #subnav {
	position:static;
	float:left;
}
#subnav .bottom {
	background:url(../images/site/subnav-bottom.gif) left bottom no-repeat;
	padding:10px;
}
#subnav .searchoptions {
	background:url(../images/site/search-bottom.gif) left bottom no-repeat;
	padding:10px 10px 25px;
}
#subnav .searchoptions ul {
	margin-bottom:1em;
}
#subnav .searchoptions ul li {
	font-size:1.1em;
	background:url(../images/site/icon-x.gif) right 4px no-repeat;
	padding-right:13px;
	cursor:pointer;
	color:#695B31;
}
#subnav .searchoptions ul li:hover {
	color:#73881B;
}
#subnav .searchoptions ul li.noremove {
	background:none;
	cursor:default;
}
#subnav .searchoptions ul li.noremove:hover {
	color:#695B31;
}
#subnav .searchoptions a {
	background:url(../images/site/icon-search-save.gif) left center no-repeat;
	padding-left:15px;
	font-size:1.1em;
	color:#EFF0E5;
	line-height:21px;
	display:block;
}
#subnav h1 {
	font-size:1.5em;
	text-transform:none;
	color:#6A5930;
	margin-bottom:3px;
}
#subnav .searchoptions h1 {
	font-size:1.3em;
	text-transform:none;
	color:#6A5930;
	margin-bottom:3px;
}
#subnav ul {
	margin-left:0px;
}
#subnav ul ul {
	display:none;
}
#subnav li {
	margin-bottom:3px;
	margin-bottom:0;
	line-height:1.5em;
	font-size:1em;
	list-style:none;
	color:#695B31;
}
#subnav li a {
	text-transform:uppercase;
	font-weight:bold;
	color:#7C903A;
	font-size:1.1em;
}
#subnav form fieldset {
	margin-bottom:1em;
}
#subnav form fieldset legend {
	font-size:1.1em;
	font-weight:bold;
	color:#695b31;
}
#subnav form fieldset h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#695b31;
	margin-bottom:0;
	padding-left:12px;
	cursor:pointer;
	background:url(../images/site/closed.png) left center no-repeat;
}
#subnav form fieldset h2.open {
	background:url(../images/site/open.png) left center no-repeat;
}
#subnav form fieldset label {
	display:block;
	color:#695b31;
	font-size:1.1em;
	margin:5px 0 0 5px;
		width:105px;
}
#subnav form fieldset.section label {
	display:block;
	color:#8b7d52;
	font-size:1.6em;
	margin:5px 0;
	padding-left:19px;
}
#subnav form fieldset small, #subnav form fieldset small a {
	color:#55690c;
}
#subnav form fieldset small {
	display:block;
	margin-bottom:1em;
}
#subnav form input.submit {
	display:block;
	margin:0 auto;
	width:78px;
}
#subnav ul.searchtabs {
	padding:10px 0 30px;
}
#subnav ul.searchtabs li {
	float:left;
	display:block;
	padding:0 5px;
}
#subnav ul.searchtabs li a {
	float:left;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#877e56;
	background:url(../images/site/bullet_white.png) left top no-repeat;
	padding-left:18px;
}
#subnav ul.searchtabs li a.current {
	background:url(../images/site/bullet_green.png) left top no-repeat;
}
#subnav ul.searchtabs li a:hover {
	text-decoration:none;
}
#article table.table, #content .pane table, table.compare {
	width:678px;
	border:1px solid #f1e5d3;
	margin:0 30px 18px;
}
#article table.table, #content .pane table, table.compare {
	border-bottom:1px solid #f1e5d3;
}
#article table.table th, #content .pane table th, table.compare th {
	padding:5px 10px;
	color:#695B31;
	font-weight:bold;
	font-size:1.1em;
}
#article table.table td, #content .pane table td, table.compare td {
	padding:10px;
	color:#000;
	font-size:1.1em;
}
table.compare td {
	border-bottom:1px solid #f1e5d3;
	border-left:1px solid #f1e5d3;
	width:110px;
	vertical-align:top;
}
table.compare th {
	border-bottom:1px solid #f1e5d3;
	padding:5px 10px;
	font-weight:bold;
	color:#55680C;
	vertical-align:top;
}
#content table.table tr:hover td, #content .pane table tr:hover td, table.compare tr:hover td, table.compare tr:hover th {
	background:#eff9fa;
}
#content #requestinfo {
	background:#f3efe7 url(../images/site/request-info-background.png) left bottom repeat-x;
	float:left;
	padding:8px 18px;
	width:347px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
}
#content #requestinfo h2 {
	color:#5A691C;
	font-size:1.6em;
}
#content #requestinfo p {
	color:#5A691C;
	font-weight:bold;
}
#content #requestinfo form fieldset {
	float:left;
}
#content #requestinfo form label {
	color:#5A691C;
	font-weight:bold;
	display:block;
	margin-bottom:2px;
	font-size:1.2em;
}
#content #requestinfo form input.textbox {
	width:166px;
	height:17px;
	border:0 none;
	background:url(../images/site/request-info-textbox.png) left top repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
}
#content #requestinfo form textarea {
	width:147px;
	height:103px;
	border:0 none;
	background:url(../images/site/request-info-textarea.png) left top repeat-x;
	padding:4px 5px;
	font-size:1.15em;
	font-family:FreeSans,Helvetica,Arial,sans-serif;
}
#content #requestinfo form input.submit {
	float:right;
}
#content #requestinfo form a {
	color:#5A691C;
	display:block;
	padding-top:10px;
}
#content #toolbox {
	float:left;
	border:1px solid #5A691C;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:9px;
	margin-left:9px;
	width:199px;
}
#content #toolbox ul {
	margin:0;
}
#content #toolbox ul li {
	list-style:none;
	display:box;
	margin-bottom:0;
	font-size:1.2em;
	padding:3px 0 3px 26px;
}
#content #toolbox ul li a {
	font-weight:bold;
	color:#5A691C;
	display:block;
}
#content #toolbox ul li.rss {
	background:url(../images/site/icon-rss.png) left center no-repeat;
}
#content #toolbox ul li.add {
	background:url(../images/site/icon-add-blue.png) left center no-repeat;
}
#content #toolbox ul li.email {
	background:url(../images/site/icon-email.png) left center no-repeat;
}
#content #toolbox ul li.print {
	background:url(../images/site/icon-print.png) left center no-repeat;
}
#article a#fe_addtocart_link_116 {
	display:block;
	width:271px;
	height:137px;
	background:url(../images/site/btn-signup.png) left top no-repeat;
	text-indent:-9999px;
	margin:0 auto 1em;
}
#article .paynow a#fe_addtocart_link_116 {
	display:block;
	width:271px;
	height:137px;
	background:url(../images/site/btn-paynow.png) left top no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}
#content a.createprofile {
	display:block;
	width:320px;
	height:62px;
	background:url(../images/site/btn-create-profile.png) left top no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}
#content dl.search dt span {
	font-size:.8em;
	background:#eff0e5;
	padding:3px 5px;
	font-weight:bold;
	color:#5A691C;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:10px;
}
#content span.category {
	font-size:.8em;
	background:#eff0e5;
	padding:3px 5px;
	font-weight:bold;
	color:#5A691C;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:10px;
}
#content p.blogdetails span.category {
	font-size:1em;
	background:#eff0e5;
	padding:3px 5px;
	font-weight:bold;
	color:#5A691C;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:10px;
}
#content dt a {
	color:#5A691C;
}
#article .specieslist {
	float:left;
	width:184px;
	margin:0 0 30px;
}
#article .specieslist h3 {
	color:#6A5930;
	font-size:13px;
	margin:0 30px 10px;
}
#article .specieslist ul {
	list-style-type:none;
	padding:0;
	margin:0 30px 10px;
}
#article .specieslist ul li a {
	color:#5A691C;
}
#article h2#eguidehunt {
	position:relative;
	line-height:35px;
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	padding:0 10px 0 60px;
	background:#5A691C;
}
#article h2#eguidehunt img {
	padding:0;
	border:none;
	margin:0;
	position:absolute;
	top:-10px;
	left:0;
}
#article h2#eguidefish {
	position:relative;
	line-height:35px;
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	padding:0 10px 0 60px;
	background:#0089ab;
}
#article h2#eguidefish img {
	padding:0;
	border:none;
	margin:0;
	position:absolute;
	top:-10px;
	left:0;
}
#article .fish ul {
	float:left;
	width:186px;
	list-style-type:none;
	padding:0;
	margin:0 30px 30px;
}
#article .specieslist.fish ul.last {
	margin-right:0px;
}
#content .blogdetails a {
	color:#5A691C;
}
#article #comments {
	list-style-type:none;
	padding:0;
}
#article #comments li {
	margin-bottom:2em;
}
#article #comments .details {
	float:left;
	margin-right:1em;
}
#article #comments .comment {
	float:left;
	padding:10px 10px 1px;
	background:#EFF0E5;
	color:#fff;
	border:1px solid #695B31;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-box-shadow:1px 1px 5px #d5d5d5;
	-webkit-box-shadow:1px 1px 5px #d5d5d5;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	box-shadow:1px 1px 5px #d5d5d5;
	width:535px;
}
#article #comments .comment p {
	color:#695B31;
	font-size:1.1em;
	margin:0 0 10px;
}
/*----End Content----*/
/*---------------------------------------------------------------------*/
/*----Search----*/

#results .toolbar {
	background:url(../images/site/toolbar-right.gif) right top no-repeat;
	height:38px;
	margin-bottom:13px;
	position:relative;
}
#results .toolbar .numresults {
	float:left;
	background:url(../images/site/toolbar-left.gif) left top no-repeat;
	height:38px;
	line-height:38px;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	padding:0 33px;
}
#results .toolbar .saved {
	display:block;
	float:right;
}
#results .toolbar .saved li.top {
	display:block;
	float:left;
	list-style:none;
	line-height:38px;
	padding:0 10px;
	font-size:1.2em;
	color:#695B31;
	font-weight:bold;
	cursor:pointer;
}
#results .toolbar .saved li ul {
	position:absolute;
	z-index:1000;
	background:#f0f0e6;
	border:1px solid #dadec2;
	border-width:0 1px 1px;
	width:220px;
	top:38px;
	right:5px;
	padding:15px;
	margin:0;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
}
#results .toolbar .saved li ul li {
	display:block;
	float:none;
	list-style:none;
	line-height:1em;
	padding:0 10px;
	font-size:.9em;
	color:#695B31;
	font-weight:bold;
}
#results .toolbar .saved li ul li small {
	font-weight:bold;
}
#content #results h2#mapheader {
	background:#9eaa63;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 7px;
	color:#fff;
	margin-bottom:0;
}
#results #map {
	height:350px;
	background:#d5d5d5;
	margin-bottom:16px;
}
#results .searchtools {
	border:1px solid #73881B;
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#results .searchtools ul {
	margin-left:0;
	margin-bottom:0;
}
#results .searchtools ul li {
	display:block;
	float:left;
	list-style:none;
	margin-bottom:0;
	margin-right:20px;
}
#results .searchtools ul li a {
	color:#73881B;
}
#results .searchtools ul li.rss {
	background:url(../images/site/icon-rss.png) left center no-repeat;
	padding-left:20px;
}
#results .searchtools ul li.print {
	background:url(../images/site/icon-print.png) left center no-repeat;
	padding-left:20px;
}
#results #resultscol {
	width:623px;
	float:left;
}
#results #resultscol ol {
/*	overflow:auto;
	max-height:880px;*/
	margin-bottom:1em;
	position:relative;
}
#results #resultscol ol li.result {
	display:block;
	background:#fff;
	border:1px solid #e7ead9;
	margin-bottom:23px;
	position:relative;
	padding:8px 8px 33px;
	width:580px;
}
#results #resultscol ol li .number {
	display:block;
	font-size:1.8em;
	font-weight:bold;
	position:absolute;
	top:5px;
	right:5px;
	color:#9EAA63;
}
#results #resultscol ol li img {
	float:left;
}
#results #resultscol ol li h2 {
	font-size:1.3em;
	color:#9eaa63;
	margin-left:120px;
	margin-bottom:5px;
}
#results #resultscol ol li h2 a {
	color:#9eaa63;
}
#results #resultscol ol li h2 a:hover {
	color:#27BDE9;
}
#results #resultscol ol li p {
	font-size:1.1em;
	color:#343434;
	margin-bottom:0;
}
#results #resultscol ol li ul li {
	font-size:1.1em;
	color:#343434;
	margin-bottom:0;
	padding:0;
	border:0;
	background:none;
	list-style:none;
}
#results #resultscol ol li.featured {
	margin-top:33px;
	background:#f9fde9;
}
#results #resultscol ol li.featured span.featured {
	position:absolute;
	background:#73881b;
	padding:0 10px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1em;
	left:-1px;
	top:-18px;
	line-height:17px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}
#results #resultscol ol li .compare {
	display:block;
	background:#73881b;
	position:absolute;
	left:0;
	bottom:0;
	padding:0 6px 6px;
}
#results #resultscol ol li .compare label {
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	float:left;
	margin-left:5px;
	padding-top:4px;
}
#results #resultscol ol li .favorite-add {
	display:block;
	position:absolute;
	right:167px;
	bottom:0;
	padding:5px 5px 5px 17px;
	background:url(../images/site/icon-add.gif) left center no-repeat;
	font-size:1.1em;
	font-weight:bold;
	color:#55680c;
}
#results #resultscol ol li .show-map {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	padding:5px 5px 5px 17px;
	background:url(../images/site/icon-add.gif) left center no-repeat;
	font-size:1.1em;
	font-weight:bold;
	color:#55680c;
}
#results #resultscol a.compare {
	background:url(../images/site/btn-compare.gif) left top no-repeat;
	border:0 none;
	width:77px;
	height:24px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:3px 5px 5px 29px;
	display:block;
	line-height:24px;
	text-align:center;
}
#results #resultscol a.compare:hover {
	text-decoration:none;
}
#results #resultscol .c1 {
	margin-left:120px;
}
#results #resultscol .c2 {
	float:right;
	width:50%;
}
/*----End Search----*/
/*---------------------------------------------------------------------*/
/*----eGuide----*/

#content #speciestoolbar {
	margin-bottom:10px;
}
#content #speciestoolbar label {
	font-size:1.1em;
	font-weight:bold;
	color:#3b3b3b;
	float:left;
	margin-right:10px;
	line-height:21px;
}
#content #speciestoolbar select {
	width:150px;
	float:left;
	font-size:1.2em;
	padding:2px;
}
#content #speciestoolbar a.print {
	float:right;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#5A691C;
	background:url(../images/site/icon-print.gif) left top no-repeat;
	line-height:18px;
	padding-left:20px;
}
#content #overview {
	border:1px solid #5A691C;
	padding:12px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	margin-bottom:10px;
}
#content #overview .left {
	float:left;
	width:390px;
}
#content #overview .left span.label {
	float:left;
	font-size:2em;
	font-weight:bold;
	display:block;
	color:#3b3b3b;
	margin-right:5px;
}
#content #overview .left span.sci {
	float:left;
	font-size:1.2em;
	font-style:italic;
	display:block;
	color:#3b3b3b;
	padding-top:7px;
}
#content #overview .left small {
	font-size:1em;
}
#content #overview .left img {
	clear:left;
}
#content #overview .right {
	margin-left:400px;
}
#content #overview .right h2 {
	color:#3b3b3b;
	font-size:1.6em;
	margin-bottom:0;
}
#content #overview .right h3 {
	color:#3b3b3b;
	font-size:1.2em;
	margin-bottom:2em;
}
#content #overview .right p {
	color:#3b3b3b;
	font-size:1.1em;
}
#content #tabs ul.tabs {
	margin-left:0;
	margin-bottom:0;
}
#content #tabs ul.tabs li {
	display:block;
	float:left;
	list-style:none;
	font-size:1.6em;
	margin-bottom:0;
}
#content #tabs ul.tabs li a {
	display:block;
	color:#fff;
	background:url(../images/site/tab-background.gif) left top repeat-x;
	padding:0 16px;
	line-height:29px;
	margin-right:3px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
}
#content #tabs ul.tabs li a:hover {
	text-decoration:none;
	color:#5A691C;
}
#content #tabs ul.tabs li a.current {
	background:#f1ede5;
	color:#5A691C;
}
#content #tabs div#habitat, #content #tabs div#profile, #content #tabs div#method {
	background:#f1ede5;
	clear:left;
	padding:16px;
}
#content #tabs #map {
	border:3px solid #fff;
	float:right;
	width:443px;
	height:366px;
	-moz-box-shadow:1px 1px 5px #333;
	-webkit-box-shadow:1px 1px 5px #333;
	box-shadow:1px 1px 5px #333;
	background:#ccc;
}
#content #tabs div#habitat div.left {
	width:115px;
}
#content #tabs div#habitat div.left h3 {
	color:#5A691C;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
}
#content #tabs p {
	color:#3b3b3b;
}
#article .joinblock {
	display:inline;
	width:215px;
	padding-left:94px;
	float:left;
	margin:0 0 20px 30px;
}
#article .joinblock.computer {
	/* background:url(../images/site/icon-computer.png) left top no-repeat; */
	background:url(../images/site/icon-guides.png) left top no-repeat;
}
#article .joinblock.megaphone {
	/* background:url(../images/site/icon-megaphone.png) left top no-repeat; */
	background:url(../images/site/icon-talk.png) left top no-repeat;
}
#article .joinblock.www {
	/* background:url(../images/site/icon-www.png) left top no-repeat; */
	background:url(../images/site/icon-seo.png) left top no-repeat;
}
#article .joinblock.networking {
	/* background:url(../images/site/icon-networking.png) left top no-repeat; */
	background:url(../images/site/icon-marketing.png) left top no-repeat;
}
#article .joinblock.veteran {
	background:url(../images/site/icon-dogtag.png) left top no-repeat;
}
#article .joinblock.flag {
	background:url(../images/site/icon-flag.png) left top no-repeat;
}
#article .joinblock.twitter {
	background:url(../images/site/icon-twitter.png) left top no-repeat;
}
#article .joinblock.facebook {
	background:url(../images/site/icon-facebook.png) left top no-repeat;
}
#content ul#speciesselect {
	margin:0;
}
#content ul#speciesselect li {
	background:transparent url(../images/site/select-200px.png) no-repeat scroll left top;
	color:#6A5930;
	display:block;
	font-size:1.2em;
	width:346px;
	padding:4px;
	margin-bottom:0;
}
#content ul#speciesselectoptions {
	margin:2px 0 0 3px;
	width:346px;
	height:150px;
	overflow:auto;
	background:#fff;
	border:1px solid #ddd;
	border-top:0 none;
	position:relative;
	top:-4px;
}
#content ul#speciesselectoptions li {
	background:none;
	color:#6A5930;
	display:block;
	font-size:1em;
	height:auto;
	width:auto;
	padding:0;
	margin-bottom:0;
}
#content ul#speciesselectoptions li a {
	background:none;
	color:#7C903A;
	display:block;
	font-size:1em;
	height:auto;
	width:auto;
	padding:4px;
	margin-bottom:0;
}
#content ul#speciesselectoptions li a:hover {
	background:#fafafa;
	text-decoration:none;
	color:#6A5930;
}
/*----End eGuide----*/
/*---------------------------------------------------------------------*/
/*----Profile----*/

#subnav dl dt {
	font-size:1.1em;
	color:#695B31;
	margin-bottom:0;
	font-weight:bold;
}
#subnav dl dd {
	margin-bottom:1em;
	margin-left:10px;
	color:#695B31;
	font-size:1.1em;
}
#subnav a.back {
	font-size:1.2em;
	text-transform:none;
	color:#5A691C;
	margin-bottom:1em;
	border-bottom:1px solid #D0CDBF;
	display:block;
}
#subnav a.back:hover {
	text-decoration:none;
	color:#695B31;
}
#content img.logo {
	margin-bottom:1em;
}
#content address {
	font-size:1.4em;
	font-weight:bold;
	color:#695B31;
	font-style:normal;
}
#content p.contact {
	font-size:1.4em;
}
#content p.contact a {
	color:#695B31;
}
#content #profilemap {
	width:350px;
	height:250px;
	float:right;
	border:1px solid #e6e6e5;
	margin-bottom:1em;
}
#content .tabwrap {
	clear:both;
}
#content .tabwrap ul.tabs {
	margin-left:0;
	margin-bottom:1em;
	border-bottom:1px solid #000;
	height:29px;
}
#content .tabwrap ul.tabs li {
	display:block;
	float:left;
	list-style:none;
	font-size:1.6em;
	margin-bottom:0;
}
#content .tabwrap ul.tabs li.local {
	float:right;
}
#content .tabwrap ul.tabs li.local a {
	margin-right:0;
}
#content .tabwrap ul.tabs li a {
	display:block;
	color:#fff;
	background:url(../images/site/tab-background.gif) left top repeat-x;
	padding:0 16px;
	line-height:29px;
	margin-right:3px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
}
#content .tabwrap ul.tabs li a:hover {
	text-decoration:none;
	color:#5A691C;
}
#content .tabwrap ul.tabs li a.current {
	background:#fff;
	color:#000;
	border:1px solid #000;
	border-width:1px 1px 0;
}
#content .pane {
	margin-bottom:20px;
}
#content .pane a.image {
	display:block;
	float:left;
	width:152px;
	margin-right:5px;
	margin-bottom:5px;

}
#content .pane a.img4 {
	margin-right:0;
}
#content ul.subtabs {
	margin-left:0;
}
#content ul.subtabs li {
	display:block;
	float:left;
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
}
#content ul.subtabs li a {
	display:block;
	background:#eee4d1;
	padding:3px 16px;
	margin-right:3px;
	border:1px solid #eee4d1;
	color:#695B31;
}
#content ul.subtabs li a:hover {
	text-decoration:none;
	background:#fff;
}
#content ul.subtabs li a.current {
	background:#fff;
	color:#695B31;
	border-bottom:1px solid #fff;
}
#content div.subpane table {
	clear:both;
}
#message {
	width:250px;
	font-size:12px;
	color:#515b37;
	padding:10px 10px 1px;
	border:1px solid #bbcbc1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#d0d7c0;
	position:absolute;
}
#search-map-replace #message h2 {
	font-weight:bold;
	text-transform:uppercase;
	margin:0 15px 0 0;
}
#search-map-replace #message p {
	margin:0 15px 10px 0;
}
#search-map-replace #message a {
	color:#066;
}
#search-map-replace #message a.close {
	display:block;
	width:12px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/site/a-close.gif) no-repeat;
	position:absolute;
	top:10px;
	right:10px;
}
#content #message h2, #homeblock #message h2 {
	color:#695B31;
	font-size:1.2em;
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:bold;
}
#content #message h2 a, #homeblock #message h2 a {
	color:#695B31;
}
#content #message p, #homeblock #message p {
	color:#695B31;
	font-size:1.1em;
	margin-bottom:1em;
}
#content #message a.close, #homeblock #message a.close {
	background:url(../images/site/icon-x-11.png) left top no-repeat;
	width:11px;
	height:11px;
	text-indent:-9999px;
	float:right;
	cursor:pointer;
	margin-left:10px;
}
/*----End Profile----*/
/*---------------------------------------------------------------------*/
/*----Featured Guides----*/

#featuredguides .fishing, #featuredguides .hunting {
	border:2px dashed #BDA98F;
	padding:3px;
	margin-bottom:1em;
}
#featuredguides h1 {
	position:relative;
	line-height:35px;
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	padding:0 10px 0 60px;
}
#featuredguides h1 img {
	position:absolute;
	top:-10px;
	left:0;
}
#featuredguides .fishing h1 {
	background:#0089ab;
}
#featuredguides .hunting h1 {
	background:#5A691C;
}
#featuredguides h1 a {
	color:#fff;
	float:right;
	font-size:.8em;
}
#featuredguides .logo {
	float:left;
	margin-top:10px;
}
#featuredguides .details {
	background:url(../images/site/background.jpg) left top repeat;
	margin-left:136px;
	padding:14px 22px;
	min-height:82px;
}
#featuredguides .details address {
	font-size:1.2em;
	font-style:normal;
	float:left;
	width:260px;
}
#featuredguides .details ul {
	margin-left:275px;
}
#featuredguides .details ul li {
 font-size:1.2em;
 margin-bottom:5px;
}
/*----End Featured Guides----*/
/*---------------------------------------------------------------------*/
/*----Account----*/

#article div.form {
	padding:15px 18px;
	margin:0 30px 22px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#f3efe7 url(../images/site/request-info-background.png) left bottom repeat-x;
}
#article div.form h2 {
	color:#5A691C;
	font-size:1.6em;
	margin:0 0 18px;
}
#article div.form p {
	color:#5A691C;
	font-weight:bold;
	margin:0 0 18px;
}
#article div.form p.captcha br {
	display:none;
}
#article div.form p.captcha img {
	float:none;
	padding:0;
	border:none;
	margin:0 0 5px;
}
#article div.form div.help {
	padding:10px;
	margin-bottom:1em;
	background:#74b6cf url(../images/site/icon-help.png) 10px 10px no-repeat;
	width:515px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding-left:50px;
}
#article div.form div.help p {
	margin-bottom:0;
	color:#fff;
}
#article div.form fieldset {
	float:left;
	margin-bottom:2em;
}
#article div.form.saef form fieldset {
	float:none;
}
#article div.form form label {
	color:#5A691C;
	font-weight:bold;
	display:block;
	margin-bottom:2px;
	font-size:1.2em;
}
/*#article div.form form input.textbox {
	width:166px;
	height:17px;
	border:0 none;
	background:url(../images/site/request-info-textbox.png) left top repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
}
*/

#content #overview form {
	border-top:1px solid #CACBCB;
	margin-top:1em;
	padding-top:1em;
}
#content #overview form label {
	font-size:1.2em;
	font-weight:bold;
	color:#877e56;
	display:block;
	float:left;
	line-height:23px;
	margin-right:10px;
}
#content #overview form input.textbox {
	width:270px;
	height:15px;
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#6A5930;
	float:left;
	margin-right:5px;
}
#article div.form form input.textbox, #article div.form form input.sl-google-map-address-input, #article div.form .ff_matrix input[type="text"], #article div.form form input.vz_url_field {
	width:166px;
	height:15px;
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#6A5930;
}
#article div.form form textarea {
	width:630px;
	height:103px;
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.15em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#6A5930;
	font-family:FreeSans,Helvetica,Arial,sans-serif;
}
#article div.form form textarea.textarea {
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#6A5930;
}
#article div.form form input.submit {
	float:right;
	clear:both;
}
#article div.form form a {
	color:#5A691C;
	display:block;
	/*padding-top:10px;*/
}
#article div.form form a.terms {
	color:#38ACC5;
	display:inline;
	/*padding-top:10px;*/
}
#article div.form .ngen-file-field-block {
	margin-bottom:1em;
}
#article div.form input[type="file"] {
	font-size:1.2em;
}
#article div.form #field_id_22 .gutter {
	display:none;
}
#article input.nice_select{
	margin:0px 5px 10px 0px;
	width :346px;
	display :block;
	text-align:left;
	background:url(../images/site/select-200px.png) left top no-repeat;
	height:16px;
	cursor:pointer;
	font-size:1.2em;
	border:0 none;
	padding:4px;
	color:#6A5930;
}
#article #member_form input.nice_select{
	margin:0px 5px 10px 0px;
	width :275px;
	display :block;
	text-align:left;
	background:url(../images/site/select-282px.png) left top no-repeat;
	height:16px;
	cursor:pointer;
	font-size:1.2em;
	border:0 none;
	padding:4px;
	color:#6A5930;
}
#article div.form form select.multiselect {
	width:166px !important;
	height:200px;
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-top:4px;
}
#article div.form form select.multiselect optgroup {
	font-size:.75em;
	font-style:normal;
	font-weight:normal;
	color:#5A691C;
	text-transform:uppercase;
	margin-bottom:5px;
}
#article div.form form select.multiselect optgroup option {
	font-size:1.2em;
	font-style:normal;
	padding:5px 0;
	text-transform:none;
	padding:4px;
	color:#6A5930;
}
#article div.form form .ff_matrix {
	margin:0 0 10px;
}
#article div.form form .ff_matrix table .th {
	border:0 none;
	color:#5A691C;
	font-size:1.2em;
	font-weight:bold;
	padding:0 5px 0 0;
}
#article div.form form .cke_skin_wygwam {
	width:587px;
}
#article div.form form .ff_matrix table .td {
	border:0 none;
	padding:0 5px 0 0;
}
#article div.form form .ff_matrix table .td label {
	font-size:1.1em;
}
#article div.form form .sl-google-map {
	width:585px;
}
#article ul.virtual_select, #article #member_form ul.virtual_select{
	max-height:170px;
	width:352px;
	overflow:auto;
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	position:relative;
	top:-11px;
	left:0;
	display:none;
	background-color:#fff;
	border:1px solid #ddd;
}
#article ul.virtual_select li{
	display:block;
	padding:2px 0 0 5px;
	margin:0;
	border-bottom:1px solid #fafafa;
	cursor:pointer;
}
#article ul.virtual_select li.last{
	border-bottom:1px solid #ddd !important;
}
#article ul.virtual_select li.over, ul.virtual_select li.selected{
	background-color:#FAFAFA;
	color:#000;
}
#article ul.virtual_select li.selected{
	border:1px solid #ddd;
}
#article div.form div.selectbox-wrapper {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	margin-top:-10px;
	padding:0px;
	font-size:0.8em;
	text-align:left;
	max-height:200px;
	overflow:auto;
}
#article div.form div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#article div.form div.selectbox-wrapper ul li.selected {
	background-color:#EAF2FB;
}
#article div.form div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
#article div.form .selectbox /* look&fell of	select box*/
{
	margin:0px 5px 10px 0px;
	padding-left:2px;
	width :200px;
	display :block;
	text-align:left;
	background:url(../images/site/select-200px.png) left top no-repeat;
	/*height:18px;*/
	cursor:pointer;
	line-height:21px;
	font-size:1.2em;
}
/*----End Account----*/
/*---------------------------------------------------------------------*/
/*----Misc----*/

div.savesearch {
	background:#EFF0E5;
	padding:20px;
	text-align:left;
}
div.savesearch label {
	font-size:1.4em;
	font-weight:bold;
	color:#695B31;
	display:block;
}
div.savesearch small {
	font-size:1.2em;
	color:#695B31;
	display:block;
}
div.savesearch h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#695B31;
	display:block;
	margin-bottom:.5em;
}
div.savesearch p {
	font-size:1.2em;
	color:#695B31;
	margin-bottom:1em;
}
div.savesearch input.textbox {
	width:400px;
	height:15px;
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-top:4px;
	color:#6A5930;
	display:block;
}
#article .video {
	width:280px;
	float:left;
	margin:0 30px 30px;
}
#article .v1 {
	clear:left;
}
#article .video h2 {
	font-size:1.4em;
	padding-top:10px;
	margin:0;
}
#content p.paginate {
	clear:both;
}
/*----End Misc----*/
/*---------------------------------------------------------------------*/
/*----Testimonials----*/

#article h2#testimonial-users {
	background:url(../images/site/header-testimonial-users.gif) left top no-repeat;
	width:220px;
	height:32px;
	text-indent:-9999px;
	margin-bottom:4px;
}
#article h2#testimonial-guides {
	background:url(../images/site/header-testimonial-guides.gif) left top no-repeat;
	width:227px;
	height:32px;
	text-indent:-9999px;
	margin-bottom:4px;
}
#article .testimonials {
	border:2px dashed #BDA98F;
	margin:0 30px 30px;
	padding:16px;
}
#article .testimonials blockquote {
	background:url(../images/site/quote.gif) left top no-repeat;
	padding-left:80px;
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1em;
}
#article .testimonials cite {
	display:block;
}
#article .testimonials a {
	display:block;
	background:url(../images/site/view-all.gif) left top no-repeat;
	width:84px;
	height:18px;
	text-indent:-9999px;
}
/*----End Testimonials----*/
/*---------------------------------------------------------------------*/
/*----Shop----*/

#article .product {
	margin:0 30px;
}
#article .product .pad {
	margin:0 30px 10px;
}
#article .product .image {
	float:left;
}
#article .product .details {
	margin-left:255px;
}
#article .product .details span.price {
	color:#5A691C;
	font-size:2em;
	margin-bottom:10px;
	display:block;
	font-weight:bold;
}
#article .product .details p {
	color:#2f3c37;
}
#article .product .details .foxee_pricing_options {
	color:#2f3c37;
	font-size:1.2em;
}
#article .product .details .foxycart_link	{
	display:block;
}
#article .product .details input[name="quantity"] {
	width:30px;
	height:15px;
	border:1px solid #cacbcb;
	background:#fff url(../images/site/input-background.gif) left bottom repeat-x;
	padding:4px 5px;
	line-height:21px;
	font-size:1.2em;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-top:4px;
	color:#6A5930;
	display:block;
}
#article .product .details .foxee_pricing_options input.nice_select	{
	width:100px;
	background:url(../images/site/select-100px.png) left top no-repeat;
}
#article .product .details .foxee_pricing_options ul.virtual_select	 {
	width:98px;
}
#subnav .backpack {
	position:absolute;
	bottom:-20px;
	right:-10px;
}
/*----End Shop----*/

div.terms {
	text-align:left;
	padding:20px;
}
div.terms h1 {
	font-weight:bold;
	font-size:2em;
	margin-bottom:10px;
}
div.terms h2 {
	font-weight:bold;
	font-size:1.6em;
	margin-bottom:1em;
}
div.terms p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1em;
}
div.terms ul {
	margin-left:20px;
	margin-bottom:1em;
}
div.terms ul li {
	font-size:1.2em;
	line-height:1.5em;
	list-style:disc;
}
div.registerform {
	background:url(../images/site/register.jpg) left top no-repeat;
	width:609px;
	height:583px;
	position:relative;
	-moz-box-shadow:1px 1px 5px #333;
	-webkit-box-shadow:1px 1px 5px #333;
	box-shadow:1px 1px 5px #333;
	margin:0 auto 30px;
}
div.registerform input[type="text"], div.registerform input[type="password"] {
	background:none;
	border:0 none;
	position:absolute;
	left:214px;
	width:301px;
	padding:4px;
	font-size:1.2em;
}
div.registerform input#register-username {
	top:350px;
}
div.registerform input#register-screenname {
	top:380px;
}
div.registerform input#register-email {
	top:411px;
}
div.registerform input#register-emailconf {
	top:441px;
}
div.registerform input#register-password {
	top:471px;
}
div.registerform input#register-passwordconf {
	top:502px;
}
div.registerform input#register-submit {
	position:absolute;
	left:212px;
	top:539px;
}

.arrowed-ul { list-style-type: none !important; margin: 0px !important; }
.arrowed-ul li { background: url(/images/site/new/ul-arrow.png) no-repeat left center; padding-left: 40px; margin-bottom: 15px; }
