﻿/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFFFFF;
	font: 11px/14px Verdana, Arial, Sans-serif;
	color: #444444; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}

a:hover {
	color: #2781FC;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: Bold; 		
}

h1 {
	font-size: 130%;
	color: #000000;	
}   

h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #666666;
}
h3 {
	font-size: 120%;
	color: #666666;
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E5E5E5;
	padding: 3px;
	margin: 3px;
	clear: both;
}

p img {
	background: #FAFAFA;
    border: 1px solid #E5E5E5;
	padding: 3px;
	margin: 3px;
}

h1, h2, h3, p {
	padding: 10px;	
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul li {
	list-style-image: none;
}

code {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
    /* white-space: pre; */
    background: #FAFAFA;
    border: 1px solid #f2f2f2;  
}

acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
/*
table {
	border-collapse: collapse;
	margin: 10px;	
}

th strong {
	color: #fff;
}

th {
	background: #990000;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: solid 1px #fff;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;
}
*/
/* end - table */

/* form elements */
/*
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #666; 
	background-color: #FAFAFA; 
}
*/
label {
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #666;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #666;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/button-bg.jpg) repeat-x 0 0;
	border: none;
	cursor:pointer;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}

.searchform p { margin: 0; padding: 0; }

.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 934px;
	background: #FFF url(../images/new_content_border_stretched.jpg) repeat-y center top;
	margin: 0 auto;
	margin-top: 6px;
	text-align: left;
}

#content-wrap {
	clear: both;
	width: 880px;
	padding: 0; 
	margin: 0px auto;
	min-height: 400px;
	/*background-color: teal;*/
}

#header {
	width: 934px;
	position: relative;
	height: 147px;
	background: #FFF url(../images/WebHeaderLES.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}

#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 28px 'Arial Narrow', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #000;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 85px;
	left: 165px;
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	padding-left: 115px;
	font: normal 16px Arial, Sans-serif;
	text-transform: none;
	font-style: italic;
	color: #333333;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 116px; left: 120px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 15px; right: 45px;	
	color: #FFFFFF;
	font-size: 10px;	
}

#header #header-links a {	
	color: #FFFFFF;
	text-decoration: none;	
}

#header #header-links a:hover {
	color: #555555;	
	text-decoration: none;
}

/* Menu */
#menu {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(../images/menu.jpg) center center repeat-x;
	font: bold 12px/37px Arial, Sans-serif;
	height: 37px;
	width: 912px;
	text-align: center;
}

#menu ul{
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	font: normal 16px Arial, Sans-serif;
	height: 37px;
	overflow: hidden;
}

#menu li{
	display: inline;
}

#menu li a{
float: left;
color: white;
padding: 0px 11px;
text-decoration: none;
background: url(../images/menu.jpg) center center repeat-x;
line-height: 37px;
}

#menu li a:visited{
color: white;
}

#menu li a:hover, #menu li a.selected{
color: white;
background: url(../images/blockactive_black.png) center center repeat-x;
}


/* Main Column */
#main {
	float: left;
	width: 620px;
	padding: 0;
	margin: 0;

    text-align: justify;
}

#main h1 {
	margin-top: 3px;
	font: bold 16px Arial, Sans-serif;
	color: #DD0000; 
	padding: 3px 0 3px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	/*background: #FFF url(../images/square-red.png) no-repeat 3px 50%;*/
	background: #FFF url(../images/les_bullet_3.png) no-repeat 3px 50%;
	line-height: 35px;
}

#main h2 {
	margin-top: 3px;
	font: bold 16px Arial, Sans-serif;
	color: #2781FC; 
	padding: 3px 0 3px 25px;
	border-bottom: 1px solid #CCCCCC;
	/*background: #FFF url(../images/square-red.png) no-repeat 3px 50%;*/
	background: #FFF url(../images/red_arrow_bullet.png) no-repeat 3px 45%;
	line-height: 25px;
}

#main h2#right
{
	margin-top: 3px;
	font: bold 16px Arial, Sans-serif;
	color: #2781FC; 
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
	/*background: #FFF url(../images/square-red.png) no-repeat 3px 50%;*/
	background: #FFF url(../images/red_arrow_bullet_left.png) no-repeat 378px 45%;
	line-height: 25px;
	text-align: right;
}

