* {
	margin:0;
	padding:0;
}
html, body {
	background:#25BCC4 center fixed;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	margin:0;
	padding:0;
	width:100%;
}
html {
	overflow-y:scroll;
}
a, object, embed {
	outline:0;
}
a img {
	border:0;
}
#container {
	min-height:100%;
	background:#FFF url(/images/colbg2.png) repeat-y;
	min-width:780px;
	max-width:1200px;
	margin:auto;
	position:relative;
	width:85%;
	border-right:1px solid #1F99A0;
	border-left:1px solid #1F99A0;
}
* html #container {
	height:100%;
}
#header {
	/*background:#f8c45c url(/images/headerbg.png) repeat-x bottom;*/
	height:189px;
	border-bottom:1px solid #1f99a0;
	margin:0 0 10px;
}
#admin #header {
	height:288px;
}
#header h1 {
	margin:0;
	padding:0;
	height:189px;
}
#admin #header h1 {
	height:228px;
}
#topnav {
	background:url(/images/mainbg.png) repeat-x bottom;
	padding-bottom:30px;
	width:100%;
	
}
#topnavhold {
	background:#25BCC4;
	border-bottom:1px solid #1F99A0;
	overflow:hidden;
	width:100%;
}
#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:right;
}
#topborder {
	width:1px;
	height:46px;
	background:#25BCC4;
	position:absolute;
	top:0;
	left:-1px;
	z-index:1;
}
#topnav ul#buttons {
	float:left;
	height:46px;
	width:150px;
	margin:0;
}
#topnav li {
	float:right;
}
#topnav li.button a, #topnav li.button a:hover {
	padding:3px 10px 0 0;
	border:0;
	background:none;
	display:block;
}
#topnav li a {
		padding:15px 20px;
	border-left:1px solid #FFF;
	background:#1F99A0;
	display:block;
	color:#FFF;
	text-decoration:none;
}
#topnav li a:hover {
	border-left:1px solid #1F99A0;
	background:#FFF;
	color:#1F99A0;
}
	
#logo {
	float:left;
}
#header {
	text-align:center;
}
#header img {
	display:block;
	margin:auto;
}
#header a {
	display:block;
	width:100%;
	height:189px;
	background:url(/images/logo-trans2.png) center no-repeat;
	text-indent:-999em;
	
}
#admin #header a {
	/*height:288px;
	background:url(/images/newlogo.jpg) center no-repeat;*/
}
#texthold {
	margin-left:356px;
	margin-right:20px;
	text-align:center;
	margin-top:-20px;
	height:200px;
	width:auto;
	z-index:1;
}
#header #texthold {
	display:table;
	position:static;
}
#header #texthold #box {
	display:table-cell;
	position:static;
	vertical-align:middle;
}
#texthold2 {
	margin-left:356px;
	margin-right:20px;
	position:relative;
	z-index:1;
	text-align:center;
	padding-top:10px;
}
#header a img {
	border:0;
}
#header a.text1 {
	outline:0;
	margin-right:8px;
}
#header a.text2 {
	outline:0;
}
#header #mmphoto {
	float:right;
}
#clouds {
	margin:auto;
	display:block;
	outline:0;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
}
#cloudheader {
	position:absolute;
	top:0;
}
#header a.sponsor {
	position:absolute;
	right:5px;
	top:5px;
	font-size:50%;
	text-decoration:none;
	outline:0;
}
ul {
	margin:0;
	padding:0;
}
#navigation {
	width:200px;
	float:left;
	list-style: none;
	padding-bottom:70px;
	position:relative;
	z-index:1;
	margin-left:1px;
	display:inline;
	padding:0;
	left:0;
	clear:left;
	
}
#navigation li {
	list-style:none;
	margin-bottom:3px;
	margin:0;
	padding:0;
	position:relative;
	display:block;
	z-index:1;
}
#navigation li ul li {
	margin:0;	
}
/*0d2951 - 153c75*/
#navigation a, #navigation a:link, #navigation a:visited {
	display:block;
	width:179px;
	position:relative;
	padding:4px 10px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#1f99a0 url(/images/buttonbg.png) repeat-y;
}
#navigation a:hover, #navigation a.active {
	background:url(/images/buttonbgon.png) repeat-y;
	color:#FFF;
	
}
#navigation li ul {
	border-top:1px solid #1F99A0;
	border-right:1px solid #1F99A0;
	border-bottom:1px solid #1F99A0;
}
#navigation li ul li a, #navigation li.sfhover ul li a {
	border-bottom:1px solid #1F99A0;
	border-top:0;
	background:#1f99a0;
}
#navigation li ul li a:hover, #navigation li.sfhover ul li a:hover {
	background:#25bcc4;	
}
a {
	color:#1F9DA4;
}
a:hover {
	text-decoration:none;
}
#main h2 {
	margin-bottom:10px;
}
h2, h3 {
	color:#1f99a0;
}
blockquote, p.error {
	/*background:#8CD1D6;
	border:1px solid #F8C45C;*/
	font-size:11px;
	padding:5px;
	display:block;
	margin:0 auto 10px;
}
p.error {
	text-align:left;
	font-weight:bold;
}
blockquote.center {
	text-align:center;
}

