/*
CSS File for: Beerburrum Motel
Created by 	: Emu Software Australia
Author		: justin at emutrax

div classes container, header, footer, lframe, content
have been tested in Opera, Firefox and IE6 to be as consistant
as posibable.
Layout:
xxxxxxxxxxxxxxxxxx
X                X
XXXXXXXXXXXXXXXXXX
X  X             X
X  X             X
X  X             X
X  X             X
XXXXXXXXXXXXXXXXXX
X                X
XxxxxxxxxxxxxxxxxX

*/


/* -----   Layout Section   ------------ */
div.container
	{
	width:100%;
	margin:0px;
	height:100%;
	padding:0px;
	border:0px;

	}

div.header
	{
	height:120px;
	background:transparent;
	background-image:url(images/heading_background.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin-left:26%;
	color:#006600;
	clear:none;
	padding:5px;
	}

div.footer
	{
	height:10%;
	background:transparent;
	margin-left:26%;
	clear:right;
	padding:5px;
	}

div.midframe
	{
	/*height:60%;*/
	margin:0px;
	padding:0px;
	
	/*border:2px solid #996633;*/
	}

div.lframe
	{
	float:left;
	width:25%;
	height:100%;
	/*Changing Margin or Padding will effect the layout compatability
	use div.lframedata within div.lframe for margins and formating*/
	margin:0px;
	padding:0px;
	min-height:300px;
	clear:none;
	}

div.content
	{
	background:transparent;

	/*Changing Margin or Padding will effect the layout compatability
	use div.contentdata within div.content for margins and formating*/
	margin:0px;
	padding:0px;
	Border:2px none #003c99;
	margin-left:26%;
	min-height:300px;
	clear:none;
	}
	
div.quote
	{
	background:#eeeeee; 
	height:100%;

	/*Changing Margin or Padding will effect the layout compatability
	use div.contentdata within div.content for margins and formating*/
	margin:0px;
	padding:0px;
	Border:2px none #003c99;
	margin-left:0%;
	min-height:300px;
	clear:none;
	}
/* -------   End Layout Section    ---------------*/

/* -------   Formating Section     ---------------*/
div.lframedata
	{
	padding:5px;
	background-color:#9a9ae3;
	
	}

div.contentdata
	{
	background-color:transparent;
	
	padding:5px 10px 10px 10px;
	font-size:11pt;
	clear:none;
	display:inline;
	}


div.headerdata
	{
	
	font-size:11pt;
	}

.imgcenter
	{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
.imageright
	{
	float:right;
	padding:2pt;
	margin:5pt;
	clear:right;
	background-color:#006600;
	
	}
	
body
	{
	font-family:arial,sans-serif;
	font-size:12pt;
	background-color:#9a9ae3;
	background-image:url(images/bg-03.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	text-align:justify;
	}

table
	{
	table-layout:fixed;

	}

/* Header tags */

h1
	{
	margin-top:20pt;
	font-size:24pt;
	text-align:center;
	color:#ffffff;
	}

h1.small
	{
	
	}
	
h1.inline
	{
	font-size:12pt;
	color:#006600;
	padding:0pt;
	margin:0pt;
	clear:none;
	display:inline;
	}

h2
	{
	
	}
	

h3
	{
	 
	}

h4
	{}

h5
	{}

/* Table tags  */

table.menu
	{
	
	background-position:center center;
	background-repeat:no-repeat;
	}

td.menu
	{
	text-align:center;
	background:#e3e39a;
	background-image:url(images/button1-b.png);
	background-repeat:no-repeat;
	background-position:center center;
	color:#006600;
	font-weight:bold;
	
	}

/
/* Image tags */


/* Paragraph tags */
p
	{
	margin-top:1px;
	margin-bottom:10pt;
	margin-left:3%;
	margin-right:0pt;
	}

p.p1
	{
	text-align:right;
	 margin:1px;
	}

p.p2
	{
	 text-align:center;
	 margin:1px;
	}

p.copyright
	{
	text-align:center;
	color:#434338;
	font-weight:bold;
	}

p.footertext
	{
	text-align:center;
	color:#000000;
	
	}

p.fq
	{
	margin-top:7pt;
	font-weight:bold;
	text-decoration:underline;
	}

p.fa
	{
	margin-bottom:5pt;
	margin-top:5pt;
	margin-left:8%;
	text-decoration:none;
	}

div.centertext
	{
	text-align:center;
	}

div.testamonial
	{
	border-bottom:1px solid #000000;
	font-size:115%;
	padding:2%;
	}

div.freecall
	{
	color:#ffffff;
	font-weight:bold;
	font-size:14pt;
	text-align:center;
	}

div.contact
	{
	color:#ffffff;
	text-align:center;
	font-size:13pt;
	}

a:link
	{
	color:#008800;
	font-weight:bolder;
	}

a:visited
	{
	color:#004400;
	}

a:active
	{
	
	}

a:hover
	{
	color:#0000dd;
	}

a.menu
	{
	color:#ffffff;
	font-weight:bold;
	}

a.footer
	{
	color:#cc3333;
	font-weight:bold;
	}

div.bodytext
	{margin-top:1px;
	margin-bottom:10pt;
	margin-left:3%;
	margin-right:0pt;
	}
	