﻿
body 
{
	text-align: center;
	font-family: Tahoma, Verdana, Sans-Serif;
	background-color: #006E7B;
	font-size: 10px;
	margin-top: 1.2em;
	color: #FFFFFF;
}

span.sb	/* bot protector */
{
	display: none;
}

em
{
	font-weight: bold;
	font-style:normal;
}

img
{
	border-style: none;
	border-width: 0;
	padding: 0;
	margin: 0;
}

a
{
	color: #006E7B;
	text-decoration: none;
}

a.inline
{
	font-weight: bold;
}

a.inline:hover
{
	color: #FFA302;
}

a.current
{
	color: #66A8B0;
}

a.current:hover
{
	color: #66A8B0;
	cursor: text;
}

/* Header */

img.mainlogo
{
	width: 130px;
	height: 53px;
	padding: 0;
	margin: 0;
}

img.lifestylebanner
{
	position:relative;
	top: 1px;
	left: 1px;
}

/* // Header */


/* MENU */

div.menubar
{
	position: relative;
	top: 4px;
	background: #ACCCDA url(/images/common/menubg.gif) repeat-x;
	text-align: center;
	height: 25px;
}

div.menu a
{
	line-height:20px;
	font-size: 14px;
	font-weight: bold;
	color: #006E7B;
}

div.menu a:hover
{
	color: #FFFFFF;
}

div.menubar a
{
	display: inline-block;
	padding: 0 25px 0 25px;
}

div.submenu
{
	position:absolute;
	top: 0px;
	visibility: hidden;
	z-index: 20;
}

div.submenu a
{
	display: block;
	padding-top: 2px;
	height: 25px;
	width: 119px;
	background: Transparent url(/images/common/submenubg.gif) no-repeat;
	text-align: center;
	font-size: 12px;
}

div.submenucompanyinfo
{
	left: 155px;
}

div.submenudevelopments
{
	left: 305px;
}

div.submenucontactus
{
	left: 625px;
}

/* // menu */


/* Main Content */

div.container
{
	margin-left: auto;
	margin-right: auto;
	width: 792px;
	text-align: left;
} 

div.contentpanetop
{
	width: 792;
	height: 19px;
	/* background-color: #FFFFFF; */
	background-image: url(/images/common/mainpane/topfull.gif);
	background-repeat: no-repeat;
}

div.contentpanemiddle
{
	position: relative;
	/* background-color: #FFFFFF; */
	background-image: url(/images/common/mainpane/middlefull.gif);
	background-repeat: repeat-y;
	font-size: 1.2em;
	color: #006E7B;
	padding: 20px 64px 20px 64px;
	z-index: 10;
}

div.contentpanebottom
{
	bottom: 0px;
	width: 792px;
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(/images/common/mainpane/bottomfull.gif);
	background-repeat: no-repeat;
}

div.contentwrapper
{
	position: relative;
	top: 4px;
	background-color: #FFFFFF;
}

div.prop
{
	position: relative;
    float: right;
    width: 1px;
}
  
div.mincontentpaneheight
{
    height: 373px;
}

div.minblankpaneheight
{
	height: 456px;
}