#main h3 {
	margin-top: 3px;
	font: bold 15px Arial, Sans-serif;
	color: #2781FC; 
	padding: 3px 8px 3px 25px;
	/*background: #FFF url(../images/square-red.png) no-repeat 3px 50%;*/
	background: #FFF url(../images/red_arrow_bullet.png) no-repeat 3px 45%;
	line-height: 25px;
}

#main h4 {
	font: bold 13px Arial, Sans-serif;
	color: #444444;
	padding: 3px 8px 3px 10px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	/*background: #FFF url(../images/square-red.png) no-repeat 3px 50%;*/
}

#main h5 {
	margin-top: 3px;
	font: bold 13px Arial, Sans-serif;
	color: #2781FC; 
	padding: 3px 8px 3px 10px;
}

#main p {
	padding-top: 4px;
	padding-bottom: 4px;
}

#main a[href^="http:"], #main a[href^="https:"] {
	background: url(../images/external.gif) no-repeat right top;
	padding-right: 10px;
}

#main a[href^="http://www.logisticengineeringservices.com.au"], #main a[href^="http://logisticengineeringservices.com.au"], #main a[href^="http://www.lest.com.au"], #main a[href^="http://lest.com.au"], #main a[href^="http://www.fosma.com.au"],#main a[href^="http://fosma.com.au"] {
	background-image: none;
	padding-right: 0;
}

#main .lined_paragraph {
    border-top: 1px solid #CCCCCC;
}

#main li {
	padding-bottom: 5px;
}
/*
#index_main {
	float: left;
	width: 504px;
	padding: 0;
	margin: 0;
	display: inline;

    height: 435px;
    overflow: auto;

    text-align: justify;
    
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #EE0000;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #EE0000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #EE0000;	
	
	background-color: red;
}

#index_main h1 {
	margin-top: 10px;
	font: bold 16px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #DD0000; 
	padding: 3px 0 3px 25px; 	
	border-bottom: 1px solid #EFF0F1;\
	background: #FFF url(../images/les_bullet_3.png) no-repeat 3px 50%;
	line-height: 40px;
}

#index_main h2 {
	margin-top: 10px;
	font: bold 16px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #EE0000; 
	padding: 3px 0 3px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/red_arrow_bullet.png) no-repeat 3px 45%;
	line-height: 25px;
}

#index_main h2#right
{
	margin-top: 10px;
	font: bold 16px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #EE0000; 
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/red_arrow_bullet_left.png) no-repeat 378px 45%;
	line-height: 25px;
	text-align: right;
}

#index_main h3 {
	margin-top: 10px;
	font: bold 14px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #EE0000; 
	padding: 3px 0 3px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/red_arrow_bullet.png) no-repeat 3px 45%;
	line-height: 25px;
}

#index_main a[href^="http:"], #index_main a[href^="https:"] {
	background: url(../images/external.gif) no-repeat right top;
	padding-right: 10px;
}

#index_main a[href^="http://www.logisticengineeringservices.com.au"], #index_main a[href^="http://logisticengineeringservices.com.au"], #index_main a[href^="http://www.lest.com.au"], #index_main a[href^="http://lest.com.au"], #index_main a[href^="http://www.fosma.com.au"],#index_main a[href^="http://fosma.com.au"] {
	background-image: none;
	padding-right: 0;
}

#index_main .lined_paragraph {
    border-top: 1px solid #EFF0F1;
}
*/

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 240px;
	padding: 0;
	margin: 0;
	color: #333333;
	/*color: #666666;*/
}	

#sidebar h1 {
	margin-top: 10px;
	font: bold 16px Arial, Sans-serif;
	color: #2781FC; 
	padding: 5px 0px 5px 25px;
	background: transparent url(../images/menu_header_red.png) no-repeat 3px 50%;
	line-height: 20px;
}

#sidebar h2 {
	margin-top: 0;
	font: bold 16px Arial, Sans-serif;
	color: #2781FC; 
	padding: 5px 0px 5px 25px;
	background: transparent url(../images/menu_header_red.png) no-repeat 3px 50%;
	line-height: 20px;
}

/*
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #990000;	
}
*/

#sidebar ul.sidemenu {
	width: 154px;
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	/*background: url(../images/dots.jpg) repeat-x left top;*/
}

#sidebar ul.sidemenu li.first_li {
	list-style: none;
	border-top: 1px solid white;
	border-bottom: 1px solid #333333;
	/*background: url(../images/dots.jpg) repeat-x left bottom;*/
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #990000;	
}

