/* Generic
 *  Light Gray: #E0DFDF
 *  Light Blue: #7E98B5
 *  Gray: #cccccc
 *  Dark Gray: #333333
 *  Blue: #285483
 * 
 * Template Specific
 *  Tan: #CFC48E
 *  Light Tan: #E8DFCD
 *  Dark Tan: #69624A
 *  Olive: #A5AA6A
 */
/*** General ******************************************************************/

body
{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center; /* Internet Explorer */
	margin: 0px;
}

div.region
{
	margin: auto;
	width: 760px;
	clear: both;
	text-align: left; /* Reset alignment from body. */
}

address
{
	font-style: normal;
}

ul
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	margin: 0pt 0pt 0pt 25px;
	padding: 0pt 0pt 0pt 15px;
}

.ulHome	
{
	color:#E0DFDF;
}

hr
{
	height: 1px;
	margin: 10px 0px;
	background-color: #7E98B5;
	color: #cccccc;
	border: 0px;
}

/*** Links ********************************************************************/

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	text-decoration:none;
}

a img
{
	border: 0px;
}

/*** Fonts ********************************************************************/

body,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1
{
	font-size:14px;
}

h2
{
	font-size:12px;
}

/*** Forms ********************************************************************/

form
{
	/* Remove margin in IE8 and under. */
	margin: 0px;
}

input,
select,
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label
{
	cursor: pointer;
}

/*** Header *******************************************************************/

div#header
{
	padding: 10px 15px;
}

div#header img.logo
{
	float: left;
	margin: 20px 0 0 0;
}

div#headerContact
{
	font-size: 10px;
	float: right;
	color:#ffffff;
}

div#headerContact div#towns
{
	font-size:11px;
	font-weight:bold;
	padding:3px 0px 0px 0px;
}

div#headerContact div.section
{
	margin: 0 0 5px 0;
}

div#headerContact a:link,
div#headerContact a:visited
{
	color: #ffffff;
}

div#headerContact address
{
	float: left;
	padding-right: 10px;
}

div#headerContact div#contact
{
	float: right;
	padding-right: 10px;
}

div#headerContact .navigation
{
	font-size: 13px;
}

/*** Header - Quick Property Search *******************************************/

span.quick-property-search
{
	display: inline-block;
	position: relative;
	/* Required for IE8 and under. */
	vertical-align: middle;
	z-index: 1;
}

span.quick-property-search div.activator
{
	z-index: 2;
	position: relative;
	/* NOTE: Using a black background instead of transparent for IE6. */
	border: 1px solid black;
	background-color: #285483;
	border-radius: 4px;
	padding: 1px;
	cursor: pointer;
}

span.quick-property-search div.activator.expanded
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #7E98B5;
	/* Remove the bottom border to give the illusion that element has expanded.
	 * Increase padding to compensate so that content below does not shift. */
	border-bottom-width: 0px;
	padding-bottom: 2px;
}

span.quick-property-search div.activator img
{
	display: inline-block;
	margin: -1px 0 0 5px;
	vertical-align: middle;
	cursor: pointer;
}

span.quick-property-search div.activator label
{
	display: inline-block;
	margin: 1px;
	padding: 4px 3px;
	border-radius: 3px;
	font-size: 11px;
	/* Force common line height among browsers so that we know the exact height
	 * of this element when it comes time to absolutely position the panel. */
	line-height: 11px;
	background-color: #ffffff;
	color: #285483;
}

span.quick-property-search div.activator.expanded label
{
	background-color: transparent;
	color: #ffffff;
}

span.quick-property-search div.panel
{
	z-index: 1;
	display: none;
	position: absolute;
	right: 0;
	top: 24px;
	padding: 5px 7px;
	border: 1px solid #7E98B5;
	border-radius: 3px;
	border-top-right-radius: 0;
	background-color: #285483;
	font-size: 11px;
	text-align: left;
	color: #ffffff;
	box-shadow: 2px 2px 7px #000;
}

span.quick-property-search div.panel div.control
{
	margin-bottom: 7px;
	white-space: nowrap;
}

span.quick-property-search div.panel div.control.buttons
{
	margin-bottom: 0;
}

span.quick-property-search div.panel div.control select
{
	margin-top: 3px;
}

/*** Navigation ***************************************************************/

