*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #6d6d6d;
	background: url('../images/layout_images/bg_image.gif') center top no-repeat;
}

#wrapper{
	width: 966px;
	margin: 0 auto;
}

#masthead{
	height: 143px;
	position: relative;
}

#logo{
	margin: 25px 0 23px 43px;
	width: 209px;
	float: left;
	display: inline;
}

#register_info{
	position: absolute;
	top: 50px;
	right: 0;
}

#hero {
	width: 966px;
	height: 264px;
}

#page{
	padding: 28px 0 43px 43px;
	background: url('../images/layout_images/page_bg.gif') repeat-y top left;
}

#nav_wrapper{
	font-size: 1.1em;
	font-weight: bold;
	width: 160px;
	float: left;
	margin-right: 40px;
}
#nav_wrapper ul{
	list-style: none;
}
#nav_wrapper ul#home_navigation {
	margin-bottom: 0;
	margin-top: 8px;
}
#nav_wrapper ul li{
	line-height: 21px;
	border-top: 1px solid #deeff9;
	padding-top: 3px;
}
#nav_wrapper ul li a{
	color: #00457c;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
#nav_wrapper ul li a:hover{
	color: #00aeef;

}
#nav_wrapper ul li.selected a, #nav_wrapper ul li.selectedlast a{
	color: #00aeef !important;
	text-decoration: none;
	padding-left: 13px;
	background: url('../images/layout_images/arrow_light_blue.gif') no-repeat left 3px;
	
}

#nav_wrapper ul ul{
	display: none;
	font-weight: normal;
}

#nav_wrapper ul .selected ul{
	display: inline;
}
#nav_wrapper ul .selected ul ul{
	display: none !important;
}
#nav_wrapper ul .parent_selected ul ul{
	display: none !important;
}

#nav_wrapper ul .parent_selected ul .selected ul{
	display: inline !important;
}
#nav_wrapper ul .parent_selected ul .parent_selected ul{
	display: inline !important;
}

#nav_wrapper ul .selected ul li a{
	background: none;
	color: #919191;
}
#nav_wrapper ul ul .selected ul li a, #nav_wrapper ul ul .parent_selected ul li a{
	background: none;
	color: #919191 !important;
	padding-left: 20px;
	font-size: 0.9em;
	
}
#nav_wrapper ul ul .parent_selected a{
	color: #00aeef !important;
}

#nav_wrapper ul ul .parent_selected ul li.selected a{
	color: #00aeef !important;
}

.parent_selected a{
	color: #919191 !important;
	padding-left: 13px;
	background: url('../images/layout_images/arrow_grey.gif') no-repeat left 3px;
}
.parent_selected ul{
	display: inline !important;
	color: #919191 !important;
}
.parent_selected ul li.selected a{
	color: #00aeef !important;
	background-image: none !important;
}
.parent_selected ul li a{
	background-image: none !important;
}

/* Content Area
***************************/
#col_left{
	float: left;
	width: 260px;
}
#content p{
	font-size: 1.3em;
	line-height: 1.5em;
	padding-right: 3px;
}
#inner_content p.breadcrumbs {
	font-size: 1.1em;
}
#content ul{
	font-size: 1.3em;
	list-style: none;
	margin-left: 0;
	line-height: 1.5em;
	padding-right: 3px;
}
#content ul li{
	background: url('../images/layout_images/arrow_light_blue.gif') no-repeat left 4px;
	padding-left: 10px;
	margin-bottom: .5em;
}
#col_left h1, #col_right h1{
	font-size: 26px;
	margin-bottom: 18px;
}

#col_right{
	float: left;
	width: 380px;
	margin: 0 40px;
}

#page_footer{
	background: url('../images/layout_images/page_footer.gif') no-repeat scroll top left;
	width: 966px;
	height: 7px;
	overflow: hidden;
	clear: both;
}

/* Home Slider
***************************/
#slider{
	position: relative;
}
#slider_mask{
	width: 380px;
	overflow: hidden;
}
.item{
	float: left;
	width: 185px;
	margin-right: 10px;
}
.item h3{
	margin: 15px 0 13px;
	font-size: 1.3em;
}

#left_arrow{
	position: absolute;
	left: -30px;
	top: 90px;
	width: 16px;
	height: 31px;
	font-size: 1em;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/slider_arrow_left.gif') no-repeat left top;
}
#left_arrow:hover, #right_arrow:hover{
	background-position: left center;
}

#left_arrow.disabled, #right_arrow.disabled{
	background-position: left bottom;
	cursor: default;
}

#right_arrow{
	position: absolute;
	right: -30px;
	top: 90px;
	width: 16px;
	height: 31px;
	font-size: 1em;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/slider_arrow_right.gif') no-repeat;
}





/* Footer
***************************/
#footer{
	position: relative;
	margin-bottom: 100px;
}
#register_btn{
	display: block;
	width: 155px;
	height: 44px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/btn_register_now.gif') no-repeat;
	margin-top: 14px;
	float: left;
}
#register_btn:hover{
	background-position: left -44px;
}

