/* @group Created By */

/*
Title: Hotel Northampton Screen Styles - DEV VERSION
Created By: Alison West, Tortus Technologies, West Springfield, MA (tortus.com)
Created on: August 2009
Last Updated: May 4th 2010
*/

	/* @end */	
/*-------------------------------------------------------------*/
/* @group color scheme */

.black { color: #000; }
.white { color: #FFF; }
.cream { color: #F5F3E6; }
.darker_cream { color: #EFECD6; }
.gray { color: #777; }
.darker_gray { color: #555; }
.darkest_gray { color: #333; }
.maroon { color: #703D20; }
.darker_maroon { color: #871E2A; }
.brown { color: #5A3A15; }
.light_green { color: #94BE98; }
.medium_green { color: #769779; }
.darker_green { color: #1D6041; }
.darkest_green { color: #343C2B; }

	/* @end */
/*-------------------------------------------------------------*/
/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	color: black;
	line-height: 1;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group html, body, wrapper, clears */

html, body {
	background: #94BE98 url("../images/background-pattern.gif") top left repeat;
	color: #000;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 90%;
	}	

#wrapper {
	background: #F5F3E6;
	border: 1px solid #777;
	color: #000;
	margin: 10px auto;
	padding: 0;
	width: 90%;
	}
	
p.floatRight {
	clear: right;
	float: right;
	}
	
div.center {
	text-align: center;
	}
	
div.maps_right {
	float: right;
	}
	
div.maps_right img {
	border: 1px solid #000;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group header */

#header {
	background: #F5F3E6;
	color: #000;
	min-height: 84px;
	margin: 0;
	padding: 0;
	}
	
#header p {
	float: left;
	margin: 5px;
	padding: 0;
	}
	
#header p.floatRight {
	float: right;
	margin: 5px;
	padding: 0;
	}
	
#header h1 {
	padding: 5px 0 0 0;
	}
	
#header table.ReservationsTable {
	float: right;
	margin: 0;
	padding: 0;
	}
	
#header table.ReservationsTable th {
	color: #871E2A;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0 5px;
	}
	
#header table.ReservationsTable td {
	color: #333;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0 5px;
	}
	
#header table.ReservationsTable input.checkrates {
	background: #871E2A;
	border: 3px double #F5F3E6;
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 5px;
	}
	
div#phone {
	color: #777;
	float: right;
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	width: 200px;
	}
	
div#phone a {
	color: #777;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group left_col */

#left_col {
	color: #000;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 200px;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group nav */
	
#nav {
	background: #F5F3E6 url("../images/nav-bkgnd.png") top left repeat-x;
	/*border-top: 3px double #703D20;*/
	border-bottom: 3px double #703D20;
	list-style-type: none;
	min-height: 32px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
#nav ul {
	color: #FFF;
	margin: 0;
	padding: 10px 10px 5px 10px;
	text-align: center;
	}
	
#nav li {
	color: #FFF;
	display: inline;
	font-size: 100%;
	font-weight: normal;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFF;
	padding: 5px;
	text-decoration: none;
	}
	
#nav li a:hover {
	background: #871E2A;
	padding: 5px 5px 7px 5px;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group subnav styles */

ul.page {
	border: 3px double #87A985;
	float: left;
	list-style-type: none;
	margin: 10px 20px 10px 0;
	padding: 0;
	width: 280px;
	}
	
ul.page li {
	color: #FFF;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
ul.page li a {
	background: #98BE93 url("../images/subnav-bkgnd.png") bottom center no-repeat;
	border-top: 1px solid #ABCAA9;
	border-bottom: 1px solid #87A985;
	color: #FFF;
	display: block;
	font-style: normal;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	}
	
ul.page li a:hover {
	background: #871E2A;
	color: #FFF;
	display: block;
	font-style: normal;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group reservations */

#reservations {
	background: #871E2A;
	float: right;
	margin: 20px 0 0 0;
	padding: 10px;
	width: 400px;
	}
	
#reservations table.ReservationsTable {
	background: #DFC8C0 url("../images/reservations-table-bkgnd.png") top left repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#reservations table th {
	color: #871E2A;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0 5px;
	}
	
#reservations table td {
	color: #333;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0 5px;
	}
	
#reservations table td.upcomingevents {
	vertical-align: top;
	width: 33%;
	}
	
#reservations table td p {
	margin: 5px 0;
	}
	
#reservations table a {
	color: #000;
	}
	
#reservations table a:hover {
	color: #5A3A15;
	}
	
#reservations table input.checkrates {
	background: #871E2A;
	border: 3px double #F5F3E6;
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 5px;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group historic-hotels-announcement */

#historic-hotels-announcement {
	background: #F5F3E6;
	border-top: 3px double #586549;
	border-bottom: 3px double #586549;
	color: #EFECD6;
	text-align: center;
	}
	
#historic-hotels-announcement h2 {
	background: #1D6041;
	color: #F5F3E6;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 3px;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group content */

#content {
	background: url("../images/content-bkgnd.png") top left repeat-x;
	border-top: 3px double #1D6041;
	color: #333;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
	}
	
#content p {
	margin: 20px 0;
	}
	
#content h1 {
	color: #1D6041;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 250%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
	}
	
#content h2 {
	color: #1D6041;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	}
	
#content h3 {
	color: #1D6041;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0 -5px 0;
	text-align: left;
	}
	
#content ul {
	color: #1D6041;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	}
	
#content ul li {
	margin: 5px 0;
	}
	
#content p a {
	color: #1D6041;
	}
	
#content p a:visited {
	color: #5A3A15;
	}
	
#content p a:hover {
	color: #871E2A;
	}
	
#content img {
	border: 1px solid #000;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group slide-show */

#slide-show {
	background: #881e2c;
	margin: 0;
	padding: 0;
	text-align: center;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group Gallery */

table td.galleryImages {
	vertical-align: top;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group BottomContent */

#BottomContent {
	background: #F5F3E6 url("../images/content-bkgnd.png") top left repeat-x;
	border: 3px double #94BE98;
	clear: right;
	margin: 10px 0 5px 0;
	padding: 5px;
	}
	
#BottomContent table {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#BottomContent table p {
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
	}
	
#BottomContent table p img {
	margin: 0;
	padding: 0 10px;
	}
	
#BottomContent table td {
	vertical-align: top;
	width: 50%;
	}
	
#BottomContent table td.borderRight {
	border-right: 3px double #94BE98;
	}
	
#BottomContent table td input.email-input-button {
	border: 3px double #94BE98;
	color: #555;
	padding: 2px;
	}
	
#BottomContent table td input.email-submit-button {
	background: #94BE98;
	border: 3px double #769779;
	color: #FFF;
	padding: 1px;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group misc */

div.weatherWidget {
	clear: right;
	float: right;
	margin: 0;
	padding: 0;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group footer */

#footer {
	background: #F5F3E6;
	clear: both;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}
	
#footer p {
	background: #343C2B url("../images/nav-bkgnd.png") top left repeat-x;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 5px;
	}
	
#footer a {
	color: #FFF;
	}
	
#footer a:hover {
	color: #FFF;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/