@charset "utf-8";
/* CSS Document */

/************************************************************************
*   
*   G L O B A L  C S S
*   
*   Author:  Level 91
*   Date:    17 August 2009
*   Web:     http://www.level91.com.au
*   Email:   design@level91.com.au
*   Version: 1.0
* 
*************************************************************************/

/*-----------------------------------------------------------------------
@import
------------------------------------------------------------------------*/

@import url(reset.css);
@import url(../lib/jqtransform/jqtransform.css);

/*-----------------------------------------------------------------------
Generic
------------------------------------------------------------------------*/

body, html{
	background-color:#d5c7a8;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#sidebar{
	width:198px;
	position:fixed;
	background-image:url(../images/bg-sidebar.gif);
	background-repeat:repeat-y;
	background-color:#bc353d;
	top:0px;
	left:0px;
	padding:0px 26px 0px 26px;
	float:left;
}

#container{
	width:580px;
	min-height:810px;
	background-color:#000;
	top:0px;
	margin:0 0 0 250px;
	background-color:#eeead6;
	background-image:url(../images/bg-general.gif);
	background-repeat:repeat;
	border-left:1px solid #eeead6;
	padding:0px 75px 25px 75px;
	overflow:visible;
	float:left;
}

.sidebar_section{
	width:198px;
	height:auto;
	overflow:visible;
	border-bottom:1px solid #e48389;
	padding:14px 0px 14px 0px;
}

.noborder{
	border:none;
}

.location h1
{
	text-transform:uppercase;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:26px;
	color:#ffffff;
	padding:0 10px;
}

.title_sidebar{
	background-image:url(../images/title-sidebar.gif);
	float:left;
	overflow:hidden;
	background-repeat:no-repeat;
}

.title_employment{
	width:198px;
	height:20px;
	background-position:0px 0px;
	margin-bottom:15px;
}

.title_area{
	width:198px;
	height:15px;
	background-position:0px -20px;
	margin-bottom:15px;
}

.title_partners{
	width:198px;
	height:15px;
	background-position:0px -38px;
	margin-bottom:15px;
}

.title_accreditation
{
	width:198px;
	height:16px;
	background-position:0px -56px;
	margin-bottom:15px;
}

.accred img
{
	border:1px solid #999;
}

#top{
	width:580px;
	height:26px;
	position:relative;
	float:left;
	background-color:#877d52;
}

#button_home{
	width:49px;
	height:26px;
	position:relative;
	float:left;
	background-image:url(../images/button-home.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#button_home a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

#button_home a:hover{ 
	text-decoration:none; 
	background-image:url(../images/button-home.gif);
	background-position:0px -26px;
	background-repeat:no-repeat;
}

#button_services{
	width:59px;
	height:26px;
	position:relative;
	float:left;
	background-image:url(../images/button-services.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#button_services a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

#button_services a:hover{ 
	text-decoration:none; 
	background-image:url(../images/button-services.gif);
	background-position:0px -26px;
	background-repeat:no-repeat;
}

#button_careers{
	width:59px;
	height:26px;
	position:relative;
	float:left;
	background-image:url(../images/button-careers.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#button_careers a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

#button_careers a:hover{ 
	text-decoration:none; 
	background-image:url(../images/button-careers.gif);
	background-position:0px -26px;
	background-repeat:no-repeat;
}


#button_contact{
	width:70px;
	height:26px;
	position:relative;
	float:left;
	background-image:url(../images/button-contact.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#button_contact a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

#button_contact a:hover{ 
	text-decoration:none; 
	background-image:url(../images/button-contact.gif);
	background-position:0px -26px;
	background-repeat:no-repeat;
}

#welcome{
	width:580px;
	height:210px;
	position:relative;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
}

#welcome img{
	position:absolute;
	left:-8px;
}

#services{
	width:580px;
	height:auto;
	position:relative;
	float:left;
	margin-top:0px;
	text-align:justify;
}

#services h1,
#form h1
{
	color:#B6222B;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#contact{
	width:580px;
	height:33px;
	position:relative;
	float:left;
	background-color:#877d52;
	background-image:url(../images/title-contact.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:56px
}

#services_title{
	width:580px;
	height:33px;
	position:relative;
	float:left;
	background-color:#877d52;
	background-image:url(../images/title-services.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:56px
}

#copyright{
	width:580px;
	height:16px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:60px;
	background-image:url(../images/panel-copyright.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:84px;
}

#button_top{
	width:56px;
	height:22px;
	position:relative;
	float:right;
	background-image:url(../images/button-top.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin-top:6px;
	margin-right:8px;
}

#button_top a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

#button_top a:hover{ 
	text-decoration:none; 
	background-image:url(../images/button-top.gif);
	background-position:0px -22px;
	background-repeat:no-repeat;
}

#form{
	width:526px;
	height:auto;
	position:relative;
	float:left;
	background-image:url(../images/panel-contact.png);
	background-repeat:no-repeat;
	background-position:top left;
	left:-8px;
	margin-top:10px;
	padding:22px 35px 60px 35px;
}

#form_left{
	width:305px;
	height:420px;
	position:relative;
	float:left;
}

