h1,h2,h3,h4,a:link,a:visited,a:active {
	text-decoration: none;
	color:#2453A2;
}

ol,ul { /* the default is for ol and ul to have 40 padding on the left, and none on the right.  This gives ul's and ol's a more "justified" feel. */
	padding-left: 40px;
	padding-right: 30px;
}

a:hover {
	text-decoration: underline;
	color:#2453A2;
}

div {
	margin:0;
	padding:0;
}

table, tr, td {
	margin:0;
	padding:0;
	border-style:none;
	border-width: 0px;
	border-spacing:0px;
	vertical-align: top;
}

body {
	margin: 0;
	padding:0;
	background-color: #80B5EC;
	z-index: 99;
}

@media print {
body {
	background-color:white; 
}
}

#the_big_table {
	table-layout: fixed; 
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#table_header {
	background-color: #387dcb;
}

.nowfeat {
	color:yellow;
	text-decoration:none;
	font-weight:bold;
}

.feat_box {
	font-size:13px;
	width:165px;
	min-height:306px;
	font-weight:bold;
	padding:3px;
	border:1px solid black;
	background-color:#65a6e8;
	color:black;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;
}
/* The border between the header and the rest of the page */
#tr_header_bottom {
	height: 7px;
}

#td_header_bottom_left {
	background-image: url('/images/header_bottom_left.png');
	background-repeat: repeat-x;
}

#td_header_bottom_middle {
	background-image: url('/images/header_bottom_middle.png');
	background-repeat: no-repeat;
}

#td_header_bottom_right {
	background-image: url('/images/header_bottom_right.png');
	background-repeat: repeat-x;
}


#td_left_side_container {
	background-color:#2453A2;
	text-align: center;
	width:200px;
}

#td_middle_border_container {
	background-image:url(/images/left_menu_border.png);
	background-repeat:repeat-y;
	width: 7px;
	min-width: 7px;
}

#td_left_content_footer {
	vertical-align:bottom;
	height: 285px;
	background-color:#2453A2;
	text-align: center;
}

#td_left_content_footer a {
	display: block;
}

#td_left_content_footer img{
	margin-top:20px;
	border:0;
}

#td_right_content_footer {
	height:108px;
	text-align: center;
	vertical-align: bottom;
}

#td_footer_container {
	background-color:#2453A2;
}

#img_title_bar {
	width: 750px;
	height: 118px;
}

#title_swf {
	width: 750px;
	height: 118px; 
	margin-top: 15px;
}

@media all {
#print_title_swf { 
	display: none;
	margin-top: 15px;
}
#print_findts { display:none; }
#findts { display:block; }
}

@media print {
#print_title_swf {
	display: block;
	margin-top: 15px;
}
#title_swf { display:none; }
#print_findts { display: block; }
#findts { display:none; }
}


#div_left_side_menu {
	border-top-width: 1px;
	border-top-color: #5f90c9;
	border-top-style: solid;
}

#div_left_side_menu a {
	padding-bottom: 3px;
	/*width: 200px;*/
	white-space: nowrap;
	font-weight: bold;
	font-family:Verdana,Sans-seirf;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	border: none;
/*	text-align: center;	*/
/*	margin:0;*/
/*	letter-spacing: +1px;*/
}

#div_left_side_menu a:active, #div_left_side_menu a:focus { 
	text-decoration: none;
	border: none;
	outline: none;
}

#div_left_side_menu a {
	border: none;
	outline: none;
}

#div_left_side_menu a:hover {
	text-decoration: none;
}
/* This get striped in condoresortlink.js to take care of a bug.  It is left in for clients without javascript. */
.noJSHover div.left_bar_nav:hover {
	color: #000000;
}

.left_bar_outline {
	position:absolute; 
	z-index:0;
	color: black;
	font-size: 16px;
}

#div_title_bar_marquee_id {
	height: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#p_header_blink {
	color: #FFFF00;
	text-align: center;
}

#div_left_side_menu span {
	display: inline-block;
	
}


#div_left_side_menu .left_bar_nav {
	margin-left: auto;
	margin-right: auto;
}

#div_left_side_feature_boxes {
	margin-top: 25px;
	display:none;
}

#div_left_side_link-group-1 {
	display:none;	
}

