* {
	font-family:Arial;
	font-size:11px;
	text-align:left;
}

a {
	/*text-decoration:none;*/
}

a:hover {
	text-decoration:underline;
}

body {
	text-align:center;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
 	/*margin:0px auto;
	padding:0px auto;*/
    background-color:#EBEBEB;
}

hr {
	padding:0px;
	margin:0px 0px 15px 0px;
	height:1px;
}

/* -------------------------- BODY -------------------------- */

#body
{
	background-image:url('/images/interface/background.gif');
	background-repeat:repeat-y;
	width:1018px;
	margin:0px auto;
	text-align:left;
}

#popup {
	background-color:white; 
	margin:10px;
	text-align:left;
}

/* -------------------------- HEADER / FOOTER -------------------------- */

#header {
	padding:30px 36px 60px 36px;
}

#footer {
	clear:both;
	margin-top:20px;
}

/* -------------------------- NAV TOP AND BOTTOM -------------------------- */

.nav {
    float: left;
	color:#727375;
	margin-bottom:6px;
	padding:2px 0px;
}

.nav a {
    color: #707173;
    text-decoration: none;
    font-weight:bold;
}

.nav a:visited {
    color: #707173; 
}

#nav_top, #nav_bottom {
	margin:0px 36px 14px 36px; 
	height:18px;
}

#nav_top2, #nav_bottom {
	margin:0px 43px 14px 36px; 
	height:18px;
}

#nav_bottom {
	clear:both;
	padding-top:10px;
}

#nav_topleft, #nav_bottomleft {
    margin:0px;
	float:left;
}

#nav_topright, #nav_bottomright {
    text-align:right;
    margin:0px;
	float:right;
}

#nav_topleft a, #nav_bottomleft a {
    font-size: 12px;
}

#nav_topright a, #nav_bottomright {
	font-size:10px;
}

#nav_topright a.boxed {
	padding: 2px 5px;
    border: gray 1px solid;
}

.nav_separator  {
	padding:0px 8px;
	text-align:center;
    font-size: 8px; 
    color: #959495;
}

#nav_bottomleft {
}

/* -------------------------- BANNER -------------------------- */

#banner
{
    float: left;
    height: 86px;
    width: 935px;
    margin-right: 3px;
    margin-bottom: 10px;
	display:none;
}

#banner_sub {
	margin:3px 0px 10px 0px;
}

/* -------------------------- MENU -------------------------- */

#nav_leftside
{
    float: left;
    width: 150px;
	clear:left;
	padding-left:36px;
}


#nav_leftside dl, #nav_leftside dt, #nav_leftside dd, #nav_leftside ul, #nav_leftside li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {

}

#menu dt
{
    cursor: pointer;
    margin: 3px 0;
    height: 15px;
    line-height: 15px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #959495;
    font-size: 10pt;
    padding: 4px;
}

#menu dt.has_sub, #menu dt.has_sub:hover, #menu dt.has_sub_over {
    background-image: url(../images/arrow_right_white_black.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
} 

#menu dd
{
    font-size: 10pt;
    color: Blue;
}
#menu li {
    text-align: left;
    background: #fff;
    border: 0 none;
    font-size: 10pt;
    color: Blue;
}

#menu li a {
    text-decoration: none;
    background: white;
    display: block;
    border: 0 none;
    height: 100%;
    font-size: 11px;
    padding-left: 14px;
}

#menu dt a {
    color: #000;
    text-decoration: none;
    display: block;
    border: 0px none;
}

#menu dt.over a:hover {
    color: white;
}

#menu dt a:hover {
    color: white;
}


#action_box2 {
	clear:both;
}


#action_box {
	/*margin-top:6px;*/
	background-color:#99E1F3;
	padding:10px 7px 10px 7px;
	clear:both;
}

#action_box h3 {
	font-size:12px;
	color:#2A3137;
	margin:0px;
	margin-bottom:6px;
}

#action_box select {
	width:135px;
}

#action_box .heading {
	background-color:#CFD0D1;
	font-weight:bold;
}

#action_box .subheading {
	font-weight:bold;
	background-color:#E3E4E5;
	padding-left:9px;
}

#action_box input.text {
	width:120px;
}

#go {
	text-align:right; 
	font-weight:bold; 
	font-size:14px; 
	margin-top:10px;
}

