* {
	margin: 0;
	padding: 0;
}

body {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

#container_wrapper {
	margin: 0 auto;
	background: white url(../images/layout/bgtop.png) no-repeat top center;
	padding: 14px;
	width: 999px;
}

#container
{
	margin: 0 auto 0 auto;
	width: 999px;
	background-image: url(../images/layout/bg.gif);
	background-position: top;
	background-repeat: repeat-y;

}

#header {
	margin: 0 19px 0px 19px;
	background-image: url(../images/layout/headerbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 143px;
}
#header h1 img{
	border: 0px;
	margin: 0 0 0 20px;
	float: left;
}

#header h2 {
	float: left;
	height: 143px;
}

/*#menus {
	margin: 0px 19px 0px 0px;
	float: right;
	height: 45px;
	background: url(../images/layout/topmenubg.jpg) repeat-x;
	width: 961px;
}

#menus a{	
	padding-top: 10px;
	text-decoration: none;
	color: #FFF;
}


#mainmenu li.menuitem {
	float: left;
	font-size: 12px;
	margin-top: 10px;
	padding: 6px 10px 6px 10px;
	list-style: none;
	color: #FFF;
	background: #ccc;
	border-right: 1px solid white;
	display: block;
}

.menuitem  a:hover {
	color: #FFF;
	background: green;
	font-size: 12px;
	padding: 0px 0px 6px 0px;
}

#selected {
	color: #FFF;
	background: url(../images/layout/selectedbg.jpg) repeat-x;	
	border-right: 1px solid black;
}

#selected a:hover{
	color: #FFF;
}

#submenu {
	clear: both;
	background-image: url(../images/layout/menuborder.gif);
	background-repeat: no-repeat;
	background-position:  right 2px;
}

#submenu li {
	display: inline;
	font-size: 12px;
	list-style: none;
	background-image: url(../images/layout/menuborder.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 5px 0 10px;
}

#subselected {
	font-weight: bold;
}

.holidayhomessubmenu {
	margin: 0 0 0 183px;
	width: 133px;
}*/

ul#topnav {
	margin-left: 19px; 
	padding: 0;
	float: left;
	width: 961px;
	height: 45px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 12px;
	background: url(../images/layout/topmenubg.jpg) repeat-x;
	display: inline;
}
ul#topnav li {
	float: left;
	height: 27px;
	margin-top: 10px; 
	margin-bottom: 10px; 
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 5px 15px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul#topnav li:hover { 	background: url(../images/layout/hoverbg.jpg) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

#selected  a { 	
	background: url(../images/layout/selectedbg.jpg) repeat-x; 
	height: 27px;
}

ul#topnav li span a {
	background: none;
}

ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:36px;
	display: none; /*--Hide by default--*/
	width: 961px;
	background: #65B560 url(../images/layout/spanbg.jpg) repeat-x top;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}


#brochurefooter {
	clear: both;
	background-color: #0080c4;
	margin: 0px 19px 0 19px;
	height: 27px;
	font-size: 10px;
}

#brochurefooter .pdf {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 26px;
	background-position:  0px 2px ;
	background-repeat: no-repeat;
	background-image: url(../images/layout/pdf.gif);
	text-align: left;
	float: left;
}

#brochurefooter .credits {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	text-align: left;
	float: right;
}


#brochurefooter * {	color: #fff; }

#footer {
	clear: both;
	background-image: url(../images/layout/bgbottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 5px;
}

#footerinternal {
	background: url(../images/layout/footerinternal.jpg) repeat-y bottom;
}


#footerleft {
	margin: 20px 0px 5px 50px;
	float: left;
}

#footerright {
	margin: 20px 10px 5px 0;
	float: right;
}

#footerinternal img {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;

}
.imgright {
	margin-right: 30px;
}

.imagetext {
	height: 0px;
	width:0px;
	text-indent: -5000px;
}

.hide {
	position: absolute;
	left: -5000px;
}

/*  None header and footer related below this point */


#mainpanel {
	clear: both;
	margin: 0 19px ;
	padding: 0px 0;
}

#imagestrip h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 10px 0 10px;
}

#imagestrip p {
	font-size: 12px;
	margin: 6px 10px 0 10px;
}

#imagestrip img{
	float: left;
	margin: 0 10px 0 0;
}

#righttext {
	float: left;
	margin: 0 0 0 5px;
	width: 235px;
}

#bottomstrip {
	clear: both;
	padding-top: 10px;
	margin-left: 10px;
	margin-top: -10px; /* for ie */
}