#div_left_side_link-group-1 img{
	border:1px solid black;
	margin-top:10px;
}

#div_left_side_link-group-1 #img_backporch {
	border:0;
}

#div_left_side_link-group-2 {
	padding-top:20px;
	vertical-align:middle;
	height: 100%;
	display:none;
}

#div_left_side_link-group-2 img{
	border:1px solid black;
	margin-top:20px;
}

#div_left_side_link-group-2 #img_securitymetrics {
	border:0;
}

#td_footer {
	text-align:center;
	background-color:#2453a2;
	color: #CCCCCC;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#td_footer a {
	color: #FFFFFF;
}
#td_footer p {
	margin-top: 2px;
	margin-bottom: 0px;
}
.p_footer_disclaimer {
	font-size: 75%;
}

/* CSS that applies to the pages only (stuff on the right) goes here */

#td_right_content_container {
	text-align:justify;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 18px;
	width:540px;
}

#td_right_content_container p {
}

#td_right_content_container .first-element {
	margin: 0;
}

/* Input forms */

.inputForm {
	font-size:75%;
	text-align: right;
}

.inputForm fieldset {
	padding: 0;
}

.inputForm legend {
	font-size: 120%;
	color: #2453A2;
	font-weight: bold;
}

.inputForm label {
	float: left;
	text-align: left;
}

.inputForm label.toplabel {
	display: block;
	width: 100%;
	text-align: left;
}

.inputForm label.error  {
	color: red;
	vertical-align: top;
	width: 100%;
	display: block;
	text-align: right;
}

.inputForm p {
	padding:10px; /* */
	margin: 0; /* */
}

.inputForm .submit {
	width: 75px;
	border: 1px outset black;
}

.inputForm input {
	width: 60%;
	margin-right: 0;
	padding:1px;
	border: 1px inset #2453A2;
}

.inputForm em {
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
	color: #FF0000;
}

.inputForm textarea {
	width: 100%;
	border: 1px inset #2453A2;
}

.inputForm input.readonly,.inputForm textarea.readonly  {
	background-color: #DDDDEE;
}

.inputForm input.error,.inputForm textarea.error  {
	border: 1px inset red;
}
/* The focus/outline thing highlights a field when you click on it.  It doesn't work in IE6 or IE7. */
.inputForm input:focus, .inputForm textarea:focus {
	outline: 2px inset blue;
}
.inputForm input.readonly:focus, .inputForm textarea.readonly:focus {
	outline: none;
}
.inputForm input.error:focus, .inputForm textarea.error:focus {
	outline: 2px inset red;
}

.inputForm .header {
	background-color:#2656A4;
	color:white;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
}

/* The images at the bottom of the right content side */

#td_right_content_container #table_bottom_images {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#td_right_content_container #table_bottom_images tr:first-child td {
	vertical-align: bottom;
}

#td_right_content_container #table_bottom_images td {
	vertical-align: middle;
	padding-bottom: 25px;	
}



#td_right_content_container #tr_img_really_cute_things img { 
	border: 1px solid black;
	height: 125px;
}

#td_right_content_container #tr_img_bbb_and_netcheck img { 
	border: 0;
	height: 114px;
	width: 75px;
}

#td_right_content_container #tr_img_bbb_and_netcheck #td_img_netcheck img { 
	border: 0;
	height: 95px;
	width: 125px;
}

#td_right_content_container #img_about_bottom {
	margin-left: auto;
	margin-right: auto;
}

#td_right_content_container #img_about_bottom_privacy {
	margin-left: auto;
	margin-right: auto;
}

/* Some pages have a right_floating_menu.  This is the defintions for all of them.  Most also have some page-specific information that must be entered. */

#right_floating_menu {
	float: right;
	width: 125px;
	font-weight: bold;
	text-align: center;
	margin-left: 12px;
}

#right_floating_menu p {
	margin-top: 0;
	margin-bottom: 0;
}

#right_floating_menu img {
	margin-top: 6px;
	border: 1px solid #000000;
}

#right_floating_menu form {
	margin-top: 6px;
}

#right_floating_menu input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}

#right_floating_menu .text_input {
	border: 2px solid #80B5EC;
	width: 95px;
}

