@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EBF7F7;
}
.smallprint {
	font-size: 10px;
}
.vri #container #header h1 {
	text-align: right;
	font-weight: lighter;
}
.vri #header p {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
.vri #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.vri #header {
	background-image: url(/graphics/header.jpg);
	background-repeat: no-repeat;
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.vri #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.vri #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.vri #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 20px;
} 
.vri  #container  #mainContent  ul {
	list-style-image: url(../graphics/bullet.gif);
}
.vri #mainContent td {
	font-size: 11px;
}
.vri #container #mainContent h1 {
	font-size: 14pt;
	color: #2E3192;
	font-weight: lighter;
}
.vri #footer {
	padding: 0 10px 0 20px;
} 
.vri #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 11px;
	text-transform: uppercase;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #999999;
	text-decoration: none;
}

#navcontainer a:hover
{
	color: #6BC9CD;
}
.vri #homeblurb {
	width: 275px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
}
.vri #eclubSidebar {
	width: 170px;
	padding: 0px;
	margin: 0px;
	background-image: url(/graphics/eclubSideMid.png);
	background-repeat: repeat-y;
}
.vri #eclubSidebar p {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.vri #container #mainContent #resort {
	width: 90px;
	padding: 3px;
	margin: 3px;
	height: 120px;
	border: thin solid #89D4D8;
	color: #2E3192;
}
.vri #container #mainContent #timeshareresult {
	padding: 5px;
	border: thin solid #89D4D8;
	color: #2E3192;
	margin-bottom: 5px;
	width: 100%;
}
.vri #container #mainContent #timeshareDesc {
	color: #2E3192;
	margin-right: 5px;
}
.vri #container #mainContent #features {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #89D4D8;
	padding-left: 5px;
}
.vri #container #mainContent li {
	list-style-image: url(../graphics/bullet.gif);
	padding-bottom: 10px;
}