/* FLASHS CSS */
#parcsalesflash {
	background-image: url(../images/layout/flashs/parcsales.gif);
	background-repeat: repeat-x; 
	background-position: top;
	height: 185px;
	width: 394px;
	float: left;
	overflow: hidden;
}

#parcsalesflash h3{
	background-image: url(../images/layout/flashs/titles/parcsales.jpg);
	background-repeat: no-repeat; 
	background-position: top;
 	width: 113px;
	height: 31px;
	text-indent: -5000px;
}

#parcsalesflash .parcsales {
	margin: 10px 0 0 10px;
	font-size: 12px;

	padding: 0 5px 0 0;
	height: 154px;

}
#parcsalesflash .parcsales .parcdesc{
	float: left;
	width: 200px;
}

.parcdesc_text {
	height: 90px;
}

#parcsalesflash .parcsales .status {
	color: #EF4040;
	font-weight: bold;
}
#parcsalesflash .parcsales .price{
	font-size: 14px;
	margin: 2px 0 3px 0;
	font-weight: bold;
}

#parcsalesflash .parcsales h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 5px 5px 0;
}

#parcsalesflash .parcsales img {
	float: left;
	border: 0px;
	margin: 0 10px 0 0;
}

#parcsalesflash .parcsales a {
	color: #EF4040;
}

#parcnewsflash {
	background-image: url(../images/layout/flashs/parcnews.gif);
	background-repeat: repeat-x; 
	background-position: top;
	height: 185px;
	width: 530px;
	float: left;
	margin: 0 10px 10px 11px;
}

#parcnewsflash h3{
	background-image: url(../images/layout/flashs/titles/parcnews.jpg);
	background-repeat: no-repeat; 
	background-position: top;
 	width: 115px;
	height: 32px;
	text-indent: -5000px;
}

#parcnewsflash h4{
	margin: 10px 0 0 10px;
}

#parcnewsflash p{
	font-size: 12px;
	margin: 10px 0 0 10px;
	font-weight: normal;
}

#parcnewsflash .date{
	color: #65BE6C;
	font-size: 12px;
	font-weight: bold;
}

#parcnewsflash a {
	color: #EF4040;
}

#parcnewsflash img {
	float: right;
	margin: 10px 10px 0 10px;
}


#parceventsflash {
	background-image: url(../images/layout/flashs/parceventsbottom.gif);
	background-repeat: repeat-x; 
	background-position: bottom;
	padding: 0 0 15px 0;
	height: 170px;
	width: 374px;
	float: left;
	overflow: auto;
}

#parceventsflash h3{
	background-image: url(../images/layout/flashs/titles/parcevents.jpg);
	background-repeat: no-repeat; 
	background-position: top left;
	width: 373px;
	height: 31px;
	text-indent: -5000px;
}

#parceventsflash h4{
	font-size: 14px;
	margin: 10px 10px 5px 10px;
	font-weight: bold;
}

#parceventsflash p{
	font-size: 12px;
	margin: 5px 10px 10px 10px;
}

/* NEWS PAGE */
#newspage {
	background-image: url(../images/layout/greengradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	margin: 50px 39px 15px 39px; 
	}

#newspage h2 {
	background-image: url(../images/layout/flashs/titles/parcnews.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 115px;
	height: 32px;
	text-indent: -5000px;
}

#newssidemenu {
	width: 235px;
	float: left;
	margin: 10px 0 10px 10px;
}
.reddate {
	color: #EF4040;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

#newssidemenu h3 {
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

#newssidemenu p{
	font-size: 12px;
}

#centernews {
	float: right;
}

.newsarticle {
	clear: both;
	margin: 20px 0 10px 25px;
	width: 600px;
	padding: 0 20px 15px 20px;
}

.newsarticle h3 {
	font-size: 24px;
	margin: 5px 0 10px 0;
}

.newsarticle p{
	font-size: 12px;
	width: 350px;
}

.newsarticle .images {
	margin: 10px;
	float: right;
	width: 193px;
}

.newsarticle .greendate{
	font-size: 18px;
	margin: 0 0 10px; 0;
	font-weight: bold;
	color: #65BE6C;
}

#newsarchive {
	margin-top: 20px;
	font-weight: bold;
	color: #EF4040;
}

#newsarchive a {
	color: #EF4040;
}

.archive_article {
	margin: 10px 0;
}

.archive_article a {
	font-weight: bold;
	color: #EF4040;
}


/* HOw to find us page */

#contactpage {
	background-image: url(../images/layout/greengradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	margin: 20px 34px;
	
}

