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

/* --- =ELEMENT_DEFAULT_STYLES --- */

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
body {
	background-color: #004566;
	color: #000000;
	font-family: Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(common_elements/water_background_1600x1000.jpg);
	background-repeat: repeat;
	font-size: 11px;
}

p {
	font-family: Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
    color: #000000;
    margin-bottom: 10px;
}
big {
	font-size: 14px;
    line-height: 16px;
}
small {
	font-size: 11px;
    line-height: 13px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
a:link, a:visited {
	text-decoration: underline;
	color: #005984;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #B00000;
}
ul, ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
    padding-left: 0px;
    margin-left: 15px;
	margin-top: 5px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
ol.none, ul.none {
	list-style-type: none;
}

li {
    padding-left: 3px;
    margin-left: 0px;
    margin-bottom: 10px;
}
ul.inside li, ol.inside li {
    padding-left: 0px;
    margin-left: 20px;
    margin-bottom: 4px;
}

hr {
    height: 0px;
    border: 0px;
    border-top: 2px solid #10580E;
    margin-bottom: 10px;
}
h1, .pitch1, .pitch1 p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 26px;
	line-height: 32px;
    font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #185C0E;
	margin-bottom: 12px;
}
h2, .pitch2 {
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 28px;
	line-height: 36px;
    font-weight: bold;
	text-align: center;
}
h2 {
	color: #000000;
	margin: 5px 0px;
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
	color: #185C0E;
	padding-bottom: 3px;
    margin: 5px 10px 8px 0px;
	border-bottom: 2px solid #156313;
}
.byline {
	font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 1px;
	color: #185C0E;
	padding-bottom: 3px;
    margin: 5px 10px 8px 0px;
}
h4 {
	background-color: #156613;
}
h4, div.shwrap h4 {
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 16px;
    line-height: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #FFCC66;
	padding: 8px 15px;
	margin: 5px 0px 10px 0px;
	border: 1px solid #000000;
}

div.shwrap h4 {
    display: -moz-inline-stack; /* for Mozilla/FF 2 or earlier */
    display: inline-block; /* doesn't work in IE unless the element (div) is natively inline */
    /* :HACK: Next 2 lines only understood by IE, "zoom" triggers "hasLayout", "*display: inline" then makes it act as inline-block */
    zoom: 1;
    *display: inline;
}
h5 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #185C0E;
	font-size: 20px;
	line-height: 24px;
    font-weight: bold;
    text-align: center;
	letter-spacing: 1px;
    padding: 5px;
	border-top: 2px solid #156313;
    margin: 10px 30px 10px 30px;
}
h6 {
    font-family: "Arial Rounded MT Bold", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
    font-weight: bold;
    text-align: center;
    }

h6, .pitch1, .pitch2 {
    color: #185C0E;
    padding: 5px;
	border-top: 2px solid #156313;
	border-bottom: 2px solid #156313;
    margin: 10px 0px;
}


/* --- =IMG_LAYOUT STYLES --- */
#IMG_LAYOUT {
}
.img_left_ill {
	float: left;
	margin: 15px 10px 15px 20px;
}
.img_left_art {
	float: left;
	margin: 5px 5px 5px 0px;
}
.img_right_art {
	float: right;
	margin: 5px 0px 5px 5px;
}
.img_center_art {
	margin: 5px auto 5px auto;
	text-align: center;
}
.img_left_ill img, .img_left_art img, .img_right_art img, .img_center_art img {
	border: 0;   /* 0 needed to prevent blue border on links */
}

.img_left_art p, .img_right_art p, .img_center_art p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 14px;
	text-align: center;
	color: #B30000;
}
.img_left, .img_left_match {
	float: left;
	margin: 5px 13px 10px 0px;
}
.img_right, .img_right_match {
	float: right;
	margin: 5px 0px 10px 13px;
}
.img_center, .img_center_match {
	margin: 5px auto 10px auto;
	text-align: center;
}
.img_left p, .img_right p, .img_center p, .caption, .caption p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
}
.img_left span, .img_right span, .img_center span {
    color: #B00000;
}
.img_left img, .img_right img, .img_center img {
	border: 1px solid #000000;
}
.img_left_match img, .img_right_match img, .img_center_match img {
	border: 1px solid #FFCC66;
}
.photo {
    border: 1px solid #000000;
}
.caption, .caption p {
    color: #501C00;
}
.caption span, .caption p span {
	font-size: 11px;
	line-height: 13px;
	color: #B30000;
	margin-top: 3px;
}
.captionbox {
}

