/* CSS Document */
body
{
background-color: #99CC99;
font-family: Arial, Helvetica, sans-serif;
font-size: 83%;
width: 1000px;
}

h1
{
font-size: 38px;
color: #003300;
border-bottom: 1px dashed #ffffff;
}
h2
{
font-size: 24px;
color: #003300;
border-bottom: 1px dashed #ffffff;
line-height: 125%;
}
#thenav
{
position: relative;
width: 200px;
float: left;
}
#themain
{

position: relative;
width: 600px;
float: left;
}
#theaddress
{
padding-top: 0px;
position: relative;
width: 200px;
float: left;
}
#mainnav
{
margin: 0px;
padding: 0px;
}
#mainnav li
{
 list-style-type:none;
 
 padding-left: 30px;
 padding-top:10px;
 
 font-weight: bold;
 font-size: 12px;
 background-image: url(images/daisy.gif);
 background-position: left;
background-repeat: no-repeat;
border-bottom: 2px dotted #ffffff;
width: 170px;
height: 25px;


}
#mainnav li a:link, #mainnav li a:visited{
display: block;
color: #003300;
text-decoration: none;

}
#mainnav li a:hover
{
color: #FFFFFF; 
}
#content
{
line-height: 130%;
float: left;
width: 544px;
background-color: #ffffff;
padding-left:20px;
padding-right: 20px;
padding-top: 20px;
border-left: #003300 8px solid;
border-right: #003300 8px solid;

}

#weddingcontent
{
line-height: 130%;
float: left;
width: 524px;
background-color: #ffffff;
padding-left:20px;
padding-right: 40px;
border-left: #003300 8px solid;
border-right: #003300 8px solid;

}

#weddingnav ul
{
	text-align: center;
	list-style-type: none;
}
#weddingnav li
{
	display:inline;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 18px;
	font-weight: bold;
	
}
#weddingnav li a:link, #weddingnav li a:visited
{
	
	text-decoration: none;
	color: #030;
	border-bottom: dotted #ff0000 1px;
}
#weddingnav li a:hover
{
	
	text-decoration: none;
	color: #ff0000;
	
}
#wedding
{
	position: relative;
background-image: url(images/decoration.gif); 
padding-top: 20px;
margin: 0px;
background-position:right top; 
background-repeat: no-repeat;
	
}
.dottedborder
{
	padding:10px;
	margin: 10px;
	border: dotted 1px #000000;
}
.weddinglist {
	list-style-image: url(images/heart.gif);
}
.weddinglist li {
	padding: 5px;
}
.vsmall
{
font-size: 80%
}
.caption
{
font-size: 70%;
color: #666;
}
.caption a:link, .caption a:hover, .caption a:visited
{
text-decoration: none;
color: #666;
}
.blogline
{
border-top: 1px dashed #003300;
}
.blogline2
{
border-top: 1px dashed #003300;
border-bottom: 1px solid #ff0000;
margin-bottom: 25px;
}
.blogblock
{
clear: both;
}
.blogpic
{
float: left;
width: 150px;
}
.blogbody
{
float: right;
width: 275px;
}
.bloghead
{
font-size: 120%;
font-weight: bold;
color: #003300;
border-bottom: 1px dotted #ffffff;
line-height: 125%;
font-style: italic;
}
.blogdate
{
color: #666666;
font-size: 90%;
}
.textedit
{
background-color: #ffffff;
}
#popupcontent{ 
padding: 20px;
		background-color: #ffffff;
		border: 1px solid #003300;
      position: absolute;
	   z-index: 80;
      visibility: hidden;
      overflow: hidden;
	 
      }
.nodec a:link, .nodec a:visited
{
text-decoration:none;
color: #CC6600;
}	  
.nodec a:hover
{color: #000000;}
/* DATE PICKER STUFF */

/* DATE PICKER CLASSES */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #330000;
	background-color: #FFFFFF;
	border: 1px solid #000033;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #99FF00;
	border: 1px solid #000033;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #99FF00;
	border: 1px solid #000033;
	cursor: pointer;
	color: #330000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCC99;
	border: 1px solid #000033;
	color: #330000;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #330000;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	background: #CCCC99;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	background:  #CCCC99;
	font-weight: bold;
	}
/* styles for vacancy chart*/
.vachead
{
font-weight: bold;
background-color: #000000;
color: #ffffff;
padding-left: 2px;
}
.vachead2
{
text-align: center;
border: 1px solid #000000;
background-color: #FFFFCC
}
.vactable
{
font-size: 9px;
border-collapse:collapse;
}
.available
{
background-color: #006600;
border: #000000 1px solid;
text-align: center;
}
.booked
{
background-color: #FF3366;
border: #000000 1px solid;
text-align: center;
}
.booked a:link
{
text-decoration: none;
}
.mid
{
padding-left: 55px;
font-style: italic;
font-weight: bold;
font-size: 15px;
}
.page
{
border-left: solid 1px #000000;
border-top: solid 1px #000000;
border-right: solid 3px #000000;
border-bottom: solid 3px #000000;
padding: 15px;
}
.announce
{
background-color: #FFFF99;
border: dotted 1px #003300;
text-align: center;
margin-left: 5px;
padding: 2px;
font-size: 10px;
}
.border
{
	border: 1px solid #030;
	margin-bottom: 10px;
}
.photostrip
{
	
	clear:both;
}
.photo
{width: 135px;
float:left;
	
	
}
