/* Hospitality House CSS Style Sheet */
/* By Michael Ostach */
/* Revised by Al Owski 9-26-09*/

/* HTML Tags */
body {
	margin: 20px 10px 20px 10px;
	padding: 0px;
	background: #D5E2B4 url(bg.gif) repeat-y center top fixed;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #565753;
	text-align: center;
	}

a:link, a:visited {
	color: #111111;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #8DB043;
	text-decoration: none;
	}

/* Container and Header Divs */
#container {
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	width: 700px;
	height: 117px;
	background: url(header.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	}

/* Content Divs */
#contentBorder {
	width: 533px;
	background-color: F6F9EE;
	border: 1px solid #D5E2B4;
	padding: 0px;
	margin-top: 15px;
	margin-left: 165px;
	}

* html #contentBorder {
	width: 535px;
	}

#content {
	width: 503px;
	margin: 15px 0px 15px 15px;
	line-height: 1.5em;
	}

#content h2 {
	font-size: 20px;
	color: #8DB043;
	border-bottom: 1px solid #D5E2B4;
	padding-bottom: 8px;
	letter-spacing: 2px;
	}

#content h3 {
	font-size: 14px;
	}

#content p {
	color: #111111;
	font-size: 12px;
	}

#content ul {
	margin-left: 30px;
	margin-bottom: 0px;
	padding-left: 0px;
	color: #111111;
	}

/* Home Page Divs */
#news {
	list-style: disc;
	padding-left: 0px;
	margin-left: 0px;
	}

#merchantList, #needs {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}

#needsTitle {
	border-bottom: 1px solid #BABBB7;
	padding-bottom: 2px;
	}

#space {
	width: 10px;
	}

#needsInfo {
	width: 161px;
	vertical-align: top;
	padding-top: 4px;
	}

/* Merchant List Page Divs */
#merchantList table tr td {
	border-collapse: collapse;
	}

#merchantList tr {
	border-bottom: 1px solid #BABBB7;
	}

#merchantList td {
	padding: 1px 0px 1px 0px;
	}

#listHeader {
	text-align: center;
	}

#store {
	width: 250px;
	text-align: left;
	}

#value {
	width: 150px;
	text-align: center;
	}

#discount {
	width: 103px;
	text-align: center;
	}

/* Sidebar Divs */
#sidebar {
	width: 150px;
	top: 152px;
	position: absolute;
	padding: 0px 0px 0px 0px;
	}

#nav, #hours, #donate {
	background-color: F6F9EE;
	border: 1px solid #D5E2B4;
	padding: 15px 10px 0px 10px;
	margin-bottom: 15px;
	}

#sidebar h3 {
	width: 24px;
	height: 28px;
	color: #8DB043;
	background: url(icon.gif) no-repeat top left;
	vertical-align: center;
	padding-top: 2px;
	text-indent: 24px;
	margin-top: 0px;
	margin-bottom: -8px;
	font-size: 14px;
	}

/* Menu Divs */
#linkList {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	}

#linkList li {
	border-top: 1px dotted #8AA94F;
	}

#linkList a {
	text-decoration: none;
	color: #111111;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#linkList a:hover {
	background: #EFF5E2;
	color: #7E9F39;
	}

/* Hours Divs */
#hours {
	line-height: 1.5em;
	}

#hours dt {
	font-weight: bold;
	}

#hours dd {
	margin-left: 10px;
	}

/* Donate Divs */
#donate2 {
	height: 43px;
	width: 112px;
	background: url(donate.gif) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	}

#donate2 a {
	height: 43px;
	width: 112px;
	display: block;
	}

#donate2 a:hover {
	background: url(donate_over.gif) no-repeat top left;
	}