/* style2 */

body {
	background: #B4B4B4 url(/images/bg.png) 0 0 repeat-x;
	color: #333;
}

/* font colors */

a {
	color: #004D89;
}

h1 {
	color: #004D89;
	font-size: 26px;
	line-height: 1em;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1.green {
	color:#6d9308;
}
	

h2 {
	color: #6D9308;
	font-size:26px;
}

h3 { 
   color: #666;
}

.contentheading {
	color: #6D9308;
}

.componentheading {
	color: #6D9308;
}

div#mainbody a {

}


/* structure */

/* mainbody */

div#mainbody {
	border-top: 1px solid #9BAC6B;
	background: #fff;
}

div#mainbody td.mainbody,
div#mainbody td.left,
div#mainbody td.right {
	background: url(/images/body-bg.png) 0 0 repeat-y;
}

div#mainbody a.readon {
	background: url(/images/body-readmore.png) 0 0 no-repeat;
	color: #fff;
}

div#mainbody td.section {
	background: url(/images/body-bg.png) 0 0 repeat-y;
}

div#mainbody div.moduletable h3 {
	background: #ededed url(/images/body-h3.png) 0 0 repeat-y;
	color: #004D89;
}

#mainbody li {
	background: url(/images/bullet-body.png) 0 3px no-repeat;
}

/* hilite1 */

#mainbody div.moduletable-hilite1 a {
	color: #004D89;
}

#mainbody div.moduletable-hilite1 {
	background: #E6E6E6 url(/images/body-hl1-bg.png) 0 0 repeat-y;
}

#mainbody div.moduletable-hilite1 h3 {
	background: #D6D6D6 url(/images/body-hl1-h3.png) 0 0 repeat-y;
	color: #4B4B4B;
}

#mainbody div.moduletable-hilite1 li {
	background: url(/images/bullet-hl1.png) 0 3px no-repeat;	
}

#mainbody div.moduletable-hilite1 a.readon {
	background: url(/images/body-hl1-readmore.png) 0 0 no-repeat;
	color: #fff;
}

/* hilite2 */


#mainbody div.moduletable-hilite2 a {
	color: #5F5B42;
}

#mainbody div.moduletable-hilite2 {
	background: #F8FAD5 url(/images/body-hl2-bg.png) 0 0 repeat-y;
}

#mainbody div.moduletable-hilite2 h3 {
	background:  #F3F5BA url(/images/body-hl2-h3.png) 0 0 repeat-y;
	color: #777859;
}

#mainbody div.moduletable-hilite2 li {
	background: url(/images/bullet-hl2.png) 0 3px no-repeat;	
}

#mainbody div.moduletable-hilite2 a.readon {
	background: url(/images/body-hl2-readmore.png) 0 0 no-repeat;
	color: #fff;
}

/* hilite3 */

#mainbody div.moduletable-hilite3 a {
	color: #54702A;
}

#mainbody div.moduletable-hilite3 {
	background: #F3FADF url(/images/body-hl3-bg.png) 0 0 repeat-y;
}

#mainbody div.moduletable-hilite3 h3 {
	background:  #E8F4C3 url(/images/body-hl3-h3.png) 0 0 repeat-y;
	color: #54702A;
}

#mainbody div.moduletable-hilite3 li {
	background: url(/images/bullet-hl3.png) 0 3px no-repeat;	
}

#mainbody div.moduletable-hilite3 a.readon {
	background: url(/images/body-hl3-readmore.png) 0 0 no-repeat;
	color: #fff;
}

/* hilite4 */

#mainbody div.moduletable-hilite4 a {
	color: #004D89;
}

#mainbody div.moduletable-hilite4 {
	background: #E1E7EE url(/images/body-hl4-bg.png) 0 0 repeat-y;
}

#mainbody div.moduletable-hilite4 h3 {
	background:  #CDD7E2 url(/images/body-hl4-h3.png) 0 0 repeat-y;
	color: #1F405E;
}

