@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* HTML Redefine Tags */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#444;
	background:#0b0b0b url(images/page-bg.gif) bottom repeat-y;
}
input, form, textarea
h1, h2, h3, h4, h5, h6{
	margin:2px 0 ;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 7px;
	padding:0;
}

h1{
	font-size:24px;
	color: #25add0;
	font-weight: bold;
}
h2{
	font-size:18px;
	color:#333;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	font-size:16px;
	color:#666;
	font-weight: bold;
}
h4 {
	font-size:15px;
	color:#1B4858;
	font-weight: bold;
}
h5 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size:13px;
	color:#00aedc;
	font-style: italic;
}
a:link, a:visited {
	color:#0099cc;
}
a:hover {
	text-decoration:none;
}

/* Style */
#bg {
	background:transparent url(images/bg.jpg) no-repeat top;
}
#bgsml {
	background:transparent url(images/bgsml.jpg) no-repeat top;
}
#footerbg {
	background:transparent url(images/bg-footer.jpg) no-repeat bottom;
	padding-bottom:60px;
}

#wrap #content p, #wrap #sidebar p {
	margin-bottom: 8px;
	line-height: 1.4em;
}


/* Content */

#wrap {
	width:960px;
	margin:0 auto;
}



/* Header */

#header {
	color:#FFF;
	font-size:12px;
	position:relative;
	height: 100px;
}
#header .logo{
	background:url(images/ballina-caravan-park.png) no-repeat;
	width:350px;
	height:58px;
	text-indent:-9000px;
	display:block;
	position:absolute;
	top:39px;
	float:left;
	overflow:hidden;
	left: 1px;
}
#header .icons{
	display:block;
	left:646px;
	top:32px;
	float:left;
	position: relative;
}
#header .icons img {
	padding-left:20px;
}


/* feature text */
#feature {
	margin: 25px 0 0 520px;
	color: #FFF;
	height: 475px;
	font-size: 13px;
}
#feature .btn, .btn {
	margin: 7px 0 20px 0;
}

#wrap #content  p, #feature p {
	margin-bottom: 8px;
	line-height: 1.4em;
}

#wrap #content {
	padding:20px;
}
#wrap .paddingtop#content {
	padding:50px 20px 20px;
}
#wrap #content .left {
	padding:20px;
	width:390px;
	float:left;
}
#wrap #content .right {
	padding:20px;
	width:388px;
	float:right;
}

#wrap #content .content, #wrap #content .box, #wrap #content .box2 {
	border:#e6e6e6 solid 1px;
	padding: 20px;
	margin-bottom:16px;
	background:#fdfdfd url(images/content-bg.gif) repeat-x bottom;
}
#wrap #content .box {
	height:120px;
}
#wrap #content .blue {
	border:#c2f1f5 solid 1px;
	background:#fbfdfd url(images/bg-blue.gif) repeat-x bottom;
}
#wrap #content .green {
	border:#cdfc8f solid 1px;
	background:#fafbf9 url(images/bg-green.gif) repeat-x bottom;
}
#wrap #content .green .imgright {
	border:#cdfc8f solid 1px;
}
#wrap #content .special {
	background:#FDFCFB url(images/bg-orange.gif) repeat-x scroll center bottom;
	border:1px solid #FADCB8;
}
#wrap #content .standout {
	border:#e0f1f2 solid 1px;
	background:#fafdfd url(images/book-bg.gif) repeat-x bottom;
	padding: 20px;
	margin-bottom:20px;
}
#wrap #content ul {
	margin-left:20px;
	list-style:disc;
}
#wrap #content ul li {
	margin-bottom:5px;
	list-style-image:url(images/bullet.gif);
}
#wrap #content .footer {
	padding: 50px 20px 20px;
	color:#CCC;
}
.imgright {
	float:right;
	margin:0 0 0 10px;
	padding:1px;
	border:1px;
}

.clearfloat { /* should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}


















/* Contact Form */

label, legend { 
	font-family:Arial, Helvetica, sans-serif;
}
hr { 
	color: inherit; 
	height: 0; 
	margin: 6px 0 6px 0; 
	padding: 0; 
	border: 1px solid #d9d9d9; 
	border-style: none none solid; 
}

/* Form style */

label { 
	display: inline-block; 
	float: left;  
	line-height: 26px; 
	width: 155px; 
}
input, textarea, select { 
	margin: 0;
	padding: 3px; 
	color: #666; 
	background: #f5f5f5; 
	border: 1px solid #ddd; 
	margin: 5px 0;  
}   
input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333;
}
input.submit { 
	cursor: pointer; 
	border: 1px solid #222; 
	background:#333; 
	color:#fff; 
}
input.submit:hover { 
	background:#444; 
}
fieldset { 
	padding:20px; 
	border:1px solid #eee; 
}
legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:1px solid #eee;
}

span.required{ 
	font-size: 13px; 
	color: #ff0000; 
} /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { 
display: block; 
height: 22px; 
line-height: 22px;
background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; 
padding: 3px 10px 3px 35px; 
margin: 10px 0; 
color:#8a1f11;
border: 1px solid #FBC2C4;
}

h1.success { 
	background: url('assets/success.gif') left no-repeat; 
	padding-left:22px;
	font-size:14px;
	color:#648D25;
}
h1.notice {
	font-size:16px;
}
.successpad {
	padding-bottom:300px;
}
	

