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

* {
	margin: 0;
	padding: 0;
	overflow: visible;
	-webkit-text-size-adjust: none;
}

article, aside, figure, footer, header, nav, section {
	display: block;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	width: 100%;
	background: #858688 url(images/flm-silverbar1.png) repeat center;
	font-size: 12px;
}

img {border:none;}

:focus {outline: none;}

.clear {clear: both;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a:link, a:visited {
	color: #00aeda;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #f47b29;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 3px 0px;
}
h2 {
	font-size: 24px;
	text-shadow: #fff 1px 1px 2px;
	margin: 3px 0px;
}
/* NOTE: The h3 tag should only be used for navigation elements ***/
h3 {
	font-size: 26px;
	line-height: 55px;
	text-transform: uppercase;
	margin: 0px 0px;
	color: #fff;
	text-shadow: #036 1px 1px 3px;
	font-weight: bolder;
}
h4 {
	color: #56b046;
	font-size: 20px;
	font-weight: normal;
	margin: 3px 0px;
}
h5 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0px;
}
h6 {
	color: #333;
	font-weight: bold;
}
p {
	margin: 6px 0px;
}
ul {
	list-style-type: none;
}

/* ******** FAMILYLIFE header style !!DO NOT CHANGE!! ********* */
header {
	background: url(images/flmbg-blue1-84h.png) repeat-x;
	padding: 18px 15px;
	height: 48px;
	width: auto;
}
#mFLheader {
	/* [disabled]height: 48px; */
	/* [disabled]width: auto; */
}
#hLeft {
	float: left;
	height: 48px;
	width: 220px;
	background: url(images/mFLwht480.png) no-repeat;
}
#hRight {
	color: #fff;
	font-size: small;
	float: right;
	display: block;
	min-width: 198px;
	line-height: 48px;
}
#hRight p {
	margin: 3px 0px;
	font-size: small;
	color: #fff;
	text-decoration: none;
	line-height: 48px;
}
/* ***** End header style *****/

.silverBar {
	background: url(images/flm-silverbar1.png) repeat-x center center;
	height: 5px;
	width: auto;
	border-bottom: solid 1px #999;
}

#featureBox {
	background: #023d65;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 0px 0px 8px 0px;
}
#featureBox a {
	text-align: center;
	margin: 10px 0px 0px 8px;
	display: inline-table;
	padding: 4px;
	height: auto;
	color: #fff;
	text-decoration: none;
	width: 46.4%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#featureBox a div {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#featureBox #featB1 {
	background: #00B0DB;
}
#featureBox #feat1 {
	border: 1px solid #FFF;
}
#featureBox #featB2 {
	background: #fff;
}
#featureBox #feat2 {
	border: 1px solid #f47b29;
}
#featureBox #featB3 {
	background: #fff;
}
#featureBox #feat3 {
	border: 1px solid #56b046;
}
#featureBox #featB4 {
	background: #f47b29;
}
#featureBox #feat4 {
	border: 1px solid #fff;
}
#featureBox a div img {
	width: 81.8%;
}

.imageBand {
	background: #f47b29;
	width: auto;
}
#mphoto1 img {
	width: 100%;
}

#homeNav {
	background: #858688;
}

/* most Home Navigation styles located within screen-specific style sheets */
.CollapsiblePanelContent h6 {
	color: #aaa;
}


#mPreFoot {
	background: url(images/flmbg-blue2-60h.png) repeat-x;
	height: 60px;
	text-align: center;
	width: auto;
}
#mPreFoot a {
	display: inline-table;
	height: 34px;
	width: 31%;
	background: #00aeda;
	border: 1px solid #77cfe9;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-transform: uppercase;
	margin: 11px 3px;
	text-shadow: #004c7c 1px 1px 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
}
#mPreFoot a:hover, #mPreFoot a:active, #mPreFoot a:focus {
	background: #0094c0;
	border: 1px solid #00aeda;
}
#mFooter {
	background: #818285 url(images/flm-silverbar1.png) repeat center;
	padding: 16px 10px;
}
#mFooter a {
	color: #333;
}
#mFooter h2 {color: #333;}