#mainbody div.moduletable-hilite4 li {
	background: url(/images/bullet-hl4.png) 0 3px no-repeat;	
}

#mainbody div.moduletable-hilite4 a.readon {
	background: url(/images/body-hl4-readmore.png) 0 0 no-repeat;
	color: #fff;
}

/* hilite5 */

#mainbody div.moduletable-hilite5 h3 {
	background:  #4F4F4F url(/images/body-hl5-h3.png) 0 0 repeat-y;
	color: #fff;
}

/* hilite6 */

#mainbody div.moduletable-hilite6 h3 {
	background:  #607624 url(/images/body-hl6-h3.png) 0 0 repeat-y;
	color: #fff;
}

/* hilite7 */

#mainbody div.moduletable-hilite7 h3 {
	background:  #9BAA62 url(/images/body-hl7-h3.png) 0 0 repeat-y;
	color: #fff;
}

/* hilite8 */

#mainbody div.moduletable-hilite8 h3 {
	background:  #004D89 url(/images/body-hl8-h3.png) 0 0 repeat-y;
	color: #fff;
}

/* section1 */

div#section1 {
	background: #B4C48D;
	padding-top: 1px;
	color: #333;
}

div#section1 a {
	color: #fff;
}

div#section1 a.readon {
	background: url(/images/section1-readmore.png) 0 0 no-repeat;
	color: #fff;
}

div#section1 td.section {
	background: url(/images/section1-bg.png) 0 0 repeat-y;
}

div#section1 div.moduletable h3 {
	background: #9BAC6B url(/images/section1-h3.png) 0 0 repeat-y;
	color: #fff;
}

#section1 li {
	background: url(/images/bullet-section1.png) 0 3px no-repeat;	
}

/* section2 */


div#section2 {
	background: #708C28;
	padding-top: 1px;
	color: #D7DDC8;
}

div#section2 a {
	color: #fff;
}

div#section2 a.readon {
	background: url(/images/section2-readmore.png) 0 0 no-repeat;
	color: #fff;
}

div#section2 td.section {
	background: url(/images/section2-bg.png) 0 0 repeat-y;
}

div#section2 div.moduletable h3 {
	background: #607624 url(/images/section2-h3.png) 0 0 repeat-y;
	color: #D7DDC8;
}

#section2 li {
	background: url(/images/bullet-section2.png) 0 3px no-repeat;
}

img#logo {
	background: url(/images/logo.png) 0 0 no-repeat;
}

div#footer {
	background: url(/images/bottom-bg.png) 0 0 repeat-x;
}

div#footer .rk-1 {
	background: url(/images/bottom-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
	background: url(/images/bottom-l.png) 0 0 no-repeat;
}

div#the-footer {
	background: url(/images/bottom-rocket.png) 50% 0 no-repeat;
}

/* horiz menu */

div#horiz-menu a,
div#horiz-menu li.active li a {
	color: #fff;
}

div#horiz-menu li:hover,
div#horiz-menu li.sfHover,
div#horiz-menu li.active:hover,
div#horiz-menu li.active.sfHover {
	background: url(/images/menu2-r.png) 100% 0 no-repeat;
}

div#horiz-menu li:hover a,
div#horiz-menu li.sfHover a,
div#horiz-menu li.active:hover a,
div#horiz-menu li.active.sfHover a {
	background: url(/images/menu2-l.png) 0 0 no-repeat;
	color: #fff;
}

#horiz-menu li.active,
#horiz-menu li.active_menu {
	background: url(/images/menu-r.png) 100% 0 no-repeat;
}

#horiz-menu li.active a,
#horiz-menu li.active_menu a {
	background: url(/images/menu-l.png) 0 0 no-repeat;
	color: #004D89;
}

#horiz-menu li.active li.active,
#horiz-menu li.active li.active a {
	background: none;
}

