/* Set these before any CSS */
* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active {
	color: black;
}

a {
	text-decoration: none;
}

img {
	border: none;
}


h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

body {
	background: #d2d0b5;
	font: 62.7% Georgia, "Times New Roman", Times, serif;
	text-align: center; /* for IE */
}

/* WRAPPER */
#wrapper {
	width: 1000px;
	margin: 20px auto 0px auto;
	border-left: 12px solid #8b8556;
	border-right: 12px solid #8b8556;
	text-align: left; /* for IE */
}

/* MAIN NAVIGATION */
#nav {
	float: left;
	background: #8b8556;
	width: 100%;
}

ul#mainNav {  /* p241 */
	list-style: none;
}

#mainNav li {
	float: left;
	width: 7.1em;
	height: 100%;
}

#mainNav a {
	color: #f1f0e6;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-align: center;
	padding: 6px 5px 8px 5px;
	display: block;
}

#mainNav a:hover {
	background: #6e663d;
}

body#home a#homeLink, body#accommodation a#accommodationLink, body#aboutus a#aboutusLink, body#history a#historyLink, body#specials a#specialsLink, body#concierge a#conciergeLink, body#policies a#policiesLink, body#links a#linksLink, body#contact a#contactLink, body#links a#linksLink {
	color: #d2d0b5;
	background: #524b26;
}

#nav li.accommodation {
	width: 11.5em;
}

#nav p {
	color: #f1f0e6;
	font-size: 1.1em;
	text-align: right;
	padding-top: 6px;
	letter-spacing: .2px;
}

/* MAIN WRAPPER */
#contentWrapper { /* p155,358 */
	clear: both;
	position: relative;
	background: #f1f0e6;
	min-height: 1050px;
}

html {
	height: 100%; /* Firefox p178 */
}

/* BANNER */
#banner {
	position: relative; /* p351 */
	height: 90px;
	width: 782px;
	background: #f1f0e6;
}

#banner img.elmstreetinn_logo {
	position: relative;
	left: 10px;
	top: 20px;
	width: 320px;
}

/* MAIN */
#left_column {
	float: left;
	width: 470px;
	margin-left: 30px;
}

#left_column h1 {
	color: #524b26;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 150%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #8b8556;
}

#left_column h2 {
	color: #524b26;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 150%;
	margin-bottom: 5px;
}

#left_column h3 {
	color: #524b26;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	line-height: 170%;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid #8b8556;
}

#left_column a.news {
	text-transform: uppercase;
	text-align: right;
}

#left_column span.right {
	padding-left: 25px;
}

#left_column p {
	color: #524b26;
	font-size: 1.35em;
	line-height: 170%;
	margin-bottom: 15px;
}

#left_column p.directions {
	margin-bottom: 5px;
}

#left_column a {
	color: #524B26;
	text-decoration: none;
	padding-bottom: .5px;
	border-bottom: 1px dashed #524b26;
}

#left_column a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

#left_column img.elmstreetinn {
	width: 500px;
	height: 450px;
	margin: 10px 0 0 -30px;
}

#left_column span.bold {
	font-weight: bold;
}

#middle_column {
	float: left;
	width: 264px;
	margin-left: 18px;
}

#middle_column p {
	color: #524b26;
	font-size: 1.35em;
	line-height: 170%;
	margin-bottom: 22px;
	margin-top: 3px;
}

#middle_column p.name {
	color: #524b26;
	width: 205px;
	line-height: 130%;
	margin-bottom: 29px;
	padding-bottom: 4px;
	border-bottom: 1px solid #524b26;
}

#middle_column span.bold {
	font-weight: bold;
}

#middle_column img.portrait {
	width: 205px;
	height: 220px;
}

#middle_column img.large_image {
	width: 482px;
	height: 424px;
	border-top: 12px solid #8b8556;
	border-bottom: 12px solid #8b8556;
}

#middle_column img.history_map {
	width: 482px;
	height: 514px;
	border-top: 12px solid #8b8556;
}

ul#google_map {  /* p241 */
	width: 482px;
	list-style: none;
}

#google_map li {
	font-size: 1.35em;
	border-top: 12px solid #8b8556;
	border-bottom: 12px solid #8b8556;
}

ul#rates {  /* p241 */
	list-style: none;
	margin-right: -13px;
}

#rates li {
	text-align: right;
	color: #524b26;
	font-size: 1.35em;
	line-height: 170%;
	padding-right: 13px;
}

#rates li.head {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 20px;
	padding: 0 9px 10px 0;
	line-height: 150%;
}

#rates li.room1 {
	font-weight: bold;
	margin: 38px 0 8px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #8b8556;
}

#rates li.room2 {
	font-weight: bold;
	margin: 74px 0 8px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #8b8556;
}

#rates li.room3 {
	font-weight: bold;
	margin: 72px 0 8px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #8b8556;
}

#rates li.small {
	color: #333;
	font-size: 1.1em;
	line-height: 130%;
	margin-top: 34px;
}

#rates li span.bold {
	font-weight: bold;
}

ul#right_column {
	float: right;
	margin-top: -90px;
}

#right_column li {
	list-style: none;
	margin-bottom: -3px;
}

#right_column li img {
	width: 205px;
	height: 142px;
	border-bottom: 12px solid #8b8556;
}

#right_column li img.tall {
	height: 296px;
}

/* CREDIT */
#credit {
	position: absolute;
	top: 460px;
	left: 520px;
	width: 470px;
}

#credit p {
	text-align: right;
	color: #666;
	font-size: 1.1em;
	line-height: 140%;
	margin-bottom: 10px;
}

#credit a {
	color: #666;
	border-bottom: 1px dashed #666;
	padding-bottom: 2px;
}

#credit a:hover {
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}

/*  DISCLAIMERS and SOCIAL BOOKMARKING */

#footers {
	position: absolute;
	top: 686px;
	margin-left: 518px;
}	

ul#bookmark {  /* p241 */
	float: left;
	font-size: 1em;
	list-style: none;
}

#bookmark li {
	float: left;
	margin-right: 8px;
}

#bookmark li.twitter {
	background: url(images/twitter.gif) no-repeat;
	padding-left: 18px;
}

#bookmark li.facebook {
	background: url(images/facebook.gif) no-repeat;
	padding-left: 18px;
}

#bookmark li.stumbleupon {
	background: url(images/stumbleupon.gif) no-repeat;
	padding-left: 18px;
}

#bookmark li.reddit {
	background: url(images/reddit.gif) no-repeat;
	padding-left: 23px;
}

#bookmark li.digg {
	background: url(images/digg.gif) no-repeat;
	padding-left: 21px;
}

#bookmark li.delicious {
	background: url(images/delicious.gif) no-repeat;
	padding-left: 20px;
}

#small_nav {
	clear: both;
	float: left;
	color: #333;
	margin-top: 8px;
}

#small_nav p{
	font-size: .7em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	letter-spacing: .5px;
}

#small_nav a {
	color: #8b8556;
}

#small_nav a:hover {
	color: #524b26;
}

#copyright {
	clear: both;
	float: left;
	color: #333;
	margin-top: 8px;
	width: 480px;
}

#copyright p {
	font-size: 1em;
	padding-right: 3px;
}

#copyright span.bold {
	font-weight: bold;
}

#copyright a.txdot {
	color: #333;
	border-bottom: 1px dashed #333;
}

#copyright a.txdot:hover {
	color: #999;
	border-bottom: 1px solid #999;
}

#copyright a {
	color: #999;
}

#copyright a:hover {
	color: #C60023;
	border-bottom: 1px solid #F9B700;
}

.clear_both {
	clear: both;
}