/* --- =SIDEBAR_LAYOUT --- */
/* ----- within structure id "content" ( id "content" tag starts in sidebar1_forms php) ------ */
#SIDEBAR_LAYOUT {
}
.sidebar1 {  /* This div starts in sidebar1_forms php. It holds search, newsletter, other sidebar content */
    text-align: left;
	padding-left: 0px;
	margin: 10px 5px 0px 0px;
    background: url(common_elements/divider_vertical.gif) repeat-y left;
    float: right;
	width: 185px;
}
/* IE HACK for sidebar1, see combo with sidebar2, margin-right 0px */
.sidebar1 img {
    margin-left: 10px;
}
.sidebar1_photos {
}
.sidebar1_photos img {
	border: 1px solid #000000;
    margin-left: 20px;
}
.sidebar1 p, .sidebar1_photos p {
    font-size: 12px;
    line-height: 14px;
	margin-right: 3px;
    margin-left: 10px;
}
.sidebar1 hr, .sidebar1_photos hr {
    height: 0px;
    border: 0px;
    border-top: 3px solid #10580E;
}
.sidebar1 hr, .sidebar1_photos hr, .sidebar1 h3, .sidebar1_photos h3, .sidebar1 h4, .sidebar1_photos h4 {
	margin: 0px 8px 10px 15px;
}
.sidebar1 h4, .sidebar1_photos h4, {
	padding: 6px 3px;  /* min horiz pad inside box, default auto width expands to fill containing block */
}
.sidebar2 {  /* use with content2 */
    text-align: left;
	padding-left: 0px;
	margin: 10px 5px 0px 0px;
    background: url(common_elements/divider_vertical.gif) repeat-y left;
    float: right;
	width: 295px;
}
/* :HACK: for IE6 Win and below */
/* hiding from IE Mac \*/
* html .sidebar1, * html .sidebar2 {
	margin-right: 2px;
} /* end hide, end hack */

.sidebar2 p {
    font-size: 12px;
    line-height: 14px;
	margin-right: 5px;
    margin-left: 15px;
}
.sidebar50 {  /* use with content50 for 2 equal columns */
    text-align: justify;
	padding: 10px 20px 15px 15px;
	margin: 0px;
    float: right;
	width: 339px;
}


/* --- =CONTENT_LAYOUT --- */
/* ----- within structure id "content" ( id "content" tag starts in sidebar1_forms php) ------ */
#CONTENT_LAYOUT {
}

.content1, .content2, .content50,.content100  {  /* content1 was orig content_left */
    text-align: justify;
	padding-left: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content1 {
	width: 523px;
}
.content2 {
	width: 413px;
}
.content50 {
	width: 339px;
}
.content100 {
	width: auto;
	padding-right: 20px;
}
.thanks_small {
    width: 350px;
	margin-bottom: 10px;
	margin-left: 90px;
}
/* --- =SUB_CONTENT_LAYOUT --- */
#SUB_CONTENT_LAYOUT {
}
.hilite_c { /* USED IN, ontario, dvd-- was brown_callout_center */
    font-weight: bold;
    text-align: justify;
    color: #602C00;
	padding: 4px 12px;
    border-left: 3px solid #662F00;
    border-right: 3px solid #662F00;
    margin: 20px;
}
.hilite_ctb { /* center top bottom */
    font-weight: bold;
    text-align: justify;
    color: #18560E;
	padding: 12px;
    border-top: 3px solid #156313;
    border-bottom: 3px solid #156313;
    margin: 20px;
}
.hilite_ctb p {
    font-weight: bold;
    color: #18560E;
}
.hilite_c p {
    font-weight: bold;
    color: #602C00;
}
 .hilite_lft {
    float: left;
    font-weight: bold;
    text-align: justify;
    color: #004566;
	padding: 4px 12px 4px 0px;
	border-right: 3px solid #004566;
    margin: 5px 12px 5px 0px;
}
.hilite_lft p {
    font-weight: bold;
    color: #004566;
}
.hilite_rt {
    float: right;
    font-weight: bold;
    text-align: left;
    color: #18560E;
	padding: 4px 0px 4px 12px;
	border-left: 3px solid #156313;
    margin: 5px 0px 5px 12px;
}
.hilite_rt p {
    font-weight: bold;
    color: #18560E;
}
.hilite_bg5 {
    width: 250px;
    height: 120px;
    background-image: url(../images_common/elements/blueoval.gif);
    background-repeat: no-repeat;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0px;
	margin: 0px 0px 3px 267px;
}
.hilite_bg5 p {
	font-size: 16px;
    line-height: 20px;
	color: #000000;
}

/* --- =BOX_LAYOUT --- */
.#BOX_LAYOUT {
}

.box1, .box2, .box3, .box5 {
	text-align: justify;
	padding: 13px;
	margin: 20px auto 15px 12px;
 	width: 493px;
}

/* :HACK: for IE6 Win and below */
/* hiding from IE Mac \*/
* html .box1, * html .box2, * html .box3, * html .box5 {
    padding-bottom: 10px;
} /* end hide, end hack */

