body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-weight: bold;
	font-size:16px;
	color: #309e61;
	margin:0px;
	padding: 0px;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:14px;
	color: #009900;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #009966;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.td_on{
	background-color:#CCCCFF;
	color:#000000;
}

.td_off{
	background-color:#F1F1F1;
	color:#000000;
}

hr{
	color:#F1F1F1;
}

/* The four following block define the style for all the website links */
a:link {
	color: #339966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339966;
}
a:hover {
	text-decoration: underline;
	color: #339966;
}
a:active {
	text-decoration: none;
	color: #339966;
}

/* Date Picker */

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	background-color: green;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

/* Main Page Styles */

#Page{
	width:958px;
	margin:0 auto; 
	text-align: left;
	background-color:#FFFFFF;
	padding:0px;
	border:0px solid #ffd684;
}

#PageHeader{
	width:958px;
	height:482px;
	background-image:url(/images/page_header_nav_background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
	position:relative;
}

#PageHeaderNav{
	position:absolute;
	top:160px;
	left:13px;
	width:934px;
	height:26px;
}

#PageHeaderNav a:link, #PageHeaderNav a:visited{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#PageHeaderNav a:hover{
	font-size:14px;
	color:#a1be40;
	font-weight:bold;
	text-decoration:none;
}

#PageHeaderPhoto{
	position:absolute;
	top:186px;
	height:292px;
}

#PageHeaderWeddings{
	position:absolute;
	z-index:100;
	top:20px;
	left:270px;
	width:430px;
	height:80px;
}

#PageFooter{
	height: 40px;
	background-color:#009900;
	background-image:url(/images/page_footer_background.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
	padding-top:15px;
}

#PageFooter a{
	color:#FFFFFF;
	text-decoration:none;
}


#MainContent{
	width: 934px;
	background-color:#FFF;
	color:#000;
	margin-left: 13px;
	margin-right: 13px;
}

/* Transparency */	
.transbox {
	background-color: #fff;
	border: 1px solid white;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
.transbox div, .transbox img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding:5px;
	}


/* Rounded Corner Boxes */
.CornerRoundTeal {
	width: 100%;
	background-color: #6DB4AD;
	color: #000000;
}

.CornerRoundTeal p {
	margin: 0 10px;
}

.CornerRoundTeal a, .CornerRoundTeal a:visited, .CornerRoundTeal a:hover{
	color:#FFFFFF;
}

.CornerRoundTopTeal { 
	background: url(/images/teal_tr.gif) no-repeat top right; 
}

.CornerRoundBottomTeal {
	background: url(/images/teal_br.gif) no-repeat top right; 
}

.CornerRoundBlue {
	width: 100%;
	background-color: #2DA7D6;
	color: #000000;
}

.CornerRoundBlue a, .CornerRoundBlue a:visited, .CornerRoundBlue a:hover{
	color:#FFFFFF;
}

.CornerRoundBlue p {
	margin: 0 10px;
}

.CornerRoundTopBlue { 
	background: url(/images/blue_tr.gif) no-repeat top right; 
}

.CornerRoundBottomBlue {
	background: url(/images/blue_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

.Testimonial{
	width:850px;
	background-color: #ABD5AA;
	padding:20px;
	padding-bottom:0px;
	margin:10px;
	color:#486078;
}

.GuestComment{
	margin-top:10px;
	margin-bottom:10px;
}