@charset "utf-8";
/* CSS Document */
body {font-family:Georgia, serif; font-size: 11px; color:#666666}
#contentwrapper{width:830px; margin:51px auto 0 auto;}
#logo {width:800px; height:41px;text-align:center;margin:0 auto 0 auto 0; }

#nav{width:800px; height:39px; margin:0 auto 0 auto 0;padding:0 0 0 0;  }
#mainflash {width:800px;margin:0 auto 0 auto 0; }

#subpage{width:800px;margin:0 auto 0 auto 0; }
#col1 {width:133px; float: left }
#col2 {width:300px; padding:35px 46px 0 46px; float: left }
#col3 {width:270px;float: right }

/*==================================
			main navigation
==================================*/
#multi-level {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:136px; background: url(images/Home_bt_over.jpg); background-repeat: no-repeat;;}
.menu li.p2 {width:102px;background: url(images/stonehill_bt_over.jpg) no-repeat;;}
.menu li.p3 {width:127px;background: url(images/residencies_bt_over.jpg) no-repeat;;}
.menu li.p4 {background: url(images/amenities_bt_over.jpg) no-repeat; width:94px;;}
.menu li.p5 {background: url(images/luxury_builder_bt_over.jpg) no-repeat; width:164px;;}
.menu li.p6 {background: url(images/contact_bt_over.jpg) no-repeat; width:143px;;}


/* set up the normal unhovered images in the links */
.menu li a#home {width:136px; background: url(images/Home_bt.jpg); background-repeat: no-repeat;;}
.menu li a#stonehill {width:102px;background: url(images/stonehill_bt.jpg) no-repeat;;}
.menu li a#residences{width:127px;background: url(images/residencies_bt.jpg) no-repeat;;}
.menu li a#amenities {background: url(images/amenities_bt.jpg) no-repeat; width:94px;;}
.menu li a#luxuryhomebuilder {background: url(images/luxury_builder_bt.jpg) no-repeat; width:164px;;}
.menu li a#contactus {background: url(images/contact_bt.jpg) no-repeat; width:143px;;}



/* 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#contactus:hover, .menu li:hover a#contact 
{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:11px; top:29px; 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:9px; height:20px; width:160px; line-height:33px; text-indent:5px; color:#8d8d8d; 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:#c50c49;}
.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;}



.clear {clear:both}
#footer{width:800px; height:40px; margin:0 auto 0 auto 0; padding:60px 0 0 0; text-align:center; color:#636363}

ol {
	list-style-position: outside;
	list-style-type: disc;
}

/*==================================
			form styles
==================================*/
.input   {width: 150px;  border : 1px solid #CCCCCC;}
 label
{
width:200px;
height:30px;

text-align: left;
margin-right: 3px;

display: block
}

textarea   {width: 150px; height: 100px; border : 1px solid #CCCCCC; margin-bottom:20px}
a{outline:none}