/*
 * 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                           **********
 ******************************************************************************/

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label
{
	cursor: pointer;
}

/******************************************************************************
 **********                          Header                          **********
 ******************************************************************************/

div#header
{
	height: 50px; /* logo height plus padding */
	padding: 30px;
}

div#header img.logo
{
	float: left;
}

div#headerContact
{
	font-size: 10px;
	float: right;
	margin-top: 5px;
	color:#ffffff;
}

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;
}

/******************************************************************************
 **********                         Navigation                       **********
 ******************************************************************************/

div#navigation
{
	position: relative; /* position submenus 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:10px;
	padding-bottom:10px;
}


div#submenu a
{
	color: #E0DFDF;
	text-decoration: none;
}

div#submenu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div#submenu div
{
	visibility: hidden;
	display: none;
	position: absolute;
}

div#realEstateMenu
{
	left: 15px;
}

div#rentalsMenu
{
	left: 10px;
}
div#staffMenu
{
	margin-left: 312px;
}

div#aboutMenu
{
	margin-left: 323px;
}

div#servicesMenu
{
	margin-left: 228px;
}

div#projectsMenu
{
	margin-left:500px;
}
	
/******************************************************************************
 **********                         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;
}

/******************************************************************************
 **********                          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;
}

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;
}