#sidebar ul.sidemenu li.remaining_li {
	list-style: none;
	border-top: 1px solid white;
	border-bottom: 1px solid #333333;
	/*background: url(../images/dots.jpg) repeat-x left bottom;*/
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #990000;	
}

#sidebar ul.sidemenu li.last_li {
	list-style: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	/*background: url(../images/dots.jpg) repeat-x left bottom;*/
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #990000;	
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-image: none;	
	color: #333333;
	/*color: #666666;*/		
}

#sidebar ul.sidemenu li a:hover {	
    color: #990000;
	/*color: #1773BC;*/
}

#sidebar fieldset {
	border: 1px solid #AAAAAA;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	width: 235px;
}

#sidebar legend {
	font: bold 15px Arial, Sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	color: #DD0000;
}

#sidebar fieldset p {
	margin: 5px;
	padding: 0;
}

#sidebar fieldset ul {
	list-style-type: none;
	padding: 0;
	margin: 5px;
}

#sidebar fieldset ul li {
	padding: 0;
	margin: 0;
}

#sidebar fieldset img {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 60%;
	padding: 3px;
	background-color: #FAFAFA;
    border: 1px solid #AAAAAA;
}

#side_quotes {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	font: normal 14px Arial, Sans-serif;
	text-transform: none;
	font-style: italic;
	color: #333333;
}

#side_quotes_author {
	padding-top: 0;
	margin-top: 0;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	
	font: bold 11px Arial, Sans-serif;
	text-transform: none;
	color: #333333;
}

#w3c_links {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#w3c_links img {
	border: 0;
	padding: 0;
	margin: 0;
}

/* Footer */	
#footer {
	color: #FFFFFF;
	background: #FFF url(../images/WebFooterLES.jpg) no-repeat center top;
	clear: both;
	width: 934px;
	height: 52px;
	padding-top: 8px;
	text-align: center;	
	font-size: 9px;	
}

#footer a { 
	color: #FFFFFF;
	text-decoration: none; 
}

#footer a:hover { 
	color: #555555;
	text-decoration: none; 
}

#footer p {
	margin: 0;
	padding: 0;
}

/* alignment classes */
.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }

.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.italic {
	font-style: italic;
}

.our_mission {
	font-family: Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.our_vision {
	font-family: Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.uppercase_transform {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.smallfont {
	font-size: 10px;
}
/* display and additional classes */
.clear { clear: both; }
.clear_right{ clear: right; }
.clear_left { clear: left; }

.ship {
	float: left;
	width: 168px;
	height: 125px;
}

#afa18_img {
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	display: block;
	width: 500px;
	height: 187px;
}

#super_hornet_div {
	margin-left: auto;
	margin-right: auto;
	width: 505px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#super_hornet_div #super_hornet_img {
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	display: block;
	width: 500px;
	height: 225px;	
}

#super_hornet_div #super_hornet_footnote p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
}

#super_hornet_div #super_hornet_link {
	float: right;
}

.caribou {
	float: left;
	width: 180px;
	height: 130px;
}

.helicopter {
	float: right;
	width: 152px;
	height: 104px;
}

.company_structure {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 499px;
	height: 378px;	
}

.les_office_melb{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 400px;
	height: 533px;	
}

.lespic {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 575px;
	height: 161px;
}

.les_10th_pic {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 575px;
	height: 372px;
}

.les_airshow_superhornet {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 600px;
	height: 336px;
}


.lestrainingpic {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 500px;
	height: 385px;
}

.products {
	float: right;
	width: 175px;
	height: 140px;
}

.products_two {
	float: left;
	width: 200px;
	height: 130px;
}

.ils {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 499px;
	height: 499px;	
}

.qec {
	float: right;
	width: 100px;
	height: 222px;
}

.ict_mul {
	/*float: right;*/
	width: 150px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.lest_mindmap {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 425px;
	height: 198px;	
}

.dmo {
	/*float: left;*/
	width: 183px;
	height: 65px;
}

.aidn {
	/*float:right;*/
	width: 90px; 
	height: 98px;
}

.drss {
	/*float: left;*/
	width: 120px;
	height: 120px;
}

.nav_path {
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.left_half {
	float: left;
	width: 50%;
	background-color: red;
}

.right_half {
	float: left;
	width: 50%;
	background-color: blue;
}

.page_divider {
	height: 200px;
	min-height: 200px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

.index_our_mission {
	float: right;
}

.index_our_vision {
	float: right;
}

#quality_endorsed_filler {
/*
	height: 145px;
	min-height: 145px;
*/
}

#affiliations_filler {
/*
	height: 185px;
	min-height: 185px;
*/
}

.attention {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

#tbl_affiliations {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

.td_affiliation_text {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;	
	border: 0;
}

.td_affiliation_logo {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	border: 0;
}

#tbl_ils_training {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #2781FC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#th_logo_ils_training {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #2781FC;
}

#th_organisation_ils_training {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #2781FC;
}

