/* CSS Document */

/***UNIVERSAL STYLES***/

body {
margin: 0;
padding: 0;
background-image: url(images/top.jpg);
background-repeat: repeat-x;
background-color: #72A45A;
}

#mainwrapper {
	position: relative;
	width: 972px;
	left:50%;
	margin: 33px 0 0 -484px;
	padding: 0px 0px 20px 0px;
	visibility: visible;
	text-align: center;
}

.floatleft, #logo, #mainnav, #mastheadright, li {
float: left;
clear: right;
}

ul, li {
margin: 0;
padding: 0;
}

li {
list-style:none;

}

/***FONTS***/

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: .9em;
color: #fff;
font-weight:100;
text-align: center;
margin: 10px 0 0 0;
line-height: 1ex;
}

.footerlinks {
font-family: Helvetica, Arial, sans-serif;
font-size: .7em;
text-transform: uppercase;
padding: 0;
position: relative;
top: 10px;
color: #FFFFFF;
}

.footerlinks a:link, .footerlinks a:visited, .footerlinks a:active {
color: #FFFFFF;
text-decoration: none;
}

.footerlinks a:hover, .footerlinks a:focus {
color: #FF99FF;
text-decoration: underline;
}

.picturelinks {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	height: 35px;
	text-align: center;
}
.prices {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	height: 10px;
	text-align: center;
}
.contact1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #fff;
font-weight:100;
text-align: left;
}
.contact2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

.style1 {
	font-size: 15px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: 16px;
	position: inherit;
}


/***MASTHEAD***/


#logo {
width:190px;
position: relative;
}

#mainnav, #mastheadright {
width: 782px;
}


#headtable {
	width: 972px;
	float: left;
}

/***BODY***/

#body {
	width: 672px;
	text-align: left;
	height: auto;
	float: right;
	background-attachment: fixed;
	background-image: url(images/img_bg.png);
	background-repeat: repeat;
}

#explainyhead {
	width: 652px;
	text-align: left;
	height: auto;
	padding: 12px 10px 5px 10px;
	float: left;
}


#bodyleft {
	width: 279px;
	text-align: left;
	height: inherit;
	float: left;
	padding: 12px 10px;
}

#imgholder {
	width: 112px;
	margin: 12px 9px;
	padding: 1px;
	border: 1px solid #;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	float: left;
	border: 1px solid #99CC66;
	text-align: center;
}
#bodycontact {
	width: 650px;
	text-align: left;
	height: inherit;
	float: left;
	padding: 12px 10px;
}
#contactleft {
	width: 175px;
	text-align: left;
	height: inherit;
	float: left;
	padding: 12px 10px;
}


/***FOOTER***/

#address {
	width: 972px;
	text-align: center;
	float: left;
	line-height: 12px;
}

#footer {
	background-image:url(images/dottedbtm.jpg);
	background-repeat: repeat-x;
	margin: 20px 0 0 0;
	padding: 20px 0 10px 0;
	background-color: #72A45A;
	text-align: center;
	float: left;
	width: 100%;
	background-position: fixed;
}
#footer_sub {
	background-image:url(images/dottedbtm.jpg);
	background-repeat: repeat-x;
	margin: 20px 0 30px 0;
	padding: 20px 0 10px 0;
	background-color: #72A45A;
	text-align: center;
}

.holiday_type {color:#FF99CC;}
#address_line {width: 972px; text-align: center; float: left;}
.brclear {clear:both;height:0; margin:0;font-size: 1px;line-height: 0px;}
