/*Global styles in the top*/

body{
	padding: 0px;
	margin: 0px;
	background: #2c0302;
}

a:link, a:visited {color: #000000}
a:hover, a:active {color: #724140}

#container{
	margin: 0;
	padding: 0;
}

#content{
	background: url(images/picBottom.jpg) repeat-y;
	text-align: left;
	margin: 0px 0 0 0;
	padding: 0 0 0 180px;
	width: 620px;
}

/* Special rule for IE6 and lower */
*html #content {
	width: 800px;
	padding: 0 0 0 140px;
}

a.navBtn:link, a.navBtn:visited {
	float: left;
	background: url(images/navUp.gif) no-repeat 100%;
	width: 158px;
	height: 24px;
}

a.navBtn:hover, a.navBtn:active, a.navBtnRO {
	float: left;
	background: url(images/navRO.gif) no-repeat 100%;
	width: 158px;
	height: 24px;
}

h4{
	color: #2c0302;
	margin: 0 0 -20px 0;
	font-family: times;
	font-size: 14pt;
	font-style: italic;
}

p{
	color: #2c0302;
	font-family: times;
	font-size: 14pt;
	line-height: 16pt;
	width: 550px;
}

.topPara {
	margin: -20px 0 0 0;
}

.topPara2 {
	margin: 0px 0 1em 0;
}

ul{
	color: #2c0302;
	font-family: times;
	font-size: 14pt;
	line-height: 16pt;
	width: 550px;
}

ul{
	list-style-image: url(images/bullet.gif);
}




/*Styles for the index*/





/* Floorplan styles */

.floorplanThumb {
	width: 245px;
	height: 205px;
	margin: 0 0 10px 10px;
	padding: 5px 2px 5px 5px;
	border: 1px solid;
	float: left;
	background: #F1EBE8;
	line-height: 16px;
}

.floorplanThumb div {
	float: left;
	width: 105px;
	margin: 0 5px 0 0;
}

/* Special rule for IE6 and lower */

*html .floorplanThumb {
	width: 258px;
	padding: 5px 1px 5px 3px;
}

*html .floorplanThumb div {
	margin: 0 1px 0 0;
	width: 110px;
	height: 140px;
}

.floorplanThumb img {
  float: right;
}




/*Global styles in the bottom*/

#contentBottom{
	float: left;
	width: 800px;
	font-size: 10pt;
	font-family: Trebuchet MS, arial;
}

a.resite{
	float: right;
	color: #926160;
}

a.flaherty{
	float: left;
	margin: 0 0 0 5px;
	color: #926160;
}

a.resite:hover, a.flaherty:hover {
	color: #724140;
}