/* Gray's Creek Designs stylesheet */

/* universal styles */
* {
	margin: 0;
	padding: 0;
	}

body {
	background: #D7EDF5 url(images/water.jpg) top repeat-x;
	font: 80%/1.4 "Trebuchet MS", Helvetica, Arial, sans-serif;
	}

a:link {
	color: #4270A1;
	}

a:visited {
	color: #709E6F;
	}

a:hover, a:focus, a:active {
	background-color: #F4F7F2;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	font-family: Georgia, serif;
	}

p {
	margin: 1em 0;
	}

h2 {
	color: #916335;
	font-size: 150%;
	}

h3, h4 {
	color: #4270A1;
	}

h3 {
	font-size: 120%;
	}

h4, h5 {
	font-size: 100%;
	}

img {
	padding: 4px;
	border: 1px solid #C9E0C4;
	}

strong {
	color: #916335;
	}

acronym {
	cursor: help!important;
	}

.clear {
	clear: both;
	}

.first {
	margin-top: 0;
	}

a.left, img.left {
	float: left;
	margin: 0 12px 2px 0;
	}

a.right, img.right {
	float: right;
	margin: 0 0 2px 12px;
	}
/* end universal styles */

#container {
	position: relative;
	width: 770px;
	margin: 0 auto;
	background: #FFF url(images/content-repeater.jpg) repeat-y;
	}

#banner {
	height: 534px;
	margin-bottom: -300px;
	background: url(images/page-top.jpg) left top no-repeat;
	}

#banner h1, #banner h4, .offscreen {
	position: absolute;
		left: -5000px;
	}

#content {
	min-height: 300px;
	padding: 0 266px 10px 61px;
	}

#content ul {
	margin: 1em 20px;
	list-style: disc url(images/bullet.gif) outside;
	}

#content ul li {
	margin: 0.5em 0;
	padding-left: 3px;
	}

/* special offer styles */
.special-wrapper {
	margin-top: 1.5em;
	padding-left: 74px;
	border: 1px solid #C9E0C4;
	background: #EAF2E7 url(images/heron.gif) 7px 7px no-repeat;
	}

.special {
	padding: 4px;
	border-left: 1px solid #C9E0C4;
	background-color: #FFF;
	}

.special h3 {
	margin-top: 0;
	padding: 0.4em 1em;
	border: 1px solid #C9E0C4;
	background-color: #EAF2E7;
	}

.special p {
	margin: 1em;
	}
/* end special offer styles */

/* example products styles */
/* example product nav styles */
#content ul.example-nav {
	margin: 1em 0;
	list-style-type: none;
	}

#content ul.bottom {
	margin-top: 1.5em;
	}

#content ul.example-nav li {
	padding-left: 0;
	display: inline;
	}

.example-nav a:link, .example-nav a:visited, .example-nav span {
	padding: 5px 5px 1px 5px;
	text-decoration: none;
	}

.example-nav a:link {
	border-bottom: 1px solid #4270A1;
	}

.example-nav a:visited {
	border-bottom: 1px solid #709E6F;
	}
/* end example product nav styles */

a.web-example:link, a.web-example:visited {
	display: block;
	}

a.web-example:hover {
	background-color: #FFF; /* transparent won't work in IE */
	}

a.web-example:hover img {
	background-color: #F4F7F2;
	}

.print-example {
	position: relative;
	height: 534px;
	margin-bottom: 15px;
	}

.bookmark {
	width: 123px;
	height: 524px;
	float: right;
	}

.card {
	width: 285px;
	height: 214px;
	margin-bottom: 15px;
	}

.totebag {
	position: absolute;
		top: 239px;
		left: 0;
	width: 285px;
	height: 285px;
	}

.religious-quote {
	padding: 4px;
	border: 1px solid #C9E0C4;
	}

.religious-quote p {
	margin: 1em;
	}

p.quote-source {
	margin: 0;
	padding: 0.5em 1em;
	border: 1px solid #C9E0C4;
	background-color: #EAF2E7;
	color: #4270A1;
	font-style: italic;
	}
/* end example products styles */

/* contact form */
#web-contact {
	width: 441px;
	border: 1px solid #C9E0C4;
	background-color: #EAF2E7;
	}

#web-contact fieldset {
	margin: 10px 0 15px;
	padding-left: 10px; /* padding is the only way to move the legend */
	border: 0;
	border-top: 1px solid #C9E0C4;
	}