/* :HACK: for IE7 Win */
*+html .box1, *+html .box2, *+html .box3, *+html .box5  {
    padding-bottom: 10px;
}
/* :HACK: for Safari */
.box1:not(:root:root), .box2:not(:root:root), .box3:not(:root:root), .box5:not(:root:root)  {
    padding-bottom: 20px;
}
.box1 {
	border: 2px solid #B00000; /* red */
    background-color: #FFDF9D;
}
.box2 {
	border: 2px solid #004566; /* blue */
    background-color: #FFDF9D;
}
.box3 {
	border: 2px solid #156313; /* green */
    background-color: #FFDF9D;
}

.box5 {  /* was content_left_bordered */
    border: 2px solid #660000;
	background-color: #E4C88A;
}
.flyrod2 {
    background: #FFDF9D url(flyangler_elements/flyrod_box2_top.jpg) no-repeat top;
}
.datebox2 {
    border: 6px double #004566;
	padding: 8px;
	margin: 10px 12px;
    background-color: #FFDF9D;
}
.datebox1 p, .datebox2 p {
    font-size: 14px;
	line-height: 16px;
    text-align: left;
    margin-bottom: 10px;
}
.datebox1 p.head, .datebox2 p.head {
    font-size: 16px;
	line-height: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

div.morebox_sb1 {
	/*text-align: left;*/
	padding: 5px;
	margin: 10px auto 15px 10px;
 	width: px;
}
div.morebox_sb1 p {
	/*text-align: left;*/
	padding: 5px;
	margin: 10px auto 15px 10px;
 	width: px;
}
.morebox p {
}

/* --- =ITEM_LAYOUT --- */
#ITEM_LAYOUT {
}

#spinhomeimg1 {
    border: 0;
    position: relative;
    left: 15px;
    margin-bottom: 30;
}
#flyhomenews1 {
    border: 3px solid #B00000;
	padding: 8px;
	margin: 5px 5px 10px 12px;
    background-color: #E4C88A;
    float: right;
}
#spinhomenews1 {
    border: 3px solid #B00000;
	padding: 8px 10px 5px 10px;
    background-color: #E4C88A;
    position: absolute;
    z-index: 1;
    top: 245px;
    left: 315px;
}
#flyhomenews1 p, #spinhomenews1 p {
    font-size: 12px;
	line-height: 15px;
    text-align: left;
    margin-bottom: 10px;
}
#flyhomenews1 p.p1, #spinhomenews1 p.p1 {
    font-size: 14px;
	line-height: 16px;
    text-align: left;
    margin-bottom: 10px;
}
#flyhomenews1 p.head1, #spinhomenews1 p.head1 {
    font-size: 16px;
	line-height: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
}
#flyhomenews1 p.head2, #spinhomenews1 p.head2 {
    font-size: 14px;
	line-height: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
}
#flyhomeintro p {
    font-size: 14px;
    line-height: 16px;
    padding-left: 28px;
    padding-bottom: 8px;
    background: url(common_elements/arrow-right-burgandy.png) no-repeat left top;
}
#flyhomeintro p.p1 {
    background: none;
    padding-left: 0px;
}
#spinhomeintro p {
    font-size: 14px;
    line-height: 16px;
    padding-left: 28px;
    padding-bottom: 8px;
    margin-left: 5px;
    background: url(common_elements/arrow-right-green.png) no-repeat left top;
}
#spinhomeintro p.p1 {
    width: 270px;
    background: none;
    padding-left: 0px;
}
div.fishintro_f {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: -40px;
    background: url(flyangler_elements/gp_xxxx_FishPBox.jpg) no-repeat left top;
}
div.fishintro_s {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: -40px;
    background: url(angler_elements/gp_xxxx_FishBox.jpg) no-repeat left top;
}
div.fishintro_f h3, div.fishintro_s h3 {
    padding-left: 100px;
    padding-top: 55px;
    margin-left: 40px;
    margin-bottom: 10px;
}
div.fishintro_s h3 {
    padding-top: 56px;
}
div.fishintro_f p, div.fishintro_s p {
    font-size: 14px;
    line-height: 17px;
    padding-left: 90px;
    padding-bottom: 6px;
}
div.fishintro_f p span, div.fishintro_s p span {
    font-weight: bold;
    color: #185C0E;
}
#home_fish_box {
    width: 510px;
    background: #FFCC66 url(angler_elements/hmS_fish_box.jpg) no-repeat right top;
    border: 2px solid #156313;
	padding: 10px;
	margin: 20px auto 30px 7px;
}
#home_fish_box p {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: left;
    color: #185C0E;
}
#home_fish_box span {
    color: #000000;
}
#flyrod_box { /*  */
    background: url(flyangler_elements/hmF_flyrod_border_top.jpg) no-repeat top;
    width: 485px;
    padding: 35px 12px 20px 12px;
	border-left: 3px solid #662F00;
    border-right: 3px solid #662F00;
    margin: 35px auto 5px 17px;
}