#call_today {
	width: 282px;
	height: 0;
	font-size: 1em;
	padding-top: 43px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/call_today.gif') no-repeat;
	margin: 14px 10px 14px 0;
	float: left;
}

#footer_nav{
	list-style: none;
	width: 360px;
	position: absolute;
	right: 3px;
	top: 7px;
	text-align: right;
	margin-top: 10px;
}
#footer_nav li{
	display: inline;
	margin-left: 1em;
	text-align: right;
}

#footer_nav a{
	color: #929292;
	font-size: 1.2em;
}
#icon a{
	color: #b6b6b6;
	position: absolute;
	right: 3px;
	top: 35px;
	font-size: 1.1em;
}

/* General
***************************/
p, h1, h2, ul, ol, table{
	margin-bottom: 1em;
}
a{
	text-decoration: none;
	color: #00aeef;
	font-size: 1.3em;
}
p a, ul a, ol a, table a
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-size: 1em;
}
a img{
	border: none;
}
h1{
	color: #00aeef;
	font-weight: normal;
	font-size: 26px;
}
.clearline{
	clear: both;
	height: 0px;
	overflow: hidden;
}
#inner_content ol, #inner_content ul{
	margin-left: 10px;
	font-size: 1.2em;
}

#inner_content table{
	font-size: 1.2em;
	margin: 1em 0;
}
#inner_content table.tbl_interest {
	margin: 0.5em 0;
}
#inner_content table.tbl_contactmethod {
	margin: 0;
}

fieldset{
	background: #fdfdfd;
	border: 1px solid #eaebf0;
	/* border-radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow */
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	width: 560px;
	padding: 0 20px 0 20px;
}
td.colLabel{
	padding: 0.5em 0;
	font-size: 12px;
	line-height: 16px;
}
td.colLabel label{
	width: 150px;
	padding: 0.5em 0 0.5em 0;
	font-size: 12px;
	line-height: 16px;
}
td.colLabel label.error{
	border: medium none !important;
	color: #ff0000;
	display: block;
}

td.xtra label {
	display: inline;
	padding: 4px 0 3px 0;
}
.error {
	border: 1px solid #ff0000 !important;
}

table.tbl_interest tbody tr td.colLabel label.error {
	float: right;
}

td.colLabel .mandatory, .mandatory{
	color: #70afef;
	font-size: 12px;
	line-height: 16px;
}
td.interestLabel, td.yourDetails {
	color: #70afef;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.colField input[type=text] {
	border: 1px solid #ccc;
	padding: 0.3em;
	width: 250px;
}
.textfield {
	border: 1px solid #ccc;
	/* border-radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.3em;
	width: 220px;
	margin-top: 5px;
}
.textfield_long, .textfield_long_first {
	border: 1px solid #ccc;
	/* border-radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.3em;
	width: 460px;
	margin-top: 0.5em;
}
.textfield_long {
	margin-top: 0.5em;
}
.textfield_long_first {
	margin-top: 0;
}
.rf_box, .radiofield {
	border: 1px solid #ccc;
	/* border-radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
}
.radiofield {
	margin-top: 4px;
	margin-bottom: 4px;
}
td.colLabel select#State {
	margin-top: 5px;
}

div.hr {
	border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-style: none none dotted;
    border-width: medium medium 1px;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 15px 0;
}
.colField select{
	border: 1px solid #ccc;
	padding: 0.3em;
	width: 260px;
}
table.inner_content table.tbl_interest {
	margin-top: 0px;
}
.submit_button {
	background: url("../images/layout_images/wyndham_form_button.gif") no-repeat scroll left top transparent;
	border: none;
    height: 43px;
    width: 153px;
    text-indent: -9999px;
    cursor: pointer;
}
.reset_button {
	background: none;
	font-size: 12px;
	line-height: 16px;
	border: none;
    height: 43px;
    width: 42px;
    color: #6D6D6D;
    cursor: pointer;
}
.button_divider {
    color: #6D6D6D;
	font-size: 16px;
	line-height: 16px;
	padding-left: 6px;
}
.pagination{
	margin-left: 0 !important;
}
.pagination li{
	background-image: none !important;
	padding-left: 0 !important;
	display: inline;
	padding-right: 5px;
}
.pagination li.here a{
	color: #919191 !important;
}

#news_detail .page_title{
	margin-bottom: 0;
	color: #9d9d9d;
}
#news_detail .date{
	margin-bottom: 0.5em;
}
.download_link{
	background: url('../images/layout_images/page_icon.gif') left top no-repeat;
	padding-left: 15px;
	line-height: 20px;
	height: 20px;
	font-size: 1.2em;
	display: inline-block;
}

ol{
	margin-left: 25px !important;
}

.contact-methods label.error { float:right;}
