/* */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
a {margin: 0; padding: 0; vertical-align: baseline; background: transparent;}
ins {background-color: #ff9; color: #000; text-decoration: none;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
input, select {vertical-align: middle;}
:focus {outline: 0;}
hr {background: none; border: none; margin: 10px 0; border-bottom: 1px solid #ccc; clear: both;}
code {font-size: 1.1em;}
code {display: inline-block; border: 1px solid #eee; font-size: 0.9em; padding: 0 3px;}
pre {overflow: auto; font-family: 'courier new', courier, monospace; font-size: 0.85em; padding: 10px;  border: 1px solid #ccc;}

* 			{ padding: 0px; font-size: 100.01%; margin: 0px; }
body 		{ margin:0px; padding:0px; background:url(images/body-bg.jpg)repeat-y center #323420; font-size: .9em; line-height:1.2em; font-family:Tahoma; color:#88754D; }

.small 		{ font-size: .75em; /* 75% of the baseline */ }
.large 		{ font-size: 1.25em; /* 125% of the baseline */ }

a 			{ text-decoration: none;}
a:link		{ color:#000080; background:inherit; text-decoration:none; }
a:visited	{ color:#000080; background:inherit; }
a:hover		{ color:#FFA500; background:inherit; text-decoration: underline; }
a.n 		{ color:#655940; border-width:0px;text-decoration: none; }

/*h1.insetshadow {
	color: #532900;
	letter-spacing: .1em;
	text-shadow: 
	  -1px -1px 1px #200000, 
	  2px 2px 1px #FFF5CC;
}*/
h1 			{ color:#532900; font-size:1.8em; font-weight:bold; margin:0px; line-height: 1.2em; font-family:Arial; text-transform:uppercase; }
h2			{ color:#6D7811; font-size:1.6em; font-weight:bold; margin:0px; line-height: 1.2em; text-transform:uppercase; }
h3			{ color:#8C1900; font-size:1.4em; font-weight:bold; margin:0px; line-height: 1.2em /*text-transform:uppercase;*/ }
h4 			{ color:#339966; font-size:1.2em; font-weight:bold; margin:0px; line-height: 1.2em /*text-transform:uppercase;*/ }
h5 			{ color:#474A11; font-size:1.0em; font-weight:bold; margin:0px; line-height: 1.2em /*text-transform:uppercase;*/ }

ul#navigation 			{ padding: 0; margin: 0; background-color: #039; color: #fff; float: left;	width: 100%; }
ul#navigation li 		{ display: inline; }
ul#navigation li a 		{ padding: .25em 1em; background-color: #039; color: #fff; text-decoration: none; float: left; border-bottom: solid 1px #fff; border-top: solid 1px #fff; border-right: solid 1px #fff; }
ul#navigation li a:hover{ color: #000;	background-color: #fff; }

form 		{ margin:0px; }



.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000080;
	background-color : #ffffff; 
	font-weight: bold;
}

a.button-link {
    padding: 5px 35px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
a.button-link:hover, a.button-link:focus {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

a.button-link2:link {
	color:#FFF;
}

a.button-link2 {
	font-size:.8em;
	display: block;
    padding: 4px 4px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
a.button-link2:hover, a.button-link2:focus {
	color:#CCC;
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}


.main8 		{color: #000000; background:#FFF; font-family: Verdana, Arial, Helvetica, sans-serif;}
.main8B 	{color: #000000; background:#FFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
.main9 		{color: #000000; background:#FFF; font-family: Verdana, Arial, Helvetica, sans-serif;}
.main9B 	{color: #000000; background:#FFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
.footer 	{font-family:Verdana, Arial, Helvetica, sans-serif;}
.footerBold {font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold}

.title {
	color: #000; background:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.lead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	background:inherit;
	font-size: 18px;
	font-weight: bold;
}
.homeBack {
	color: #FFFFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:inherit;
}
.separator {
	color: #999999;
	background:inherit;
}
.flyoutLink0  {
	border: solid 1px #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 1px 6px 0px 6px;
	cursor: pointer;
}
.flyoutLink0 a {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutLink1  {
	color:#000;
	background: #CCC;
	border: solid 1px #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 1px 6px 0px 6px;
	cursor: pointer;
}
.flyoutLink1 a {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutMenu {
	background-color: #F1F1F1;
	border-color: #999999;
	border-width: 0 1px 1px 0;
	border-style: solid;
	color:#000000;
}
.flyoutHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #F1F1F1;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	cursor: default;
	color:#000000;
}
.flyoutMenu TD.flyoutLink  {
	border-color: #F1F1F1;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 1px 25px 3px 6px;
	cursor: pointer;
}
.flyoutLink a {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutLink a:hover {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutLink a:visited {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutLink a:active {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutSubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #F1F1F1;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 7px;
	cursor: default;
	color:#000000;
}
.flyoutSubLink {
	border-color: #F1F1F1;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 1px 15px 3px 11px;
	cursor: pointer;
}
.flyoutSubLink a {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutSubLink a:hover {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutSubLink a:visited {
	color: #000; background:#FFF;
	text-decoration: none;
}
.flyoutSubLink a:active {
	color: #000; background:#FFF;
	text-decoration: none;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.mainI {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* added styles */

.header-links {
	color:#000;
	background-color:#FFF;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.header-links:hover {
	color:#FFA500;
	background-color:#FFF;
}

.blue-line {
	height:3px;
	margin:5px 0px;
	background-color:#6B8EC6;
	color:#FFF;
	font-size:1px;
}

#main-wrapper {
	width:758px;
	border:2px solid #8D8D8D;
	text-align:left;
}

.clear_both {
	font-size:0px;
	height:0px;
	clear:both;
	width:0px;
}

.info-list {
	margin:0px 0px 0px 20px;
	padding:0px;	
}

.info-list li {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}

.center-text {
	text-align:center
}

@font-face {
  font-family: 'Carrois Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Carrois Gothic'), local('CarroisGothic-Regular'), url(http://fonts.gstatic.com/s/carroisgothic/v4/GCgb7bssGpwp7V5ynxmWy-RYAdd4IhfhHjBEc43Trp8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/carroisgothic/v4/GCgb7bssGpwp7V5ynxmWy2IHn70NeZKJ0uStDo7Dza8.woff) format('woff');
}

.unitTitle {
	font-family:Tahoma;
	font-size:11px;
	color:#88754D;
}

.brown
{
	color:#B85F00;
}
.light
{
	color:#6B5D41;
}
a.light
{
	border-width:0px;
	color:#6B5D41;
	text-decoration:underline;
}
a.ll
{
	border-width:0px;
	color:#8A774F;
	text-decoration:underline;
}
.divBox
{
    width: 85px;
    line-height: 35px;
	background-color:#E0884E;
	text-align:center;
}
.divBox a
{
    width: 100%;
    height: 100%;
    display: block;
	color:#FFFFFF;
	font-weight:bold;
}
.green
{
	color:#6D7811;
}
a.copy
{
	border-width:0px;
	color:#828061;
	text-decoration:none;
}
/*new code*/
.bg_left_green {
	background-image:url(../images/bg_left.jpg);
	background-position:right;
}
.bg_right_green {
	background-image:url(../images/bg_right.jpg);
	background-position:left;
}
.bg_menu {
	background-image:url(../images/menu_bg.jpg);
	vertical-align:middle;
}
.bg_body {
	background-image:url(../images/body_bg.jpg);
	max-width:100%;
	height:auto;
}
.bg_bottom {
	background-image:url(../images/bottom_bg.jpg);
}
.bg_maui {
	background-image:url(../images/maui_heading.jpg);
	background-repeat:no-repeat;
}
.bg_tahoe {
	background-image:url(../images/tahoe_heading.jpg);
	background-repeat:no-repeat;
}
.bg_v_separator {
	background-image:url(../images/v_sep.jpg);
}
.bg_h_separator {
	background-image:url(../images/h_sep.jpg);
}
.box_right_head {
	background-image:url(../images/box_top.jpg);
	background-repeat:no-repeat;
	color:#874B17;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding-left:12px;
}
.bg_box_inner {
	background-image:url(../images/box_inner_rep.jpg);
}
.bg_box_right {
	background-image:url(../images/box_rep.jpg);
}
.heading_green {
	color:#6D7811;
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
.heading_green12 {
	color:#6D7811;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
.heading_green13 {
	color:#6D7811;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:10px;
}

.textbox_dropdown {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.btn {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:20px;
	width:60px;
}
.img_border{
	background-image:url(../images/img_border.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	vertical-align:middle;
	height:60px;
}
.table_border{
	border-width:1px;
	border-color:#996600;
	border-style:solid;
}
.table_tr_color{
	background-color:#999966;
	color:#FFFFFF;
	font-size:10px;
}
.table_tr_color1{
	background-color: #E6E4BD;
}
.border_image{
	border-width:3px;
	border-style: groove;
	border-color:#FFFFFF;
}
.faq{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-width:1px;
	width:255px;
	border-style:solid;
	border-color:#BEA182;
	background-color:#E3DBBA;
}
.hspace_3{
height:3px;
}
.hspace_7{
height:7px;
}
.txt_bold{
	font-weight:bold;
}
.brown_bg_heading{
	background-image:url(../images/book_heading_bg.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
.book_table_border {
	border-left:double;
	border-left-width:2px;
	border-left-color:#E0D3B5;
	border-right:double;
	border-right-color:#E0D3B5;
	border-right-width:2px;
	border-bottom:double;
	border-bottom-color:#E0D3B5;
	border-bottom-width:2px;
	background-image:url(../images/book_main_bg.gif);
	background-repeat:repeat-x;
	background-color:#F5EFD7;
}
.book_sep{
	background-image:url(../images/book_sep.gif);
	background-repeat: repeat-y;
	background-position:center;
	padding-left:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
.book_heading_14 {
	font-size:14px;
	font-weight:bold;
	color:#8F7953;
}
.book_selected_txt {
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
}
.td_bg_litebrown {
	background-color:#E9DBAE;
	padding-left:5px;
}
.td_bg_darkbrown {
	background-color:#88754D;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
}
#boxContent { border: solid #000 1px; position: relative; left: -13px; top: -13px;}
#boxContainer { position: relative; background: #CCC; margin: 14px;}

time.icon {
font-size: .5em; /* change icon size */
display: block;
position: relative;
width: 7.5em;
height: 7.5em;
background-color: #fff;
border-radius: 0.6em;
box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
overflow: hidden;
}
time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.2em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}
time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}
time.icon span
{
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 1.2em;
  padding-bottom: 1em;
  color: #2f2f2f;
}
.imagedropshadow {
	padding: 5px;
	border: solid 1px #CCC;
	background-color:#FFF;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

/*  PhoneNumber Links  */
a[href^=tel] {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: black;
	display: inline-block;
	font-style: normal;
	margin-top: 10px;
	padding: 3px 5px;
	text-decoration: none;
	background-color:#FFF;
	font-size: 1.2em;
	line-height:1.3em;
}
a[href^=tel]:before {
	content: 'Call: ';
	font-weight: bold;
}
a[href^=tel]:hover {
	color:#4479BA;
	text-decoration: none;
}

/*  Hr bar styles  */
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
.dis{background-color: #c28745;
    border: 1px solid #000;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    height: 25px;
    margin-bottom: 7px;
    padding: 11px 5px 5px;
    text-align: center;
    vertical-align: middle;
    width: 98%;}
.flash{width:860px;margin:0 auto;}
.tp{width:860px;margin:0 auto;}


.wrap{width:860px;margin:0 auto;}
.toppy-top{background:url(http://www.aplusresorts.com/images/body_top.jpg)center;height:26px;width:100%;}
.toppy-left{width:31px;float:left;background:url(http://www.aplusresorts.com/images/body_left_curve.jpg)repeat-y;height:2046px;}
 .top{background: none repeat scroll 0 0 #f5ecce;
    float: left;
    width: 802px;}
 .toppy-right{width:26px;float:left;background:url(http://www.aplusresorts.com/images/body_right_curve.jpg)repeat-y;height:2046px;}
 .con1, .con2{float: left;
    margin-right: 19px;
    width: 34%;}
	.con3{float:right;}
	.toppy-bottom{height:50px;width:100%;}
.foot-wrap{width:860px;margin:0 auto;}
.foot1{width:20%;float:left;}
.clear{clear:both;}


/*************************************************************************************************************************
Screen smaller than 680px
*************************************************************************************************************************/
@media all and (max-width: 680px) {

  /* Overall */
  .tp{width:90%;}
  .top{width:92.5%;padding:10px;}
  .con1, .con2, .con3{width:100%;}
  .toppy-left, .toppy-right{display:none;}
  .foot-wrap{width:90%;margin:0 auto;}
  .foot1{width:100%;}

}

/*************************************************************************************************************************
Screen between 681px and 1024px
*************************************************************************************************************************/
@media all and (min-width: 681px) and (max-width: 1024px) {

  /* Overall */
 .tp{width:100%;}
 .toppy-right, .toppy-left{display:none;}
 .con1, .con2{width:33%;}
 .top{width:100%;}

  /* .nav */
  

}

/*************************************************************************************************************************
Screen larger than 1025px
*************************************************************************************************************************/
@media all and (min-width: 1025px) {

  /* Overall */
  .cont1{width:677px;float:left;}
  .rgt{width:256px;float:right;}
  
  

  /* .nav */
  

  /* .post-info-meta */
  

}

