/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */

#gallery h2, #gallery h3, #gallery h4, #gallery form {
    margin: 0;
    padding: 0;
}

#gallery p {
    margin: 0.6em 0;
    padding: 0;
}
#copyright {
color:#F1E9BA;
font-size:12px;
text-align:center;
}
.gbBlock {
    padding: 0.7em;
    border-width: 0 0 1px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}


#gsNavBar div.gbBreadCrumb {
    margin: 0;
    padding: 4px 8px;
}

table.gbDataTable {
    padding-bottom: 4px;
}

table.gbDataTable th, table.gbDataTable td {
    padding: 4px;
}


.giBlockToggle {
    padding: 0 0.4em 0.1em;
}
.giBlockToggle:hover {
    cursor: pointer;
}


.gbMarkupBar {
    margin: 4px 0;
}

#gallery .gbMarkupBar input {
    margin: 0;
    padding: 0;
}


/* ********************************************************************************
 * Sections
 * body.gallery     Page body in G2 standalone (doesn't apply to embedded)
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

body.gallery {
    margin: 0;
    padding: 0;
}

#gallery {
    padding: 8px;
    width: 900px;
}
#gallery.rtl {
    direction: rtl;
}

#gsNavBar {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#gsNavBar div.gbSystemLinks {
    padding: 4px 6px;
}

#gsNavBar div.gbSystemLinks span {
    padding: 0 4px;
}

#gsSidebar {
    border-right-width: 1px;
    width: 175px;
    overflow: hidden;
}
#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

td.giAlbumCell, td.giItemCell {
    padding: 1em;
    text-align: center;
}

#gallery td.giAlbumCell select, #gallery td.giItemCell select {
    margin-top: 0.8em;
}

/* So imageframed thumbs can be centered */
td.giAlbumCell table, td.giItemCell table {
    margin: auto;
}

#gsPages span {
    padding: 0 0.3em;
}

#gallery #gsSidebar ul {
    font-size: 1em;
}

/* ********************************************************************************
 * Matrix Theme for Gallery 2
 * by Ross A. Reyman, Jon Huang, and Chad Kieffer
 * updated by Alan Harder
 */

/* ********************************************************************************
 * Building blocks
 * #gallery              Default font/color settings
 * .gcBackground1,2..    Palette of backgrounds
 * .gcBorder1,2..        Palette of borders
 * a, h2, h3, etc        Standard html tags
 * .giTitle, .giSubtitle, .giDescription, .giInfo, .giSuccess, .giWarning, .giError
 *                       Palette of text styles
 * div.gbBreadCrumb      List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 * div.gbTabBar          UI component for selectable tabs
 * .autoComplete*        Styles for autoComplete popup lists
 */

#gallery {



}
body.gallery {
    background-color: #fff;
}

.gcBackground1 {

}

.gcBackground2 {

}

.gcBorder1 {
    border: 0 solid #ccc;
}

.gcBorder2 {
    border: 0 solid #888;
}

#gallery a {
    font-weight: bold;
    text-decoration: none;
    color: #FCAC2E;
}
#gallery a:hover {
    text-decoration: underline;
    color: #FFCF84;
}
#gallery a:active {
    text-decoration: none;
    color: #FCAC2E;
}

#gallery img {
    border-width: 0;
}

#gallery h2, #gallery h3, #gallery h4 {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

#gallery input:focus, #gallery textarea:focus {
    background-color: #ffc;
    color: #000;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
    color: #333;

    border-width: 2px;
    border-style: solid;
    border-color: #e7e7e7 #666 #666 #e7e7e7;
}

#gallery select {
    font-size: 1em;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    font-size: 1.3em;
    font-weight: bold;
}

#gallery pre, #gallery tt {
    font-family: Courier New;
    font-size: 1.2em;
}

.giSubtitle {
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: text-bottom;
}

.giDescription {
    font-size: 1.1em;
    line-height: 1.4em;
}

.gbEmptyAlbum {
    height: 400px;
}

.giDescription h3.emptyAlbum {
    line-height: 4.0em;
    text-align: center;
}

.giInfo {
    font-size: 0.9em;
    color: #888;
}

