@charset "utf-8";
/****
 * CSS Main Styles
 *
 *	Color Scheme:
 *	
 *	blue:  #5C8F88
 *	green: #73AD84 
 *	olive: #C6D5AC
 *	creme: #FFE0A7
 *	red:   #EB3355 
 *
 ****/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f3f3f3 url(../images/banner.jpg) no-repeat;
	text-align: center;
	font: 62.5%/1.4 Arial, Helvetica, sans-serif;
	color: #444;
}

a {
	color: #5C8F88;
	text-decoration: none;
}

a:hover {
	color: #385a55; /* slightly darker blue*/
	border-bottom: 1px dotted #5C8F88;
}

h1 {
	text-indent: -9999px;
	position: absolute;
	top: 35px;
	left: 0px;
}

h1 a {
	display: block;
	width: 670px;
	height: 140px;
	background: url(../images/title2.png) no-repeat -5px 0;
}

h1 a:hover {
	border: none;
}

h2 {
	padding: 5px 0;
	color: #5C8F88;
	font: 3em bold Century, Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	text-align: center;
}

h3 {
	padding: 5px 0;
	color: #73AD84;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

label {
	color: #73AD84;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

h4 {
	padding: 2px 0;
	font-size: 1.4em;
}

img {
	padding: 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ccc;
	margin: 5px;
	float: right;
	background: #beebe5; /*#D8E2F1; */
}

.clearer {
	height: 0;
	clear: both;
}

#banner-special {
	background: url(../images/bathhouse_banner2.png) no-repeat;
	width: 800px;
	height: 221px;
	margin: -30px auto -50px;
}

#page {
	position: relative;
	width: 804px;
	padding: 90px 0 0;
	margin: 0 auto;
	text-align: left;
}

#top-links {
	display: block;
	height: 50px;
	font-size: 1em;
}

#top-links li {
	list-style: none;
	display: inline;
}

#top-links a {
	display: block;
	height: 10px;
	padding-top: 17px;
	padding-bottom: 2px;
	margin-right: 15px;
	float: right;
}

#ql-contact a {
	background: url(../images/letter_icon.gif) no-repeat top center;
}

#ql-directions a {
	background: url(../images/arrow_icon.gif) no-repeat top center;
}

#image-viewer {
	border: 4px double #777;
	padding: 2px;
	width: 792px;
	height: 200px;
	background: #fff;
}

#image-viewer img {
	padding: 0;
	border: none;
	margin: 0;
	float: none;
	background: none;
}

#content {
	margin-top: 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

#content p {
	font-size: 1.2em;
	margin-bottom: 10px;
}

#column1 {
	float: left;
	width: 200px;
	/*border-right: 1px solid #C6D5AC;*/
}

#nav {
	font-size: 1.4em;
	font-weight: bold;
	background: #EB3355;
	padding: 5px 0;
	border: 1px solid #b61634;
}

#nav li {
	list-style: none;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 15px;
	line-height: 2em;
}

#nav li a:hover {
	color: #ccc;
	/*background: url(../images/selected_link_bg.jpg) no-repeat center left;*/ 
	border-bottom: none;
}

#column2 {
	margin-left: 210px;
}

#column2 ul {
	margin-left: 20px;
	color: #003366;
	font-size: 1.4em;
}

#footer {
	text-align: center;
	width: 250px;
	height: 75px;
	padding: 5px 0 0;
	margin: 10px auto;
	padding-left: 113px;
	background: url(../images/starfish.png) no-repeat;
}

#horizontal-rule {
	height: 20px;
	background: url(../images/underthing.png) no-repeat center;
}

/* Contact Page */
select {
	width: 250px;
	padding: 4px;
	margin-left: 100px;
}

#name, #email {
	width: 240px;
	margin-left: 10px; 
	padding: 4px;
}

#label_name, #label_email {
	float: left;
	width: 90px;
}

#message {
	/*width: 345px;
	height: 159px;*/
	margin-top: 5px;
	padding: 5px; 
}

.warning {
	font-weight: bold;
	font-size: 1.1em;
	color:#DF0500; 
}

/* Menus */
table {
	font-size: 1.2em;
}

td {
	padding-bottom: 2px;
}

/* Wedding Page */
#package1 {
	width: 280px;
	float: left;
	margin-right: 12px;
	background: url(../images/wedding1_bg.jpg) repeat-y;
}

#package1 h4 {
	background: url(../images/wedding1_top.jpg) no-repeat top left;
	padding: 20px 0 40px 55px;
}

#package1 p {
	background: url(../images/wedding1_bottom.jpg) no-repeat bottom left;
	padding: 10px 0 60px 20px;
	margin: 0;
}

#package2 {
	width: 280px;
	float: left;
	background: url(../images/wedding2_bg.jpg) repeat-y;
}

#package2 h4 {
	background: url(../images/wedding2_top.jpg) no-repeat top left;
	padding: 20px 0 40px 75px;
}


#package2 p {
	background: url(../images/wedding2_bottom.jpg) no-repeat bottom left;
	padding: 10px 0 60px 20px;
	margin: 0;
}

#package1 ul, #package2 ul {
	padding: 0px 8px;
}

#gratuity {
	text-align: center;
	padding: 5px; 
	margin: 5px 50px;
}

/* Directions Page */
#map {
	padding: 10px;
	border: 1px solid #ccc;
	width: 425px;
	height: 360px;
	margin: 10px 0;
}