
/*speach style for recognition of tags*/

h1, h2, p, input.contact, textarea
{
voice-family: male;
richness: 80;
cue-before: url("../new home page/SpryAssets/beep.au")
} 

/*header with image div*/

#apDiv1 
	{
	position:absolute;
	left:15%;
	top:15px;
	width:740px;
	height:81px;
	z-index:1;
	}
	
/*left side drop spry widget div*/
#apDiv2 
	{
	position:absolute;
	left:15%;
	top:98px;
	width:123px;
	height:300px;
	z-index:3;
	}
	
/*main text div*/
	
#apDiv3 
	{
	position:absolute;
	padding-left:3%;
	padding-right:5%;
	padding-top:10px;
	margin-left:3%;
	text-align:justify;
	left:293px;
	top:99px;
	width:515px;
	height:500px;
	z-index:2;
	background-color: #ffffff;
	}

/*footer div*/

#apDiv4 
	{
	text-align:center;
	font-family: "Adobe Heiti Std R", verdana, arial;
    color: white;
	font-size: 12px;
	left:15%;
	width:515px;
	height:15px;
	padding-right:5%;
	padding-left:0%;
	z-index:1;
	background-color:#006767;
	padding-top: 10px;
    padding-bottom: 10px;
	}

h1	
	{
	font-family: "Adobe Heiti Std R", verdana, arial;
	font-size:18px;
	color:#006766;
	}

h2	
	{
	font-family: "Adobe Heiti Std R", verdana, arial;
	font-size:14px;
	color:#006766;
	}	

p 	
	{
	font-family: "Adobe Heiti Std R", verdana, arial;
    background-color: transparent;
    color: #006766;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 17px;
	}
	
.imgr 
	{
    float:right;
    margin:7px 0px 15px 20px;
	}

.imgl 
	{
	float:left;
	margin:7px 20px 15px 0px;
	}

/*style for "top of page" anchor*/
.a
	{
	font-family: "Adobe Heiti Std R", verdana, arial;
	text-decoration: none;
	border-bottom: dotted 1px #006766;
	font-size: 12px;
	color: #006766;
	}

.c
	{
	font-family: "Adobe Heiti Std R", verdana, arial;
	text-decoration: none;
	font-size: 12px;
	color: #006766;
	}	
	
	
/*style for copywright symbol, curently no banana with this one!!  :-)    */
.b
	{
	font-family: "Adobe Heiti Std R", verdana, arial;
	text-decoration: none;
	font-size: 12px;
	color: #f8f8f8;
	}
	
input.contact {
	font-family: "Adobe Heiti Std R", verdana, arial;
	font-size: 12px;
	margin-bottom: 5px;
	background-color: #a0ecbe;
	color: #006766;
	}

textarea {
	font-family: "Adobe Heiti Std R", verdana, arial;
	font-size: 12px;
	margin-bottom: 5px;
	background-color: #a0ecbe;
	color: #006766;
	}
	
ol.services {

	list-style-type: none;
	margin-left: 0;
	border: none;
	}	
	
.d 	
	{
	font-family: "Adobe Heiti Std R", verdana, arial;
    background-color: transparent;
    color: #006766;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 17px;
	}
.noborder  {
	border: none;
	}	