.giSuccess, .giWarning, .giError  {
    font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.giNew, .giUpdated {
    border-width: 2px;
    border-style: ridge;
    padding: 0 6px;
    line-height: 1.9em;
}

#gsNavBar div.gbBreadCrumb {
    font-size: 1.1em;
    font-weight: bold;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('images/icon_path_separator.gif') no-repeat left;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

#gsThumbMatrix {
    width: 100%;
}

#gallery.IE div.gbBreadCrumb span {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    padding-right: 4px;      /* IE has less space at right of each span */
}

#gsNavBar div.gbBreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

#gsNavBar div.gbSystemLinks {
  float: right;
}

table.gbDataTable th {
    text-align: left;

}

.gbEven {

}

.gbBusy {
    background-color: #78D478 !important;
}

.gbOdd {

}


div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('../matrix/images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('../matrix/images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('../matrix/images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}

#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_right_on.jpg');
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border-color: #404040 #404040 #080;
    background-color: #fff;
}

.autoCompleteContainer li.yui-ac-highlight {

}

#gallery .gbMarkupBar input {
    font-size: 1.1em;
}

.giSearchHighlight {
    font-weight: bold;
    background-color: #ff6;
}


/* ********************************************************************************
 * Sections
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

#gsNavBar div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-weight: bold;
}

#gsSidebar div ul {   /* no > in IE */
    font-size: 1.1em;
    font-weight: bold;
}
#gsSidebar div ul ul { font-size: 1.0em; }

#gsSidebar ul span {
    color: #999;
}

div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 27px;
  background: url('images/nav_first.gif') left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url('images/nav_next.gif') right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 27px;
  background: url('images/nav_last.gif') right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl div.gbNavigator a.first {
  padding: 0 27px 0 0;
  background: url('images/nav_last.gif') right no-repeat;
}
#gallery.rtl div.gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url('images/nav_next.gif') right no-repeat;
}
#gallery.rtl div.gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}
#gallery.rtl div.gbNavigator a.last {
  padding: 0 0 0 27px;
  background: url('images/nav_first.gif') left no-repeat;
}
#gallery.rtl div.gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
}
#gallery.rtl div.gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;
}

div.block-search-SearchBlock a.advanced {
  display: block;
  padding: 3px;
}

div.block-core-ItemLinks {
  margin: 3px 0;
}
div.block-core-ItemLinks a {
  padding: 3px;
}
div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span {
  font-weight: bold;
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {

}

/* ***************************************************** */
/*                   Dynamic blocks                      */
/* ***************************************************** */

div.block-comment-ViewComments {
  margin: 5px;
}

div.block-comment-ViewComments div.one-comment {
  border: 1px solid #e7e7e7;
  padding: 5px;
  margin-bottom: 5px;
}

div.block-comment-ViewComments h3 {
}

div.block-comment-ViewComments span {
  padding-right: 5px;
}

div.block-comment-ViewComments p.info {
  font-style: italic;
  text-align: right;
  font-size: 0.95em;
}

div.block-core-GuestPreview {
  float: right;
}
#gallery.rtl div.block-core-GuestPreview {
  float: left;
}

span.block-core-SystemLink {
}

div.block-exif-ExifInfo {
  margin: 5px;
}

span.bsw_ButtonDisabled {
  color: #999;
}

span.bsw_ButtonEnabled {
  color: #000;
  cursor: pointer;
}

table.bsw_ParamTable {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}

tr.bsw_ParamHeaderRow {

}

tr.bsw_ParamHeaderRow td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #999;
}

td.bsw_BlockCommands {
  white-space: nowrap;
  text-align: center;
}

#gsFooter {
  padding-top: 4px;
}

/* ********************************************************************************
 * Rating module style fix for Matrix
 */
.giRatingUI {
    margin: 10px auto; /* Required to center default rating module star images */
}
#gsThumbMatrix .giRatingAverageContainer {
    margin: auto;
}





br.clear,.clearboth,.clear { clear:both; }


