/*
Copyright Pancetta Web Design http://www.pancetta.com.au/
*/


/*
Colour Table:

*/

* {
	margin:0;
	padding:0;
	color:#000;
	font-family:"Trebuchet MS", "Swis721 Lt Bt", sans-serif;
	}
	
html {
	}
	
body {
	background-color:#fff;
	overflow-y:scroll; /*Stop Firefox page jumping*/
	font-size:0.8em;
	}
	
/*----------------------------------------------------------------------------------wrapper----*/
	
#main {
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	}
		
/*----------------------------------------------------------------------------------header----*/
	
#header {
	background:transparent url(images/bg_header.png) scroll no-repeat top left;
	margin-bottom:0;
	height:259px;
	position:relative;
	margin-bottom:15px;
	}
	
#header a#index {
	display:block;
	height:197px;
	outline-width:0;
	background:transparent url(images/logo.png) scroll no-repeat right top;
	}
	
#header #motto {
	position:absolute;
	top:235px;
	right:0;
	width:203px;
	height:38px;
	}
	
#header #motto #motto_img {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	}
	
#header #page_title {
	position:absolute;
	bottom:0;
	left:11.2em;
	width:150px;
	padding-left:15px;
	}
	
#header h1 {
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	text-align:right;
	color:#000;
	margin-bottom:0;
	border-bottom:7px solid #FF6400;
	}
	
#header h1#company {
	display:none;
	}

#menu {
	width:9.2em;
	height:16.5em;
	margin:0 !important;
	padding:0.7em 1em 0 1em;
	background:#FF9800 url(images/menu_bg.png) scroll no-repeat right center;
	list-style:none;
	text-transform:lowercase;
	float:left;
	}
	
#menu li a {
	color:#000;
	font-size:1.5em;
	text-decoration:none;
	line-height:1.4em;
	}
	
#menu li a:hover {
	color:#fff;
	}
	
body.home #home a,
body.about #about a,
body.services #services a,
body.team #team a,
body.opportunities #opportunities a,
body.contact #contact a {
	color:#fff;
	}
	
#menu #login {
	display:none;
	}

/*----------------------------------------------------------------------------------body------*/
		
#midwrapper {
	}
	
#content {
	margin-left:11.2em;
	padding-left:15px;
	}
	
#page_image {
	width:150px;
	height:17.2em;
	overflow:hidden;
	float:left;
	}
	
#body {
	margin-left:165px;
	margin-right:130px;
	border:1px solid #D1D1D1;
	padding-right:1px;
	padding:0.7em 1em 0.5em 1em;
	min-height:15.9em;
	}
	
#bodyinner {
	display:table-cell;
	}
	
#column_one {
	width:48%;
	float:left;
	}
	
#column_two {
	width:48%;
	margin-left:2%;
	float:left;
	}
	
#info {
	height:17.2em;
	float:right;
	width:115px;
	background:#FF9800 url(images/menu_bg.png) scroll no-repeat center center;
	}
	
#info_inner {
	/*background-color:#fff;*/
	overflow:hidden;
	padding:0.7em 1em 0.2em 1em;
	}
	
#info_inner * {
	color:#FFCB00;
	font-weight:bold;
	}

/*----------------------------------------------------------------------------------footer----*/

#footer {
	padding-top:15px;
	font-size:0.8em;
	clear:both;
	text-align:center;
	}
	
#footer a {
	color:#000;
	text-transform:uppercase;
	}
	
#aipm {
	float:right;
	margin-top:-5px;
	}

/*----------------------------------------------------------------------------------buttons---*/
	
div.buttons #info_inner {
	padding:0;
	}
	
ul.buttons {
	list-style-type:none;
	}
	
ul.buttons li {
	/*border:6px solid;*/
	/*margin-bottom:8px;*/
	text-align:center;
	text-transform:lowercase;
	border-bottom:6px solid #fff;
	}
	
ul.buttons a {
	color:#fff !important;
	display:block;
	padding:0.2em 0.4em 0.3em;
	}
	/*
ul.buttons li#our_story {
	border-color:#31396A;
	background-color:#6676B5;
	}
	
ul.buttons li#client_login {
	border-color:#BB6C31;
	background-color:#F48E27;
	}
	
ul.buttons li#consultant_login {
	border-color:#D5A22A;
	background-color:#F9B11C;
	}*/

/*----------------------------------------------------------------------------------design----*/

#design {
	display:none;
	font-size:0.8em;
	width:921px;
	height:65px;
	padding:10px 15px 0 15px;
	background:transparent url(images/bg_mirror.png) scroll no-repeat top center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	}
	
#design span {
	float:right;
	}

#design a {
	color:#000;
	}

#design a:hover {
	text-decoration:none;
	color:#fff;
	}
	
/*----------------------------------------------------------------------------------fonts-----*/

p,h1,h2,h3,h4,h5,h6,li,dt,dd,td {
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	}

p {
	margin-bottom:0.5em;
	line-height:1.4em;
	}
	
h1 {
	font-size:1.8em;
	margin-bottom:0.3em;
	color:#555;
	}
	
h2 {
	font-size:1.4em;
	margin-bottom:0.3em;
	color:#555;
	}
	
.sidenote {
	text-align:right;
	font-style:italic;
	}
	
.important {
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #34362D;
	padding-bottom:0.5em;
	}
	
.quote {
	font-style:italic;
	color:#FDCE00;	
	margin-bottom:0.2em;
	}
	
.source	{
	text-align:right;
	font-style:normal;
	}
	
.caption {
	text-align:center;
	}
		
/*----------------------------------------------------------------------------------links-----*/

a {
	color:#FF7700;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
		
/*----------------------------------------------------------------------------------lists-----*/

#body ul, #body ol {
	margin-left:2em;
	margin-bottom:0.5em;
		list-style-image:url(images/bullet.png);
	}
	
	#body li {
		margin-bottom:0.2em;
		}

.contact dl {
	}
	
.contact dt {
	font-weight:bold;
	float:left;
	margin-bottom:0.1em;
	}
	
.contact dd {
	margin-left:1.5em;
	margin-bottom:0.1em;
	}
	
/*----------------------------------------------------------------------------------images----*/

img {
	border-width:0;
	}
	
a.imagelink img {
	border:2px solid #A95313;
	margin-top:0.4em;
	}
	
a.imagelink img:hover {
	border-color:#E57100;
	}
	
#body img {
	margin:0.5em 1em;
	}
	
/*----------------------------------------------------------------------------------tables----*/
	
table.normal {
	border-collapse:collapse;
	width:100%;
	}

table.normal td {
	border:1px solid #666;
	padding:0.1em 0.2em 0.1em 0.2em;
	}
	
/*------------------------------------------------------------------------------------misc----*/

abbr, acronym {
	cursor:help;
	}
	
.clear {
	clear:both;
	}
