/* CSS Document */
/* Unique Thrift Store 
	 Print Style Sheet
   created August 2007 by Brenda Egeland, Red Letter Design, www.redletterdesign.net
*/

/* Reset to insure consistency across browsers */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Layout */
body {
	margin: 0;
	padding: 0;
}
div#navigation {
	display: none;
}

div#rightSide {
	display: none;
}

div#content {
	margin: 0;
	padding: 20px;
}

div#foot {
	clear: both;
	margin: 0;
	padding: 0;
}


/* Typography */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #444444;
}
p, li, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #00CC00;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FF6600;
	margin: 20px 0 5px 0;
	padding: 0;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	margin: 20px 0 0 0;
	padding: 0;
}
p {
	font-size: 13px;
	color: #333333;
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 1.4;
}
ul {
	padding: 10px 0;
	list-style: outside disc;
	margin-left: 1em;
}
li {
	font-size: 13px;
	color: #333333;
	padding: 5px 0 0 0;
	line-height: 1.2;
}
strong {
	font-weight: bold;
	font-style: italic;
	color: #00CC00;
}
div#foot p {
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* Special Use Classes */
.leadPara {
	font-size: 16px;
}
div#locationBox {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0 0 20px 50px;
}
div#locationBox h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 5px 0 5px 0;
	padding: 0;
}
div#locationBox p {
 	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: right;
}

.imgright {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	border: 1px solid black;
}
.imgleft {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: 1px solid black;
}
form#contactForm input {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
form#contactForm label {
	display: block;
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}