/* Tourism NSW
------------------------------*/
* {
	margin: 0; /*remove all default margins!*/
	padding: 0; /*remove all default padding!*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	margin: 0;
	background:url(../images/bg_main.gif) repeat-x left bottom #d7d7d7;
	font-size:0.75em;
}
img { border: none; }
p {
	margin: 0 0 1.4em 0;
	line-height:1.5em;
}
li { line-height:1.5em; }
body a:link, body a:visited {
	color: #b40001;
	outline: none; /*fixes firefox link outline*/
	text-decoration: none;
}
body a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5 {
	color: #b40001;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0.75em;
}
h1, h2 {
	font-weight: normal;
	margin-bottom:0.75em;
}
h1, .contentPage h2 {
	text-transform:uppercase;
	font-size:1.25em;
	font-weight:bold;
}
h2 { margin-top:1.5em; }
h3 {
	font-size:1.167em;
	margin-bottom:0.75em;
	margin-top:1.5em;
}
h4 { line-height:1.3em; }
ul { margin: 0; }
ul li {
	list-style-type: none;
	padding: 0;
}
ol { margin: 1.2em 0 0.9em 2.7em; }
ol li { padding: 0 0 0.9em 0; }
label { cursor: pointer; }
table {
	border:0;
	margin-bottom:1.8em;
}
table td { background:url(../images/dot_horizontal.jpg) repeat-x left bottom; }
.homePage table td { background:url(../images/dot_horizontal.jpg) repeat-x left top; }
input, textarea, select, ul li { }
input, textarea, select {
	color:#757575;
	border:0;
	background:url(../images/bg_search.gif) repeat-x;
}
input, textarea {
	padding:2px 3px!important;
	background:#eeede7;
}
input.current, textarea.current {
	border:1px solid #b40001!important;
	background-image:none;
	background-color:#fff;
}
input.error, textarea.error {
	border:1px solid #f10000!important;
	background-image:none;
	background-color:#ffe8e8;
}
form input.btn {
	padding:0!important;
	margin:0!important;
	border:0;
	width:auto!important;
}
input.check {
	border:0;
	background:none;
}
.strong { font-weight:bold; }
td { vertical-align:top; }
fieldset { border:none; }
.imgLeft {
	float:left;
	clear:left;
}
.imgRight {
	float:right;
	margin:0 1em 0.5em 1em;
}
/* Clear Fix
------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }