/*GENERAL DECLARATIONS
=========================*/

body {
	background: white url(../images/bg.jpg) center repeat-y;
	font-size: 13px;
}

div, p, th, td {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
p {
	margin: 0 0 1em;
	line-height: 1.4;
}
h1 {
	color: #681844;
	font-size: 130%;
}
h2 {
	color: #000000;
	font-size: 120%;
	border-bottom: 1px dotted #681844;
	;
	margin: 2em 0 .5em;
}

/*PAGE LAYOUT
=========================*/

#header {
	width: 800px;
	height: 85px;
	background: transparent url(../images/beautiful.gif) no-repeat 245px;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: 175px;
	height: 73px;
	background: transparent url(../images/logo.gif) no-repeat;
	position: absolute;
	left: 20px;
}
#picture {
	width: 800px;
	height: 236px;
	position: relative;
	margin: 0 auto;
	background: transparent url(../images/lake-deck.jpg) no-repeat;
}
#nav {
	width: 800px;
	height: 25px;
	background: transparent;
	position: absolute;
}
#nav p {
	background: white;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#mainCol {
	width: 480px;
	float: left;
	margin: 20px 0 20px 20px;
	padding-right: 20px;
	display: inline; /*IE Hack*/
}
#rightCol {
	width: 280px;
	float: left;
	margin: 20px 0 0 0;
}
#pullquote {
	width: 188px;
	border: 1px solid #a6a088;
	background: white;
	padding: 20px 30px;
	margin: 17px 0 0 5px;
	position: relative;
}
#pullquote p {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #a6a088;
}
#openquote {
	position: absolute;
	width: 40px;
	height: 30px;
	background: transparent url(../images/openquote.png) no-repeat;
	left: -5px;
	top: 10px;
}
#closequote {
	position: absolute;
	width: 40px;
	height: 30px;
	background: transparent url(../images/closequote.png) no-repeat;
	left: 220px;
	bottom: 0;
}
#bottomNav{
	margin: 30px 0 10px;
	text-align: center;
	font-size: 90%;
}
#footer {
	margin: 10px 0 20px;
	text-align: center;
	font-size: 80%;
}
#footer {
	
}
.clearing {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}
table.display {
	display: table;
	border-collapse: collapse;
	margin: 1em 0 1em 10px;
	width: 460px;
	border: 1px solid #4b4b4b;
	background: white;
}
table.display td, table.display th {
	padding: 5px;
	border: 0;
	text-align: center;
	border-left: 1px dotted #4b4b4b;
}
table.display th {
	background: #8b1a5c;
	color: white;
}
table.display tr.alt td {
	background: #f8f6ee;
}
table.display td.col {
	border: none;
}
.rateInfo {
	margin: 1em 1.5em 1.5em;
	font-size: 9px;
}

/*LINKS
=========================*/

a:link, a:visited {
	color: #8b1a5c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