div#navigation
{
	position: relative; /* position sub-menus based off of this menu */
	clear: both;
	margin-bottom: 3px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div#menu
{
	background-color: #285483;
	text-transform: uppercase;
}

div#menu a
{
	color: #E0DFDF;
	text-decoration: none;
	margin-left: 10px;
	padding: 5px 5px 2px 5px;
	cursor: pointer;
}	

div#menu a:hover,
div#menu a.selected
{
	color: #FFFFFF;
	border-bottom: 3px solid #7E98B5;
	text-decoration: none;
}

div#submenu
{
	height: 40px;
	text-transform: uppercase;
	margin-bottom:0px;
	padding-bottom:0px;
}


div#submenu a
{
	color: #E0DFDF;
	text-decoration: none;
}

div#submenu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div#submenu div
{
	display: none;
	position: absolute;
}

div#realEstateMenu
{
	left: 15px;
}

div#rentalsMenu
{
	left: 10px;
}
div#staffMenu
{
	margin-left: 312px;
}

div#aboutMenu
{
	margin-left: 340px;
}

div#servicesMenu
{
	margin-left: 200px;
}

div#projectsMenu
{
	margin-left: 575px;
}
	
/*** Title Bar ****************************************************************/
 
div#titleBar
{
	line-height: 24px;
}

div#titleBar h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 15px 0px 15px;
}

div#titleBar div#titleBarShadow
{
	height: 13px;
}

/*** Content ******************************************************************/

div#content
{
	line-height: 150%;
}

/* complex (interior pages) */

div#content.complex
{
	background-color: #FFFFFF;
	color: #666666;
	padding: 5px 80px 30px 30px;
}

div#content.complex a
{
	color: #285483;
}

/* simple (home page) */

div#content.simple
{
	color: #E0DFDF;
	margin: 15px;
}

div#content.simple a
{
	color: #E0DFDF;
}

div#content div.relatedLinks
{
	text-align: center;
}

.eBook	{
	font-size:12px;
	color:7E98B5;
	padding:8px 0px 2px 0px;
}

.eBook 	a:link		{color:#7E98B5; text-decoration:none;}
.eBook 	a:visited	{color:#7E98B5; text-decoration:none;}
.eBook	a:hover		{color:#7E98B5; text-decoration:underline;}
.eBook	a:active	{color:#7E98B5; text-decoration:none;}

/*** Footer *******************************************************************/
 
div#footer
{
	color:#CCCCCC;
	text-align:center;
	font-size: 10px;
	margin: 0px 10px 20px 10px;
}

div#footer div#tile
{
	height: 32px;
	margin: 0px -10px 10px -10px;
}

div#links
{
	margin: 10px 0px;
}

div#links a
{
	color: #7E98B5;
}

div#links a:visited
{
	color: #7E98B5;
}

img#organizationLogos
{
	display: block; /* eliminate white spce */
	margin: 10px auto;
}

img#facebook
{
	display: inline;
	margin: 0px 0px 0px 3px;
}

div#deepLinks
{
	margin: 10px;
	color: #E0DFDF;
}

div#deepLinks a:link
{
	color: #E0DFDF;
}

div#deepLinks a:visited
{
	color: #E0DFDF;
}

div#deepLinks a:hover
{
	color: #cccccc;
}

div#deepLinks a:active
{
	color: #cccccc;
}

/*** Generic Tabled Form ******************************************************/

div.form
{
	text-align: center; /* Internet Explorer */
}

div.form table
{
	text-align: left;
	margin: auto;
}

div.form table tr th
{
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc
}

div.form table tr td.label
{
	font-weight: bold;
	vertical-align: top;
}

/*** Home *********************************************************************/

#slideshowContainer
{
	position: relative;
	margin: 15px -15px; /* subtracting parent's margin */
	height: 405px;
}

#slideshow
{
	position: absolute;
	width: 760px;
	height: 405px;
}

/*** Agents *******************************************************************/

table.list.agents
{
	border-collapse: collapse;
	width: 100%;
} 
 
table.list.agents td
{
	vertical-align: bottom;
	height: 100px;
}

table.list.agents td.image
{
	width: 60px;
}

table.list.agents td.text
{
	width: 190px;
}

table.agent.details
{
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.agent.details td
{
	text-align: left;
	vertical-align: bottom;
}

table.agent.details img.headshot
{
	margin: 0px 10px;
}
 
/*** Background ***************************************************************/

#oldCapeGroupPhoto 
{
	text-align: center;
}

.headshot
{
	float: left;
	margin: 5px 20px 10px 10px;
}

.imageCredits
{
	font-size: 12px;
}

.imageCredits h5
{
	margin: 0px;
}

.imageCredits p
{
	margin: 10px 0px;
}

/*** Contact Us ***************************************************************/

table.addresses
{
	margin: auto;
}

table.addresses td
{
	text-align: center;
	vertical-align: top;
	width: 175px;
}

/*** Lists ********************************************************************/

table.tabledList
{
	width: 100%;
}

table.tabledList tr th
{
	background-color: #CFC48E;
}

table.tabledList tr td.oddRow
{
	background-color: #E0DFDF;
}

table.tabledList tr td.evenRow
{
	background-color: #FFFFFF;
}
