﻿/*** BASIC STYLES ***/
html,body,p,div,br,form,ul,ol,li,
table,th,td,h1,h2,h3,h4,h5,h6 
{
    margin: 0;
    padding: 0;
}

body
{
	background: #00204f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

p
{
	margin: 10px 0px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited, a:active
{
	color: #FFC;
	outline: none;
}

img
{
    border: 0;
}
/*** END BASIC STYLES ***/

/*** SITE WRAPPER ***/
#wrapper
{
	margin: 0 auto;
	width: 1100px;
}
/*** END SITE WRAPPER ***/

/*** HEADER ***/
#header
{
	background: url(/images/header-temp.jpg) no-repeat;
	height: 389px;
}
#header h1
{
	text-indent: -50000px;
}
/*** END HEADER ***/

/*** NAV MENU ***/
#navbar
{
	background: url(/images/nav-bg.jpg) no-repeat;
	height: 38px; /* 48px total */
	padding-top: 10px;
}

#navlist
{
	position: relative;
	list-style: none;
	margin: 0px 65px;
}
#navlist li
{
	position: relative;
	float: left;
	height: 34px;
}
#navlist li a
{
	display: block;
	text-indent: -50000px;
	height: 34px;
}
#navlist li.home a:link, #navlist li.home a:visited
{
	width: 78px;
	background: url(/images/nav.jpg) no-repeat;
}
	#navlist li.home a:hover, #navlist li.home a.selected:link, #navlist li.home a.selected:visited
	{
		background: url(/images/nav-roll.jpg) no-repeat;
	}
#navlist li.accommodations a:link, #navlist li.accommodations a:visited
{
	width: 178px;
	background: url(/images/nav-02.jpg) no-repeat;
}
	#navlist li.accommodations a:hover, #navlist li.accommodations a.selected:link, #navlist li.accommodations a.selected:visited
	{
		background: url(/images/nav-roll-02.jpg) no-repeat;
	}
#navlist li.amenities a:link, #navlist li.amenities a:visited
{
	width: 106px;
	background: url(/images/nav-03.jpg) no-repeat;
}
	#navlist li.amenities a:hover, #navlist li.amenities a.selected:link, #navlist li.amenities a.selected:visited
	{
		background: url(/images/nav-roll-03.jpg) no-repeat;
	}
#navlist li.photo a:link, #navlist li.photo a:visited
{
	width: 155px;
	background: url(/images/nav-04.jpg) no-repeat;
}
	#navlist li.photo a:hover, #navlist li.photo a.selected:link, #navlist li.photo a.selected:visited
	{
		background: url(/images/nav-roll-04.jpg) no-repeat;
	}
#navlist li.branson a:link, #navlist li.branson a:visited
{
	width: 202px;
	background: url(/images/nav-05.jpg) no-repeat;
}
	#navlist li.branson a:hover, #navlist li.branson a.selected:link, #navlist li.branson a.selected:visited
	{
		background: url(/images/nav-roll-05.jpg) no-repeat;
	}
#navlist li.area a:link, #navlist li.area a:visited
{
	width: 105px;
	background: url(/images/nav-06.jpg) no-repeat;
}
	#navlist li.area a:hover, #navlist li.area a.selected:link, #navlist li.area a.selected:visited
	{
		background: url(/images/nav-roll-06.jpg) no-repeat;
	}
#navlist li.contact a:link, #navlist li.contact a:visited
{
	width: 134px;
	background: url(/images/nav-07.jpg) no-repeat;
}
	#navlist li.contact a:hover, #navlist li.contact a.selected:link, #navlist li.contact a.selected:visited
	{
		background: url(/images/nav-roll-07.jpg) no-repeat;
	}
/*** END NAV MENU ***/

/*** PAGE CONTENT WRAPPER ***/
#pagecontent
{
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	background: url(/images/content-slice.jpg) repeat-y #00204f;
	min-height: 200px;
	float: left;
	width: 100%;
}

#wrapper .insidecontent
{
	background: url(/images/content-inside-slice.jpg) repeat-y #00204f;
}
/*** END PAGE CONTENT ***/

/*** LEFT CONTENT ***/
#leftcontent
{
	float: left;
	width: 320px;
	margin-left: 60px;
	display: inline;
}
#wrapper .insidecontent #leftcontent
{
	width: 230px;
}
#leftcontent .homecontent
{
	margin-top: 15px;
	padding: 0px 10px 10px 10px;
}
#leftcontent .leftadbox
{
	margin: 10px 0px;
}
#leftcontent .leftadbox img
{
	border: 0;
}

#leftcontent .additional-links
{
	position: relative;
	width: 229px;
	height: 44px;
	background: url(/images/additional-link.png) top left no-repeat;
	text-indent: -50000px;
	margin-left: -5px;
	margin-top: 10px;
}

#leftcontent ul.left-inside-links
{
	position: relative;
	margin: 10px auto;
	border-top: 1px solid #3086f9;
	width: 215px;
	display: block;
	list-style: none;
}
#leftcontent ul.left-inside-links li
{
	background: url(/images/links-bullet.gif) 0px 25px no-repeat;
	padding-left: 15px;
	padding-top: 20px;
	margin-left: 15px;
	font-weight: bold;
}
#leftcontent ul.left-inside-links li a:link,
#leftcontent ul.left-inside-links li a:visited
{
	color: #5aa1ff;
}
/*** END LEFT CONTENT ***/

/*** RIGHT CONTENT ***/
#rightcontent
{
	float: right;
	margin-right: 60px;
	margin-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 640px;
	display: inline;
	color: #ffffff;
}
#wrapper .insidecontent #rightcontent
{
	width: 715px;
}

#rightcontent h2#home-welcome-head
{
	position: relative;
	text-indent: -50000px;
	background: url(/images/welcome.png) top left no-repeat;
	width: 231px;
	height: 70px;
	margin-top: -5px;
	margin-left: -15px;
}
#wrapper .insidecontent #rightcontent h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}
#rightcontent .home-reservations
{
	position: relative;
	background: #001028;
	border: 3px solid #0574fd;
	padding: 5px;
	margin: 20px 0px 15px 0px;
	height: 100px;
}
#rightcontent .home-reservations h2
{
	position: relative;
	background: url(/images/reservations.png) top left no-repeat;
	text-indent: -50000px;
	width: 291px;
	height: 70px;
	margin-top: -15px;
	margin-left: -20px;
}
#rightcontent .home-reservations h3
{
	color: #5aa1ff;
	display: inline;
	margin-left: 50px;
	line-height: 18px;
}
#rightcontent .home-reservations .reservations-box
{
	position: relative;
	margin-left: 315px;
	margin-top: -65px;
}
#rightcontent .home-reservations .reservations-box div
{
	margin-bottom: 10px;
}
#rightcontent .home-reservations .reservations-box label
{
	position: relative;
	display: block;
	float: left;
	width: 85px;
	font-weight: bold;
	line-height: 20px;
}
#rightcontent .home-reservations .reservations-box input
{
	width: 100px;
	vertical-align: middle;
}
#rightcontent .home-reservations .reservations-box input.button
{
	width: auto;
}
#rightcontent .home-reservations .reservations-box img
{
	border: 0;
}
#rightcontent ul.basic-list
{
    position: relative;
	margin: 5px 50px 10px 0px;
	float: left;
}
#rightcontent ul.basic-list li
{
	margin-left: 15px;
}

#rightcontent .div-float-right
{
	float: right;
}
#rightcontent img.pagephoto
{
	border: 3px solid #0574fd;
	margin: 8px;
}
#rightcontent .contactaddr
{
    margin: 10px 0px;
}

#rightcontent table.contactfrm
{
    background: #0574fd;
    width: 375px;
}
#rightcontent table.contactfrm td
{
    background: #001028;
    padding: 5px;
    font-weight: bold;
    color: #cccccc;
}
#rightcontent table.contactfrm input[type=text], #rightcontent table.contactfrm textarea
{
    width: 200px;
    padding: 2px;
    border: 2px solid #cccccc;
}
#rightcontent table.contactfrm textarea
{
    height: 100px;
}

#rightcontent ul#sitemapList
{
    margin: 10px 20px;
}
#rightcontent ul#sitemapList li
{
    line-height: 18px;
}
#rightcontent ul#sitemapList li ul
{
    margin-left: 15px;
}
/*** END RIGHT CONTENT ***/

/*** RIGHT CONTENT HEADERS ***/
#rightcontent .title
{
	position: relative;
	text-indent: -50000px;
	margin-top: -5px;
	margin-left: -15px;
}
#rightcontent .amenities-head
{
	background: url(/images/amenities/title.png) top left no-repeat;
	width: 242px;
	height: 71px;
}
#rightcontent .accommodations-head
{
	background: url(/images/accommodations/title.png) top left no-repeat;
	width: 354px;
	height: 71px;
}
#rightcontent .gallery-head
{
	background: url(/images/gallery/title.png) top left no-repeat;
	width: 354px;
	height: 71px;
}
#rightcontent .branson-head
{
	background: url(/images/byc/title.png) top left no-repeat;
	width: 430px;
	height: 71px;
}
#rightcontent .area-head
{
	background: url(/images/area/title.png) top left no-repeat;
	width: 242px;
	height: 71px;
}
#rightcontent .contact-head
{
	background: url(/images/contact/title.png) top left no-repeat;
	width: 274px;
	height: 71px;
}
#rightcontent .privacy-head
{
	background: url(/images/privacy/title.png) top left no-repeat;
	width: 324px;
	height: 71px;
}
#rightcontent .sitemap-head
{
	background: url(/images/sitemap/title.png) top left no-repeat;
	width: 233px;
	height: 71px;
}

    /*** Package Styles ***/
        #rightcontent .packageList
        {
            list-style-type: none;
        }
        #rightcontent .packageList li
        {
            display: block;
            padding: 10px 0;
            text-align: center;
        }
        .packageFluff
        {
            font-style: italic;
            font-weight: bold;
        }
        .packageTerms
        {
            font-size: 9px;
        }
        .termsBreak
        {
            width: 90%;
            height: 1px;
            background: #FFF;
            margin: 25px auto;
        }
    /*** End Package Styles ***/
/*** END CONTENT HEADERS ***/

/*** FOOTER ***/
#footer
{
	background: url(/images/footer-bg.jpg) top left no-repeat;
	height: 68px; /* 78px total height */
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #0345a5;
	line-height: 14px;
	clear: both;
}
#footer a:link,#footer a:visited
{
    color: #0345a5;
}
/*** END FOOTER ***/

#ie6-notice
{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -175px;
    width: 320px;
    padding: 15px;
    border: 5px solid #cccccc;
    background: #ffffff;
    color: #999999;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}
