body,table,tr,td,div {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

body {
	background-color:#f2f2f2;
	background-image:url(../graphics/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 {
	color:#3a3a82;
	font-size:16px;
	margin:0px;
}

p {
	margin:0px 0px 10px 0px;
}

#mainTable {
	width:1000px;
	margin:0 auto;
    margin-top:30px;
    left:-500px;
	background-color:#fff;
	text-align:left;
	border:1px solid #f60;
}

#navContainerCell {
	text-align:center;
}

#bannerCell {
	background-image:url(../graphics/bannerFlexor.jpg);
	background-repeat:repeat-x;
	text-align:right;
}


/*
*******************************************************************************************
							BEGIN GLOSSY MENU CODE
*******************************************************************************************
*/

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../graphics/menub_bg.jpg) repeat-x; /*tab background image path*/
	height: 46px;
	width:100%;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
    float: left;
    display: block;
    color:#3a3a82;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding:0 0 0 12px; /*Padding to accomodate left tab image. Do not change*/
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    background: url(../graphics/menub_hover_left.jpg) no-repeat; /*left tab image path*/    
}

.glossymenu li a b{
    float: left;
    display: block;
    padding: 0 16px 0 2px; /*Padding of menu items*/
    background: url(../graphics/menub_hover_right.jpg) no-repeat right top; /*right tab image path*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #000;
	background: url(../graphics/menub_hover_left.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #000;
	background: url(../graphics/menub_hover_right.jpg) no-repeat right top; /*right tab image path*/
}

/*
****************************************************************************************************
								END GLOSSY MENU CODE
****************************************************************************************************
*/

#mapDiv {
	border:1px solid #005;
	width:700px;
}

#reviewFrame {
	padding:10px;
	height:330px;
	text-align:center;
}

#leftColumnContainerCell {
	width:180px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
}

#leftColumnContainerCellEntech {
	width:0px;
}

#leftColumnTable {
	width:180px;
}

#sideNavContainerCell {
	width:100%;
	text-align:center;
	vertical-align:top;
	padding-top:10px;
}

#sideNavList {
	list-style:none;
	padding:0;
	margin:0;
}

.sideNavListItemLink {
	background-image:url(../graphics/button-off.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.sideNavListItemLink:hover {
	background-image:url(../graphics/button-on.jpg);
	color:#000;
}

.sideReserveLink {
	background-image:url(../graphics/reserve-off.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.sideReserveLink:hover {
	background-image:url(../graphics/reserve-on.jpg);
	color:#000;
}

#featurePropTable {
    width:180px;
	text-align:center;
	margin-top:10px;
	background-color:#eee;
	border:1px solid #999;
	background-image:url(../graphics/featurePropTableBG.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#featuredPropPicCell {
	padding:5px;
}

#featuredPropPicCell img {
	border:3px double #222;
}

#featuredPropDescCell {
	padding:10px;
	text-align:justify;
	font-weight:bold;
	font-size:12px;
}

#featuredPropLinkCell {
	font-size:10px;
	padding:5px;
	text-align:right;
}

#featuredPropLinkCell a {
	color:#333;
}

#featuredPropLinkCell a:hover {
	color:#000;
}

#featuredCellTop {
	background-image:url(../graphics/featPropTopBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:10px;
	font-weight: bold;
}

#featuredCellBottom {
	background-image:url(../graphics/featPropBottomBG.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
}

#contentContainerCell {
    width:600px;
	vertical-align:top;
	padding:15px 4px;;
}

#contentContainerCell img {
	margin:10px;
	border:1px solid #555;
}

#contentContainerCellEntech {
	width:750px;
	vertical-align:top;
	text-align:center;
	padding:20px;
}

#bottomBox {
	text-align:center;
	font-size:10px;
	margin-top:25px;
	clear: both;
}

#bottomBox a {
	color:#3a3a82;
}

#bottomNavContainerCell {
	padding:10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#bottomNavContainerCell a {
	color:#3a3a82;
}

#bottomNavList {
	list-style:none;
	padding:0;
	margin:0;
}

.bottomNavListItem {
	display:inline;
}

.bottomNavListItemLink {
	padding:3px;
}

#copyrightContainerCell {
	font-size:10px;
	padding:3px;
	background-image:url(../graphics/copyright_bg.jpg);
	background-position:bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:26px;
}

#copyrightContainerCell a {
	color:#999;
}

#titlePicDiv {
	width:100%;
}

#iFrameData {
	height:800px;
	width:100%;
	position:relative;
}

#iFrameDataRes {
	height:800px;
	width:700px;
	position:relative;
}

#bransonFunIconDiv{
	width:100%;
	text-align:center;
}

#bransonFunIconDiv img {
	margin:5px;
	border:0;
}

/*
****************************************************************************************************
								FROM TEMPLATE
****************************************************************************************************
*/

.generalPopup
{
	position : absolute;
	background-color : #ccc;
	text-align : left;
	padding : 5px;
	border-style : solid;
	border-width : 2px;
	overflow : auto;
}

.success_message
{
	color : #0f0;
}

.required_fields
{
	color : #f00;
}

.formErrors
{
	color : #f00;
}

#table_login
{
	border : solid 1px #999;
	background : #ccd;
	margin : auto;
}
#table_login > TBODY > TR > TD
{
	background : #ccd;
	border : none;
}
#table_login > TBODY > TR > TH
{
	text-align : right;
}


#main_menu_table,
#member_menu_table,
#admin_menu_table
{
	width : 100%;
	border : solid 1px #000;
	background : #ccc;
}
#main_menu_table TD,
#member_menu_table TD,
#admin_menu_table TD
{
	white-space : nowrap;
	padding : 0 10px;
}
#logout_cell
{
	width : 95%;
	text-align : right;
}

