body	{
bgcolor: #ffffff;
font-family:Garamond Premr Pro, Garamond;
font-size:13pt;
line-height:120%;
color:#000000;
 
}

A:link
{
color: #996600;
}

A:visited
{
color: #996600;
}

A:hover 
{
color: #000000; 
}

.leftshadow
{
    background: url(images/main-layout-left-shadow.png) top left repeat-y;
    width: 43px;
	
}

.rightshadow
{
    background: url(images/main-layout-right-shadow.png) top left repeat-y;
    width: 47px;
	
}

a#menu_overview {
	background-image:url(images/menu/menu-01-off.gif);
	width:126px;
	height:38px;
	float:left;
}

a#menu_overview:hover {
	background-image:url(images/menu/menu-01-over.gif);
}

a#menu_properties {
	background-image:url(images/menu/menu-02-off.gif);
	width:116px;
	height:38px;
	float:left;
}

a#menu_properties:hover {
	background-image:url(images/menu/menu-02-over.gif);
}

a#menu_activities {
	background-image:url(images/menu/menu-03-off.gif);
	width:114px;
	height:38px;
	float:left;	
}

a#menu_activities:hover {
	background-image:url(images/menu/menu-03-over.gif);
}

a#menu_local_services {
	background-image:url(images/menu/menu-04-off.gif);
	width:152px;
	height:38px;
	float:left;	
}

a#menu_local_services:hover {
	background-image:url(images/menu/menu-04-over.gif);
}

a#menu_rental_terms {
	background-image:url(images/menu/menu-05-off.gif);
	width:142px;
	height:38px;	
	float:left;	
}

a#menu_rental_terms:hover {
	background-image:url(images/menu/menu-05-over.gif);
}

a#menu_resources {
	background-image:url(images/menu/menu-07-off.gif);
	width:119px;
	height:38px;
	float:left;	
}

a#menu_resources:hover {
	background-image:url(images/menu/menu-07-over.gif);
}

a#menu_contact {
	background-image:url(images/menu/menu-08-off.gif);
	width:123px;
	height:38px;
	float:left;	
}

a#menu_contact:hover {
	background-image:url(images/menu/menu-08-over.gif);
}


a .alt { display: none; }

img.preload { display:none; }

:focus {
  -moz-outline-style:none;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	line-height:100%;
	
	/* growing background image */
	background-image:url(/images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;	
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
	text-align:center;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

div.apple_overlay.black {
	background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);		
	color:#fff;
}

div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

div.black h2 {
	color:#fff;
}

table {
	border-width:0px;
	white-space:normal;
	line-height:normal;
	font-weight:normal;
	font-size:normal;
	font-variant:normal;
	font-style:normal;
	color: -webkit-text;
	text-align: -webkit-auto;
	display:table;
	border-collapse:separate;
}
