/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
html {
	font-size: 100%; /* 16px */
}
body {
	color: #333333;
	font: 0.625em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #133C69 url(/img/body_bg.gif) repeat-x fixed;
}
p, blockquote, span, ul, ol, dl {
	font-size: 1em; /*10px*/
	line-height: 1.6em; /*16px*/
	margin-bottom: 1.6em; /*16px*/
}
form {
	margin-bottom: 1.6em; /*16px*/
}
ul, ol {
	margin-left: 36px;
}
li ul, li ol {
	font-size: 1em;
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
a {
	color: #E9831A;
}
a:hover {
	color: #133C69;
}
h1 {
	font: bold 1.8em/2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #133C69;
	margin-bottom: 0.88em;
}
h2 {
	font: bold 1.4em/1.14em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #133C69;
	margin-bottom: 1.14em;
}
h3 {
	font: bold 1.2em/1.333em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #133C69;
	margin-bottom: 1.333em;
}
h4 {
	font: italic normal 1.2em/1.333em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 0em;
}
/******************************************************************************************************************* Container */
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding: 10px;
	margin-top: 18px;
}
/********************************************************************************************************************** Header */
#header {
	height: 81px;
	background: url(/img/header_bg.gif) repeat-x;
	position: relative;
}
#logo {
	position: absolute;
	left: 18px;
	top: 17px;
}
#tagline {
	background: url(/img/header_tagline.gif) no-repeat;
	height: 12px;
	width: 412px;
	position: absolute;
	top: 54px;
	text-indent: -9999px;
	display: block;
	left: 143px;
}
/********************************************************************************************************************** Banner */
#banner {
	height: 190px;
	width: 790px;
}
/************************************************************************************************************************ Menu */
#menu {
	background: url(/img/menu_bg.gif) no-repeat;
	padding: 0px;
	margin: 4px 0px 0px;
	height: 41px;
	width: 790px;
	position: relative;
}
#menu li {
	list-style: none;
	position: absolute;
	bottom: 0px;
}
#menu li, #menu li a {
	height: 41px;
	display: block;
	text-indent: -9999px;
	width: 112px;
}
#menu li a {
	overflow: hidden;
}
#home {
	left: 0px;
}
#home:hover {
	background: url(/img/menu_bg.gif) 0px -41px;
}
#home.active {
	background: url(/img/menu_bg.gif) 0px -82px;
}
#our-team {
	left: 113px;
}
#our-team:hover {
	background: url(/img/menu_bg.gif) -113px -41px;
}
#our-team.active {
	background: url(/img/menu_bg.gif) -113px -82px;
}
#visas {
	left: 226px;
}
#visas:hover {
	background: url(/img/menu_bg.gif) -226px -41px;
}
#visas.active {
	background: url(/img/menu_bg.gif) -226px -82px;
}
#free-assessment {
	left: 339px;
}
#free-assessment:hover {
	background: url(/img/menu_bg.gif) -339px -41px;
}
#free-assessment.active {
	background: url(/img/menu_bg.gif) -339px -82px;
}
#about-australia {
	left: 452px;
}
#about-australia:hover {
	background: url(/img/menu_bg.gif) -452px -41px;
}
#about-australia.active {
	background: url(/img/menu_bg.gif) -452px -82px;
}
#working-holidays {
	left: 565px;
}
#working-holidays:hover {
	background: url(/img/menu_bg.gif) -565px -41px;
}
#working-holidays.active {
	background: url(/img/menu_bg.gif) -565px -82px;
}
#contact {
	left: 678px;
}
#contact:hover {
	background: url(/img/menu_bg.gif) -678px -41px;
}
#contact.active {
	background: url(/img/menu_bg.gif) -678px -82px;
}
/********************************************************************************************************************* Content */
#content {
	background: #FFF;
	padding: 18px;
	width: 754px;
	overflow: auto;
}
#content strong {
	color: #133C69;
}
.col1 {
	font-size: 120%;
	width: 536px;
	float: left;
	padding-right: 18px;
}
.col1 img {
	display: block;
}
.col2 {
	font-size: 110%;
	width: 200px;
	float: right;
	color: #666666;
}
.col2 ul {
	margin-left: 18px;
}
.col-fullwidth {
	font-size: 120%;
	width: 754px;
}
.col-fullwidth .lightview img {
	margin-right: 41px;
}
.thumbnail {
	display: block;
	width: 200px;
	font-weight: bold;
	color: #133C69;
}
.thumbnail img {
	border: 3px solid #E98300;
	margin-bottom: 0px;
}
#gallery {
	padding-top: 18px;
}
#gallery .thumbnail {
	text-align: center;
	float: left;
	padding-left: 38px;
}
.highlight {
	border: 1px dotted #E98300;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
	background: #E5EBF0;
	margin-bottom: 16px;
}
/********************************************************************************************************************** Footer */
#footer {
	color: #133C69;
	background: #E5EBF0;
	clear: both;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}
#baseline {
	width: 790px;
	color: #FFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
}
#baseline a:hover {
	color: #CCD7E0;
}
/********************************************************************************************************************** Tables */
table {
	width: 100%;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	display: table;
}
th {
	color: #003C69;
	padding: 5px;
	text-align: left;
	background: #E5EBF0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: top;
	display: table-cell;
}
td {
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: top;
	display: table-cell;
}
td.required {
	padding: 5px;
	border-right: 1px dotted #CCC;
	color: #F00;
}
td.relatives {
	padding: 5px;
	border-right: 1px dotted #CCC;
}
/********************************************************************************************************************** Forms */
form {
	font-size: 1em;
	width: auto;
}
fieldset {
	border-style: none;
}
textarea {
	width: 310px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #939598;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #CCCCCC;
	padding: 0px;
}
/************************************************************************************************************* General Classes */
.hr {
	height: 1.455em;
	background: url(/img/hr_bg.gif) repeat-x left top;
	clear: both;
}
.hr hr {
	display: none;
}
img.inline {
	margin-bottom: 1.6em;
}
img.float-left {
	float: left;
	margin-bottom: 18px;
	margin-right: 18px;
}
img.float-right {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.centred {
	text-align: center;
}
/********************************************************************************************************************** Credit */
#credit {
	height: 16px;
	width: 114px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}
#credit a {
	display: block;
	height: 16px;
	width: 114px;
	text-indent: -9999px;
	background: url(/img/credit_bg.png);
}
#credit a:hover {
	background-position: 0px -16px;
}