/* moomenu */

.nav li li {
	background:#373737;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	margin-top:-3px;
}

.nav li li:hover,
.nav li li.sfHover,
#horiz-menu li:hover li:hover,
#horiz-menu li.sfHover li.sfHover,
#horiz-menu li.active li.active {
	background: #444;
}

#horiz-menu li:hover li a.daddy:link,
#horiz-menu li.sfHover li a.daddy:link,
#horiz-menu li:hover li a.daddy:visited,
#horiz-menu li.sfHover li a.daddy:visited  {
	background: url(/images/bullet-sucker.png) 100% 50% no-repeat;
}

.nav li.sfHover,
.nav li:hover {
background: url(/images/menu2-r.png) 100% 0 no-repeat;
}

.nav li.sfHover a,
.nav li:hover a {
background: url(/images/menu2-l.png) 0 0 no-repeat;	
}

/* top menu */

div#top a.mainlevel {
	color: #fff;
}


/* mainlevel menu */

a.mainlevel {
	background: url(/images/bullet-7.png) 0 2px no-repeat;
}

/* content stuff */

a img.album,
.flickr_badge_image img {
	border: 2px solid #004D89;
}

#mainbody div.moduletable-hilite1 .flickr_badge_image img {
	border: 2px solid #004D89;
}

#mainbody div.moduletable-hilite2 .flickr_badge_image img {
	border: 2px solid #5F5B42;
}

#mainbody div.moduletable-hilite3 .flickr_badge_image img {
	border: 2px solid #54702A;
}

#mainbody div.moduletable-hilite4 .flickr_badge_image img {
	border: 2px solid #004D89;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #ffcccc url(/images/style1/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #CDDFF6 url(/images/style1/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #fff5cc url(/images/style1/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #e8f4d2 url(/images/style1/status-download.png) 10px 50% no-repeat;
}

blockquote {
	background: #f9f9f9 url(/images/blockquote.png) 0 0 no-repeat;
	color: #666;
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
}

pre {
	background: #f6f6f6;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}

#mainbody ul.check1 li,
#mainbody li.check1 {
	background: url(/images/bullet-1.png) 0 0 no-repeat;
}

#mainbody ul.check2 li,
#mainbody li.check2 {
	background: url(/images/bullet-3.png) 0 0 no-repeat;
}

#mainbody ul.arrow1 li,
#mainbody li.arrow1 {
	background: url(/images/bullet-2.png) 0 0 no-repeat;
}

#mainbody ul.arrow2 li,
#mainbody li.arrow2 {
	background: url(/images/bullet-4.png) 0 0 no-repeat;
}

#mainbody ul.arrow3 li,
#mainbody li.arrow3 {
	background: url(/images/bullet-5.png) 0 0 no-repeat;
}

#mainbody ul.star li,
#mainbody li.star {
	background: url(/images/bullet-6.png) 0 0 no-repeat;
}

#mainbody ul.circle li,
#mainbody li.circle {
	background: url(/images/bullet-7.png) 0 0 no-repeat;
}

span.loginsubmit,
span.logoutsubmit {
	color: #fff;
	background: url(/images/login_button.png) no-repeat;
}

/* joomla content */
span.pathway {
	color: #fff;
}

span.pathway img {
	background: url(/images/bullet-pathway.png) no-repeat;
}

span.pathway a {
	color: #7DA21B;
}

.highlight {
  background-color: #ffc;
}

table.mainbody td.mainbody td.sectiontableheader {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

table.contentpaneopen tbody tr td span.small {
	background: url(/images/icon-author.png) 0 0 no-repeat;
}

td.createdate {
	background: url(/images/icon-created.png) 0 0 no-repeat;
}

/* pull-down */

#fxContainer .contentheading,
#fxContainer div.moduletable h3,
#fxContainer {
	color: #fff;
}

#fxTarget { 
	background: #004D89;
	border-bottom: 2px solid #003F73;
}

