@charset "utf-8";
/* CSS Document */

div
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

a img
{
	border: 0 none;
}

div.imggallery
{
	float: left;
	width: 143px;
	height: 115px;
	text-align: center;
	padding: 10px 32px;
	margin: 0;
}

div#layout_background
{
	width: 100%;
	height: 100%;
	background: Transparent url(../images/background.png) repeat-y center;
}

div#layout_container
{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: White;
}

div#layout_header
{
	float: left;
	width: 100%;
}

div#layout_header h1
{
	margin: 10px 20px;
	padding: 0;
}

div#layout_header h1 img
{
	padding: 0 20px;
	vertical-align: middle;
}

div.green
{
	border: 0 none;
	margin: 0;
	background-color: #8DC63F;
	padding: 10px;
	color: #662D91;
	text-align: center;
}

div#layout_wrapper
{
	float: left;
	margin: -20px 0 0 150px;
	width: 850px;
}

div#layout_content h2
{
	padding: 5px;
	background-color: #8dc63f;
	color: #662D91;
	font-variant: small-caps;
	font-size: large;
}

div#layout_content h3
{
	color: #662D91;
	font-variant: small-caps;
	font-size: large;
}

div#layout_content h4
{
	color: #662D91;
	font-variant: small-caps;
	font-size: medium;
}

div#layout_navigation
{
	float: left;
	width: 150px;
	margin-left: -1000px;
	margin-top: -20px;
}

div#layout_navigation img.navhead
{
	padding-top: 20px;
	padding-bottom: 5px;
}

div#layout_navigation hr
{
	border: 1px solid White;
	width: 75%;
}

div#layout_navigation ul
{
	margin: 0;
	padding: 5px 5px 5px 30px;
	list-style: none;
	text-indent: -25px;
}

div#layout_navigation ul li a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #DD6FC0;
	padding-bottom: 5px;
}

div#layout_navigation ul li a:hover
{
	color: White;
}

div.pink
{
	width: auto;
	padding: 0 5px;
	margin: 0;
	border: 0 none;
	background-color: #BD1A8D;
	color: White;
}

div#layout_footer
{
	clear: left;
	width: 100%;
}

body, html
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background: #8D5AA4 url(../images/handprint.png) no-repeat bottom right fixed;
}

#cairns-map
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 574px;
	height: 109px;
	background: transparent url(../images/cairnsmap.png) no-repeat center;
}

.map-hand
{
	position: relative;
	width: 17px;
	height: 20px;
	background: transparent url(../images/hand-map.png) no-repeat center;
}

form.contactform fieldset#emaildetails
{
	border: 0 none;
}

form.contactform fieldset#emaildetails label
{
	display: block;
	float: left;
	clear: left;
	width: 100px;
	border: 0 none;
	margin: 2px;
}

form.contactform fieldset#emaildetails input.dataentry
{
	display: block;
	float: left;
	width: 400px;
	border: 1px solid #662D91;
	margin: 2px;
	padding: 2px;
	font-size: 1em;
}

form.contactform fieldset#emaildetails div.readonlydata
{
	display: block;
	float: left;
	width: 400px;
	border: 1px solid #662d91;
	color: #999;
	margin: 2px;
	padding: 2px;
	font-size: 1em;
}

form.contactform fieldset#emaildetails input.actionbutton
{
	display: block;
	float: left;
	width: 100px;
	background-color: #8D5AA4;
	color: White;
	border: 1px solid #662D91;
	margin: 2px;
}

form.contactform fieldset#emaildetails select.dataentry
{
	display: block;
	float: left;
	width: 400px;
	border: 1px solid #662D91;
	margin: 2px;
}

form.contactform fieldset#emaildetails textarea.dataentry
{
	display: block;
	float: left;
	width: 400px;
	height: 100px;
	border: 1px solid #662D91;
	margin: 2px;
}

div.contactinfo
{
	float: left;
	width: 190px;
	margin: 0 50px;
}

div.contactinfo label
{
	display: block;
	clear: left;
	float: left;
	width: 60px;
}

div.contactinfo div.contactinfo-data
{
	float: left;
	width: 130px;
}

blockquote
{
	font-style: italic;
	text-indent: 10px;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: center;
}

cite
{
	text-align: right;
	font-size: x-small;
}

#layout_extra .pink p
{
	font-size: x-small;
}

div.fdclogo
{
	text-align: center;
	width: 100%;
}

div.pink a
{
	color: #DD6FC0;
}

form div.formerror
{
	font-weight: bold;
	color: #F00;
	text-align: center;
}