* { margin:0; padding:0; }
body { color:#f1e9ba; font-family:Arial, Lucida Grande, Helvetica, sans-serif; font-size:12px; line-height:18px; background:#446289 url(../../../images/mainBg.jpg) fixed no-repeat top center; }
.no_bold { font-weight:normal; }
.no_bold { font-weight:bold; }
.highlight { color:#84b1d7; }
.clear_both { clear:both; }
h1 { font-family:Arial, Lucida Grande, Helvetica, sans-serif; font-size:26px; color:#f1e9ba; font-weight:bold; margin:5px 0 10px; letter-spacing:2px; }
h2 { font-family:Arial, Arial, Helvetica, sans-serif; margin:20px 0 10px; font-size:25px; letter-spacing:.08em; }
h3 { font-family:Arial, Arial, Helvetica, sans-serif; font-size:23px; line-height:20px; margin:20px 0 0; color:#84b1d7; letter-spacing:.08em; }
h4 { font-family:Arial, Arial, Helvetica, sans-serif; font-size:16px; line-height:20px; color:#84b1d7; margin:10px 0 0; letter-spacing:.08em; }
h5 { font-family:Arial, Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; font-weight:normal; letter-spacing:.08em; }
a:link { color:#fcac2e; text-decoration:none; }
a:visited { text-decoration:none; color:#fcac2e; }
a:hover { text-decoration:underline; color:#FFCF84; }
a:active { text-decoration:none; color:#fcac2e; }
img { border:none; }
p { padding:10px 0; line-height:18px; letter-spacing:.08em; font-size:14px; }

/*========================
------ HEADER AREA -------- 
========================*/
#header { border:0 none; margin-left:auto; margin-right:auto; width:960px; background:transparent url(../../../images/hdrBgMain.jpg) no-repeat 0 0; }
#logo { width:870px; height:91px; margin-left:auto; margin-right:auto; background:transparent url(../../../images/hdrMain.png) no-repeat 0 0; clear:both; }
#logo a { width:870px; height:91px; display:block; text-indent:-9999px; }


#chromemenu { clear:both; width:960px; height:47px; overflow:hidden; padding:0; margin:0; z-index:1; }
#chromemenu ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; }
#chromemenu li { float:left; background:none; padding:0; margin:0; }
#chromemenu li a { background:transparent url(../../../images/navMainBg.png) no-repeat scroll 0 0; float:left; height:47px; overflow:hidden; text-indent:-9999px; margin:0; padding:0; cursor:pointer; }
#chromemenu li a.home { background-position:0 0; width:79px; }
#chromemenu li a.rates { background-position:-79px 0; width:70px; }
#chromemenu li a.about { background-position:-149px 0; width:97px; }
#chromemenu li a.reports { background-position:-246px 0; width:160px; }
#chromemenu li a.peacock { background-position:-406px 0; width:214px; }
#chromemenu li a.preparation { background-position:-620px 0; width:126px; }
#chromemenu li a.photos { background-position:-746px 0; width:82px; }
#chromemenu li a.contact { background-position:-828px 0; width:132px; }
#chromemenu li a.home:hover,#chromemenu li a.homeSelected { background-position:0 -47px; width:79px; }
#chromemenu li a.rates:hover,#chromemenu li a.ratesSelected { background-position:-79px -47px; width:70px; }
#chromemenu li a.about:hover,#chromemenu li a.aboutSelected { background-position:-149px -47px; width:97px; }
#chromemenu li a.reports:hover,#chromemenu li a.reportsSelected { background-position:-246px -47px; width:160px; }
#chromemenu li a.peacock:hover,#chromemenu li a.peacockSelected { background-position:-406px -47px; width:214px; }
#chromemenu li a.preparation:hover,#chromemenu li a.preparationSelected { background-position:-620px -47px; width:126px; }
#chromemenu li a.photos:hover,#chromemenu li a.photosSelected { background-position:-746px -47px; width:82px; }
#chromemenu li a.contact:hover,#chromemenu li a.contactSelected { background-position:-828px -47px; width:132px; }
#chromemenu li ul li a { float:none; height:32px; margin:0; padding:2px 0; cursor:pointer; display:block;  z-index:20; letter-spacing:.15em; }

#chromemenu li ul li { float:none; display:block;  z-index:20; }
#chromemenu li ul { position:absolute; float:none; z-index:20; top:132px; width:130px; left:-999em; }



/* #search {float: right; height: 40px; margin: -60px 20px 0px 0px;}
#search img {vertical-align: middle;}
.search_box {margin: 0px 0px 0px 0px;} */

/* ######### Style for Drop Down Menu ######### */
 a.sub_nav_itinerary { }
 
.dropmenudiv{
position:absolute;
top: -10;
z-index:100;
visibility: hidden;

}


.dropmenudiv a{
display: block;
text-indent: -999px;
background:transparent url(../../../images/subNavItinerary.png) no-repeat scroll 0 0;  width: 141px; height:32px; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

}

/*========================
--MAIN CONTENT ELEMENTS----
========================*/
#content_wrap { border:0 none; margin-left:auto; margin-right:auto; text-align:left; width:960px; padding:0; margin-top:10px; position:relative; z-index:5; }
#content_top { background:transparent url(../../../images/contentTop.png) no-repeat 0 0; height:22px; width:960px; }
#content_bg { text-align:left; width:920px; background:transparent url(../../../images/contentBg.png) repeat-y 0 0; overflow:hidden; padding:0 20px; }
#content_btm { background:transparent url(../../../images/contentBtm.png) no-repeat 0 0; height:22px; width:960px; }
#feature_img_bg { width:345px; height:275px; margin:0 0 0 10px; float:left; background:transparent url(../../../images/homeVideoBg.png) no-repeat 0 0; position:absolute; top:-15px; left:600px; z-index:5; }
#feature_img { padding:28px 0 0 38px; z-index:5; }
h1.main_text { font-size:1.2em; line-height:20px; font-weight:bold; margin:10px 0; }
.list_hdr { margin:20px 0 0; }

/*------Image Treatments-------- */
.imgV1 { background:transparent url(../../../images/imgV1Bg.png) no-repeat 0 0; height:183px; width:251px; padding:15px 0 0 30px; display:block; }
.imgV2 { background:transparent url(../../../images/imgV2Bg.png) no-repeat 0 0; height:171px; width:257px; padding:22px 0 0 27px; display:block; }
.imgV3 { background:transparent url(../../../images/imgV3Bg.png) no-repeat 0 0; height:237px; width:244px; padding:17px 0 0 34px; display:block; }

/*========================
------HOME CONTENT-------- 
========================*/
#home_img_bg { width:345px; height:275px; margin:0 0 0 10px; float:left; background:transparent url(../../../images/homeVideoBg.png) no-repeat 0 0; position:absolute; top:-15px; left:600px; }
#home_img { padding:28px 0 0 38px; }
* html #home_content { width:570px; margin:0 10px; float:left; height:107px; }
#home_content { width:570px; margin:0 10px 0 0; float:left; }
#home_content h1 { background:transparent url(../../../images/homeIntroCopy.gif) no-repeat 0 0; height:130px; display:block; font-size:12px; margin:0; }
#home_content h1 span { position:relative; z-index:1; display:block; overflow:hidden; text-indent:-9999px; }
h2#home_main_text { font-family:Arial, Lucida Grande, Helvetica, sans-serif; font-size:1.2em; line-height:20px; font-weight:normal; margin:10px 0 0; letter-spacing:.08em; }
#home_sub_hdr { background:transparent url(../../../images/homeSubCopy.gif) no-repeat 0 0; width:558px; height:32px; display:block; overflow:hidden; margin:20px 0 0; }
#home_sub_hdr span { position:relative; z-index:1; display:block; overflow:hidden; text-indent:-9999px; }
#home_sub_copy { width:630px; font-size:14px; margin:5px 0 0; }
#home_btm_copy { width:630px; font-size:14px; margin:5px 0 30px; }
#home_cta { background:transparent url(../../../images/homeCta.gif) no-repeat 0 0; width:494px; height:71px; display:block; overflow:hidden; margin:20px 0 0 60px; }
#home_cta span { text-indent:-9999px; position:relative; z-index:1; display:block; overflow:hidden; }
#home_pricing { width: 262px; height: 131px; background:transparent url(../../../images/homePricing.gif) no-repeat 0 0; margin: 10px 0px 0px 0px;  }
#home_pricing  span { text-indent:-9999px; position:relative; z-index:1; display:block; overflow:hidden; }
/*========================
------ABOUT PAGE-------- 
========================*/
#cta { background:transparent url(../../../images/homeCta.gif) no-repeat 0 0; width:494px; height:71px; display:block; overflow:hidden; margin-left:auto; margin-right:auto; }
#cta span { text-indent:-9999px; position:relative; z-index:1; display:block; overflow:hidden; }
* html #top_content {  margin: 0 10px 0 10px; float:left; height:107px; }
#top_content { margin: 0 10px 0 0; float:left; }
#hdr_about { background:transparent url(../../../images/hdrAboutUs.gif) no-repeat 0 0; width:155px; height:32px; display:block; overflow:hidden; margin:0 0 10px; }
#hdr_about span { position:relative; z-index:1; display:block; overflow:hidden; text-indent:-9999px; }

/*========================
------RATES & ACCOM PAGE-------- 
========================*/
h1#rates_main_text { font-size:1.8em; font-weight:bold; margin:10px 0; letter-spacing:.08em; line-height:2em; }
ul.ratesList { padding:0 10px 5px 0; width:450px; }
ul.ratesList li { font-size:12px; letter-spacing:.08em; line-height:16px; padding:10px 0 0 13px; background:transparent url(../../../images/bullet.gif) no-repeat 0 13px; }

/*------Rates-------- */
#hdr_rates_accom { background:transparent url(../../../images/hdrRates.gif) no-repeat 0 0; width:346px; height:32px; display:block; overflow:hidden; margin:0 0 10px; }
#hdr_rates_accom span { position:relative; z-index:1; display:block; overflow:hidden; text-indent:-9999px; }
ul.accomList { padding:0 10px 5px 0; width:310px; margin:0 0 10px; }
ul.accomList li { font-size:12px; letter-spacing:.08em; line-height:16px; padding:10px 0 0 13px; background:transparent url(../../../images/bullet.gif) no-repeat 0 13px; }

/*========================
------PEACOCK BASS PAGE-------- 
========================*/
#hdr_bass { background:transparent url(../../../images/hdrBass.gif) no-repeat 0 0; width:402px; height:32px; display:block; overflow:hidden; margin:0 0 10px; }
#hdr_bass span { position:relative; z-index:1; display:block; overflow:hidden; text-indent:-9999px; }
ul.bassList { padding:0 10px 5px 0; width:300px; }
ul.bassList li { font-size:12px; letter-spacing:.08em; line-height:16px; padding:10px 0 0 13px; font-weight:bold; background:transparent url(../../../images/bullet.gif) no-repeat 0 13px; }
ul.bassListWide { padding:0 10px 5px 0; width:850px; }
ul.bassListWide li { font-size:12px; letter-spacing:.08em; line-height:16px; padding:10px 0 0 13px; background:transparent url(../../../images/bullet.gif) no-repeat 0 13px; }
#page_content { float:left; width:780px; margin:10px 0 0 10px; }
p.main_copy { font-size:14px; line-height:20px; margin:0 0 10px; }
.content_col { width:360px; }

/*========================
------TRIP PREPERATION-------- 
========================*/
#hdr_preperation { background:transparent url(../../../images/hdrPreperation.gif) no-repeat 0 0; width:270px; height:32px; display:block; overflow:hidden; margin:0 0 10px; }
#hdr_preperation span { position:relative; z-index:1; display:block; overflow:hidden; text-indent:-9999px; }
h1#preperation_main_text { font-size:1.8em; font-weight:bold; margin:10px 0; letter-spacing:.08em; line-height:1.5em; width:600px; }
ul.prepListWide { padding:0 10px 5px 0; }
ul.prepListWide li { font-size:12px; letter-spacing:.08em; line-height:16px; padding:10px 0 0 13px; background:transparent url(../../../images/bullet.gif) no-repeat 0 13px; }
ul.prepList { padding:0 10px 0 0; width:600px; }
ul.prepList li { font-size:12px; letter-spacing:.08em; line-height:16px; padding:10px 0 0 13px; background:transparent url(../../../images/bullet.gif) no-repeat 0 13px; }

/*========================
------FISHING REPORTS IFRAME-------- 
========================*/
#reportsIframe { margin-right:auto; margin-left:auto; width:760px; overflow:hidden; }

/*========================
------ITINERARY-------- 
========================*/
#hdr_itinerary { background:transparent url(../../../images/hdrItinerary.gif) no-repeat 0 0; width:230px; height:32px; display:block; overflow:hidden; margin:0 0 10px; }
#hdr_itinerary span { position:relative; z-index:1; display:block; overflow:hidden; text-indent:-9999px; }

/*========================
------CONTACT-------- 
========================*/

#hdr_contact { background:transparent url(../../../images/hdrContact.gif) no-repeat 0 0; width:230px; height:32px; display:block; overflow:hidden; margin:0 0 10px; }
#hdr_contact span { position:relative; z-index:1; display:block; overflow:hidden; text-indent:-9999px; }

/* the main layout */
#contentForm { display:block; width:500px; margin:0px auto; 
/*this line will center the page*/
padding:15px;   }

/* and now the form formatting itself */
label { display:block; float:left; clear:left; width:150px; line-height:20px; margin-bottom:10px; margin:5px 0; }
input,textarea,select { margin:0; padding:2px; font-size:1em; color:#666666; background:#F5F5F5; border:1px solid #ccc; margin:5px 0; }
input:focus,textarea:focus,select:focus { border:1px solid #999; background-color:#FFFFFF; }
input.button { cursor:pointer; border:none; font-weight:bold; background:url(../../../images/submit.gif) no-repeat left top; width:141px; height:32px; margin-left:150px; }
span.required { font-size:13px!important; color:red!important; }
.errormsg { display:block; width:90%; height:22px; line-height:22px; color:#FFFFFF; font-weight:bold; background:#FF9D9D url(../../../images/stop.gif) no-repeat 10px center; padding:3px 10px 3px 40px; margin:10px 0; border-top:2px solid #FF0000; border-bottom:2px solid #FF0000; }
.msgSent { font-size:20px; text-align:center; }

/*========================
------FOOTER-------- 
========================*/
#footer { border:0 none; margin-left:auto; margin-right:auto; text-align:left; width:960px; padding:0; color:#323243; margin-bottom:20px; margin-top:10px; }
.float_left { float:left; }
.float_right { float:right; }

#navFooter { clear:both; width:960px; height:47px; overflow:hidden; padding:0; margin:0; z-index:1; }
#navFooter ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; }
#navFooter li { float:left; background:none; padding:0; margin:0; }
#navFooter li a { background:transparent url(../../../images/navMainBg.png) no-repeat scroll 0 0; float:left; height:47px; overflow:hidden; text-indent:-9999px; margin:0; padding:0; cursor:pointer; }
#navFooter li a.home { background-position:0 0; width:79px; }
#navFooter li a.rates { background-position:-79px 0; width:70px; }
#navFooter li a.about { background-position:-149px 0; width:97px; }
#navFooter li a.reports { background-position:-246px 0; width:160px; }
#navFooter li a.peacock { background-position:-406px 0; width:214px; }
#navFooter li a.preparation { background-position:-620px 0; width:126px; }
#navFooter li a.photos { background-position:-746px 0; width:82px; }
#navFooter li a.contact { background-position:-828px 0; width:132px; }
#navFooter li a.home:hover,#navFooter li a.homeSelected { background-position:0 -47px; width:79px; }
#navFooter li a.rates:hover,#navFooter li a.ratesSelected { background-position:-79px -47px; width:70px; }
#navFooter li a.about:hover,#navFooter li a.aboutSelected { background-position:-149px -47px; width:97px; }
#navFooter li a.reports:hover,#navFooter li a.reportsSelected { background-position:-246px -47px; width:160px; }
#navFooter li a.peacock:hover,#navFooter li a.peacockSelected { background-position:-406px -47px; width:214px; }
#navFooter li a.preparation:hover,#navFooter li a.preparationSelected { background-position:-620px -47px; width:126px; }
#navFooter li a.photos:hover,#navFooter li a.photosSelected { background-position:-746px -47px; width:82px; }
#navFooter li a.contact:hover,#navFooter li a.contactSelected { background-position:-828px -47px; width:132px; }
#navFooter li ul li a { float:none; height:32px; margin:0; padding:2px 0; cursor:pointer; display:block;  z-index:20; letter-spacing:.15em; }
#navFooter li ul li a.sub_nav_itinerary {background:transparent url(../../../images/subNavItinerary.png) no-repeat scroll 0 0;  width: 141px; height:32px;display:block;  }
#navFooter li ul li { float:none; display:block;  z-index:20; }
#navFooter li ul { position:absolute; float:none; z-index:20; top:132px; width:130px; left:-999em; }
#navFooter li:hover ul { left:auto; }
#navFooter li.sfhover ul { left:auto; }
#navFooter li.sfhover ul li { left:auto; }