#fxTab {
	background: url(/images/fx-tab.png) 0 0 no-repeat;
}

#fxTab a:link,
#fxTab a:visited,
#fxContainer a:link,
#fxContainer a:visited {
	color: #fff;
}

#fxTab span:hover,
#fxTab a:hover {
	color: #CDDFF6;
}

div.message {
	font-size: 20px;
	color: #006600;
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #006600;
	margin: 10px 0px;
	}
	
#fp-flash-container p a, #fp-flash-container p a:active, #fp-flash-container p a:visited {
	color: #030;
	text-decoration: none;
	}
	
#fp-flash-container p a:hover {
	color: #060;
	text-decoration: underline;
	}
	
table.rates {
	font-weight: bold;
	border: 1px solid #000;
	border-bottom: none;
	}
	
table.rates th {
	color: #fff;
	background: #060;
	text-align: left;
	}
	
table.rates td {
	border-bottom: 1px solid #000;
	}
	
.photo-gallery .photo-box {
	float:left;
	width:100px;
	margin-right:10px;
	margin-bottom:10px;
	height:67px;
	overflow:hidden;
}

.nomargin {
	margin:0;
	padding:0;
}

.bundle-specials {
	position:absolute; 
	display:block; 
	right:-40px; 
	top:260px; 
	z-index:99px
}

.cabins-month-graphic-long {
	background:url(/images/cabins-of-month-homepage1.jpg) no-repeat top left;
	height:69px;
	margin-top:45px;
	margin-left:5px;
	padding-left:310px;
	color:#333333;
	padding-top:4px;
}

.cabins-month-graphic-long div {
	 float:left; 
	 width:90px;
	 margin-right:25px;
}

div#section1 .cabins-month-graphic-long a {
	color:#333333;
	text-decoration:underline;
}

div#section1 .cabins-month-graphic-long a:hover {
	text-decoration:none;
}


.left-promo {
	display:block;
	border-bottom:1px solid #dae2c6;
	padding-bottom:10px;
}

.left-promo.first {
	border-top:1px solid #dae2c6;
}

.hot-tub-getaway {
	background:url(/images/hot-tub-getaway.jpg) no-repeat;
	height:85px;
	padding:65px 19px 55px 17px;
	color:#4f4f4f;
	font-size:11px;
	font-family:"Trebuchet MS", sans-serif;
	line-height:13px;
}

.hot-tub-getaway p {
	margin-top:0;
	padding-top:0;
	margin-bottom:7px;
}

.hot-tub-getaway a {
	color:#6d9308;
	font-size:10px;
	text-transform:uppercase;
}

.personal-photographer {
	padding:17px;
	color:#4f4f4f;
	font-family:"Trebuchet MS", sans-serif;
	width:141px;
	overflow:hidden;
	font-size:11px;
	
}

.personal-photographer p.photographer-head span {
	color:#4c9bd9;
	font-size:16px;
	line-height:16px;
}

.personal-photographer p.photographer-head {
	color:#004d89;
	font-size:20px;
	line-height:20px;
}

.personal-photographer p {
	line-height:13px;
	margin-top:0;
	padding-top:0;
	margin-bottom:7px;
}

.personal-photographer a {
	color:#6d9308;
	font-size:10px;
	text-transform:uppercase;
}

h3.description-head {
	color:#004d89;
	font-size:24px;
	margin-top:0;
	padding-top:0;
	line-height:28px;
}

.footer-container {
	width:800px;z-index:10000;margin-left:18px;padding-top:20px; font-size:11px; color:#D7DDC8;text-decoration:none;
}

.footer-container a {
	font-size:11px; color:#D7DDC8;text-decoration:none;
}

.footer-container a:hover {
	font-size:11px; color:#ffffff;text-decoration:none;
}

.footer-container a:visited {
	font-size:11px; color:#D7DDC8;text-decoration:none;
}