.copyright {
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
	font-size: 12px;
	margin: 3px 0px;
	color: #333;
}
#contentContainer {
	background: #FFF;
}
#contentContainer a.mp3 {
	color: #00aeda;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px;
	font-size: 16px;
}

/***********************************/

a.dLinks {
	display: block;
	background: url(images/flmbg-blueOFF75.png) repeat bottom;
	text-decoration: none;
	padding: 15px 22px;
	width: auto;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: #036 1px 1px 3px;
	text-align: center;
}
a.dLinks:hover, a.dLinks:active, a.dLinks:focus {
	background: url(images/flmbg-blueON75.png) repeat bottom;
}

#mDonate {
	padding: 12px 22px;
}

.mFLT {
	background: #fff;
	/* [disabled]padding: 8px 8px 8px 14px; */
	border-bottom: 2px solid #ddd;
	overflow: visible;
}
.mFLT a {
	display: block;
	padding: 8px 8px 8px 14px;
}
.mFLT a:link, .mFLT a:visited {
	background: #fff;
}
.mFLT a:hover, .mFLT a:active, .mFLT a:focus {
	background: #fff3e8;
}
.FLTdate {
	color: #f47b29;
	font-size: 11px;
	margin: 3px 0px 4px 16px;
}
p.FLTlink {
	font-size: 10px;
	color: #56b046;
}
.playNow {
	color: #f47b29;
	font-style: italic;
	float: right;
	margin: 3px 10px 3px 0px;
	padding: 0px 0px 0px 15px;
}
.mDaily {
	background: #fff;
	/* [disabled]padding: 8px 8px 8px 14px; */
	border-bottom: 2px solid #ddd;
	overflow: visible;
}
.mDaily a {
	display: block;
	padding: 8px 8px 8px 14px;
}
.mDaily a:link, .mFLT a:visited {
	background: #fff;
}
.mDaily a:hover, .mFLT a:active, .mFLT a:focus {
	background: #fff3e8;
}
.mLink1 {
	color: #999;
	font-size: 10px;
	margin: 5px 0px 4px 10px;
}
/****************/

.mRead {
	font-size: 17px;
	color: #333;
}
.mRead img {
	position: absolute;
	left: -600;
	visibility: collapse;
	width: 30%;
	height: 30%;
}

#mainNav {
	background: #004c7c url(images/flmbg-blue4-60h.png) repeat-x;
	width: auto;
}
/* #mainNav a {
	color: #fff;
	display: inline-table;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 24.5%;
	height: 60px;
	border-right: 1px solid #009fc0;
	background: url(images/flmbg-whtglass.png) repeat-x;
	overflow: hidden;
} */
/* #mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	background: url(images/flmbg-whtglass1.png) repeat-x;
} */
#mainNav ul {
	list-style-type: none;
	text-align: center;
}
#mainNav ul li {
	display: inline-table;
	width: 24.4%;
}
#mainNav ul li a {
	display: block;
	margin: 0px;
	width: 100%;
	height: 60px;
	color: #fff;
	text-align: center;
	background: rgba(255,255,255,.1);
	border-right: solid 1px #009fc0;
}
#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	background: rgba(0,76,124,.2);
}

#mainNav h6 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: #004c7c 1px 1px 2px;
	line-height: 60px;
	white-space: nowrap;
	padding: 0px 2px;
}
#mainNav a:hover h6, #mainNav a:active h6, #mainNav a:focus h6 {
	color: #003;
	text-shadow: #77cfe9 1px 1px 2px;
}
#mainNav img {
	visibility: hidden;
	position: absolute;
	left: -600px;
}

.shadowBox {
	background:#004c7c url(images/flmbg-shadow6h.png) repeat-x;
	height: 6px;
}
.shadowBoxW {
	background:#ffffff url(images/flmbg-shadow12h.png) repeat-x;
	height: 12px;
}

article {
	padding: 15px 20px;
}

