@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	/*background: #d9e2c3;url(../images/img01.gif)*/
	background: #d9e2c3 url(../images/background.jpg); 
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: small;
	color:#636466;

}

.indent25 {
	padding-left: 25px;
}
.indent_maps {
padding-left: 35px;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; color: #000000; line-height: 150%; }

h2 {
}

h3 { color: #5c3b07; font-weight: bold; }

p {
line-height: 150%;
}


ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #600;
}

img { border-style: none; }

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
/*	background: #dfe2c3; */
/* -- original --	border: solid 10px #330010;*/
	border: solid 1px #535646;
}

/*Homepage*/

#homepage { margin: 0 auto; width: 860px; border: solid 1px #535646; }

#homecontent { background-image: url(../images/home.jpg); background-repeat: no-repeat; background-position: center 0; width: 839px; height: 565px; margin-top: 40px; margin-left: 10px; }
	
#homemainmenu { /*background-color: #535646; background-image: none; background-position: 0 0; */width: 100%; height: 32px; float: right; margin-left: 160px; margin-top: 200px; position: relative; }


/* Logo */

#logo {
	height: 187px;
	background: url(../images/manors_header.jpg);
}

#logo h1 {
	padding: 135px 0 0 380px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content { padding: 15px; }

#leftCol { 
	padding-right: 15px;
	border-right: #333333 dotted 1px;
	
}

.inventory {
	font-size: 1em;
	padding: 3px;
	/*border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;*/
	border: solid 1px #999;

}

.inventoryLeftBorder {
	/*border: #333333 1px solid;*/
	padding: 3px;
}

.inventoryDot {
	/*border-bottom: #333333 solid 1px;*/
	padding: 10px 10px;
	}
.inventoryImg {
	width: 125px;
	height: 82px;
	margin: 0 auto;
	}
	
.inventoryList {
	
	}
	
.BldgTitle { 
	background-image: url(../images/titleBack.png); 
	background-position: left bottom; color: #336699; 
	font-weight: bold; 
	background-repeat: no-repeat; 
	padding-bottom: 5px; 
	padding-left: 45px;
	/*border-bottom: #cccccc 1px solid; */
}

.address {
	font-weight: bold;
	font-size: 110%;
	}



/* Content > Main */

#mainIndex { background: url(../images/The%20Manors%20Picture.JPG) no-repeat; width: 816px; height: 500px; margin-top: 25px; margin-right: auto; margin-left: auto; padding-top: 100px; }

#mainIndex a {
}

#main {
}

#main a {
}
#mainmenu { background-color: #535646; background-image: none; background-position: 0 0; width: 100%; height: 32px; float: right; /*padding-left: 160px;*/ }

/* Content > Menu */

#menu {
	height: 30px;
/* - original color --	background: #330010;*/
	background: #b5ada2;
}
#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}