@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(images/page-bg.png);
	background-position: center 0px;
	background-repeat: repeat;
	margin: 0px;
	overflow: auto; 
}
#container {
	width: 711px;
	height: auto;
	margin-top:0px;
	margin: 0px auto;
	top: 0px;
	z-index:-500;
}
input.chars { 
width: 15px; 
} 
.ahcts-logo {
	margin-left: 10px;
	z-index:-500;
}
#about-us-header {
	background-image: url(images/about-us-header.jpg);
	height: 170px;
}
#links-header {
	background-image: url(images/links-header.jpg);
	height: 170px;
}
#generic-header {
	background-image: url(images/generic-header.jpg);
	height: 170px;
}
#staff-header {
	background-image: url(images/staff-profiles-header.jpg);
	height: 170px;
}
#enrolment-header {
	background-image: url(images/enrolment-header.jpg);
	height: 170px;
}
#courses-header {
	background-image: url(images/courses-header.jpg);
	height: 170px;
}
#services-header {
	background-image: url(images/student-services-header.jpg);
	height: 170px;
}
#school-header {
	background-image: url(images/school-header.jpg);
	height: 170px;
}
#international-header {
	background-image: url(images/international-header.jpg);
	height: 170px;
}
#faq-header {
	background-image: url(images/faq-header.jpg);
	height: 170px;
}
#competition-header {
	background-image: url(images/competitions-header.jpg);
	height: 170px;
}
#whats-new-header {
	background-image: url(images/whats-new-header.jpg);
	height: 170px;
}
#contact-header {
	background-image: url(images/contact-header.jpg);
	height: 170px;
}
#virtual-tour-header {
	background-image: url(images/virtual-visit-header.jpg);
	height: 170px;
}
#shop-header {
	background-image: url(images/chef-shop-header.jpg);
	height: 170px;
}

/* NAVIGATION */
* { margin: 0px; padding: 0px; }
#navigation {
	clear:both;
	display:block;
	margin:0px;
	padding:0px;
	text-align:left;
	width:165px;
	top:0px;
	float: left;
	z-index: 1000;
	margin-top: 5px;

	}
#navigation a {
	height:24px;
    float: left;
}
#navigation li { 
	height:24px;
	font-size:12px; 
	float:left; 
	cursor:pointer; 
	margin-bottom:7px;
	width:160px; 
	list-style-type:none;
	}
#navigation li ul {
	position:relative;
	display:none; 
    float: left;
    padding: 5px;
	list-style-type:none;
	background-color:#1C3F93;
	width: 160px;
	border: 1px solid #ffffff;
	height:auto;
}
#navigation li ul li {
	display:block;
	float:left;
	clear:both;
	margin-bottom:0px;
 }
#navigation li ul li a { 
	color:#FFFFFF; 
	font-weight:normal; 
	text-decoration:none;  
	z-index:1000; 
	height:auto; 
	padding:2px; 
	width: 160px;
 }
#navigation li ul li a:HOVER {
	text-decoration:none;
	color:#FBAA32;
}

#navigation li>ul {
	top: 0px;
	left: auto;
	margin-top: -25px;
	z-index: 1000;
	margin-left: 140px;
}

#navigation li li {
	display: block;
	float: none;
	z-index:1000;
	height:auto;
}
#navigation li:hover ul {
    display:block;
}
#navigation li ul li:hover ul {
	display: block;
}
/*rollover button*/

a.button
{
    display: block;
    cursor: pointer;

}

a.button span, a#active_button span
{
    position: absolute;
    left: -999em;
	
}