.link_box {
	background-color:#00b3e2; 
	color:white; 
	font-weight:bold;
}

.link_box a {
	color:white; 
	text-decoration:none;
}

.link_box a:hover {
	text-decoration:underline;
}

.link_box strong {
	font-size:14px; 
	vertical-align:middle;
}

/* -------------------------- THE CORRECT MENU -------------------------- */


#menu_div {
	width:136px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 100%;
	font-size:11px;
}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 100%;
}
	
#nav2 a {
	width:100%;
              height:19px;
	display : block;
	color : white;
	font-weight : bold;
	text-decoration : none;
	background-color : #B71237;
	border:1px solid #959495;
	padding : 0 0.5em;
              padding-top:4px;
	margin-bottom:4px;
}

#nav2 a:hover {
	color:white;
	background-color:#0074BF;
	border:1px solid #959495;
}


#nav a {
	width:100%;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	border:1px solid #959495;
	padding : 0 0.5em;
	margin-bottom:4px;
}

#nav a:hover {
	color:white;
	background-color:#0074BF;
	border:1px solid #959495;
}

#nav li ul {
	margin-bottom:5px;
	display:none;
}

#nav li li { 
	line-height:1.5em;
	padding-left:15px;
	width:130px;
}

#nav li li a {
	font-weight:normal;
	border-width:0px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:0px;
	color:#0074BF;
}

#nav li li a:hover {
	text-decoration:underline;
	background-color: white;
	color:#0074BF;
	border:0px;
}

#nav .has_sub {
    background-image: url(/images/interface/arrow_right_white_black.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

#nav .has_sub:hover {
	background-image: url(/images/interface/arrow_right_blue_white.gif);
} 

/* Owner Education Sub Menu items */

/* chapters */
#nav li .chapter { 
	line-height:1.5em;
	padding-left:0px;
	width:145px;	
}
#nav li .chapter a { 		
	color:black;
}
/* topic lists */
#nav li .chapter ul { 
	display:block;
}
/* topics */
#nav li .chapter li{ 
	line-height:1.5em;
	padding-left:10px;
	width:135px;		
}
#nav li .chapter li a{ 
	color:#0074BF;
}

/* End Owner Education */

/* -------------------------- CONTENT -------------------------- */

#content
{
    float: left;
    width: 785px;
    margin: 0px 36px 0px 10px;
    margin-bottom: 10px;
}

#resort_link_button
{
    font-weight: bold;
    font-size: 9pt;
    color: black;
    vertical-align: top;
    text-align: right;
}


#content_headingtext
{
    float: left;
    width: 680px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.error {
	font-weight:bold;
	color:red;
}


/* -------------------------- LIST -------------------------- */

.list_item {
    width:100%;
    float: left;
    border-bottom: #CCCCCC 1px solid;
    vertical-align: top;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.list_item2 {
    width:30%;
    float: right;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.action {
	text-align:right;
	margin-top:14px;
}

.action a {
	font-weight:bold;
	color:black;
	font-size:13px;
	vertical-align:top;
	margin-left:4px;
}


.action2 {
	text-align:left;
              margin-top: 62px;
              vertical-align:bottom;
}
.action2 a {
	font-weight:bold;
	color:black;
	font-size:13px;
	vertical-align:bottom;
	margin-left:2px;
}

.list_item div.content {
	margin-left:114px;
}

.list_item img.thumb {
    float:left;
    margin-right: 14px;

}

.list_item h2 {
	margin-top:0px;
}

.last_item {
	border-width:0px;
}

.divider_item {
    border-bottom: #CCCCCC 3px solid;
}


/* -------------------------- HEADINGS -------------------------- */

h1 {
	margin:0px;
	padding:0px;
    font-size: 18px;
	margin:0px;
}

h2 {
	font-size: 13px;
}

.subtitle {
	margin-top:0px;
}

h3 {
    font-size: 11px;
}

/* -------------------------- FORMS -------------------------- */

form {
	margin:0px;
	padding:0px;
}

.mandatory {
	font-weight:bold;
	color:red;
}

.btn {
	text-align:center;
}

.explanation {
	color:#666;
	font-size:10px;
	margin:3px 0px;
}

.explanation a {
	font-size:10px;
}

.labelCell {
	font-weight:bold;
}

form table, form td, form th {
	border-width:0px;
}

form td, form th {
	padding:2px 5px 2px 0px;
}

/* -------------------------- IMAGE BLOCKS -------------------------- */

#home_left_column
{
	clear:left;
    float: left;
    height: 492px;
    width: 279px;
 	margin:0px;
	margin-right: 7px;
}

#home_left_column *, #home_right_column * {
	color:white;
}

#home_left_column .text, #home_right_column .text {
    margin: 35px 20px;
}

#home_left_column h1, #home_right_column h1 {
	font-size:28px;
}

