body {
	background: transparent url(../images/wood_bg.jpg) top left;
	color:#003366;
	font-family: lucida grande, verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	}

* html body {
	font-family: lucida grande, arial, verdana, sans-serif;
	font-size: x-small;  /* for IE5/Win */
	f\ont-size: small;  /* for other IE/Versions */
	}

#container {
	width: 1195px;
	text-align: left;
	margin: 0;
	position: relative;
	background: transparent url(../images/body_bg.jpg) repeat-y top left;
	border-bottom: 1px solid #999999;
	}
	
#container p {
	clear: both;
	font-size:0.9em;
	padding-left: 50px;
	padding-bottom: 20px;
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
	}

h1, h2, h3, h4 {
	font-weight: normal;
	}
/*=================subcontent menu=======================*/
#subContent {
	float: left;
	width: 300px;
	font-size: 0.8em;
	}

#subContent a {
	color: #003366;
	text-decoration: none;
	}
	
#subContent a:hover {
	
	text-decoration: line-through;
	}

#subContent ul {
	padding: 10px
	}

#subContent li {
	background: transparent url(../images/background_blueprint.jpg) top left;
	padding: 0 10px 10px  10px;
	font-size: 1.4em;
	}

#subContent li.top  {
	background: transparent url(../images/background_blueprint.jpg) top left;
	font-size:2.2em;
	font-weight: bold;
	padding:  10px 10px 0 10px;
	}

#subContent li.bottom {
	background: transparent url(../images/background_blueprint.jpg) top left;
	padding: 0 10px 10px  30px;
	font-size: 1.4em;
	}

#subContent li.title {
	background: transparent url(../images/background_blueprint.jpg) top left;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
	}

#subContent li.roomsTop  {
	background: transparent url(../images/background_blueprint.jpg) top left;
	font-size:2.2em;
	padding:  10px;
	}

#subContent li.rooms {
	background: transparent url(../images/background_blueprint.jpg) top left;
	padding: 0 10px 10px  10px;
	font-size: 2.2em;
	}

/*=================main content=======================*/


#mainContent {
	float: left;
	width: 724px;
	height: 680px;
	}

.home {
	background: transparent url(../images/home3.gif) top left no-repeat;
	}

.reception {
	background: transparent url(../images/reception2.gif) top left no-repeat;
	}

.study {
	background: transparent url(../images/study.gif) top left no-repeat;
	}

.kitchen {
	background: transparent url(../images/kitchen.gif) top left no-repeat;
	height: 785px;
	}

.gallery {
	background: transparent url(../images/gallery.gif) top left no-repeat;
	}

.library {
	background: transparent url(../images/library.gif) top left no-repeat;
	}
	
.entertainment {
	background: transparent url(../images/entertainment.gif) top left no-repeat;
	}
/*=================content contains info to split into 2 columns (main content and nav=======================*/

#content {
	width: 500px;
	float: left;
	padding-top:50px;
	}
	
#content h1, #content h2, #content h3, #content h4 {
	margin: 40px 0 0 70px;
	padding: 0;
	}

#content h1 {
		font-size: 1.8em;
		margin: 20px 0 20px 70px;
	}

#content h2 { 
	font-size: 1.6em;
	}

#content h3 {
	font-size: 1.1em;
	}

#content p {
	line-height: 1.5em;
	margin: 5px 70px;
	padding: 0;
	text-align:justify;
	}

#content ul {
	margin-left: 150px;
	}

#content a {
	text-decoration: none;
	color: #003366;
	}

#content a:hover {
	text-decoration: line-through;
	color: #006666;
	}

#content img {
	margin-left: 70px;
	}

/*======================only on reception page client list for image map with css===================*/

#pic {
	width:500px;
	height: 344px;
	position: relative; /* this is key as it is the reference for the image map */
	}

#pic ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}	

#pic a {
	position: absolute;
	width: 103px;
	height: 119px;
	text-indent: -1000em;
	}

#pic .bp a {
	top:15px;
	left: 95px;
	}

#pic .shell a {
	top:16px;
	left: 246px;
	}

#pic .fortis a {
	top:15px;
	left: 390px;
	}

#pic .natwest a {
	top:150px;
	left: 125px;
	}

#pic .iomgov a {
	top:150px;
	left: 390px;
	}

#pic .rbsi a {
	top:275px;
	left: 105px;
	}

#pic .meespierson a {
	top:275px;
	left: 300px;
	}
/*==========================only on reception page client list for image map with css -FINISHED======================*/

#navigation {
	width: 224px;
	float: right;
	padding-top:150px;
	}

#navigation h1 {
	padding-left: 30px;
	padding-bottom: 5px;
	background: transparent url(../images/keyline.gif) bottom left no-repeat;
	font-size: 1.4em
	}

#navigation li {
	font-size: 1.1em;
	background: transparent url(../images/keyline.gif) bottom left no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #003366;
	text-decoration: none;
	}

#navigation li a {
	color:#990000;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	}
	
#navigation li a:hover {
	color: #000033;
	text-decoration: line-through;
	}

/*=================absolute positioning for extra images on desk=======================*/

#top {
	position: absolute;
	top: 0;
	left: 1100px;
	z-index: 10;
	}

#middle {
	position: absolute;
	top: 300px;
	left: 1100px;
	z-index: 20;
	}

#right {
	position: absolute;
	top: 450px;
	left: 1280px;
	z-index: 30;
	}
	
#left {
	position: absolute;
	top: 250px;
	left:0;
	z-index: 40;
	}

#bottom {
	position: absolute;
	top: 600px;
	left: 1084px;
	z-index: 50;
	}

/*=================absolute positioning for branding page=======================*/



/*=================portfolio=======================*/
#portfolioMenu {
	float: left;
	background: transparent url(../images/portfolio_wood.jpg) no-repeat top left;
	width: 1200px;
	height: 135px;
	font-size: 1.2em;
	}

#portfolioMenu ul {
	margin-left: 100px;
	margin-top: 50px;
	list-style: none;
	}
	
#portfolioMenu li {
	float: left;
	}

#portfolioMenu li a{
	float: left;
	padding: 10px 4px;
	text-decoration: none;
	color: #003366;
	}

#portfolioMenu li a:hover{
	text-decoration: underline;
	color: #000033;
	}

#portfolio {
	position: relative; /*this is key to the image map*/
	clear: left;
	width: 1195px;
	height: 707px;
	}


#portfolio img {
	border: none;
	}


#portfolio ul{
	margin: 0;
	padding:0;
	list-style: none;
	}

#portfolio a {
	position: absolute;
	width: 100px;
	height: 40px;
	display: block;
	text-indent: -5000px;
	}

.back a {
	top: 60px;
	left: 140px;

	}
	
.forward a {
	top: 110px;
	left: 140px;
	}

.web a {
	top: 245px;
	left: 130px;

	}