html
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 95%;
}
p{color:#434235;font-size:16px}
/*Headers*/
h1,h2,h4,h5{margin: 1em 0;}
h2
{
    font-size: 16px;
    color: #800000;
}
h1
{
    font-size: 18px;
    color: #598D8D;
}
h3
{
    font-size: 14px;
     color: #800000;
    font-weight: bold;
    letter-spacing: .5em;
    padding-bottom:15px;
      padding-top:15px;
}

.logo{background: url(../images/hdr2.png) no-repeat top left; width: 556px; height: 159px; text-indent: -9999px; margin:0; }
	h1#logo a{display: block; height: 100%; float:left;}
.donate{
	background-position: left top;
	background: url('../images/donate.png') no-repeat left top;
	height: 40px;
	line-height: 40px;
	font-family: Times New Roman;
	text-align: left;
	float: right;
	width: 200px;
	padding-left: 30px;
	margin-top: 100px;
}
.donate a{display: block; height: 100%; float:left; color:White;}
.donate a:hover{display: block; height: 100%; float:left; color:#ffcc33;}
.title{color:#434235;font-size:14px}
.coy
{
    color: #598D8D;
    font-size: 12px;
    font-style: italic;
  
}

/*Navigation*/
ul#nav{overflow: auto;}
ul#nav li
{
	vertical-align: middle;
	height: 41px;
	line-height: 41px;
	float: left;
	border-right: 1px solid #89c4c4;
	border-right-color: #9DB0AE;
}
	ul#nav li.last{border: none;}
ul#nav li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}
ul#nav li a:hover{ background: #89c4c4;}

 ul#nav li a:active, ul#nav li a:focus {
     outline: 0;
}


/*General Use Tags*/
p{margin-bottom: 1em;}
	div#footer p{color: #fff;}
	
	
#colOne {
	float: right;
	width: 200px;
	padding: 5px 0 0 0;
}

#colTwo
{float: right;
 width: 770px;	
}


div#colTwo div.inside
{
	margin:5px;
	width:650px;

}

/* landing page */
div#leftMain
{width:250px;height:auto;float:left;}
	
div#rightMain{margin:5px; width:450px; height:auto; float:right;}

div#mainPhoto{width: 100%; float:left; height: auto;}




/*subMENU*/
div.submenu
{
	border-style: none solid none none;
	border-width: 1px;
	border-color: #DFDFD0;
	padding-right: 8px;
	padding: 0 5px 0 0;
}

h2#subCalendar{background: url("../images/calendar_LSW_y.png") no-repeat top left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-family:Times New Roman;
	text-align: left;
	padding-left:46px;
	font-size: 18px;
	color: #595748;
	margin-top: 12px;}

h2#subTitle{background: url("../images/subMenu_y.png") no-repeat top left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-family:Times New Roman;
	text-align: left;
	padding-left:38px;
	font-size: 18px;
	color: #595748;
	margin-top: 12px;}
	
	/*subMENU Navigation*/
	
	ul#sideMenu{ overflow:auto; padding-left:15px;}
	ul#sideMenu li
{
	text-align: left;
	color: #595748;
	text-decoration: none;
}
	ul#sideMenu li a
{
	display: block;
	color: #595748;
	text-decoration: underline;
}
ul#sideMenu li a:hover
{
	color: #800000;
}



/*self update image and decription */

#landUpdate
{
	text-align: left;
color:#434235; float:left; 
}
.lu_image{width:185px;height:auto;}
.lu_text
{
	width: 185px;
	font-size: 12px;
	color: #335151;
	
}

          


/*---------end------*/


/*---self update story ---*/


#storyUpdate{width:auto	}
.su_image{text-align:left;color:#434235;font-size:16px;width:400px;height:auto;}
.su_text{width: 550px;text-align:left;
	font-size: 16px;
	color: #335151;}
.su_title{font-size:18px; font-weight:bold;text-align:left;color: #335151}	


/*---------end------*/




td,tr{ padding:3px;color:#434235; vertical-align:top;}

.fullpage
{
	width: 720px;
	margin:0 auto;

}
.fullpage2{width: 950px;
	margin:0 auto;}
.divLeft
{
	width: 570px;
	margin:0 auto;
	float:left;

}
.guest{}
.contactinfo{}
.payment{}
.divright
{
    width: 350px;
    margin: 0 auto;
    padding-left: 5px;
    float: right;
    vertical-align: top;
}
.imgDefault{ float:left; text-align:left; vertical-align:top; padding-right: 10px;}

.yellowtable
{
    padding: 3px;
    width: 600px;
    color: #434235;
    vertical-align: top;
}
.y_c1{width:100px;}
.y_c2{width:300px;}
.y_c3{width:100px;}

.factImage{text-align:left;padding-bottom:10px} 
ul#factList{width:auto;list-style-type: square;}
ul#factList li
{
	display: block;
	color: #434235;
	font-size: 16px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px;
	
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#fce291; 
		color:#6a0101; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#800000;
		text-align:center;
		font-family:Times New Roman;
	}
	
	
	/*--carousel--*/
	div.fadecarousel{ position: relative;}
 
div.slide{position: relative; width: 570px; height: 270px; background: url(../images/carousel/bg.png) no-repeat top left #FCE291; display: table;}
 
div.slide p{display: table-cell; vertical-align: middle; text-align: center; color: #800101; font-size: 123.1%; font-family: "Times New Roman", times, serif; padding-right: 10px;}
 
div.slide img{float: left; width: 344px; height: 256px; margin: 6px 0 6px 6px;}