#contactpage h2 {
	background-image: url(../images/layout/flashs/titles/parclocation.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 146px;
	height: 33px;
	text-indent: -5000px;
}

#map {
	margin: 10px 0 0 0;
	width: 700px;
	height: 467px;
	background-color: #cecece;
	float: right;
}

.telfax {
	font-weight: bold;
}

#contactpage p {
	font-size:12px;
	margin: 10px;
}

/* The Park Page */

#parkdesc {
	float: left;
	width: 540px;
	margin:  0 20px 0 15px;
}

#parkdesc h2 {
	font-size: 18px;
	font-weight: bold;
}

#parkdesc p {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

/* Sales Page */
#salespage {
	clear: both;
}

#showgroundinformation {
	float: left;
	padding: 0 0 0 40px;
	width: 230px;
}

#showgroundinformation h3{
	font-size: 16px;
	width: 150px;
	font-weight: bold;
	margin: 10px 0px 10px 0;

}
#showgroundinformation h4{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0;
	color: #EF4040;
}

#showgroundinformation p{
	font-size: 12px;
	margin: 10px 0px 10px 0;
}

#showgroundinformation ul{
	padding: 0 0 20px 20px;
	font-size: 12px;
}

#showgroundinformation li {
	color: #EF4040;
}

#showgroundinformation li a{
	color: #EF4040;
}

#parcsales {
	float: left;
	width: 620px;
	margin: 15px 30px 0 20px;
	background-image: url(../images/layout/parcsalesbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#parcsales h2{
	background-image: url(../images/layout/flashs/titles/parcsales.jpg);
	background-repeat: no-repeat; 
	background-position: top;
 	width: 113px;
	height: 31px;
	text-indent: -5000px;
	margin: 0 0 20px 0;
}

.salevan h3 {
	background-image: url(../images/layout/greytop.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0 0 10px;
	margin: 5px 0 0 0;
	font-size: 18px;
}

.salevan {
	background-image: url(../images/layout/greybottomwithgap.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}

.salevan img {
	margin: 10px 10px 15px 10px;
	float: left;
	border: 1px solid black;
}

.salevan .desc {
	float: left;
	width: 370px;
	font-size: 12px;
	margin: 10px 20px 10px 0;
}

.salevan .backtotop {
	clear: both;
	margin: 0 0 0 520px;
	font-size: 14px;
	font-weight: bold;
}

.salevan .salelinks {
	font-size: 14px;
	font-weight: bold;
}	

.salevan .pricetitle {
	color: #E8352F;
}

.salelinks a{
	color: #E8352F;
}

/* LIFE STYLE */

#parclinksflash {
	background-image: url(../images/layout/flashs/parclinks.gif);
	background-repeat: repeat-x; 
	background-position: top;
	height: 185px;
	width: 530px;
	float: left;
	margin: 0 10px 10px 11px;
}

#parclinksflash h3{
	background-image: url(../images/layout/flashs/titles/parclinks.jpg);
	background-repeat: no-repeat; 
	background-position: top;
 	width: 146px;
	height: 32px;
	text-indent: -5000px;
}

#parclinksflash ul{
	width: 185px;
	margin: 15px 0 0 15px;
	float: left;
}

#parclinksflash li{
	float: left;
	width: 90px;
	font-size: 14px;
	list-style: none;
}

#parclinksflash li a{
	color: #000;
	font-weight: bold;
}

#manufacturers {
	width: 319px;
	height: 139px;
	overflow: hidden;
	float: right;
	
}
.manufacturer {
	font-size: 12px;
	width: 319px;
	height: 139px;
	overflow: hidden;
}

/* Owner page*/

#parcdownloadsflash {
	background-image: url(../images/layout/flashs/parclinks.gif);
	background-repeat: repeat-x; 
	background-position: top;
	height: 185px;
	width: 550px;
	overflow: auto;
	float: left;
	margin: 0 10px 10px 11px;
}

#parcdownloadsflash h3{
	background-image: url(../images/layout/flashs/titles/parcdownloads.jpg);
	background-repeat: no-repeat; 
	background-position: top;
 	width: 179px;
	height: 40px;
	text-indent: -5000px;
}

#parcdownloadsflash h4{
	margin: 5px 10px 2px 15px;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
}

#parcdownloadsflash a{
	color: #E83530;
}

#parcdownloadsflash p{
	font-size: 12px;
	margin: 0 0 0 15px;
	width: 310px;
}