/* HACKS*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.button span
{
    text-indent: -999em;
}

.last {
	padding-bottom: 0px;
}
#main {
	float: left;
	height: auto;
	width: 540px;
	color: #666666;
	margin-bottom: 15px;
}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	color: #666666;
}
#breadcrumbs a {
	text-decoration: none;
	color: #F58025;
}
#breadcrumbs a:hover {
	text-decoration: none;
	color: #FBA731;
}
#content {
	padding: 5px;
	float: left;
	width: 520px;
	margin-left: 5px;
	margin-right: 5px;
	height: auto;
	display:block;
	font-size: 12px;
	z-index: 1000;
}
#content li {
	margin-left: 35px;
		list-style-image: url(images/bullet.png);

}
#content ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content a {
	color: #F58025;
}
h1 {
	font-size: 16px;
	color: #1C3F93;
}
p {
	padding-top:10px;
}
#rightcolumn {
	width: 159px;
	float: right;
	height: auto;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	border-left: solid 1px #ccc;
}
#links {
	padding: 5px;
	border: 1px solid #ccc;
}
#links ul {
margin:0px;
}
#links li {
	font-size: 12px;
	color: #F58025;
	list-style-image: url(images/bullet.png);
	margin-left: 20px;
	padding: 2px;
}
#links a {
	display:block;
	font-size: 12px;
	color: #F58025;
	width:120px;
	text-decoration: none;
}
#links a.selected {
	text-decoration: underline;
}
#links a:hover {
	color: #fff;
	background-color:#1C3F93;
}
#box {
	padding: 0px;
	border: 1px solid #ccc;	
	text-decoration: none;
}

@media all  /* this hides the style from IE5 mac */
{
    a.button span
    {
        position: absolute;
        left: -999em;
    }
}
/*rollover button*/

a.button
{
    display: block;
	height:30px;
    cursor: pointer;
	color:#000000;
}

a.button span, a#active_button span
{
        top: -999em;
position: absolute;
}
#box .title {
	background-image: url(images/title-bg.png);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}
#box .info {
	color: #F58025;
}
#box p {
	padding: 5px;
	font-size: 12px;
}
#staffbox {
	margin-right:12px;
	width:90px;
	height:180px;
	float:left;
	padding: 0px;
	text-decoration: none;
	margin-bottom: 15px;
	margin-left: 10px;
}#staffbox a, #box a {
	text-decoration: none;
	color: #F58025;
	width: 150px;
}
#staffbox a:hover, #box a:hover {
	text-decoration: underline;

}
#staffbox .title {
font-size:11px;
}

#box .more {
	background-image: url(images/bullet.png);
	background-position: 50px;
	background-repeat: no-repeat;
	font-weight: bolder;
	margin-left: 80px;
}
#staffbox ul {
	position:absolute;
	margin-top:165px;
	margin-left:-10px;
}
#staffbox .more {
	background-position: 50px;
	background-repeat: no-repeat;
	font-weight: bolder;
}
#navigation .international {
	height: 38px;
}

#footer {
	text-align: center;
	margin:0px auto 0px auto;
	font-size: 10px;
	height: 20px;	
	width: 540px;
	padding-top: 8px;
}
#footer a {
	color: #F58025;
	text-decoration: none;
}#footer a:hover {
	text-decoration: underline;
}
.index-img {
	float: left;
	margin: 0px;
	padding: 0px;
}
.profileimage {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.selected {
	font-weight: bold;
}
#staff {
	float: left;
	width: 340px;
}
#highlight {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 5px;
	height: auto;
	width: 330px;
}
#formtbl td {
	padding: 5px;
}
.sectionstart {
	font-weight: bold;
	color: #FFFFFF;
}
.tbl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.alt {
	background-color: #F1F1F1;
}
#back {
	height: 20px;
	width: 50px;
	float: right;
	text-align: right;
}
.highlight {
	font-weight: bold;
	color: #F58025;
}

#formtbl .required {
	background-color: #FF0000;
	color: #FFFFFF;
}
#formtbl  .required a {
	color: #FFFFFF;
}
#tourbutton {
	height: 30px;
	margin-top: 15px;
	width: 159px;
}
.qtvr {
	z-index: 1000;
}
#object {
	float: right;
	margin-left: 10px;
}
.startdate {
	display: block;
	width: 90px;
	float: left;
}
.duration {
	display: block;
	width: 100px;
	float: left;
}
.enddate {
	display: block;
	width: 120px;
	float: left;
}
.row {
	width: 330px;
	height: 20px;
	padding-left:10px;
}
.daterow {
	padding-left:10px;
	padding-top:5px;
	width: 330px;
	height: 18px;
	background-color: #FC6;
	border-bottom:1px solid #FFF;
}
.daterow2 {
	padding-left:10px;
	padding-top:5px;
	width: 330px;
	height: 18px;
	background-color: #F90;
	border-bottom:1px solid #FFF;
}
#content h3 {
	margin-bottom: 20px;
}
#jump {
}