#web-contact legend {
	color: #709E6F;
	text-align: right;
	}

#web-contact ol {
	margin: 0 15px 0 5px; /* adds to padding from the fieldset */
	padding-top: 10px; /* Firefox doesn't like the top margin with legend */
	list-style-type: none;
	}

#web-contact li {
	margin: 0.5em 0;
	}

#web-contact label {
	display: block;
	margin: 0.25em 0;
	}

#web-contact input#realname, #web-contact input#email, #web-contact input#subject,
#web-contact textarea {
	padding: 2px 5px;
	border: 1px solid #C9E0C4;
	}

#web-contact input#realname, #web-contact input#email, #web-contact input#subject {
	width: 200px;
	}

#web-contact textarea {
	width: 399px;
	}

.send-button input {
	margin-top: 15px;
	padding: 3px;
	}
/* end contact form */

/* navigation styles */
#nav {
	position: absolute;
		left: 73px;
		top: 19px;
	list-style-type: none;
	}

#nav li {
	float: left;
	}

#nav a:link, #nav a:visited {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	background: transparent;
	}

#nav .home a, #nav .web a, #nav .print a {
	height: 60px;
	}

#nav .home a {
	width: 112px;
	}

#nav .home a:hover, #nav .home a:focus, #nav .home a:active, #nav .home a.current {
	background: url(images/home-web-print.jpg) 0 0 no-repeat;
	}

#nav .web a {
	width: 111px;
	}

#nav .web a:hover, #nav .web a:focus, #nav .web a:active, #nav .web a.current {
	background: url(images/home-web-print.jpg) -112px 0 no-repeat;
	}

#nav .print a {
	width: 111px;
	}

#nav .print a:hover, #nav .print a:focus, #nav .print a:active, #nav .print a.current {
	background: url(images/home-web-print.jpg) -223px 0 no-repeat;
	}

#nav .contact a {
	width: 113px;
	height: 116px;
	}

#nav .contact a:hover, #nav .contact a:focus, #nav .contact a:active, #nav .contact a.current {
	background: url(images/contact.jpg) 0 0 no-repeat;
	}

/* extra navigation styles */
#nav-extras {
	position: absolute;
		left: 547px;
		top: 543px;
	width: 163px;
	color: #709E6F;
	}

#nav-extras ul {
	margin: 0.8em 0 0.8em 15px;
	list-style-type: circle;
	}

#nav-extras ul.example-current {
	list-style-type: disc;
	}

#nav-extras li {
	margin: 0.5em 0;
	color: #709E6F;
	}

#nav-extras a:link, #nav-extras a:visited {
	color: #709E6F;
	text-decoration: none;
	}

#nav-extras li a:link, #nav-extras li a:visited {
	color: #4270A1;
	}

#nav-extras a:hover, #nav-extras a:focus, #nav-extras a:active,
#nav-extras li a:hover, #nav-extras li a:focus, #nav-extras li a:active {
	background-color: transparent;
	color: #548A53;
	}

#nav-extras span {
	display: block;
	padding-top: 0.8em;
	border-top: 1px solid #9CC992;
	}

/* end extra navigation styles */
/* end navigation styles */

/* footer styles */
#footer-wrapper-1 {
	padding-top: 109px;
	background: url(images/footer-top.jpg) top no-repeat;
	}

#footer-wrapper-2 {
	padding-bottom: 52px;
	background: url(images/footer-bottom.jpg) bottom no-repeat;
	}

#footer {
	padding: 10px 63px 2px 63px;
	background: url(images/footer-repeater.jpg);
	text-align: center;
	}

#footer h4 {
	margin: 0 0 0.8em 0;
	color: #916335;
	}

#nav-footer {
	margin: 0.8em 30px;
	padding: 0.5em 0;
	border-top: 1px solid #C9E0C4;
	border-bottom: 1px solid #C9E0C4;
	list-style-type: none;
	}

#nav-footer li {
	display: inline;
	}

#nav-footer li a:link, #nav-footer li a:visited {
	padding: 0.5em 1em;
	color: #4270A1;
	text-decoration: none;
	}

#nav-footer a.current {
	background-color: #F4F7F2;
	}
/* end footer styles */

/* IE 6 and earlier hacks */
* html body {
	text-align: center;
	}

* html acronym {
	border-bottom: 1px dotted #4270A1;
	}

* html #container {
	text-align: left;
	}

* html #content {
	height: 300px;
	}

* html #footer-wrapper-1 {
	height: 1%;
	}