#mRadio a {
	background: #fff;
	/* [disabled]color: #56b046; */
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 12px 22px 20px;
	/* [disabled]height: 56px; */
}
#mRadio a:hover, #mRadio a:active, #mRadio a:focus {
	background: #fff3e8;
	color: #f47b29;
}
#mEvents a {
	background: #fff;
	font-size: 24px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 20px 22px;
}
#mEvents a:hover, #mEvents a:active, #mEvents a:focus {
	background: #fff3e8;
	color: #006da0;
}
#mDaily a {
	/* [disabled]color: #56b046; */
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 12px 22px 18px;
	/* [disabled]height: 48px; */
	background: #fff;
}
#mDaily a:hover, #mDaily a:active, #mDaily a:focus {
	/* [disabled]color: #0094c0; */
	background: #fff3e8;
	border-bottom: 1px solid #f47b29;
}
.sectionTitle {
	background: #004c7c;
	padding: 5px 22px 10px;
	border-bottom: 3px double #77cfe9;
}
.sectionTitle h2 {
	color: #fff;
	font-style: italic;
	text-shadow: #0094c0 2px 2px 3px;
}

.sectionTitleW {
	text-align: center;
	padding: 15px 22px;
	border-bottom: solid 2px #f47b29;
}
.mWTRsearch {
	display: block;
	border-bottom: 1px solid #004c7c;
	background: url(images/flmbg-blueOFF75.png) repeat-x left bottom;
	color: #fff;
	padding: 15px 12px;
}
.mWTRsearch form label {
	font-size: 14px;
}
.mWTRsearch form input {
	font-size: 16px;
}
.mWTRsearch form select {
	font-size: 16px;
}

.sButton {
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
	background: rgba(0,109,160,.5);
	border: 1px solid #77cfe9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.sButton:hover, .sButton:active, .sButton:focus {
	background: rgba(0,176,219,1);
}

a.mEventLink {
	display: block;
	color: #fff;
	background: #f47b29 url(images/flmbg-whtglass.png) repeat left bottom;
	padding: 15px 22px;
	font-size: 15px;
	text-align: center;
}
a.mEventLink:hover, a.mEventLink:active, a.mEventLink:focus {
	color: #F60;
	background: #fdd6b2 url(images/flmbg-whtglass.png) repeat left bottom;
}
#testarea a {
	display: block;
	padding: 10px;
	height: 60px;
	font-size: 18px;
}

/* CSS for WTR Search Results */
#new_search_left {
	padding: 16px 0px;
}
.list-result {
	padding: 12px 10px;
	background: #fff;
	border-bottom: 1px double #79b235;
	border-top: 1px solid #77cfe9;
}
.result_location {
	float: left;
	width: 47%;
}
.result_date {
	float: right;
	text-align: right;
	width: 47%;
}
.list-result strong {
	color: #333;
}

a.getawayLocation {
	margin-top: 7px;
	display: block;
	width: auto;
	border: 1px solid #fdd6b2;
}
.getthere {
	color: #f47b29;
	font-style: italic;
	text-transform: uppercase;
}
a.getawayPhone {
	display: block;
	background: #fff;
	width: auto;
	border: 1px solid #fdd6b2;
}
a.getawayPhone:hover, a.getawayPhone:focus, a.getawayPhone:active {
	background: #fdd6b2;
}
.gRegisterB {
	color: #006da0;
	text-align: center;
	float: left;
	width: 45%;
	background: url(images/flmbg-orange1-30h.png) repeat-x left top;
	padding: 8px;
	margin: 9px 6px;
}
.roomRateB {
	color: #006da0;
	text-align: center;
	float: right;
	width: 45%;
	background: url(images/flmbg-orange1-30h.png) repeat-x left top;
	padding: 8px;
	margin: 9px 6px;
}
.dkBlue {
	color: #006da0;
}
#getaways_available_title {
	color: #56b046;
	margin: 0px 12px 8px 12px;
}

.sectionTitleW img {
	width: 70%;
}
.momentsDate {
	/* [disabled]font-style: italic; */
	color: #333;
	padding: 5px 10px;
}
.mDaily h5 {
	color: #56b046;
}
.mDaily h6 {
	color: #777;
	margin: 6px 0px;
}
#mListLink {
	display: block;
	padding: 18px 8px 18px 14px;
}