#footer
{
	border : solid 1px #000;
	background : #ccc;
}

.active_row
{
	background : #ccc;
	cursor : pointer;
}
.inactive_row
{
	background : transparent;
	cursor : pointer;
}

#result_nav_row
{
}

#admin_edit_table TH
{
	text-align : right;
}

#admin_list_table,
#admin_filter_table
{
	border : solid 2px #000;
	background : #eee;
	margin : 5px 2px;
}
#admin_list_table
{
	width : 100%;
}

#admin_list_table TH
{
	border-bottom : double 3px #000;
	cursor : pointer;
	text-align : left;
}
#admin_list_table TD
{
	font-size : 13px;
	padding: 0 5px;
}

#prop_img_edit,
#prop_tour_edit
{
	background : #eee;
	padding: 5px;
	margin: 0 10px 10px 10px;
	border: solid 1px #000;
	height: auto;
	overflow: auto;
}

#prop_img_edit TD,
#prop_tour_edit TD
{
	border-bottom: solid 1px #aaa;
}

#prop_img_edit IMG
{
	margin: 1px;
	padding: 3px;
}

.picturePopup IMG
{
	width: 400px;
	height: auto;
}

.picturePopup
{
	position : absolute;
	background-color : #666;
	text-align : left;
	padding : 2px;
	border: solid 1px #333;
	overflow : auto;
}

#visitor_list_table TD
{
	
	border-bottom: 1px solid #000;
	padding: 5px;
	vertical-align: top;
}

#visitor_list_table H3,
#visitor_list_table H4
{
	margin: 0;
}

.prop_thumb
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}

#image_tour_cell
{
	width: 400px;
	vertical-align: top;
}

#description_cell
{
	padding: 0 0 0 10px;
	vertical-align: top;
}

#image_tour_cell H3,
#image_tour_cell H4
{
	padding: 2px;
	margin: 5px 0px 0 0;
	text-align: center;
	background-color: #ddd;
	color: #3a3a82;
}

#description_cell H3,
#description_cell H4
{
	margin: 0;
}

#prop_main
{
	width: 325px;
	margin: 5px 0;
}
.prop_thumb_list,
#prop_main
{
	border: 1px solid #000;
}

.prop_thumb_list
{
	cursor: pointer;
}

#reserve_link
{
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background-color: #eee;
	color: #3a3a82;
	text-align: center;
	border: solid 2px #000;
	margin: 2px 0px;
}


/*------------------------------------------------------------------------------------------------------
CALENDAR PICKER
------------------------------------------------------------------------------------------------------*/

.calPopup
{
	position: absolute;
	z-index: 10;
	border: solid 1px #000;
	background: #ccc;
	overflow: auto;
	font-family: sans-serif;
	font-size: 12px;
}

.calPopup table
{
	width: 85%;
	margin: 5px 5%;
	border: 1px solid #000;
	border-collapse: collapse;
	background: #fff;
}
.calPopup table TD
{
	width: 14%;
	border: solid 1px #666;
}

.passed,
.future,
.selected,
.today
{
	border: solid 1px #666;
	cursor: pointer;
}

.passed
{
	background-color: #aaa;
	color: #333;
}
.future
{
	background-color: #F60;
	color: #fff;
}
.selected
{
	color: #004bbb;
	background-color: #fff;
}
.today
{
	background-color: #f00;
}
.othermonth
{
	border: solid 1px #666;
	background-color: #fff;
	color: #ccc;
}

.calPopup SELECT
{
	font-size: 11px;
	/*border: solid 1px #666;*/
}

#request_table
{
	border: solid 2px #000;
	border-collapse: collpase;
}
#request_table TH,
#request_table TD
{
	padding: 0 2px;
}

#request_table TH
{
	text-align: right;
	vertical-align: top;
	background: #ccc;
	border: outset 2px #ccc;
}
#request_table TD
{
	text-align: left;
	vertical-align: top;
	background: #fff;
	border: solid 1px #ccc;
}

#request_table INPUT,
#request_table SELECT,
#request_table TEXTAREA
{
	width: 250px;
}

.shows_images
{
	float: left;
	padding: 2px;
	border: 2px solid #3a3a82;
	margin: 0 10px 10px 0;
}

.shows_p
{
	clear: both;
	border-top: solid 10px #ccc;
	padding: 5px 0;
}
.shows_p H3
{
	margin: 0;
}

#contactDivBold {
	margin-top:20px;
	font-size:16px;
	color:#f60;
	font-weight:bold;
	text-align:center;
}

.resortPic {
	float:left;
	padding:5px;
}

.resDescCell {
	vertical-align:top;
	padding:5px;
}

.resDescCell a{
	font-size:18px;
	font-weight:bold;
	color:#00c;
}
.resDescCell a:hover{
	color:#f90;
}

#resorts_ul
{
	list-style:none;
	margin:0;
}
#resorts_ul LI
{
	clear: both;
	margin:10px 0 40px 0;
	margin:0;
}
#resorts_ul IMG
{
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
	vertical-align:top;
}

#contentContainerCell #headingGraphic {
	margin-top:10px;
	border:none;
}

#contentContainerCell #admin_list_table img,
#contentContainerCell #prop_tour_edit img,
#contentContainerCell #prop_img_edit img
{
	border:none;
}

#contentContainerCell #result_nav_row img{
	border:none;
}

#callNowDiv {
	background-color:#3a3a82;
	color:#fff;
	font-style:italic;
	font-size:24px;
	font-weight:bold;
	padding:3px;
	text-align:center;
}