@import url(nav.css);

body {
	margin: 0;
	padding:0;
	text-align:center;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
	background: #145898;
}

h1 { font-size: 1.8em; line-height: 1.3; margin: 0; padding: 10px 10px 0 10px; }
h2 { font-size: 1.4em; line-height: 1.3; margin: 0; color: #145898; padding: 10px 10px 0 10px; }
h3 { font-size: 1.3em; line-height: 1.3; margin: 0; padding: 10px 10px 0 10px; }
h4 { font-size: 1.2em; line-height: 1.3; margin: 0; padding: 10px 10px 0 10px; }
h5 { font-size: 1.1em; line-height: 1.3; margin: 0; padding: 10px 10px 0 10px; }
h6 { font-size: 1.0em; line-height: 1.3; margin: 0; padding: 10px 10px 0 10px; }
p  { font-size: 1.2em; line-height: 1.3; margin: 0; padding: 10px 10px 0 10px; }

div#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 4px 0;
	background: url(../img/layout/wrapper.png) 0 0 repeat-y;
	width: 780px;
}

div#header {
	position: relative;
	background: url(../img/index/header.jpg) 194px 0 no-repeat;
	width: 780px;
	height: 253px;
	top: 4px;
	z-index: 1;
	background-image: url(../img/index/header.jpg);
}

div#nav {
	position: absolute;
	background: #1f845c;
	top: 4px;
	left: 4px;
	z-index: 100;
	width: 182px;
}

div#curve {
	position: absolute;
	width: 99px;
	height: 160px;
	background: url(../img/layout/curve.png) 0 0 no-repeat;
	top: 389px;
	left: 4px;
}

div#content {
	position: relative;
	width: 590px;
	background: #fff;
	margin: 10px 0 5px 187px;
	text-align:left;
	padding: 10px 0 0 0;
}

div#content p {
	text-align: justify;
	line-height: 2;
	margin: 10px 190px 10px 10px;
	padding: 0;
}

div#thumbnails {
	position:relative;
	float:right;
	width: 122px;
	height: 300px;
	margin: 0 20px 0 0;
}

div#thumbnails div a { display: block; width: 122px; height: 92px; }

div#thumb_location {
	background: url(../img/index/location.jpg) 0 0 no-repeat;
	width: 122px;
	height: 92px;
}

div#thumb_newsletter {
	background: url(../img/index/newsletter.jpg) 0 0 no-repeat;
	width: 122px;
	height: 92px;
}

div#thumb_refills {
	background: url(../img/index/refills.jpg) 0 0 no-repeat;
	width: 122px;
	height: 92px;
}

div.clear { clear:both; }

div#footer {
	position: relative;
	text-align: center;
	background: url(../img/layout/footer.png) 0 0 no-repeat;
	width: 505px;
	color: #145898;
	margin-top: 30px;
	padding-top: 20px;
}

div#footer p {
	font-size: 10px;
	text-align: center;
	padding: 2px 0 0;
	margin: 0;
	color: #177950;
	line-height: 1.3;
}

div#footer p a,
div#footer p a:visited {
	font-weight: 400;
	text-decoration: none;
	color: #177950;
}

#footer p#ftaddress {
	padding-top: 15px;
}