/*#navigation a span {
	display:block;
	height:26px;
	position:absolute;
	top:1px;
	left:5px;
	width:15px;
	background:#1f9da4;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
#navigation a:hover span, #navigation a.active span {
	background:#8cd1d6;
}*/
#navigation li ul {
	position: absolute;
	left: -999em;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
	top:0;
}
#navigation li ul ul {
	margin: 0 0 0 10em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	left: 200px;
	top:0;
	z-index:1;
}
#navigation li:hover ul li:hover ul, #navigation li.sfhover ul li.sfhover ul {
left:69px;
top:-1px;
z-index:0;
}

#main {
	margin-left:201px;
	padding:20px 10px 80px;	
	position:relative;
	z-index:0;
}
#subcontent {
	padding:20px 10px 0;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
table td {
	border:1px solid #F8C45C;
	padding:5px;
}
#mmphoto {
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
fieldset table td {
	border:0;
}
#footer {
position:absolute;
width:100%;
border-top:1px solid #1f99a0;
color:#1f99a0;
height:60px;
background:#FFF url(/images/footerbg.gif) repeat-x top;
padding-top:20px;
bottom:0;
text-align:center;
}
.bold {
	font-weight:bold;
}
#adminnav {
	list-style:none;
	text-align:center;
	padding:10px 0;
}
#adminnav li {
	display:inline;
}
fieldset {
	padding:5px;
	border:1px solid #93CDDC;
	margin-bottom:10px;
}
legend {
	color:#25BCC4;
	font-weight:bold;
	margin-left:10px;
	font-size:110%;
}
fieldset label {
	display:block;
	font-weight:bold;
	padding-top:3px;
}
fieldset input, fieldset textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	margin-bottom:3px;
	width:99.5%;
}
input.submit {
	width:auto;
	display:inline;
	border:1px solid #1F99A0;
	background:#25BCC4;
	color:#FFF;
	padding:4px;
}
fieldset input.check, fieldset input.radio {
	width:auto;
	display:inline;
}
#uploader1 {
	width:450px;
	height:350px;
	display:block;
	margin:auto;
}
p {
	padding:10px 0;
}
#main ul, #main ol {
	margin-left:35px;
	margin-bottom:15px;
}
#homeimage
{
	width:659px;
	height:227px;
	background:url(/images/homeimage.jpg) no-repeat;
	margin:auto;
	text-indent:-999em;
}
.fleft {
	float:left;
	margin-right:5px;
}
#main ul.timeline li {
	margin-left:220px;
}
#retreatheader {
	width:293px;
	margin:0 auto;
	background:url(/images/image001.jpg) no-repeat;
	padding-left:293px;
	text-align:center;
	font-size:23px;
	height:293px;
}
#retreatheader p {
	padding-top:20px;
}
a.linetext {
	position:relative;
	top:10px;
}
.name {
	margin-left:100px;
	font-family:"Bradley Hand ITC", Verdana, Geneva, sans-serif;
	font-size:130%;
	font-weight:normal;
}
#main #weddingphotos {
	width:250px;
	float:right;
	list-style:none;
	padding:10px 0 0;
	margin:0;
}
#main #weddingphotos li {
	margin:0 0 10px;
	padding:0;
}
#weddingcontent {
	margin-right:260px;
	padding-bottom:100px;
}
#whatisrs {
	text-indent:-999em;
	width:526px;
	height:70px;
	background:url(/images/whatisrs.gif) no-repeat;
}
#suhold {
	margin-right:310px;
}
.imagehold {
	width:300px;
	float:right;
	margin-left:10px;
}
.imagehold img {
	display:block;
	margin-bottom:10px;
}
.bj_store .bj_midWrapper {
margin-top:-494px;
top:-2px;
}
fieldset #audiolist td, fieldset #audiolist th {
	border-right:1px solid #F8C45C;
	border-bottom:1px solid #F8C45C;
	padding:3px;
}

fieldset #audiolist th {
	background:#1F99A0;
	font-weight:bold;
}
fieldset #audiolist th a {
	color:#FFF;
}
fieldset #audiolist {
	border-top:1px solid #F8C45C;
	border-left:1px solid #F8C45C;
	margin-bottom:3px;
}
fieldset #audiolist tr.odd td {
	background:#CCC;
}
div.gradient {
	background:url(/images/paragraphbg.png) no-repeat center;
	border:1px solid #93CDDC;
	overflow:hidden;
	padding:10px;
	margin-bottom:15px;
	width:95%;
	margin:0 auto 15px;
}
div.gradient img {
	position:relative;
	zoom:1;
}
#blogarchive {
	width:170px;
	float:right;
	padding:10px 10px 10px 20px;
	background:url(/images/colbg2.png) repeat-y;
	border:1px solid #1F99A0;
}
#blogarchive ul {
	list-style:none;
	margin:0;
	padding:0;
}
#blogtext {
	margin-right:210px;
}
#heard {
	margin-bottom:5px;
}