#flyrod_box h3 {
    margin: 0px;
}
#flyrod_box p {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: justify;
    color: #602C00;
}
#flyrod_box span {
    color: #185C0E;
    font-size: 14px;
}

/* --- =TABLE_LAYOUT --- */
#TABLE_LAYOUT {
}

.contact_table {
	background-color: #E4C88A;
	width: 98%;
	margin: 0px;
    border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
}
.contact_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #660000;
}
.contact_table td p {
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
}
.contact_table td span {
    font-weight: bold;
    color: #185C0E;
}
.contact_table td span.req {
    color: #B00000;
    font-size: 14px;
}
.contact_table input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
.confirm {
	width: 472px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	
}
.error {
	padding: 10px;
	width: 472px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	border: 2px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #000000;
	
}

/* --- =TYPOGRAPHY---- */
#TYPOGRAPHY {
}
/*  caption styles-- see IMG_LAYOUT styles */

.item_title {   /* used in main nav li */
	font-style: italic;
	font-weight: normal;
}
.header7, p.header7 {
	font-family: "Arial Black", Gadget, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
	color: #185C0E;
    margin: 5px 10px 3px 0px;
}
.header8, p.header8, div.header8 p, .p8, span.p8, .p8 p {
    text-align: left;
    font-weight: bold;
    }
.header8, p.header8, div.header8 p {
    font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
    color: #134A0B;
}
.p8, span.p8, .p8 p {
    font-family: "Arial Rounded MT Bold", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
    color: #000000;
    }
.feature7 p {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 5px 0px 5px 28px;
    margin: 5px 0px;
    background: url(common_elements/arrow-right-green.png) no-repeat left top;
}
.feature7 p span {
     color: #185C0E;
}
.feature8 p {
     font-weight: bold;
     margin-bottom: 12px;
 }
.feature8 p span {
    font-size: 14px;
    line-height: 16px;
    color: #185C0E;
}

.feedbk {

}

.feedbk6 {
    font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
    color: #10580E;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.feedbk8 {
    font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #602C00;
	padding: 0px;
	margin: 0px;
}
.intro {

}

.hat_endobox p {
    font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
    font-style: italic;
    color:#000000;
}
.hat_endobox p span {
    display: block;
	text-align: right;
    margin: 6px 0px 3px 0px;
}
span.name {
    display: block;
	text-align: right;
    margin: 8px 0px 5px auto;
}

.tim_mssg, .tim_mssg p {
    font-family: "Trebuchet MS", "Arial Rounded MT Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
    font-style: italic;
    text-align: left;
    color:#000000;
}
.tim_mssg span.name{
	font-size: 18px;
	line-height: 20px;
}
.tim_mssg9, .tim_mssg9 p {
	font-size: 14px;
	line-height: 16px;
    font-style: italic;
    font-weight: bold;
}

