/* CSS Document */

body {
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #494946;
	line-height: 1.4em;
}
a:link {color: #8e8b03; text-decoration: none; font-weight: bold;}
a:visited {color: #8e8b03; text-decoration: none; font-weight: bold;}
a:hover {color: #494946; text-decoration: underline; font-weight: bold;}
a:active {color: #8e8b03; text-decoration: none; font-weight: bold;}

p {
	margin-top: 0px;
}

h1 {
    font-size: 1.1em;
    font-weight: bold;
	margin: 0px 0px 14px 0px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.space {
	padding-left: 40px;
}

hr {
	border-top: #d6d6ce dashed 1px;
	border-right: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 8px 0px;
}


/*CONTENT HOLDERS*/

#mapDirections {
	clear: both;
	text-align: left;
	width: 500px;
	font-size: 11px;
}

.portfolioExample {
	clear: both;
	/*text-align: left;*/
}

.oxshottFloorplanExample {
	clear: both;
	text-align: left;
	width: 590px;
	font-size: 11px;
}

.generalFloorplanExample {
	clear: both;
	text-align: left;
	width: 950px;
	font-size: 11px;
}

.surbitonFloorplanExample {
	clear: both;
	text-align: left;
	width: 800px;
	font-size: 11px;
}

.nmFloorplanExample {
	clear: both;
	text-align: left;
	width: 760px;
	font-size: 11px;
}

.mgFloorplanExample {
	clear: both;
	text-align: left;
	width: 930px;
	font-size: 11px;
}

.mgTable {
	clear: both;
	float: left;
	width: 289px;
	height: 200px;
}

.mgNav {
	clear: both;
	float: left;
	width: 289px;
	height: 170px;
}

.mgPic {
	clear: both;
	float: left;
	width: 225px;
	padding: 0px 0px 0px 54px;
}

.mg123 {padding: 40px 0px 0px 0px;}
.mg456 {padding: 40px 0px 0px 0px;}
.mg710 {padding: 20px 0px 0px 0px;}
.mg89 {padding: 40px 0px 0px 0px;}


.nmTable {
	clear: both;
	float: left;
	width: 320px;
	height: 160px;
}

.nmNav {
	clear: both;
	float: left;
	width: 320px;
	height: 170px;
}

.nmPic {
	clear: both;
	float: left;
	width: 147px;
	height: 200px;
	padding: 10px 86px 0px 86px;
}

.oatlandsFloorplanExample {
	clear: both;
	text-align: left;
	width: 860px;
	font-size: 11px;
}

.brooklandsFloorplanExample {
	clear: both;
	text-align: left;
	width: 900px;
	font-size: 11px;
}

.floorplan {
	text-align: center;
}

.tabelStyle {
	border-bottom: #666666 solid 1px;
	border-right: #666666 solid 1px;
}

.tableTop {
	border-top: #666666 solid 1px;
}

.tableRight {
	border-right: #666666 solid 1px;
}

.tableBottom {
	border-bottom: #666666 solid 1px;
}

.tableLeft {
	border-left: #666666 solid 1px;
	
}

.BLACK {
	padding-left: 10px;
	padding-bottom: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	padding-right: 10px;
}

.RED {
	color: #ff0000;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	padding-right: 10px;
}