/**
* @style 	Landcom sheet (2005)
* @company 	www.extro.com.au
* @author 	Michael Kelly
* @contact	mikeefreedom@gmail.com
**/

*
{
	font-family:		Verdana, Arial, Sans-Serif;
	font-size:		10px;
	color:			#221E1F;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	behavior:url('cssfocusandhover.htc');
	width: 100%;
	height: 100%;
	
	background-color: #FFFFFF;
}

.clearing
{
	height: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/**
* LAYOUT : wrapper
**/

table#wrapper
{
	width: 100%;
	height: 100%;
}

table#wrapper td#wrapper_top
{
	height: 100px;
}

table#wrapper td#wrapper_left
{
	width: 250px;
	padding-top: 5px;
}

table#wrapper td#wrapper_right_top
{
	height: 50px;
	padding-top: 7px;
}

html[xmlns] table#wrapper td#wrapper_right_top
{
	padding-top: 0px;
}

table#wrapper td#wrapper_right
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/**
* LAYOUT : container : top
**/

table#top_container
{
	width: 100%;
	height: 100%;
	background-color: #5F5F5B;
}

table#top_container td
{
	padding: 5px 5px 5px 5px;
}

table#top_container td#top_container_left
{
	width: 400px;
	height: 30px;
}

table#top_container td#top_container_right, table#top_container td#top_container_right p
{
	text-align: right;
}

/**
* LAYOUT : container : right top
**/

table#right_top_container
{
	width: 100%;
	height: 45px;
	background-color: #4FAAB0;
}

table#right_top_container td#right_top_container_right
{
	width: 100px;
	padding-bottom: 5px;
}

/**
* CONTENT : nav
**/

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:#FFFFFF; layer-background-color:#FFFFFF; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:1px; padding-left:5px; padding-top: 3px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold;}
.clLevel0{background-color:#C1B295; layer-background-color:#C1B295; color:#FFFFFF;}
.clLevel0over{background-color:#F0ECE5; layer-background-color:#F0ECE5; color:#000000; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:red; layer-background-color:red}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; margin-top: 2px font-family:tahoma, arial,helvetica; font-size:10px; font-weight:bold;}
.clLevel1{background-color:#D4C9B5; layer-background-color:#D4C9B5; color:#000000;}
.clLevel1over{background-color:#C1B295; layer-background-color:#C1B295; color:#FFFFFF; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:transparent; layer-background-color:transparent}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold;}
.clLevel2{background-color:#FF9900; layer-background-color:Navy; color:white;}
.clLevel2over{background-color:#67FF00; layer-background-color:#67FF00; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/**
* CONTENT : iframe
**/

iframe#iwindow
{
	width: 100%;
	height: 445px;
	z-index: 0;
}

div#iframe_cover
{
	width: 280px;
	height: 420px;
	position: absolute;
	top: 171px;
	left: 250px;
	z-index: 1;
}

/**
* CONTENT : nav : back, next
**/

table#right_top_container td#right_top_container_right a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

table#right_top_container td#right_top_container_right a:hover
{
	color: #000000;
}

/**
* LAYOUT : splash
**/

table#splash
{
	width: 100%;
	height: 100%;
}

table#splash td, table#splash p
{
	text-align: center;
}


td#splash_td
{
	height: 585px;
}

/**
* LAYOUT : holder
**/

table#holder
{
	width: 800px;
	height: 600px;
	background: transparent url(../../images/splash.jpg) no-repeat 0% 0%;
	margin-left: auto;
	margin-right: auto;
}

td#holder_td
{
	padding-bottom: 202px;
}

/**
* CONTENT : link : enter
**/

div#enter_link
{
	padding-left: 510px;
}

span#enter_sq
{
	float: left;
	display: block;
	width: 40px;
	height: 15px;
	cursor: pointer;
}

/**
* CONTENT : link : pdf
**/

div#pdf_link
{
	
}

span#pdf_sq
{
	float: left;
	display: block;
	width: 220px;
	height: 15px;
	cursor: pointer;
	margin-left: 10px;
}

/**
* CONTENT : form
**/

p.form_wrapper
{
	margin-top: 14px;
}

input.img
{
	vertical-align: top;
}

input.txt
{
	border-top: 9px solid #5F5F5B;
}
