@charset "utf-8";
/* CSS Document */

/******************************************** MAJOR BUILDING BLOCKS OF PAGE **************************************/

* {
	margin:0;
	padding:0;
}
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

body {
	background-image:url(../images/bg_menu.gif);	
	background-repeat:repeat-y;
}

html, body, #wrap {
	height: 100%;
	min-width: 955px;
	padding:0px;
	margin:0px;


	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
body > #wrap {
	height: auto;
	min-height: 100%;
	min-width: 955px;
	padding:0px;
	margin:0px;
	background-image:url(../images/bg_borderright.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

img {border: 0px;}
#main {
	padding-bottom: 64px;/* must be same height as the footer */
	padding-left:270px;
	background-color:transparent;
}
#footer {
	position: relative;
	margin-top: -64px; /* negative value of footer height */
	height: 64px;
	clear:both;
	padding-left:332px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
#wrap.rightbg {
	background-image:url(../images/bg_borderright.gif);
	background-position:right;
	background-repeat:repeat-y;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*********************************************************** POPUP STYLES *********************************************/
  .transparent {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	/*display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 0PX;*/
	background-color:#000;
	width: 100%;
	height:100%;
	min-height:100%;
}	
#PopUp {
	display:none; 
	top:0px; 
	left:0px; 
	width:100%;
	height:100%;
	position:fixed; 
	}
* html #PopUp {
	position:absolute;
	}

div.navbox_doubleK_pop {
	border:none;
	float:left;
	width:102px;
	height:50px;
	background-color:#000;
}
div.navbox_doubleK_pop a {
	display:block;
	width:100px;
	padding:19px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#9AD7DB;
	text-align:center;
}
div.navbox_doubleK_pop a:hover {
	color:#FFFFFF;	
}
#plansmenu {
	display: none;
	position:absolute;
	top:140px;
	left:242px;
	background-color:#FFFFFF;
	width: 600px;
	border-top:1px solid #99D6DA;
	border-right:1px solid #99D6DA;
	border-bottom:1px solid #99D6DA;
}
.plansrow {
	display:block;
	width: 500px;
	background-color:#FFFFFF;
	border-bottom:1px solid #99D6DA;
}
table.plantable {
	width:500px;

}
table.plantable td {
	height:30px;
padding-top:0px;
}
table.plantable td.suite {
	font-size:16px;
	font-weight:bold;
	color:#99D6DA;
	padding-left: 0px;
	width:28%;
}
table.plantable td.sqft {
	font-size:12px;
	width:15%;
}
table.plantable td.balc {
	font-size:12px;
	width:23%;
}
table.plantable td.bdrms {
	font-size:12px;
	font-weight:bold;
	width:23%;
}
div.closediv {
	position:absolute; 
	right:0px; 
	top:0px; 
	width:18px; 
	height:18px;
	border:none
}
/********************************************/
#planholder {
	background-color:#FFFFFF;
	width: 600px;

/*	border-top:1px solid #99D6DA;
	border-right:1px solid #99D6DA;
	border-bottom:1px solid #99D6DA;
	*/
}
#planholder  a {
	text-decoration:none;

}
#planholder  a:hover {

}
table.detailtable {
	margin-left:60px; 
	width:540px
}
table.detailtable td.pddflink {
padding-top: 10px;
padding-bottom: 15px;
}
table.detailtable td.pddflink a {;

	padding:10px 10px 0px 20px;
	color:#fff;
	background-color:#666;
	background-image:url(../images/bttndwnload_over.gif);
	background-repeat:no-repeat;
}
table.detailtable td.pddflink a:hover {
	background-color:#99D6DA;
		background-image:url(../images/bttndwnload_up.gif);
	background-repeat:no-repeat;
}

table.detailtable td.suite {
	font-size:16px;
	font-weight:bold;
	color:#99D6DA;
	padding-top:5px;
	width:146px;
	padding-right:10px;
}
table.detailtable td.suitedetail {
		padding-top:8px;
}
div.bigplan {
	margin-top:-4px; 
	width:560px; 
	border-top:1px solid #99D6DA; 
	border-right:1px solid #99D6DA; 
	border-bottom:1px solid #99D6DA;
}
div.bigplan img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px
}
div.squigglepop {
	position:relative; top: -54px;height: 15px; overflow: static;z-index: 1;
}

