/* LIBRARY GARDENS HOME PAGE CSS */

/* PAGE STRUCTURE � CONTAINER */
html, body {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
}
.containercopy {
	position: relative;
	text-align: left;
	width: 800px;
	height: 640px;
	margin: 0;
	padding: 0;
}
.container {
	position: relative;
	text-align: left;
	background-repeat: repeat-y;
	width: 800px;
	height: 600px;
	margin: 0;
	padding: 0;
}
.content {
	padding: 5px 565px 0px 20px;
	margin: 0px;
}

/* PAGE STRUCTURE � MAIN DIVs */
.top {
	margin: 0px;
	height: 113px;
	background-repeat: no-repeat;
	background-position: top;
}
.middle {
	height: 560px;
	margin: 0px;
	padding: 0px;
}
.splash {
	background-repeat: no-repeat;
	background-position: top;
	height: 560px;
	margin: 0px;
	padding: 0px;
}
.footer {
	height: 47px;
	margin: 0px;
	padding: 0px 0px 0px 280px;
	background-repeat: no-repeat;
	background-position: top;
}

/* TYPOGRAPHY AND COLORS */
.top h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 289px;
	font-weight: normal;
}
.top .tagline {
	color: #abbc58;
	margin: 0px;
	padding: 0px;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #694c36;
	padding: 0px;
	margin: 0px 0px 10px;
}
.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #694C36;
	font-size: 8px;
	line-height: 8px;
	margin: 0px;
	padding: 0px;
}
.footer .footeraddress {
	margin-left: 100px;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #abbc58;
	text-decoration: none;
	border-bottom: dotted #EEAF26 1px;
}
.subtext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #999999;
	text-align: center;
}
.subtext a:link, .subtext a:visited {
	color: #999999;
	text-decoration: none;
}
.subtext a:hover, .subtext a:active {
	color: #abbc58;
	text-decoration: none;
	border-bottom: dotted #EEAF26 1px;
}
.top .tagline2 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	padding-top: 70px;
	padding-right: 0px;
	padding-left: 289px;
	font-style: normal;
	font-weight: bold;
}
