/*
	Copyright DTDigital         :: www.dtdigital.com.au ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/


*, html
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	height: 100%;
	overflow: hidden;
}

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #F8F3E9;
}

a, a:hover
{
	text-decoration: none;
}
	
img
{
	border: none;
}

td
{
	vertical-align: top;
}

.clear
{
	height: 0 !important;
	line-height: 0 !important;
	clear: both !important;
	font-size: 1px !important;
	float: none !important;
	padding: 0  !important;
	margin: 0  !important;
}


.errors
{
	color: #FF0000;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px dotted #CCCCCC;
	position: relative;
}
.errors ul li
{
	margin-left: 16px;
}
.errors ul li
{
	color: #FF0000;
	font-size: 11px;
	list-style-type: square;
	padding: 0;
	background: none;
}
.error
{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}


#bodycontainer
{
	background: url(gr_home-bg.jpg) 0 0 no-repeat;
	height: 550px;
	position: relative;
}

.nav, .bubble_txt
{
	float: left;
	margin: 101px 0 0 18px;
	
}
.nav
{
	width: 39px;
}
.nav ul li
{
	list-style: none;
	line-height: 12px;
}
.bubble_txt
{
	margin: 111px 0 0 406px;
}
.bubble_txt p
{
	font-size: 12px;
	padding: 10px 0;
}
.logo
{
	position: absolute;
	top: 469px;
	left: 301px;
}
#footer
{
	padding: 0 0 0 18px;
}
#footer p
{
	color: #666666;
	font-size: 10px;
	line-height: 10px;
	padding: 87px 0 10px 0;
}