.td_logo_ils_training {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	
	border-bottom: 1px solid #DDDDDD; 
	border-right: 1px solid #DDDDDD;
}

.td_organisation_ils_training {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	
	border-bottom: 1px solid #DDDDDD; 
}

.contact_info {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.contact_info dl {
	overflow: auto;
}

.contact_info dl dt {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 5px;
}

.contact_info dl dd {
	font-family: Arial;
	font-size: 12px;
	padding-left: 5px;
}

.contact_info p {
	font-style: italic;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.contact_info dl dl {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}

.contact_info dl dl dt {
	float: left;
	font-weight: bold;
	padding-right: 5px;
}

.contact_info dl dl dd {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	padding-left: 5px;
}

.dh4_caribou {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	clear: both;
}

.dh4_caribou img {
	width: 334px;
	height: 250px;
}

.anzac_ship {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	clear: both;
}

.anzac_ship img {
	width: 425px;
	height: 311px;
}

.f88t {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	clear: both;
}

.f88t img {
	width: 325px;
	height: 460px;
}

#map {
	width: 455px;
	height: 305px;
	border: 1px solid #E5E5E5;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#map img {
	background: transparent;
    border: 0;
	padding: 0;
	margin: 0;
}

#main em {
	font-style: normal;
	font-weight: bold;
}

#main fieldset{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #AAAAAA;
	padding-bottom: 10px;
	padding-top: 10px;
}

#main fieldset legend {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Sans-serif;
	padding: 5px;
	color: #444444;
}

#main fieldset p {
	padding-top: 0;
	padding-bottom: 0;
}

#main fieldset label.clear {
	/*display: block;*/
	display: block;
	font-weight: bold;
	margin: 0;
	margin-bottom: 2px;
	color: #444444;
}

#main fieldset label.inline {
	/*display: block;*/
	font-weight: normal;
	margin: 0;
	margin-bottom: 2px;
	color: #444444;
}

#main fieldset input {
	padding: 2px;
	border: 1px solid #AAAAAA;
	font: 11px normal 1em Arial, Verdana, Sans-Serif;
	color: #444444;
}

#main fieldset input#name {
	width: 300px;
}

#main fieldset input#title {
	width: 50px;
}

#main fieldset input#company {
	width: 300px;
}

#main fieldset input#address {
	width: 300px;
}

#main fieldset input#suburb {
	width: 150px;
}

#main fieldset input#postcode {
	width: 75px;
}

#main fieldset input#country {
	width: 150px;
}

#main fieldset input#phone {
	width: 100px;
}

#main fieldset input#fax {
	width: 100px;
}

#main fieldset input#email {
	width: 300px;
}

#main fieldset textarea {
	width: 400px;
	padding: 2px;
	font: 11px normal 1em Arial, Verdana, Sans-Serif;
	border: 1px solid #AAAAAA;
	height: 100px;
	display: block;
	overflow: auto;
	color: #444444;
}

#main fieldset .required {
	font-size: 9px;
	color: #FF0000;
}

#main fieldset input.checkbox_type {
	margin-left: 10px;
	border: 0;
	color: #FF0000;
	clear: none;
}

#main fieldset input#careers_submit {
	width: 150px;
	padding: 2px;
	margin: 15px;
	color: #2781FC;
	font-weight: bold;
	text-transform: uppercase;
}

#main fieldset #recaptcha {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.error {
	color: #EE0000;
	text-align: center;
}

.copyright {
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	padding: 0;
	margin: 0;
}

.xmas-wishes {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	font-weight: bold;
}

.xmas-text {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.xmas-color {
	color: #FF0000;
}

.xmas-smallcolor {
	color: #DD0000;
}

.footnote {
	font-size: 10px;
	font-style: italic;
}

.button_link {
	text-align: center;	
	padding-top: 5px;
	padding-bottom: 10px;
}

.button_link a{
	padding: 5px;
	border: 1px solid black;
	background-color: #2781FC;
	color: white;
}

.button_link a:visited{
	color: white;
}

.button_link a:hover, .validation_forms a.selected{
	color: white;
}
