body {
	background: #527394 url(/img/bg_flowers.jpg) repeat-y left top;
	color: #eaeaea;
	font-family: Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* GENERAL HTML ELEMENTS */
a { 
	color: #527394; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline;
}
h1 {
	background: #2f4357;
	border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px; 
}
h2 {
	clear: left;
	color: #2f4357;
	font-size: 16px;
	margin: 0 0 10px;
}
h3 {
	clear: left;
	color: #2f4357;
	font-size: 14px; 
	margin: 0 0 10px;
}
ol, ul {
	line-height: 18px;
}
ol { 
	margin: 10px 18px; 
	padding: 5px; 
}
p {
	line-height: 17px;
	margin-bottom: 10px;
}
ul { 
	margin: 5px 0 15px 15px; 
}
ul li { 
	list-style: square; 
	margin: 4px 5px; 
}
ul li li { 
	list-style: square; 
	margin: 4px 0; 
}

/* UNIVERSAL CLASSES */
.picframe {
	border: 3px solid #2f4357;
	float: right;
	height: 150px;
	left: -1px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -10px;
	width: 150px;
	z-index: 2;
}
.picframe_shadow {
	background: #333;
	float: right;
	height: 147px;
	left: 0;
	margin: 15px;
	padding: 5px;
	position: relative;
	top: -5px;
	width: 145px;
	z-index: 3;
}


/* MAIN NAV BAR */
#us {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#us img {
	width: auto;
}

#toolbar {
	height: 38px;
	left: 85px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0px;
	width: 715px;
}
#toolbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#toolbar ul li {
	background: #6f9bc6;
	border-left: 2px solid #2f4357;
	border-right: 2px solid #2f4357;
	border-top: 2px solid #2f4357;
	border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	float: left;
	font-size: 16px;
	list-style: none;
	margin: 0 3px 0;
	padding: 4px 6px 10px;
	position: relative;
	text-align: left;
	top: 8px;
	z-index: 2;
}
#toolbar ul li a { 
	color: #1d2833;
	font-weight: normal;
}
#toolbar ul li a:hover { 
	text-decoration: none; 
}

#toolbar ul li:hover,
#toolbar ul li.on { 
	background: #2f4357;
	cursor: pointer;
}
#toolbar ul li:hover a,
#toolbar ul li.on a {
	color: #fff;
}


/* DEFAULT LAYOUT */
#content {
	color: #000;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	top: 0;
	width: 800px;
}
#main {
	background: #fff;
	border-top: 2px solid #2f4357;
	border-left: 2px solid #2f4357;
	border-right: 2px solid #2f4357;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	text-align: left;
}
#footer {
	background: #2f4357;
	border-bottom: 2px solid #2f4357;
	border-left: 2px solid #2f4357;
	border-right: 2px solid #2f4357;
	border-top: 1px solid #2f4357;
	border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	margin: 0 auto;
	padding: 4px 4px 0;
	text-align: center;
	width: 788px;
}
#footer a { 
	color: #fff;
	font-weight: normal;
}
#footer .links {
	margin: 5px auto 10px;
}
#date {
	margin: 10px auto 20px;
	text-align: center;
}
#copyright { 
	font-size: 10px; 
	margin: 10px auto; 
	padding: 2px; 
	text-align: center; 
	width: 718px; 
}
#copyright a {
	color: #fff;
}

/* HOME.CTP */
#home-text, 
#home-subtext {
	display: none;
}

/* DIRECTIONS/RSVP */
#googleMAP { 
	border: 2px solid #2f4357;
}
