#copyright {
color:#F1E9BA;
font-size:12px;
text-align:center;
}
#page {


	text-align: left;
	}


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {

}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #9e997a;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ffcf84;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
 background: none !important;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 900px;
	border: 1px solid #959596;
	}



#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 670px;
	}
	
	* html .narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 660px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 700px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 720px;
	width: 180px;
	}
	
	* html #sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 720px;
	width: 170px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr { color: #c7c09a; border: none; background-color: #c7c09a; height: 1px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
	
	

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; }


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

/* #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; }