p.endo5, .endo5 p {
    font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 16px;
    line-height: 20px;
    font-style: italic;
    margin: 0px 8px;
}
.endo5 div.img_right {
    margin-right: 8px;
    margin-left: 20px;
}
.endo5 div.img_left {
    margin-right: 20px;
    margin-left: 8px;
}
.endo5 p.picname {
 	font-family: Verdana, sans-serif;
    font-size: 14px;
	line-height: 16px;
    font-style: normal;
    font-weight: bold;
    color:#602C00;
    padding-top: 5px;
}
p.endo6, .endo6 p {
 	font-family: "Franklin Gothic Medium", Verdana, sans-serif;
    font-size: 16px;
	line-height: 18px;
    font-style: italic;
    color:#000000;
}
.endo5 span.name, .endo6 span.name, {
	font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.endo8, .endo8 p {
    font-style: italic;
    font-weight: bold;
    color:#002F55;
}
.endo8 span.name {
    color: #0F5779;
    margin: 6px 0px 18px 0px;
}
p.vip_endo5, .vip_endo5 p {
    font-family: "Century Gothic", Tahoma, sans-serif;
	font-size: 14px;
    line-height: 18px;
	font-style: italic;
    font-weight: bold;
    margin: 5px
}
.vip_endo5 span.name {
    color: #602C00;
    margin: 8px 0px 5px auto;
}
p.vip_endo7, .vip_endo7 p, .vip_endo7 span.name, p.vip_endo8, .vip_endo8 p, .vip_endo8 span.name {
    font-family: Georgia, serif;
	font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.vip_endo7 span.name, .vip_endo8 span.name {
    margin: 6px 0px 18px 0px;
}
p.vip_endo7, .vip_endo7 p, {
    color: #002F55;
}
.vip_endo7 span.name {
    color: #0F5779;
}
.vip_endo8 span.name {
    color: #B00000;
}

/* --- =GENERIC_LAYOUT --- late in CSS to override preset styles */
#GENERIC_LAYOUT {
}
.flushrt, .flushrt p {
  padding-right: 0px;
}
.flushlft, .flushlft p {
  padding-left: 0px;
}
.block {
    display: block;
}
.fltlft {
	float: left;
    margin-right: 10px;
}
.fltrt {
	float: right;
    margin-left: 10px;
}
/*clears accross page, both content and sidebar */
.clear {
    clear: both;
}

/*see unused styles for clearing hack*/

/* next 3 contain, box styles not used, learn more */
.contain_clear { /* for div within bottom of box, to make box contain floated content */
    clear: both;
    height: 1px;
    overflow: hidden;  /* need "overflow:hidden"; else IE won't make div tags less than 1em high */
}
.contain_200px {  /* for IE5,6,7 - set desired min height to prop open a box, use with clearing div in bottom of box */
    height: 200px;
    float: right;
    width: 1px;
}
.box_200high { /* for IE6,7 - set min height class for box, replaces both contain_200px and contain_clear */
  min-height:500px;
  height:auto !important;
  height:500px;
}
.clearlft {
    clear: left;
}
.clearrt {
    clear: right;
}
.cap {
	clear: right;
	height: 1px;
}
.front {
  position: relative;
  z-index: 10;
}
.w1 {
	margin: 10px 0px;
    width: auto;
}
.w2 {
	margin: 10px 15px;
    width: auto;
}
.w3 {
	margin: 10px 65px;
    width: auto;
}
.w4, p.w4 {
    width: 365px;
}
.w5, p.w5 {
    width: 340px;
}
.w6, p.w6 {
    width: 300px;
}
.w7, p.w7 {
    width: 280px;
}
.w8, p.w8 {
    width: 250px;
}
.w9, p.w9 {
    width: 200px;
}
.w9_lft, p.w9_lft {
    width: 200px;
    margin-left: 20px;
}
.w9_rt, p.w9_rt {
    width: 200px;
    margin-right: 20px;
}
.c {
    margin-right: auto;
    margin-left: auto;
}

#bg0 {
    background: none;
}
#bor0, .bor0 {
	border: 0;
}
#bor1, .bor1 {
  border: 1px solid #000000 ;
}
.bor2 {
  border: 2px solid ;
}

/* --- =GENERIC_TYPOGRAPHY --- late in CSS to override preset styles */
#GENERIC_TYPOGRAPHY {
}
.left, .left p {
	text-align: left;
}
.center, .center p {
	text-align: center;
}
.justify, .justify p {
  text-align: justify;
}

.normal, .normal p {
    font-weight: normal;
}
.bold, .bold p {
    font-weight: bold;
}
.ital, .ital p {
	font-style: italic;
}
.size_12, span.size_12, .size_12 p, .size_12 li {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
    line-height: 14px;
 }

.size_14, .size_14 p, .size_14 li {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
    line-height: 16px;
 }
.size_14nar, .size_14nar p, .size_14nar li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 16px;
}
.size_16, .size_16 p, .size_16 li {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
    line-height: 20px;
}
.size_16nar, .size_16nar p, .size_16nar li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 20px;
}
.size_18, .size_18 p, .size_18 li {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
    line-height: 22px;
}
.comic, .comic p {
    font-family: "Comic Sans MS", Verdana, sans-serif;
	font-style: italic;
}
.comic_14, .comic_14 p {
    font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 14px;
    line-height: 16px;
	font-style: italic;
}
.comic_16, .comic_16 p {
    font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 16px;
    line-height: 20px;
    font-style: italic;
}
.comic_18, .comic_18 p {
    font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 18px;
    line-height: 24px;
	font-style: italic;
}

.cursive, .cursive p {
    font-family: "Monotype Corsiva", "Apple Chancery", "Lucida Handwriting", "Comic Sans MS", cursive;
	font-size: 20px;
    line-height: 24px;
	color: #000000;
}
.handwrite, .handwrite p {
    font-family: "Lucida Handwriting", "Trebuchet MS", "Lucida Grande", sans-serif;
	font-style: italic;
}
.handwrite_14, .handwrite_14 p {
    font-family: Modern, Lucida, "Lucida Grande", sans-serif;
	font-size: 14px;
    line-height: 18px;
	font-style: italic;
    font-weight: bold;
}
.handwrite_16, .handwrite_16 p {
    font-family: Lucida, "Lucida Grande", sans-serif;
	font-size: 16px;
    line-height: 20px;
	font-style: italic;
}
.serif, .serif p {
    font-family: Georgia, serif;
}
.serif_14, .serif_14 p {
    font-family: Georgia, serif;
	font-size: 14px;
    line-height: 16px;
}
.serif_16, .serif_16 p {
    font-family: Georgia, serif;
	font-size: 16px;
    line-height: 20px;
}

/* --- =GENERIC_COLORS --- late in CSS to override preset styles */
#GENERIC_COLORS {
}
.buff, .buff p {
    color: #FCD789;
    border-color: #FCD789;
}

