/* Page Layout */

/* General Resets */

html, body, p, h1, div, h2, h3, h4, h5, td, tr, table, th, li, ul, ol, blockquote {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/* Page structuring */

body {
	background: #850d1c url('../images/structure/body_bg.jpg') repeat-x;
}

#nav {
	height: 48px;
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 230px;
	margin: 0 auto;
	width: 950px;
}

#container {
	background: url('../images/structure/container_bg.png') repeat-y;
	margin: 0 auto;
	padding: 10px 55px 0 55px;
	width: 840px;
}

#colLeft {
	float: left;
	width: 550px;
}

#colRight {
	float: right;	
	width: 250px;
}

#footer {
	background: #730B18;
	height: 100px;
	margin-left: -30px;
	padding: 30px;
	width: 840px;
}

/* Navigation Elements */

#nav ul {
	float: right;

}

#nav ul li {
	float: left;
	list-style: none;
	height: 48px;
}

#nav ul li a {
	color: #fff;
	line-height: 48px;
	display: block;
	font-size: 18px;
	padding: 0 10px;
	text-decoration: none;
}

#nav ul li:hover {
	background: #850D1C;
}

/* Table structuring */

table {
	border-right: 2px solid #730B18;
	border-bottom: 2px solid #730B18;
	border-top: 2px solid #730B18;
}

table th {
	background: #730B18;
	padding: 4px;
	color: #fff;
	border-left: 2px solid #730B18
}

table th.sub {
	background: #990F1F;
	border-top: 2px solid #730B18;
}

table td {
	padding: 4px;
	border-top: 2px solid #730B18;
	border-left: 2px solid #730B18
}

/* Generic Layout classes */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}
/* -----------------------------------------------
	15 Day Accommodation Form 
	----------------------------------------------*/
	
#contactfrm { background: #E4E4E2; font-size: 12px; border-style: none; margin: 10px 20px 10px 0px; }

#contactfrm table { margin: 0px; padding: 0px; border-style: none; background: #E4E4E2; }

#contactfrm td { padding: 4px 10px; border: 1px dotted #D6D7D4; }
#response_form1 .txtresponse {
	border: 1px solid #eaeaea;
	background: #FFCFA6 url(http://www.confreg.com.au/accommodation/images/mail_accept.gif) no-repeat 50px top;
	margin: 10px 20px;
	height: 70px;
	padding: 5px;
	color: #033;
	text-indent: 120px;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
}
#container #contactfrm a:hover { background: transparent; }