#form_right{
	width:196px;
	height:auto;
	position:relative;
	float:right;
	text-align:left;
	padding-top:18px;
}

.logo_sidebar{
	background-image:url(../images/logo-sidebar.gif);
	float:left;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-bottom:0px;
}

.logo_quickbooks{
	width:98px;
	height:23px;
	background-position:0px 0px;
}

.logo_quickbooks a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

.logo_quickbooks a:hover{
	text-decoration:none; 
	background-image:url(../images/logo-sidebar.gif);
	background-position:0px -29px;
	background-repeat:no-repeat;
}

.logo_myob{
	width:72px;
	height:25px;
	background-position:-107px 0px;
	margin-left:14px;
}

.logo_myob a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

.logo_myob a:hover{
	text-decoration:none; 
	background-image:url(../images/logo-sidebar.gif);
	background-position:-107px -29px;
	background-repeat:no-repeat;
}

.logo_level91{
	width:88px;
	height:19px;
	background-position:0px -59px;
}

.logo_level91 a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

.logo_level91 a:hover{
	text-decoration:none; 
	background-image:url(../images/logo-sidebar.gif);
	background-position:0px -80px;
	background-repeat:no-repeat;
}

.service_section{
	width:580px;
	padding:20px 0px;
	border-bottom:1px solid #877d52;
}

.service_section img{
	float:right;
	margin-left:20px;
}

.service_image{
	width:580px;
	height:243px;
	position:relative;
	float:left;
	background-image:url(../images/services.gif);
	background-repeat:no-repeat;
	margin-top:20px;
}

.service_image a{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none; 
}

.service_image a:hover{ 
	text-decoration:none; 
	background-image:url(../images/services-ro.gif);
	background-repeat:no-repeat;
}

#phone_section{
	width:176px;
	height:auto;
	padding:10px;
	background-color:#b6222b;
	border:1px solid #da5159;
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------
Form Fields
------------------------------------------------------------------------*/

input.textfield{
	width:283px;
	height:20px;
	background-color:#efead2;
	border-top:1px solid #bdb9a6;
	border-right:1px solid #e6e1ca;
	border-bottom:1px solid #f9f7ee;
	border-left:1px solid #e6e1ca;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#877d52;
	padding:7px 10px 0px 10px;
	float:left;
}

textarea.textarea{
	width:283px;
	height:108px;
	background-color:#efead2;
	border-top:1px solid #bdb9a6;
	border-right:1px solid #e6e1ca;
	border-bottom:1px solid #f9f7ee;
	border-left:1px solid #e6e1ca;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#877d52;
	padding:7px 10px 0px 10px;
	overflow:hidden;
	float:left;
}

label.form_label{
	height:18px;
	padding-top:18px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3e3e3e;
	float:left;
	clear:both;
}

button{ 
	width:88px;
	height:28px;
	background-image:url(../images/button-send.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
}

button{ 
	width:88px;
	height:28px;
	background-image:url(../images/button-send.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	margin-top:12px;
}

button:hover{
	background-position:0px -28px;
	background-repeat:no-repeat;
	cursor:pointer;
}

button span{ 
	display:none;
}

.clear{
	clear:both;
}

.icon_warning{
	width:16px;
	height:16px;
	float:left;
	background-image:url(../images/icon-warning.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-right:12px;
}

.contact-success,
.contact-error{
	width:200px;
	position:relative;
	float:right;
	margin-left:20px;
	top:-23px;
}

.contact-success p,
.contact-error p{
	color:#bc353d;
}

.none{
	display:none;
}

select.service{
	float:left;
	width:276px;
}

/*-----------------------------------------------------------------------
Font/Text
------------------------------------------------------------------------*/

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#f0c3c5;
}



.bullets li{
	width:183px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	list-style-type:none;
	padding:0 0 4px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f0c3c5;
}

.bullets li.careers{
	padding:0 0 20px 15px;
}

.area{
	float:left;
	width:50%;
	margin-bottom:10px;
}

#form_right p{
	color:#3e3e3e;
}

#form_right p a{
	color:#bc353d;
	text-decoration:underline;
}

#copyright p,
#copyright p a,
#copyright p a:visited{
	font-size:11px;
	color:#877d52;
	text-decoration:none;
}

#copyright p a:hover{
	text-decoration:none;
	color:#BC353D;
}

#services p{
	color:#3e3e3e;
}

#sidebar p a,
#sidebar p a:visited{
	color:#ffffff;
	text-decoration:none;
}

#sidebar p a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.terms{
	font-size:10px;
	line-height:normal;
}

.numbers{
	font-size:16px;
	line-height:20px;
	color:#fff;
}

.divider
{
	border-bottom:1px solid #DA5159;	
}

.numbers small
{
	display:block;
	margin:0 0 10px 20px !important;	
}

.sidebar_section small
{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin:10px 0 0;
	font-size:11px;
}

.service_section p{
	text-align:justify;
}

.service_section p a,
.service_section p a:visited{
	color:#bc353d;
	text-decoration:none;
}

.service_section p a:hover{
	color:#bc353d;
	text-decoration:underline;
}

#container p{
	line-height:20px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#bc353d;
	font-weight:bold;
}


/*=========================HAXORZ=============================*/

.special
{
	display:none;
}



















