/*----------
	Australind Tourist Park - CSS Document 
----------*/

@import url("reset.css");

/*----------	LaYoUT STYLeS	----------*/
body {
  color: #444444;
  background-color: #FFF;
	font: 62.5%/1.8em Arial, Verdana, Helvetica, sans-serif;
}

.container {
  width: 950px;
  margin: 0 auto;
  font-size: 1.2em;
}

#content {
  padding: 29px 0;
  background: url(/images/core/content-bg.gif);
}

#column-left {
  float: left;
  width: 675px;
  padding: 0 0 0 25px;
}

#column-right {
  float: right;
  width: 220px;
  color: #333333;
  font-size: 0.9em;
  padding: 0 15px 0 0;
}

#text {
  width: 671px;
  background: #fff url(/images/core/text-top.gif) no-repeat;
}

#text-bottom {
  width: 631px;
  padding: 20px;
  margin: 0 0 20px 0;
  text-align: justify;
  background: url(/images/core/text-bottom.gif) no-repeat bottom;
}



/*----------	CoMMoN STYLeS	----------*/
a { color: #00569B; text-decoration: underline; }
a:hover { text-decoration: none; }
h2, h3, h4 {
  color: #005EC8;
  font-weight: normal;
}
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
strong { font-weight: bold; }
hr { border: none; border-bottom: 1px solid #C9C9C9; margin: 10px 0; }
p { margin: 10px 3px; }
ul { margin: 10px 30px; list-style-type: square; }

.clear { display: block; clear: both; }
.hidden { display: none; }
.top { margin: 5px 10px; text-align: right; font-size: 0.9em; display: block; }

#mudmap { margin: 0 10px; float: right; }
.inner_photos { float: right; margin: 10px; }



/*----------	H1 STYLeS	----------*/
h1 {
  width: 345px;
  height: 22px;
  display: block;
  text-indent: -9999px;
}

#p-home h1 { background: url(/images/core/h1-home.jpg) no-repeat; }
#p-accommodation_rates h1 { background: url(/images/core/h1-accommodation.jpg) no-repeat; }
#p-park_events h1 { background: url(/images/core/h1-park_events.jpg) no-repeat; }
#p-contact h1 { background: url(/images/core/h1-contact.jpg) no-repeat; }
#p-thankyou h1 { background: url(/images/core/h1-thankyou.jpg) no-repeat; }





/*----------	HeaDeR STYLeS	----------*/
#header {
  background: #71C6FC url(/images/core/bg.gif) repeat-x;
}

#header .container {
  position: relative;
  width: 950px;
  height: 610px;
  background: url(/images/core/header-bg.jpg) no-repeat;
}

#header #logo {
  position: absolute;
  top: 32px;
  left: 7px;
}

#header #cta-call_us {
  position: absolute;
  top: 282px;
  left: 38px;
}


/*----------	NaVIGaTIoN STYLeS	----------*/
#nav { position: absolute; top: 137px; left: 7px; }
#nav ul { list-style-type: none; margin: 0; }
#nav ul li { display: inline; }
#nav ul li a { display: block; width: 190px; height: 31px; text-indent: -9999px; }
#nav ul li a:hover { background-position: -190px 0 !important; }
#nav li#home a { background: url(/images/nav/home.jpg) no-repeat; }
#nav li#accommodation_rates a { background: url(/images/nav/accommodation_rates.jpg) no-repeat; }
#nav li#park_events a { background: url(/images/nav/park_events.jpg) no-repeat; }
#nav li#contact a { background: url(/images/nav/contact_us.jpg) no-repeat; }

#p-home li#home a,
#p-accommodation_rates li#accommodation_rates a,
#p-park_events li#park_events a,
#p-contact li#contact a {
  background-position: -190px 0 !important;
}



/*----------	aVaILaBILITY FoRM STYLeS	----------*/
#availability_form {
  position: absolute;
  top: 368px;
  left: 25px;
  width: 160px;
  height: 166px;
  display: block;
  padding: 45px 15px 0 15px;
  background: url(/images/core/availability_form.gif) no-repeat;
}

#availability_form p {
  margin: 5px 0;
}