div.bigplan {
	 border-top:1px solid #99D6DA; border-right:1px solid #99D6DA; border-bottom:1px solid #99D6DA; margin-bottom: 20px; padding-bottom: 20px;
}
/***********************************************************END OF MAJOR BLOCKS *********************************************/
div.header {
	clear:both;
	position: relative;
	padding-top:30px;
	height:124px;
	background-color:#FFF;
}
div.logodiv {
	float:right;
	width:330px;
	height:64px;
	padding-right:10px;
	padding-right:10px;
	background-color:#FFF;
}
div.topnav {
	float:left;
	width:248px;
	height:124px;
}
div.pop_topnav {
	display:none;
	float:left;
	width:248px;
	height:124px;
	position:absolute;
	left:270px; 
	top:20px;
}
div.topnav-home {
	float:left;
	padding-left:0px;
	width:372x;
	height:62px;
	background-color:transparent;
}

div.navbox_gray {
	float:left;
	width:50px;
	height:50px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#CCC;
}
div.navbox_gray a {
	display:block;
	width:48px;
	padding:17px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	text-align:center;
}
div.navbox_blue {
	float:left;
	width:50px;
	height:50px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#99D6DA;
}
div.navbox_blue a {
	display:block;
	width:48px;
	padding:7px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	text-align:center;
}
div.navbox_doubleK {
	float:left;
	width:102px;
	height: 50px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#000;
}
div.navbox_doubleK a {
	display:block;
	width:102px;
	padding:7px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	text-align:center;
}
div.navbox_doubleK a:hover {
		color:#9AD7DB;
}
div.navbox_bridge {
	float:left;
	width:50px;
	height:50px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-image:url(../images/topnav_bridge.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
div.navbox_road {
	float:left;
	width:50px;
	height:50px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-image:url(../images/topnav_road.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
div.pagenumcontainer {
	height:62px;
	clear:both;
	position: relative;
	padding-left:62px;
	background-color:#FFF;
}
div.pagenum {
	height:64px;
	background-color:#FFF;
	border-bottom:1px solid #90D4DF;
}
div.verttxt {
	float:left;
	padding-left:20px;
	width:30px;
}
div.pagecontainer {
	height:auto;
	position: relative;
}
div.imgtop {
	position:relative;
	padding-top:30px;
	margin-left:123px;
}
div.pagetxt {
	padding-top:10px;
	padding-bottom:30px;
	padding-left: 113px;
	margin-left: 135px;
	max-width: 338px;
	text-align: justify;
}
div.pagetxt a {
	text-decoration:none;

	color:#666666;
}
div.pagetxt a:hover {
	color:#000000;
}
div.pagetxt p{
	padding-top:10px;
	line-height:1.5em
}

div.pagetxt2 {
	padding-top:10px;
	padding-bottom:30px;
	padding-left: 113px;
	margin-left: 35px;
	max-width: 570px;
	text-align: justify;
}
div.pagetxt2 a {
	text-decoration:none;

	color:#666666;
}
div.pagetxt2 a:hover {
	color:#000000;
}
div.pagetxt2 p{
	padding-top:10px;
	line-height:1.5em
}

div.pagetxt3 {
	padding-top:10px;
	padding-bottom:30px;
	padding-left: 88px;
	margin-left: 35px;
	max-width: 570px;
	text-align: justify;
}
div.pagetxt3 a {
	text-decoration:none;

	color:#666666;
}
div.pagetxt3 a:hover {
	color:#000000;
}
div.pagetxt3 p{
	padding-top:10px;
	line-height:1.5em
}

div.righbar {
	position:absolute;
	right:0px;
	bottom: 76px;
	width:100px;
	height:240px;
}
div.rightbartxt {
	padding:0px 0px 6px 17px;
	color:#666666;
	font-size:11px;
}
div.footercontent {
	height:34px;
	padding:24px 10px 0 0;
	background-color:none;
	border-top:1px solid #90D4DF;
	font-size:10px;
	color:#999;
	text-align:right;
}
div.footercontent a {
	text-decoration:none;
	color:#999;
}
div.footercontent a:hover {
	color:#000;
}
/*left navigation */
div.leftmenu {
	position:absolute;
	width:240px;
	padding-top:30px;
	padding-right:10px;
	padding-left:10px;
}
/************************left menu items ************************/
.leftmenu ul {
	list-style:none;
}
.leftmenu ul li {
	margin:0 0 0 0;
}
.leftmenu ul li a {
	color:#e6e6e6;
	display:block;
	width:150px;
	text-align:right;
	text-decoration:none;
	padding:14px 50px 14px 5px;
	background-position:right top;
	background-repeat:no-repeat;
	font-size: 12px;
}
.menu1 a {
	background-image:url(../images/leftnav_1b.gif);
}
.menu1 a:hover {
	background-image:url(../images/leftnav_1c.gif);
	color:#fff;
}
.menu2 a {
	background-image:url(../images/leftnav_2b.gif);
}
.menu2 a:hover {
	background-image:url(../images/leftnav_2c.gif);
	color:#fff;
}
.menu3 a {
	background-image:url(../images/leftnav_3b.gif);
}
.menu3 a:hover {
	background-image:url(../images/leftnav_3c.gif);
	color:#fff;
}
.menu4 a {
	background-image:url(../images/leftnav_4b.gif);
}
.menu4 a:hover {
	background-image:url(../images/leftnav_4c.gif);
	color:#fff;
}
.menu5 a {
	background-image:url(../images/leftnav_5b.gif);
}
.menu5 a:hover {
	background-image:url(../images/leftnav_5c.gif);
	color:#fff;
}
.menu6 a {
	background-image:url(../images/leftnav_6b.gif);
}
.menu6 a:hover {
	background-image:url(../images/leftnav_6c.gif);
	color:#fff;
}
.menu7 a {
	background-image:url(../images/leftnav_7b.gif);
}
.menu7 a:hover {
	background-image:url(../images/leftnav_7c.gif);
	color:#fff;
}
.menu8 a {
	background-image:url(../images/leftnav_8b.gif);
}
.menu8 a:hover {
	background-image:url(../images/leftnav_8c.gif);
	color:#fff;
}
.menu9 a {
	background-image:url(../images/leftnav_9b.gif);
}
.menu9 a:hover {
	background-image:url(../images/leftnav_9c.gif);
	color:#fff;
}
.menu10 a {
	background-image:url(../images/leftnav_10b.gif);
}
.menu10 a:hover {
	background-image:url(../images/leftnav_10c.gif);
	color:#fff;
}
.menu11 a {
	background-image:url(../images/leftnav_11b.gif);
}
.menu11 a:hover {
	background-image:url(../images/leftnav_11c.gif);
	color:#fff;
}
.menu12 a {
	background-image:url(../images/leftnav_12b.gif);
}
.menu12 a:hover {
	background-image:url(../images/leftnav_12c.gif);
	color:#fff;
}

.menu13 a {
	background-image:url(../images/leftnav_13b.gif);
}
.menu13 a:hover {
	background-image:url(../images/leftnav_13c.gif);
	color:#fff;
}

table.science { }
table.science tr td {text-align: left; vertical-align: top; padding-right: 20px; padding-bottom: 20px;}
table.science tr td img { width: 100px; text-align: left;}
table.science tr td div {  background-color: #000; height: 207px; width: 130px; color: #fff; padding: 10px; 	font-family:Arial, Helvetica, sans-serif; font-size:12px;} 
table.science tr td div span {  font-family:Arial, Helvetica, sans-serif; font-size:16px;} 
table.science tr td div p {  font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-top: 5px;} 

table.team_menu { width: 165px;}
table.team_menu tr td { width: 165px; text-align: left;}
table.team_menu tr td a { display: block; width: 150px; padding: 5px; height: 30px; }
table.team_menu tr td a:hover { background-color: #99d6d9; color: #fff; }
table.team_menu tr td a.selected { background-color: #99d6d9; color: #fff; }
table.team_menu tr td a:active { background-color: #99d6d9; color: #fff;}

table.sendtofriend {}
table.sendtofriend tr td { padding: 5px 8px; color: #777; font-weight: normal; text-align: left;}
table.sendtofriend tr td input.text { border: 1px solid #99d6d9; padding: 3px; width: 180px;}
table.sendtofriend tr td input.button { border: 1px solid #99d6d9;background-color:#99d6d9; color: #fff; cursor: pointer; padding: 3px 20px; margin-top: 15px; margin-left: 15px;}

div.errormsg {padding: 40px; font-size: 14px;}

img.thumb {border: 1px solid #99d6d9}

a.entersite {color: #444; font-size: 15px; font-weight: normal; text-decoration: none;}
a.entersite:hover {color: #000; text-decoration: none;}

.hidden {display: none;}

table.registration_table {}
table.registration_table tr td {font-size:12px; vertical-align: middle; line-height: 125%; padding: 8px 12px;}
table.registration_table tr td input {font-size:11px; height: 13px; border: 1px solid #9ed4de; }
.warn {color: #9ed4de;}
table.registration_table2 {}
table.registration_table2 tr td {font-size:12px; vertical-align: middle; line-height: 125%; padding: 0px 5px;}
table.registration_table2 tr td input {font-size:11px; height: 13px; border: 1px solid #9ed4de; }

h1 {color: #99d6da; font-size: 20px; font-weight: normal; margin: 30px 0px 10px 0px}