﻿/*

Colours:
	-- Red (Eden): #D6260F
	-- Orange (Galaxy): #ED921F
	-- Blue (Prelude): #0174B7

	-- Dark Blue: #151F43
	-- OffWhite Background: #EEEEEE
	-- Navigation Background: #E4E1D2
	-- Navigation Edges: #CECCC0

	-- Dark Background color: #1B212D
	
	-- Main Text: #6C6C6C

*/

body 
	{
	font-family: arial;	
	background-image: url(/images/EdenLiving-Background.gif);
	}
	
table 
	{
	font-size: 8pt;
	font-weight: bold;
	color: #6C6C6C;
	}
	
td.PrimaryNavigation
	{
	text-align: center;	
	}
	
td.SubMenuNavigation
	{
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: top;
	}
	
td.PrimaryContent
	{
	vertical-align: top;
	padding: 18px 18px 18px 18px;
	}
	
table.HouseContent
	{
	width: 506px;
	}

td.EdenHouseTitle, td.GalaxyHouseTitle, td.PreludeHouseTitle, td.DarkBlueTitle
	{
	height: 26px;
	font-size: 18px;
	font-family: Arial Narrow;
	letter-spacing: 1px;
	padding-left: 3px;
	color: #ffffff;
	}

td.EdenHouseTitle
	{
	background-image: url(/images/EdenTitle-bg.gif);
	background-color: #D6260F;
	color: #ffffff;
	}

td.GalaxyHouseTitle
	{
	background-image: url(/images/GalaxyTitle-bg.gif);
	background-color: #ED921F;	
	color: #151F43;
	}

td.PreludeHouseTitle
	{
	background-image: url(/images/PreludeTitle-bg.gif);
	background-color: #0174B7;
	color: #ffffff;
	}
	
td.DarkBlueTitle
	{
	background-image: url(/images/DarkBlueTitle-bg.gif);
	background-color: #151F43;
	color: #ffffff;
	}
	
td.HouseContent
	{
	padding: 6px;
	background-color: #eeeeee;
	vertical-align: top;
	line-height: 20px;
	}
	
.HouseContent h1
	{
	font-size: 9pt;
	margin-bottom: -1em;
	color: #000000;
	text-align: left;
	background-image: url(/images/h1-bg.png);
	background-position: right;
	background-repeat: repeat-y;
	}	
	
.HouseContent a
	{
	color: #666666;
	text-decoration: underline;
	}

.HouseContent a:hover
	{
	color: #000000;
	text-decoration: underline;	
	}
	
td.HousePDF-Hide
	{
	padding: 12px 6px 6px 6px;
	background-color: #eeeeee;
	vertical-align: top;
	width: 130px;
	display: none;
	text-align: center;
	}
	
a.PrimaryHeadNavigation
	{
	text-decoration: none;
	}

a.PrimaryHeadNavigation:hover
	{
	text-decoration: underline;
	}

a.subMenu
	{
	text-transform: none;
	color: #84837F;
	text-decoration: none;
	display: block;
	width: 160px;
	background-color: #F2F1EC;
	padding: 2px 2px 2px 4px;
	margin-bottom: 1px;
	text-align: left;
	}
	
a.subMenu:hover
	{
	background-color: #CECCC0;
	}
	
a.TopButton
	{
	text-decoration: none;
	color: #999999;
	}
	
a.TopButton:hover
	{
	text-decoration: underline;
	color: #666666;	
	}	
	
td.HousePDF 
	{
	padding: 12px 6px 6px 6px;
	background-color: #eeeeee;
	vertical-align: top;
	width: 130px;
	display: table-cell;
	text-align: center;
	}
		
div.ShowLargePlan
	{
	position: absolute;
	padding: 0px;
	left: 14px;
	top: 14px;
	display: none;
	background-color: #ffffff;
	border-width: 8px;
	border-color: #eeeeff;
	border-style: ridge;
	z-index: 1000;
	}

div.ShowLargeMap
	{
	width: 348px;
	position: absolute;
	padding: 0px;
	/*left: 10px;
	top: 10px;*/
	display: none;
	background-color: #ffffff;
	border-width: 8px;
	border-color: #eeeeff;
	border-style: ridge;
	z-index: 1000;
	}
	
table.ForSale td
	{
	border: 1px #cccccc solid;
	padding: 8px;
	text-align: center;
	background-color: #eeeeee;
	}
	
	
	
table.ForSale a
	{
	color: #666666;
	text-decoration: none;
	}

table.ForSale a:hover
	{
	color: #000000;
	text-decoration: underline;	
	}

	
	
	