.black, p.black, .black p {
    color: #000000;
    border-color: #000000;
}
.brown, .brown p {
    color: #602C00;
	border-color: #662F00;
}
.brown_bg { /* used in hat page sidebar */
    background-color: #662F00;
}
.red, .red p {
    color: #B00000;
    border-color: #B00000;
}
.darkred, .darkred p {
    color: #990000;
    border-color: #990000;
}

.green, .green p {
	color: #10580E;
	border-color: #156313;
}
.dkgreen, .dkgreen p {
	color: #0D4713;
	border-color: #0F5315;
}
.blue, p.blue .blue p {
    color: #004566;
    border-color: #004566;
}
.blue_bg { /* used in book page order box */
    background-color: #004566;
}

/* --- =STRUCTURE_STYLES --- */
#STRUCTURE_STYLES {
}

#wrapper {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 244px;
}
#header_top {
	margin: 0px;
	padding: 0px;
	height: 54px;
	width: 640px;
	float: right;
}
#fish_block_f {
	background-image: url(flyangler_elements/fish_block_f.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 229px;
	width: 269px;
}
#fish_block_s {
	background-image: url(angler_elements/fish_block_s.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 229px;
	width: 269px;
}
#header_image_f {
	background-image: url(flyangler_elements/header_image_f.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 175px;
	width: 646px;
}
#header_image_s {
	background-image: url(angler_elements/header_image_s.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 175px;
	width: 646px;
}
#header_bottom_f {
	background-image: url(flyangler_elements/header_bottom_f.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 15px;
	width: 100%;
}
#header_bottom_s {
	background-image: url(angler_elements/header_bottom_s.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 15px;
	width: 100%;
}
#content_area_f {  /* holds hilite_nav, main_nav, content_top, content, footer */
	width: 915px;
	margin: 0px;
	padding: 0px;
	background-image: url(flyangler_elements/nav_left_slice_f.jpg);
	background-repeat: repeat-y;
	background-color: #FFCC66;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003300;
}
#content_area_s {
	width: 915px;
	margin: 0px;
	padding: 0px;
	background-image: url(angler_elements/nav_left_slice_s.jpg);
	background-repeat: repeat-y;
	background-color: #FFCC66;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003300;
}
#hilite_nav {
	margin: 0px;
	float: right;
	height: 60px;
	width: 743px;
	background-image: url(common_elements/nav_top_background.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
}

/* in source, main_nav_f or main_nav_s is next, float left */

#content_top {   /* holds breadcrumb, site_function_icons*/
}
/* :HACK: set height for IE6 Win and below, so container "has layout" */
/* hiding from IE Mac \*/
* html #content_top {
     height: 1px;
} /* end hide, end hack */


#breadcrumb {
	float: left;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #990000;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
}
#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: underline;
	color: #990000;
}
#breadcrumb a:hover, #breadcrumb a:active {
	text-decoration: underline;
	color: #FF0000;
}
#site_function_icons {
	float: right;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B30000;
	margin: 0px;
}
#site_function_icons form, #site_function_icons input {
	margin: 0px;
	padding: 0px;
}
.site_icon {
	width: 55px;
	text-align: center;
	float: left;
}

#content { /* holds classes: sidebar1, sidebar_imgs, content1, other content classes  */
    position: relative;
    width: 740px;
	float: right;
}

/* --- =ITEM_STRUCTURE_STYLES--- */
.ITEM_STRUCTURE_STYLES {
}

#player1 {  /* flash player with clips from dvd*/
  margin: 30px auto;
  width: 685px;
  height: 400px;
  background-color:#FFCC66;
}

#search_f, #search_s {
	text-align: center;
	width: 152px;
	margin-bottom: 10px;
	margin-left: 14px;
    border: 2px solid #000000;
	padding: 5px;
}
#search_f {
	background-color: #125809;
}
#search_s {
	background-color: #602C00;
}
#search_f input, #search_s input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#search_f form, #search_s form {
	padding: 0px;
	margin: 0px;
}
.newsletter_f, .newsletter_s {
	font-weight: bold;
	text-align: center;
    color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 14px;
	width: 152px;
	padding: 5px;
	border: 2px solid #000000;
}
.newsletter_f {
	background-color: #603C19;
}
.newsletter_s {
 	background-color: #1D6313;
}
.newsletter_f form, .newsletter_s form {
	text-align: left;
	padding: 2px;
	margin: 0px;
}
.newsletter_f input, .newsletter_s input {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bookmark {
	height: 40px;
	width: 167px;
	margin-bottom: 10px;
	margin-left: 13px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
    line-height: 14px;
	color: #FFFFFF;
	background-image: url(flyangler_elements/bookmark_button.jpg);
	background-repeat: no-repeat;
	padding-top: 28px;
	letter-spacing: 1px;
}
.bookmark a:link, .bookmark a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.bookmark a:hover, .bookmark a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.go_to_spin {
	height: 60px;
	width: 140px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.go_to_fly {
	height: 75px;
	width: 140px;
	margin-bottom: 10px;
	margin-left: 2px;
}

/* --- =NAV_STYLES --- */
#NAV_STYLES {
}
.MAIN_NAV {
}
/* ---main nav---  common styles (menu text)--- */

#main_nav_common {
}
#main_nav_common li {
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 2px 0px;
}
#main_nav_common p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #E1E1E1;
	text-align: left;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