#home_left_column h2, #home_right_column h2 {
	font-size:18px;
}

#home_right_imageblock
{
    float:left;
	margin:0px;
	margin-bottom:6px;
	padding:0px;
	height:356px;
}

#home_bottom_left_textblock {
    float:left;
	margin:0px;
	margin: 0px 6px 6px 0px;
	height:130px;
	width:139px;
	background-color:#D6D5D4;
}

#home_bottom_left_textblock .text {
	margin:16px 8px 8px 8px;
}

#home_bottom_left_textblock .text h3 {
	color:black;
	font-weight:bold;
	font-size:13px;
	margin-bottom:6px;
}

#home_bottom_left_textblock .action {
	margin-top:40px;
}

#right_imageblock
{
    float:left;
	margin:0px;
	margin-bottom:6px;
	padding:0px;
	height:264px;
}

#home_bottom_left_imageblock, #home_bottom_middle_imageblock, #home_bottom_right_imageblock
{
    float:left;
	margin:0px;
	margin: 0px 6px 6px 0px;
	height:130px;
	width:144px;
}

#home_bottom_right_imageblock {
	margin: 0px 0px 6px 0px;
}


#bottom_left_imageblock, #bottom_middle_imageblock, #bottom_right_imageblock
{
    float:left;
	margin:0px;
	margin: 0px 6px 6px 0px;
	height:118px;
}

/* -------------------------- DETAILS PAGE -------------------------- */

#left_column {
	float:left; 
	width:320px; 
	margin-right:10px; 
	margin-top:0px;
	padding:0px;
}

#right_column {
	float:left; 
	width:455px;
	margin-top:0px;
}

#details {
	clear:left; 
	padding:7px 14px; 
	color:white; 
	font-size:12px;
	margin-bottom:6px;
}

#details a {
	color:white;
	text-decoration:underline;
}

#details a:hover {
	text-decoration:none;
}

#more_details {
	clear:left; 
	padding:7px 14px; 
	background-color:white; 
	border:1px solid #959495;
	font-size:12px;
	margin-bottom:6px;
}

#action_text {
	font-size:11px; 
	margin-top:7px;
}

.terms {
	margin:20px 0px;
}

/* -------------------------- TABLES -------------------------- */

td, th {
	vertical-align:top;
	padding:5px;
	border-collapse:collapse;
	border:1px solid #959495;
	margin:0px;
}

table {
	border-collapse:collapse;
}

table.no_borders, table.no_borders td, table.no_borders th {
	border-width:0px;
}

/* -------------------------- MAP -------------------------- */

#map {
	width:453px; 
	height:350px; 
	font-size:11px; 
	font-family:Arial; 
	border:1px solid #CCC;
	margin-bottom:6px;
}
/* -------------------------- COLOURS THAT CHANGE -------------------------- */

h1, h2, h3, h4 {
    color: #006CB5;
}

a {
    color: #006CB5;
}

.nav a:hover, .action a:hover {
    color: #227BB8; 
}

/*
#nav_leftside a {
    color: #000000;
}

#nav_leftside a:hover {
    color: #000000;
    text-decoration: none;
}
*/

#nav_topright a.boxed:hover {
    color: #ffffff;
    background-color: #227BB8;
    border-color: #227BB8;
}

#menu dt:hover, #menu dt.over {
    color: #ffffff;
    background-color: #227BB8;
    border-color: #227BB8;
}

#menu dt.has_sub:hover, #menu dt.has_sub_over {
	background-image: url(../images/arrow_right_blue_white.gif);
} 

#menu li a {
    color: #006CB5;
}

#menu li a:hover, li a:active {
    background-color: #006CB5;
    color: white;
}

#details {
	background-color:#00B3E2; 
}

#home_left_column {
	background-color:#046CB5;
}