/* Contact Info */
/**
 *	behold a little css-foo.  This is perhaps more complex than need be,
 *	but here's what is going on.  Contact info usually comes in table-like
 *	things, where there is a label followed by a piece of data.  The problem
 *	with using tables is that you get a column of labels, and a column of
 *	data, and if the data is too large for the table size, the data can't use
 *	the extra room that the label has.  There is a "hard middle".  We can fix
 *	this using blocks in css.  Contact data is usually presented in lists, so
 *	we use a list.
 */
.ul_contact {
	margin-top: 0;
	display: inline-block; /* this gives the whole ul the *minimum* width needed for the inside content. */
	list-style-type: none;
	text-align: right;
}

.ul_contact label { /* Since data has labels, I used the label tag. */
	float: left;
	padding-right: 20px;
	text-align: left;
}

.ul_contact span.span_contact_address {  /* multi-line items that you want left-justified in themselves.  You need to put a span around the data. */
	display: block;
	text-align: left;
}

/* some of the "first elements" of the pages have stuff in common, but the first-child psudo-class won't work because the floating right bar is there. */
#td_right_content_container .first-element {
	text-align: center;
}

/* index.html page specific */

#page_index_html #index_div_marquee_right_floating_bar {
	width: 125px;
	margin-left: auto;
	margin-right: auto;
	color:black;
	font-size:12px;
}

/* contact us */
#page_contact_html #right_floating_menu {
	width: 175px;
	font-weight: normal;
	text-align: left;
}

/* FAQ */
#page_faq_html ul li { /* Put a little more distance between the list items, and use a stronger font for the questions */
	margin-top: 2em;
	font-weight: bold;
}

/*resorts*/
#page_resorts_html #td_right_content_container a {
	color:#000000;
}

/* Ad Page and Survey Page and Advertise Page*/
/* @TODO: Go back and make this the normal way, and the "contact us" page the exception */
#page_ad_html .inputForm fieldset, #page_survey_html .inputForm fieldset, #page_advertise_html .inputForm fieldset {
	border: solid 1px #000000;
}

#page_ad_html .inputForm label, #page_survey_html .inputForm label, #page_advertise_html .inputForm label { /* By turning off the float, the text is now aligned
next to the field. */
	float:none;
}

#page_ad_html .inputForm label.error, #page_survey_html .inputForm label.error, #page_advertise_html .inputForm label.error {
	float: left;
}

/* Marketing Page */
#page_marketing_html strong {
	color:#2453A2;
}
#page_marketing_html #table_of_links {
	margin-left: auto;
	margin-right: auto;
}
#page_marketing_html #table_of_links td {
	width:50%;
	padding-left: 10px;
	padding-right: 10px;
}
#page_marketing_html li { /*double-spaces the list*/
	margin-top: 1em;
}

/* Resources Page */
#page_timeshares_html #table_vacation_property_resources {
	font-size: 12px;
	text-align: center;
	width:100%;
}
#page_timeshares_html #table_vacation_property_resources td {
	padding: 15px;
	vertical-align: middle;
}

#page_timeshares_html #table_vacation_property_resources img {
	border: 0 none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#page_timeshares_html #div_timeshare_week_calendar {
}

#page_timeshares_html #a_timeshare_today_banner_link {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Timeshare Page (resources on menu bar) */
#timeshare_top_calendar {
	/* the bottom and left sides are bordered with this, the right and top are borded with the td's in the cells */
	margin:0 auto;

	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
#timeshare_top_calendar td {
	border-top: 1px solid black;
	border-right: 1px solid black;
}
#timeshare_top_calendar td table td {
	/* clears the border created above */
	border:none;
	text-align:center;
	}
#timeshare_top_calendar table thead td {
	background-color:#367dd1;
	color:white;
	font-weight:bold;
}
/**
 * This stuff violates KISS, especially since the cells are generated in php.
 * Here, the first child in the head of the interior tables are made a different color
 */
#timeshare_top_calendar table thead tr:first-child > td {
	background-color:#2656a4;
}
#timeshare_top_calendar table tbody tr td:first-child {
	font-weight:bold;
}
#timeshare_top_calendar td > table {
	background-color:#FFFFFF;
	width: 225px;
}
