@charset "utf-8";
/* CSS Document */
body{margin:0 0 0 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; }
#container{width:auto; height:auto; background-image:url(images/background.jpg); background-repeat:repeat-x }

#header{height:154px; width:auto; background-image:url(images/header_bg.jpg); background-repeat:repeat-x ; background-color:#000000}
#headerstuff{height:154px; width:878px; margin:0 auto 0 auto }

#headernav{height:20px; width:400px; margin:60px 0 0 0; text-align:right; float:right; color:#FFFFFF}
#logo{width:160px; height:95px; float:left ;margin-top:43px}
#receipts{width:214px; height:210px; margin:14px 0 0 0} 
#homepage{width:879px; height:563px; margin:0 auto 0 auto }
#subpage{width:879px; margin:0 auto 0 auto; background-color:#FFFFFF }
#col1sub{width:655px; background-color:#000000; float:left;/*padding:0 10px 0 20px*/}
#col1res{width:879px; background-color:#000000; float:left;/*padding:0 10px 0 20px*/}
h1{padding:0 0 0 20px;color:#cccccc; font-size:16px;}
.subpagecopy{padding:0 10px 0 20px;color:#cbcbcb;font-size:12px}
ul{
	padding:0 50px 0 50px;
	color:#cbcbcb;
	font-size:12px
}
#subpageimg{width:655px; background-color:#000000;}
#col1{width:655px; float:left;background-color:#000000; }
#col2{width:213px; height:352px; float:right;  background-image:url(images/book_res_bg.jpg); background-repeat:no-repeat}
.clear{clear:both }

#rescontent{width:160px; margin:0 auto 0 auto;}
.homeinput{width:155px; height:15px;border:1px solid #CCCCCC; margin:0 0 3px 0}
a.forgotpass:link {color: #000000; text-decoration:underline; }
a.forgotpass:visited {color: #000000; text-decoration:underline; }
a.forgotpass:hover {text-decoration: none; color:#000000; }
a.forgotpass:active {color:#000000;text-decoration:underline;} 


#nav{
	width:620px;
	height:39px;
	margin:20px auto 0 auto;
	padding:0 0 0 0;
	float:right;
	z-index: 9999;
}
/*==================================
			main navigation
==================================*/
#multi-level {
	width:620px;
	height:39px;
	position:relative;
	z-index:100;
}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:39px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:9px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:58px; background: url(images/home_bt_over.jpg); background-repeat: no-repeat;;}
.menu li.p2 {width:76px;background: url(images/services_bt_over.jpg) no-repeat;;}
.menu li.p3 {width:89px;background: url(images/about_us_bt_over.jpg) no-repeat;;}
.menu li.p4 {background: url(images/our_fleet_bt_over.jpg) no-repeat; width:81px;;}
.menu li.p5 {background: url(images/reservations_bt_over.jpg) no-repeat; width:104px;;}
.menu li.p6 {background: url(images/affiliate_program_bt_over.jpg) no-repeat; width:117px;;}
.menu li.p7 {background: url(images/contact_bt_over.jpg) no-repeat; width:83px;;}


/* set up the normal unhovered images in the links */
.menu li a#home {width:58px; background: url(images/home_bt.jpg); background-repeat: no-repeat;}
.menu li a#stonehill {width:76px;background: url(images/services_bt.jpg) no-repeat;}
.menu li a#residences{width:89px;background: url(images/about_us_bt.jpg) no-repeat;}
.menu li a#amenities {background: url(images/our_fleet_bt.jpg) no-repeat; width:81px;}
.menu li a#luxuryhomebuilder {background: url(images/reservations_bt.jpg) no-repeat; width:104px;}
.menu li a#affiliate {background: url(images/affiliate_program_bt.jpg) no-repeat; width:117px;}
.menu li a#contactus {background: url(images/contact_bt.jpg) no-repeat; width:83px;}



/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#stonehill:hover, .menu li:hover a#products,
.menu li a#residences:hover, .menu li:hover a#services,
.menu li a#amenities:hover, .menu li:hover a#contacts,
.menu li a#luxuryhomebuilder:hover, .menu li:hover a#shop,
.menu li a#affiliate:hover, .menu li:hover a#affiliate,
.menu li a#contactus:hover, .menu li:hover a#affiliate
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:1px; top:31px; background: #FFFFFF; padding:0 0 0 0; border:none; white-space:nowrap; width:178px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:160px; line-height:33px; text-indent:15px; color:#000000; text-decoration:none; border-bottom: solid #FFFFFF 1px; border-left:none; border-top:none; border-right:none }
.menu :hover ul.sub li a.fly { 80px  no-repeat;}
.menu :hover ul.sub li a:hover { color:#436faf;}
.menu :hover ul.sub li a.fly:hover {background:#37a237  80px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#37a237 80px  no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #000000; padding:0 0 0 0; border:1px solid #888; white-space:nowrap; width:200px; z-index:200; height:auto; z-index:300;}

#pushpoints{width:655px ; height:225px; background-image:url(images/bottom_bg.jpg); background-repeat:no-repeat; background-color:#000000;color:#FFFFFF }

#pushpointscol1{width:150px ; height:192px; color:#cbcbcb; margin:0 0 0 21px;float:left }
#pushpointscol2{width:180px ; height:192px; color:#cbcbcb ; margin:0 14px 0 49px;float:left}
#pushpointscol3{width:190px ; height:192px; color:#cbcbcb;  margin:0 14px 0 28px;float:right}

a.pplink:link {color: #cccccc; text-decoration:underline;text-transform:uppercase; font-size:9px}
a.pplink:visited {color: #cccccc; text-decoration:underline;text-transform:uppercase; font-size:9px }
a.pplink:hover {text-decoration:none; color:#cccccc;text-transform:uppercase; font-size:9px  }
a.pplink:active {color:#ccccccc;text-decoration:underline;text-transform:uppercase; font-size:9px } 

#footer{width:879px; height:80px; margin:0 auto 0 auto ;}
a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	color: #000000;
	text-decoration: none;
}

/*==================================
			form styles
==================================*/
#newclientform{width:290px; margin:0 auto 0 auto; color:#CCCCCC }
.input   {width:250px;  border :1px solid #CCCCCC;}
 label
{
width:200px;
height:30px;
color:#CCCCCC;
text-align: left;
margin-right: 3px;

display: block
}

textarea   {width:250px; height: 100px; border :1px solid #CCCCCC; margin-bottom:20px}
.emaillink {
	color: #FFFFFF;
}
.fleet {
	margin-left: 15px;
}
.fleet td {
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.bigbuzz {
	float: right;
	margin-right: 222.5px;
	margin-top: -23px;
}.bigbuzzA {
	float: right;
	margin-right: 0px;
	margin-top: -23px;
}

.imgfloatr {
float:right
}


a.alerts:link {color: #72c2f5; text-decoration:none;font-size:11px;font-weight: bold;}
a.alerts:visited {color: #72c2f5; text-decoration:none;font-size:11px;font-weight: bold;}
a.alerts:hover {text-decoration:underline; color:#72c2f5;font-size:11px;font-weight: bold; }
a.alerts:active {color:#72c2f5;text-decoration:none;font-size:11px;font-weight: bold;} 