@charset "UTF-8";
/* CSS Document */

body {
	margin: 30px 0px 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	background: #28110B url(/1stQuarter2009/images/background.jpg) no-repeat center top;
}
a:link {
	color: #333333;
	font-weight:normal;
	text-decoration:underline;	
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	padding-bottom: 0;
}
p {
	margin-top: 1px;
	padding-top: 1px;
}
h1 {
	color: #28110B;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	color: #8B0101;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	color: #24456E;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
h4 {
	color: #466710;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
h5 {
	color: #333333;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
h6 {
	color: #333333;
	font: 10px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
ui {
	margin: 0px;
	padding: 0px;
}


/* Layout  */

.largePicPad {
	margin-bottom: 25px;
}
hr {
	margin: 25px 0px;
}

/* Typography  */

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.indexHead {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.indexMain {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#spa h1 {
	color: #9A7D41;
	font: bold normal 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
#spa h2 {
	color: #AB9156;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
#spa h3 {
	color: #AB9156;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
#romance h1 {
	color: #8B0101;
	font: bold normal 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
#romance h2 {
	color: #AC0000;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
#romance h3 {
	color: #AC0000;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
#family h1 {
	color: #24456E;
	font: bold normal 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
#family h2 {
	color: #4E77AF;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
#family h3 {
	color: #4E77AF;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
#golf h1 {
	color: #466710;
	font: bold normal 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
#golf h2 {
	color: #7FA349;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
#golf h3 {
	color: #7FA349;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}


/* Index Rollovers  */

#spaR {
	height: 290px;
	width: 340px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background: url(/1stQuarter2009/images/indexSpa.jpg) no-repeat left top;
}
#spaR:hover {
background-position: 0 -290px;
}
#romanceR {
	height: 290px;
	width: 340px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background: url(/1stQuarter2009/images/indexRomance.jpg) no-repeat left top;
}
#romanceR:hover {
background-position: 0 -290px;
}
#familyR {
	height: 290px;
	width: 340px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background: url(/1stQuarter2009/images/indexFamily.jpg) no-repeat left top;
}
#familyR:hover {
background-position: 0 -290px;
}
#golfR {
	height: 290px;
	width: 340px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background: url(/1stQuarter2009/images/indexGolf.jpg) no-repeat left top;
}
#golfR:hover {
background-position: 0 -290px;
}