#main_nav_common ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #E1E1E1;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 6px;
    list-style-type: none;
}
#main_nav_common ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

/* ---fly main nav styles ---*/

#main_nav_f {
	float: left;
	width: 152px;
	margin: 0px;
	background-image: url(flyangler_elements/nav_left_top_f.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
}
#main_nav_f a {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#main_nav_f a:link {
    text-decoration: none;
	color: #E1E1E1;
}

/* red date span for each link state: */
#main_nav_f a:link span {
    text-decoration: none;
	color: #FF0000;
}
#main_nav_f a:visited {
	text-decoration: none;
	color: #FBEF9F;
}
#main_nav_f a:visited span {
	text-decoration: none;
	color: #CC0000;
}

#main_nav_f a:hover {
	text-decoration: none;
    color: #003300;
	background-color: #FFCC66;
}
#main_nav_f a:active {
	text-decoration: none;
    color: #003300;
	background-color: #FFFF66;
	/* alt background-color: #FFFF66; = bright buff*/
}
#main_nav_f a:hover span, #main_nav_f a:active span {
	text-decoration: none;
	color: #990000;
}

/* ----Spin main nav styles---- */

#main_nav_s {
	float: left;
	width: 152px;
	margin: 0px;
	background-image: url(angler_elements/nav_left_top_s.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
}

#main_nav_s a {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#main_nav_s a:link {
	text-decoration: none;
	color: #E1E1E1;
}

/* green date span for each link state */

#main_nav_s a:link span {
	text-decoration: none;
	color: #31BD02;
}
#main_nav_s a:visited {
	text-decoration: none;
	color: #FBEF9F;
}
#main_nav_s a:visited span {
	text-decoration: none;
	color: #2CA602;
}

#main_nav_s a:hover {
	text-decoration: none;
    color: #330000;
	background-color: #FFCC66;
}
#main_nav_s a:active {
	text-decoration: none;
    color: #330000;
	background-color: #FFFF66;
	/* alt background-color: #FFFF66; = bright buff*/
}
#main_nav_s a:hover span, #main_nav_s a:active span {
	text-decoration: none;
	color: #006600;
}

/* --- =HILITE_NAV BUTTTONS --- */
.HILITE_NAV_BUTTTONS {
}
/*background panel- see STRUCTURE_STYLES, ids hilite_nav_s, hilite_nav_f  */
div#button1_f {
	height: 49px;
	width: 92px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
