@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../images/BackgroundGradient_long.jpg");
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #weddings
{
	position: absolute;
	z-index: 70000;
	top: 300px;
	width: 222px;
	right: 6px;
    height: 160px;
}

.logo
{
	position: relative;
	z-index: 80000;
	top: 1px;
	width: 412px;
	margin-right: 542px;
    height: 181px;
	margin-bottom:-40px;
 
}
.slideshow_images
{
	position: relative;
	z-index: 30000;
	margin-top: 40px;
}
.oneColFixCtrHdr #container {
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px  auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 154px;
	background-color: #FFFFFF;
	background-image: url(../images/Header_script2.jpg);
	z-index: 100;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #285b2b;
}
.footer_link {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
.main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2c5d2f;
	font-weight: bold;
}
.body_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#MenuPos
{

position:relative; 
width:100%; 
margin-top: -5px;
z-index:8000; 
height:31px;
background-image:url('../images/TRnav/LeftGreenSpacer.jpg');
background-repeat:repeat-x;
}
#MenuPos a
{ _height:30px;}
 
#MenuPos li ul li
{ padding-left:4px;}

#MenuPos a 
{ display:block;   height:inherit; }

.home
{ background-image:url(../images/nav/HomeOff.jpg); 
background-repeat:no-repeat; font-size:0px !important; display:inline;
width:80px;
height:31px;
overflow:hidden;
text-indent:-800px;
}
.home a{font-size:0px !important; }
.home:hover
{ background-image:url(../images/nav/HomeOn.jpg); background-repeat:no-repeat;}

.about
{background-image:url(../images/nav/AboutOff.jpg); 
background-repeat:no-repeat;   display:inline;
width:113px;
height:31px; 
 text-indent: -800px; 
font-size:-10px!important;
 

}
.about a{font-size:0px !important; }
.about ul a{font-size:12px !important; padding-left:0px; text-indent:1px!important; }

.about:hover
{ background-image:url(../images/nav/AboutOn.jpg); background-repeat:no-repeat;}

.images
{background-image:url(../images/nav/ImagesOff.jpg); 
background-repeat:no-repeat; display:inline;
width:98px;
height:31px; 
overflow:hidden;
text-indent:-800px;}
.images a{font-size:0px !important; }
.images:hover
{ background-image:url(../images/nav/ImagesOn.jpg); background-repeat:no-repeat;}
.area
{background-image:url(../images/nav/AreaInterestsOff.jpg); 
background-repeat:no-repeat; font-size:0px !important; display:inline;
width:142px;
height:31px; 
overflow:hidden;
text-indent:-800px;}
.area  a{font-size:0px !important; }
.area:hover
{ background-image:url(../images/nav/AreaInterestsOn.jpg); background-repeat:no-repeat;}
.contact
{background-image:url(../images/nav/ContactUsOff.jpg); 
background-repeat:no-repeat; font-size:0px !important; display:inline;
width:117px;
height:31px;
overflow:hidden;
text-indent:-800px;
}
.contact a{font-size:0px !important; }
.contact:hover
{ background-image:url(../images/nav/ContactUsOn.jpg); background-repeat:no-repeat;}