div.propclear
{
	position: relative;
	top: 0px;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.pagetitle
{
	position: relative;
}

div.pagetitle img
{
	position: relative;
	top: 0px;
	left: 1px;
}

div.pagetitle span
{
	display: block;
	position: absolute;
	top: 1px;
	left: 51px;
	font-size: 16pt;
	font-weight: bold;
}

ul.qualities
{
	list-style: none;
}

ul.qualities em
{
	font-size: 1.5em;
}
div.morelinks
{
	text-align: right;
}

div.morelinks ul
{
	list-style-type: none;
}

div.morelinks ul li
{
	display: inline;
	margin-left: 15px;
}
/* // Main Content */


/* Home Page */

div.whitepanel
{
	position: absolute;
	color: #006E7B;
	font-size: 12px;
}

div.paneltitle a.bodytext
{
	position: absolute;
	display: block;
	top: 54px;
	left: 100px;
	width: 149px;
	height: 66px;
}

div.whitepanel.small
{
	width: 263px;
	height: 132px;
	background-image: url(/images/common/whitepanel/smallwhitepanel.gif);
}

div.whitepanel.large
{
	width: 262px;
	height: 411px;
	background-image: url(/images/common/whitepanel/largewhitepanel.gif);
}

div.paneltitle
{
	position: relative;
}

div.paneltitle img
{
	position: relative;
	top: 9px;
	left: 16px;
}

div.paneltitle span
{
	position: absolute;
	display: block;
	top: 10px;
	left: 67px;
	font-size: 16pt;
	font-weight: bold;
}

div.paneltitle a:hover
{
	color: #FFA302;	
}

table.developmentssummary
{
	position: relative;
	top: 10px;
	left: 14px;
}

table.developmentssummary td
{
	padding: 0 0 11px 0;
}

table.developmentssummary td.image
{
	width: 80px;
}

table.developmentssummary td.name
{
	width: 150px;
	vertical-align: middle;
	padding-left: 0px;
}

table.developmentssummary td a:hover
{
	color: #FFA302;
}

/* // Home Page */


/* The Team */

table.associates td.left
{
	padding: 0px 10px 0px 0px;
}

table.associates td.right
{
    padding: 0px 0px 0px 85px;
}

table.associates ul
{
	font-size: 11px;
	margin-top: 10px;
	padding-top: 0;
	padding-left: 10px;
	margin-left: 0;
	list-style-type: none;
}

table.associates ul li
{
	margin-top: 3px;
}

/* // The Team */


/* Contact Forms */

div.contactform
{
	width: 330px;
}

div.contactform table td
{
	font-weight: bold;
	padding: 0 10px 0 0;
}

div.contactform table td.textarea
{
	padding-top: 7px;
	vertical-align: top;
}

div.contactform
{
	position: absolute;
}

div.contactformland
{
	left: 200px;
	top: 30px;
}

div.contactformgeneral
{
	left: 115px;
	top: 80px;
}

div.contactform h1
{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

div.contactform input
{
	width: 220px;
}

div.contactform textarea
{
	width: 220px;
	height: 84px;
}

div.contactconfirmation
{
	position: absolute;
	width: 300px;
}

div.contactconfirmationland
{
	top: 70px;
	left: 100px;
}

div.contactconfirmationgeneral
{
	top: 50px;
	left: 140px;
}

div.contactconfirmation h1
{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

div.contactconfirmation ul
{
	list-style-type: none;
	padding-left: 5px;
	margin-left: 5px;
}

div.contactconfirmation ul li
{
	white-space: nowrap;
}

/* // Contact Forms */


/* Testimonials */

table.testimonials
{
	margin: 25px 0 25px 0;
}

table.testimonials td
{
	vertical-align: top;
}

table.testimonials td h3
{
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
}

table.testimonials td img
{
	border: solid 1px #66A8B0;
}
/* // Testimonials */


/* Location */

img.pdf
{
	position: relative;
	top: 3px;
	margin-right: 5px;
}
div.locationmap
{
	position: absolute;
	top: 45px;
	left: 215px;
	text-align: center;
}

div.locationmap a
{
	font-size: 11px;
}

img.locationmap
{
	margin: 0 0 5px 0;	
}
/* // Location */

/* Article List */

table.articlelist
{
	position:relative;
	margin-top: 20px;
	padding: 0px;
	color: #66A8B0;
}

table.articlelist td
{
	position: relative;
	vertical-align: top;
	padding-bottom: 5px;
}

table.articlelist td.articleimage
{
	padding-right: 15px;
	padding-bottom: 20px;
}

table.articlelist td.articlebody
{
	width: 410px
}

table.articlelist a:hover
{
	color: #FFA302;	
}

table.articlelist h1
{
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 21px;
}

table.developments h1
{
	border-bottom: solid 1px #006E7B;
}

table.press h1
{
	font-size: 17.0px;
}

table.developments td.articlebody span.status
{
	position: absolute;
	text-align: right;
	width: 150px;
	height: 25px;
	top: 10px;
	left: 260px;
	color: #FFA302;
	font-size: 11px;
	font-weight: bold;
}

table.developments ul.contact
{
	position: relative;
	float: right;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}	

table.developments ul.contact li
{
	position: relative;
	margin: 0 0 2px 2px;
	padding: 0;
	white-space: nowrap;
	color: #66A8B0;
	font-size: 11px;
	font-weight: bold;
}


table.developments ul.contact li img
{
	position: relative;
	margin-right: 5px;
}

table.developments ul.contact li.email img
{
	top: 3px;
}

table.developments ul.contact li.website img, table.developments ul.contact li.phone img
{
	top: 4px;
}

/* // Article List */


/* Development Contact Info */

ul.contactinfo
{
	padding: 0;
	margin: 0 0 15px 0;
}

ul.contactinfo li
{
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
}

ul.contactinfo li a:hover
{
	color: #FFA302;
}

ul.contactinfo li img
{
	position: relative;
	margin-right: 5px;
	top: 2px;
}

ul.contactinfo li.name
{
	font-weight: bold;
}

ul.contactinfo li.phone img
{
	top: 4px;
}


/* // Development Contact Info */


/* Article Page */


h1.article
{
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
}

h2.article.date
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

div.articleimage
{
	float: right;
	width: 200px;
	margin-left: 10px;
}

div.articleimageleft
{
	float: left;
	margin-right: 10px;
}

img.articleimage
{
	border: solid 1px #66A8B0;
	width: 200px;
	margin: 0 0 5px 0;
}

p.imagecaption
{
	margin: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

p.alternativecontact
{
	font-size: 11px;
	font-weight: normal;
	width: 220px;
}

a.presslink 
{
    text-decoration: underline;
}
a.presslink:hover 
{
    text-decoration: none;
}

/* // Article Page */



/* Footer */

div#footer
{
	margin-top: 2px;
	border-top: solid 2px #FFFFFF;
}

div#footer ul#contact
{
	display: inline;
	list-style-type: none;
	margin: 0;
	height: 23px;
	padding: 2px 0 0 0;
	color: #FFFFFF;
	font-size: 14px;
}

div#footer ul#contact li
{
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

div#footer ul#contact li em
{
	font-size: 12px;
}

div#footer a
{
	color: #FFFFFF;
}

div#footer a:hover
{
	color: #6BABB2;
}

div#footer a.design
{
	float: right;
	color: #6BABB2;
	padding-top: 4px;
}

div#footer a.design:hover
{
	text-decoration: underline;
}
div#companyInfo {
	font-size: 9px;
	color: #6BABB2;
	background-color: #006E7B;
	text-align: center;
	margin-top: 3px;
}

/* // Footer */


/* Hides from IE-mac \*/

* html .floatholder {height: 1%;}
/* End hide from IE-mac */