#availability_form input {
  border: none;
  color: #005ea8;
  padding: 5px;
  margin: 0 0 5px 0;
  border: 1px solid #d2bc79;
}

#availability_form a {
  width: 160px;
  height: 25px;
  border: none;
  display: block;
  cursor: pointer;
  text-decoration: none;
  background: url(/images/core/button-check.gif) no-repeat;
}

#availability_form a:hover {
  background-position: 0 -25px !important;
}


/*----------	BaNNeR STYLeS	----------*/
#banner {
  position: absolute;
  top: 8px;
  left: 219px;
  width: 731px;
  height: 588px;
  background: url(/images/core/banner-bg.gif) no-repeat;
}

#banner #flash {
  position: absolute;
  top: 45px;
  left: 42px;
}

#banner #flash img { border: 1px solid #B2B2B2; }


/*----------	CTa STYLeS	----------*/
ul#ctas {
  margin: 0;
  font-size: 0.9em;
  list-style-type: none;
  position: absolute;
  top: 452px;
  left: 42px;
  line-height: normal;
}
ul#ctas li {
  float: left;
  width: 200px;
  border-right: 1px solid #C9C9C9;
  padding: 0 10px 2px 0;
  margin: 0 13px 0 0;
  display: inline;
}
ul#ctas li h3 { text-indent: -9999px; width: 199px; height: 30px; display: block; }
ul#ctas li#cta-accommodation h3 { background: url(/images/core/h3-accommodation.jpg) no-repeat; }
ul#ctas li#cta-events h3 { background: url(/images/core/h3-events.jpg) no-repeat; }
ul#ctas li#cta-where h3 { background: url(/images/core/h3-where.jpg) no-repeat; }
ul#ctas li p { margin: 0; }
ul#ctas li#cta-where { padding: 0 0 2px 0; border: none; margin: 0; }



/*----------	RIGHT CoLUMN DYNaMIC STYLeS	----------*/
#column-right h3 {
  color: #fff;
  width: 200px;
  height: 20px;
  font-weight: bold;
  padding: 5px 10px;
  overflow: hidden;
  text-align: center;
  background: url(/images/core/h3-right.gif) no-repeat;
}

#column-right #dynamic_text {
  width: 200px;
  margin: 0 auto;
  text-align: justify;
}


/*----------	aCCoMoDaTIoN PaGe STYLeS	----------*/
ul#accommodations { margin: 0; list-style-type: none; }
ul#accommodations li { display: block; border-bottom: 1px solid #C9C9C9; padding: 10px 0; }
ul#accommodations li .images { width: 110px; float: left; }
ul#accommodations li .price { color: #ff0000; margin: 10px 0; font-size: 1.1em; }
ul#accommodations li .description ul { margin: 0 20px; list-style-type: square; }
ul#accommodations li .description ul li { border: none; padding: 0; }
ul#accommodations li .button-enquire a {
  width: 160px;
  height: 25px;
  border: none;
  display: block;
  float: right;
  cursor: pointer;
  margin: 30px 0 0 0;
  text-decoration: none;
  background: url(/images/core/button-enquire.gif) no-repeat;
}

ul#accommodations li .button-enquire a:hover {
  background-position: 0 -25px !important;
}


/*----------	eVeNTS PaGe STYLeS	----------*/
ul#events { margin: 0; list-style-type: none; }
ul#events li { display: block; border-bottom: 1px solid #C9C9C9; padding: 10px 0; }
ul#events li h3.venue { color: #DAA259; }
ul#events li .images { width: 110px; float: left; }
ul#events li .date { font-style: italic; margin: 10px 0; font-size: 1.2em; }
ul#events li .description ul { margin: 0 20px; list-style-type: square; }
ul#events li .description ul li { border: none; padding: 0; }



/*----------	FooTeR STYLeS	----------*/
#footer { font-size: 0.9em; border-top: 1px solid #d5c08b; padding: 10px 15px; color: #666666; }
#footer a { text-decoration: none; color: #005ec8; font-weight: bold; margin: 0 3px; }
#footer a:hover { text-decoration: underline; }
#footer #wflogo { float: right; }