#adobe {
	float: right;
}
#adobe p {
	width: 150px;
	margin: 15px 15px 0 0;
	color: #005FAA;
}
#adobe img {
	margin: 40px 0 0 0;
	border: 0px;
}

/* Fading images */

#lifestylefade {
	width: 704px;
	height: 260px;
	overflow: hidden;
	float: left;
}
/*
.imagestring {
	float: left;
}

#home1 {
	width: 128px;
	margin: 0 5px 0 0;
}

#home2 {
	width: 261px;
	margin: 0 5px 0 0;
}

#home3 {
	width: 299px;
	margin: 0 5px 0 0;
}
*/
/* Links Page */

#parclinks {
	float: left;
	width: 620px;
	margin: 15px 30px 0 20px;
	background-image: url(../images/layout/greengradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#parclinks h2{
	background-image: url(../images/layout/flashs/titles/parclinks.jpg);
	background-repeat: no-repeat; 
	background-position: top;
 	width: 146px;
	height: 33px;
	text-indent: -5000px;
	margin: 0 0 20px 0;
}

.link h3 {
	background-image: url(../images/layout/greytop.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0 0 10px;
	margin: 5px 0 0 0;
	font-size: 18px;
	
}
.link .linkimage {
	width: 230px;
	float: left;
	height: 90px;
	text-align: center;
}
	
.link {
	clear: both;
}

.link a {
	color: #005FAA;
}

.link img {
	margin: 17px 10px 15px 10px;
	border: 0px;
}
.link p {
	float: left;
	font-size: 12px;
	width: 350px;
}

#videoleft embed {
	display: block;
}

#videoleft {
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-top: 10px;
	display: block;
}

#videoright {
	float: left;
	text-align: left;
	width: 280px;
}

#videoright ul {
	margin: 20px 0px 20px 35px;
}

#videoright img {
	margin-left: 20px;
	margin-top: 10px;
}

#videoright p {
	margin-left: 20px;
	margin-top: 10px;
}

/* FAQ page */

h2.acc_trigger {
	padding-left: 35px;
	margin: 0 0 10px 0;
	background: #ccc;
	font-size: 12px;
	font-weight: normal;
	float: left;
	clear: left;
	background: url(../images/layout/accordian1.jpg) no-repeat left bottom;
	height: 27px;
}
h2.acc_trigger a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	font-weight: bold;
}
h2.acc_trigger a:hover {
	
}
h2.active {background-position: left top;}
.acc_container {
	overflow: hidden;
	font-size: 12px;
	clear: both;
	width: 935px;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.acc_container p {
	padding-bottom: 10px;
}

.acc_container ul {
	padding: 10px;
}

.acc_container .block {
	padding: 10px 10px 0px 10px;
}

#faqleft {
	width: 450px;
	float: left;
	background: blue;
}

#faqright {
	width: 450px;
	float: left;
	background: red;
}
#homepagelinks {
	width: 704px;
	height: 47px;
	float: left;
	clear: left;
	margin-top: 10px;
}

#button {
	width: 290px;
	height: 47px;
	float: left;
}
#button h2 {
	color: #FFF;
	padding-top: 5px;
	background: url(../images/content/button.jpg) no-repeat;
	width: 290px;
	height: 47px;
}
#button h2 span {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}

#button h2 a {
	color: #FFF;
	text-decoration: none;
}

#button h2:hover {
	background: url(../images/content/button2.jpg) no-repeat;
	width: 290px;
	height: 47px;
}

#left {
	float: left;
}
#right{
	float: left;
}

#subscribe {
	width: 394px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/layout/subscribebg.jpg) repeat-x;
	float: left;
	display: inline;
}
#subscribe img {
	float: left;
}

#subscribe p {
	font-size: 12px;
	float: left;
	background: url(../images/content/orangearrow.png) left top no-repeat;
	padding-left: 20px;
	display: inline;
	float: left;
	width: 175px;
}
#subscribe a {
	font-size: 12px;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
}
#subscribe a:hover {
	font-size: 12px;
	padding-top: 5px;
	color: #EC7E33;
}

.submitimage {
	background: url(../images/content/subscribe.jpg) no-repeat;
	width: 88px;
	height: 22px;
	border: none;
}

#subscribepage {
	margin: 20px;
}
#subscribepage p {
	padding-bottom: 10px;
	font-size: 12px;
}
#subscribepage h2 {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
}
#subscribepage h3 {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}
#subscribepage h4 {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
}
#subscribepage ul {
	padding-left: 20px;
	font-size: 12px;
}
.parcsubscribe {
	padding-left: 10px;
	padding-top: 10px;
}