div#button1_f p {
	height: 49px;
	width: 92px;
	background-image: url(flyangler_elements/button1_f.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#button1_f p a {
	width: 92px;
	height: 29px;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#button1_f p a span {
  color: #FF3300;
}
div#button1_f p a:link {
	background-image: url(flyangler_elements/button1_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button1_f p a:visited {
	background-image: url(flyangler_elements/button1_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button1_f p a:hover {
	background-image: url(flyangler_elements/button1_f.jpg);
	background-position: 0px -49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button1_f p a:active {
	background-image: url(flyangler_elements/button1_f.jpg);
	background-position: 0px -49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button1_2line_f {
	height: 49px;
	width: 92px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
div#button1_2line_f p {
	height: 49px;
	width: 92px;
	background-image: url(flyangler_elements/button1_f.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#button1_2line_f p a {
	width: 92px;
	height: 29px;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#button1_2line_f p a span {
  color: #FF3300;
}
div#button1_2line_f p a:link {
	background-image: url(flyangler_elements/button1_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
    font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button1_2line_f p a:visited {
	background-image: url(flyangler_elements/button1_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button1_2line_f p a:hover {
	background-image: url(flyangler_elements/button1_f.jpg);
	background-position: 0px -49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button1_2line_f p a:active {
	background-image: url(flyangler_elements/button1_f.jpg);
	background-position: 0px -49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button2_f {
	height: 49px;
	width: 92px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
div#button2_f p {
	height: 49px;
	width: 92px;
	background-image: url(flyangler_elements/button2_f.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#button2_f p a {
	width: 92px;
	height: 29px;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#button2_f p a span {
  color: #FF3300;
}
div#button2_f p a:link {
	background-image: url(flyangler_elements/button2_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button2_f p a:visited {
	background-image: url(flyangler_elements/button2_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button2_f p a:hover {
	background-image: url(flyangler_elements/button2_f.jpg);
	background-position: 0px -49px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button2_f p a:active {
	background-image: url(flyangler_elements/button2_f.jpg);
	background-position: 0px -49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button2_2line_f {
	height: 49px;
	width: 92px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
div#button2_2line_f p {
	height: 49px;
	width: 92px;
	background-image: url(flyangler_elements/button2_f.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#button2_2line_f p a {
	width: 92px;
	height: 29px;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#button2_2line_f p a span {
  color: #FF3300;
}
div#button2_2line_f p a:link {
	background-image: url(flyangler_elements/button2_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button2_2line_f p a:visited {
	background-image: url(flyangler_elements/button2_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button2_2line_f p a:hover {
	background-image: url(flyangler_elements/button2_f.jpg);
	background-position: 0px -49px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button2_2line_f p a:active {
	background-image: url(flyangler_elements/button2_f.jpg);
	background-position: 0px -49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button {
	height: 42px;
	width: 92px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
div#button p {
	height: 42px;
	width: 92px;
	background-image: url(flyangler_elements/button_f.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#button p a {
	width: 92px;
	height: 29px;
	display: block;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#button p a span {
  color: #FF3300;
}
div#button p a:link {
	background-image: url(flyangler_elements/button_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button p a:visited {
	background-image: url(flyangler_elements/button_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button p a:hover {
	background-image: url(flyangler_elements/button_f.jpg);
	background-position: 0px -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button p a:active {
	background-image: url(flyangler_elements/button_f.jpg);
	background-position: 0px -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button_2line {
	height: 42px;
	width: 92px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
div#button_2line p {
	height: 42px;
	width: 92px;
	background-image: url(flyangler_elements/button_f.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#button_2line p a {
	width: 92px;
	height: 29px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#button_2line p a span {
  color: #FF3300;
}
/*div#button_2line p a:link span, div#button_2line p a:visited span, div#button_2line p a:hover span, div#button_2line p a:active span {
  color: #FF3300;
}
*/
div#button_2line p a:link {
	background-image: url(flyangler_elements/button_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}

div#button_2line p a:visited {
	background-image: url(flyangler_elements/button_f.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
div#button_2line p a:hover {
	background-image: url(flyangler_elements/button_f.jpg);
	background-position: 0px -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button_2line p a:hover span {
  color: #FF3300;
}
div#button_2line p a:active {
	background-image: url(flyangler_elements/button_f.jpg);
	background-position: 0px -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#button_brown {
	height: 42px;
	width: 92px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
div#button_brown p {
	height: 42px;
	width: 92px;
	background-image: url(angler_elements/button_s.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#button_brown p a {
	width: 92px;
	height: 29px;
	display: block;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#button_brown p a:link {
	background-image: url(angler_elements/button_s.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E1E1E1;
	text-decoration: none;
}
div#button_brown p a:visited {
	background-image: url(angler_elements/button_s.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E1E1E1;
	text-decoration: none;
}
div#button_brown p a:hover {
	background-image: url(angler_elements/button_s.jpg);
	background-position: 0px -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button_brown p a:active {
	background-image: url(angler_elements/button_s.jpg);
	background-position: 0px -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button_brown_2line {
	height: 42px;
	width: 92px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
div#button_brown_2line p {
	height: 42px;
	width: 92px;
	background-image: url(angler_elements/button_s.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#button_brown_2line p a {
	width: 92px;
	height: 29px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#button_brown_2line p a:link {
	background-image: url(angler_elements/button_s.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #E1E1E1;
	text-decoration: none;
}
div#button_brown_2line p a:link span {
  color: #00AE01;
}


div#button_brown_2line p a:visited {
	background-image: url(angler_elements/button_s.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #E1E1E1;
	text-decoration: none;
}
div#button_brown_2line p a:visited span {
  color: #00AE01;
}


div#button_brown_2line p a:hover {
	background-image: url(angler_elements/button_s.jpg);
	background-position: 0px -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button_brown_2line p a:hover span {
  color: #00CC00;
}


div#button_brown_2line p a:active {
	background-image: url(angler_elements/button_s.jpg);
	background-position: 0px -42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#button_brown_2line p a:active span {
  color: #00CC00;
}

/* --- =NAV FOOTER---- */
.NAV_FOOTER {
}

#footer {
	clear: both;
	width: 913px;
	background-color: #DCA80A;
	margin: 0px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.footer_fbor {
    border: 2px solid #003300;
}
.footer_sbor {
    border: 2px solid #663300;
}
#footer p {
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #003300;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #DCA80A;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #003300;
}

/* footer span = for red main links */

#footer span a:link, #footer span a:visited {
	text-decoration: underline;
	color: #660000;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#footer span a:hover, #footer span a:active {
	text-decoration: none;
	color: #DCA80A;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #660000;
}


/* -- EE --*/

#ee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}


#ee a:link, #ee a:visited {
	text-decoration: none;
	color: #999999;
}
#ee a:hover, #ee a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
