/*
	Adept Main CSS
	David Nash
	http://davidnash.com.au
	April 2009
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li,
dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

html {
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-style: normal;
	font-weight: normal;
	color: #555;
}

input {
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

body {
	background: #ededed;
	font-size: 1.3em;
}

a {	color: #c10076; }

a img { border: 0; }

table {	border-collapse: collapse; table-layout: fixed}

.clear { clear: both; }

.hidden { display: none; }

.center { text-align: center; }

.small { font-size: 85%; }

/*
	Main structure
*/

#Bghead {
	background: url("../images/bg-headbg.gif") repeat-x;
}

.col {
	width: 820px;
	margin: 0 auto;
}

#Bgheadtop {
	background: url("../images/bg-headtop.gif") no-repeat 0 100%;
	height: 18px;
}

#Head {
	background: url("../images/bg-headcol.gif") repeat-y;
	height: 101px;
	padding: 0 10px;
	position: relative;
}
	
	h1 a {
		display: block;
		width: 311px;
		height: 101px;
		background: url("../images/title-adept-training.gif") no-repeat;
	}

	#Phone {
		width: 159px;
		height: 16px;
		background: url("../images/head-phone.gif") no-repeat;
		position: absolute;
		right: 36px;
		top: 21px;
	}

	#SearchForm_SearchForm {
		position: absolute;
		width: 301px;
		right: 26px;
		top: 50px;
	}

		#SearchText {
			border: 0;
			background: #ddd;
			margin: 0;
			padding: 6px 5px 0 18px;
			width: 206px;
			height: 21px;
			background: url("../images/search-input.gif") no-repeat;
			font-size: 0.9em;
			color: #333;
			display: block;
			float: left;
		}

		#SearchButton {
			border: 0;
			background: #fff;
			margin: 0;
			padding: 0 0 0 0;
			width: 72px;
			height: 27px;
			background: url("../images/search-button.gif") no-repeat;
			font-size: 0.9em;
			color: #000;
			display: block;
			float: left;
			cursor: pointer;
		}


#Nav {
	background: url("../images/bg-nav.gif") no-repeat;
	height: 41px;
	padding: 0 10px;
}

	#Nav.withBreadcrumbs {
		background: url("../images/bg-nav-withBreadcrumbs.gif") no-repeat;
	}
	
	#Nav ul { 
		list-style: none; 
		z-index: 1;
	}

	#Nav li {
		float: left;
		margin: 0; padding: 0;
		position: relative;
	}

	#Nav li a {
		display: block;
		float: left;
		font-family: Times, Georgia, serif;
		font-size: 15px;
		text-decoration: none;
		color: #c10076;
		text-transform: uppercase;
		font-weight: bold;
		height: 40px;
	}


	#Nav li a span {
		display: block;
		float: left;
		height: 24px;
		padding: 4px 20px 0 20px;
		border: 1px solid;
		border-color: #fff #ddd transparent #fff;
	}

	#Nav li a:hover {
		text-decoration: underline;
	}

	#Nav li a.current,  #Nav li a.section {
		background: url("../images/nav-arrow.gif") 50% 29px no-repeat;
	}

	/* Level 2 */
	#Nav li ul {
		display: none;
		position: absolute;
		top: 30px;
		left: 10px;
	}

	#Nav li:hover ul {
		display: block;
	}

	#Nav li:hover ul li ul {
		display: none
	}
	
	#Nav li ul li {
		float: none;
	}

	#Nav li ul li a {
		background: #fff url("../images/bg-subnav1.gif") repeat-x 0 100%;
		text-transform: none;
		color: #777;
		border: 1px solid;
		border-color: #fff #ddd #ddd #fff;
		padding: 4px 20px 4px 20px;
		width: 100px;
		height: auto;
		position: relative;
		float: none;
	}

	#Nav li ul li a.section, #Nav li ul li a.current {
		background: #fff url("../images/bg-subnav1.gif") repeat-x 0 100%;
		color: #c10076;
	}

	/* Level 3 */
	#Nav li ul li ul {
		display: none;
		position: absolute;
		top: 6px;
		left: 142px;
		border-top: 1px solid #f2f2f2;
	}

	#Nav li ul li:hover ul {
		display: block;
	}

	#Nav li ul li ul li a {
		background: #fff url("../images/bg-subnav2.gif") repeat-x 0 100%;
		font-weight: normal;
		width: 200px;
	}

	#Nav li ul li ul li a.current {
		color: #c10076;
		background: #fff url("../images/bg-subnav2.gif") repeat-x 0 100%;
	}

#Main {
	background: url("../images/bg-maincol.gif") repeat-y;
	padding: 0 10px;
}

#Foot {
	height: 152px;
	padding: 0 0 10px 0;
	background: url("../images/bg-foot.gif");
	color: #fff;
	font-size: 0.8em;
	position: relative;
}

	#Foot #Logos {
		position: absolute;
		right: 20px;
		top: 15px;
	}

	#Foot #Logos img {
		padding: 0 15px;
	}

	#Foot .left {
		position: absolute;
		left: 30px;
		bottom: 20px;
	}

	#Foot .right {
		position: absolute;
		right: 30px;
		bottom: 20px;
	}

	#Foot a {
		color: #fff;
		text-decoration: none;
	}

	#Foot a:hover { text-decoration: underline; }

#Bgfootend {
	height: 20px;
	background: url("../images/bg-footend.gif") no-repeat;
}


/* Home page */
#Banner {
	background: url("../images/bg-home-banner.gif") repeat-x 100%;
	font-family: Times, Georgia, serif;
	font-size: 1.9em;
	color: #777;
}

	#Banner .left {
		padding: 15px 15px 30px 45px;
		width: 440px;
		float: left;
	}

	#Banner .right {
		float: left;
	}

	#Banner img {
		display: block;
	}


#Content {
	padding: 15px 0 0 20px;
}

	#HomePage #Content .col {
		float: left;
		width: 367px;
		padding: 0 0 0 25px;
	}

	#HomePage #Content .upcomingcourses {
		width: 347px; 
	}

	#HomePage #Content .latestnews {
		padding: 0;
	}
	
	#HomePage #Content .calltoaction {
		padding-top: 1em;
	}

	#HomePage #Content h2 {
		font-family: Times, Georgia, serif;
		color: #c10076;
		font-size: 1.6em;
		font-weight: normal;
	}


	#HomePage #Content h2 a {
		text-decoration: none;
	}

	#HomePage #Content h2 a:hover {
		text-decoration: underline;
	}


	#HomePage #Content h3 {
		font-size: 1em;
		color: #c10076;
		font-weight: normal;
		padding-bottom: 5px;
	}

/*
	#Content .upcomingcourses h3 {
		padding-left: 57px;
		background: url("../images/icon-album.png") no-repeat -2px 50%;
		height: 45px;
	}

	#Content .latestnews h3 {
		padding-left: 55px;
		background: url("../images/icon-news.png") no-repeat -2px 50%;
		height: 45px;
	}
*/

	#HomePage #Content h3 a {
		color: #c10076; 
		text-decoration: none;
	}
	
	#HomePage #Content h3 a:hover { 
		text-decoration: underline;	
	}

	#HomePage #Content table {
		width: 100%;
	}

	#HomePage #Content td {
		padding: 3px 1% 0 0;
		color: #222;
	}

	#HomePage #Content td.left {
		width: 23%;
		font-style: italic;
		color: #666;
	}

	#HomePage #Content .frame {
		height: 136px;
		width: 300px !important;
		overflow: hidden;
	}

	#HomePage #Content .container {
		top: 0;
		left: 0;
		width: 300px !important;
		background: #fff;
	}

	#Content .container {
		margin: 10px 0 20px 0;
	}

		#Content .container p {
			padding: 3px 0;
			color: #222;
			width: 300px;
		}

		#Content .container .date {
			font-style: italic;
			color: #666;
			font-size: 0.9em;
	}


		#Content .container .more {
			text-align: center;
			background: url("../images/icon-arrow.gif") no-repeat 99% 1px;
			padding: 2px 32px 5px 0;
			font-style: italic;
		}

		#Content .container a.more:hover {
			background-position: 101% 1px;
		}
		
		#Content .darkborder {
			/*border-width: 2px;*/
			border-color: #c8c8c8;
		}


/*
	Content Pages
*/
#Breadcrumbs {
	padding: 7px 20px 17px 22px;
	background-color: #f9fad2;
	color: #777;
	font-size: 90%;
}

	#Breadcrumbs a {
		color: #555;
		text-decoration: none;
	}

	#Breadcrumbs a:hover {
		color: #c10076;
		text-decoration: underline;
	}

/*
 a container style box:

	margin: 10px 0 0 0;
	padding: 10px;
	width: 302px;
	border: 1px solid #ddd;
	background: #fff url("../images/bg-home-banner.gif") repeat-x 0 0;
*/


#Content ul.quicklinks {
	padding: 10px 0 20px 15px;
	list-style: none;
}

	#Content.typography ul.quicklinks li {
		padding-bottom: 0.7em;
	}

	#Content.typography ul.quicklinks a {
		padding: 0 0 4px 12px;
		color: #c10076;
		text-decoration: none;
		background: url("../images/bullet.gif") no-repeat 0 0.5em;
		cursor: pointer;
	}

	#Content.typography ul.quicklinks a:hover {
		text-decoration: underline;
	}


#Content .col {
	float: left;
}

#Content .left {
	padding-right: 30px;
	width: 447px;
}


#Content .right {
	width: 283px;
	padding: 0 0 20px 0;
	font-size: 85%;
	margin-top: 0.85em;
}

	#Content .right #ImageFrame {
		position: relative;
		width: 283px;
		margin-bottom: 20px;

		height: 420px; /* fix bug that I can't replicate */
	}

		.jquery-corner { position: relative; }

		#Content .right #ImageFrame img {
			display: block;
			margin: 0;
			padding: 0;
		}

		#Content .right #ImageFrame .caption {
			font-style: italic;
			text-align: right;
			padding: 0.5em 0 0 0;
		}

	#Content .right h4 {
		margin-bottom: 0.6em;
	}

/*
	Search results
*/
#SearchResults {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#SearchResults h2, #SearchResults h3, #SearchResults h4, #SearchResults h5 {
		border: none;
		margin: 0;
		padding: 0;
		font-size: 1.2em;
	}

	#SearchResults .result {
		border: 1px solid #ccc;
		padding: 10px;
		margin: 10px 0;
	}

	#SearchResults .readMoreLink {
		display: block;
		background: url("../images/icon-arrow.gif") no-repeat 0 4px;
		padding: 5px 0 2px 35px;
		border-top: 1px solid #ddd;
	}

/*
	Attached files
*/
#PageFiles {
	font-size: 90%;
	padding: 20px 20px 0 0;
}

	#PageFiles h4 {
		margin-bottom: 20px;
	}
	
	#PageFiles a img {
		display: block;
		border: none;
		float: left;
		padding-right: 10px;
		position: relative;
		top: -7px;
	}

	#PageFiles a:hover img {
		position: relative;
		top: -6px;
		left: 1px;
	}

	#PageFiles p {
		clear: both;
		padding: 0 0 25px 0;
	}

/*
	Course Home Page
*/
#CourseHomePage {
}

	#CourseHomePage #Content .col {
		width: 175px;
		padding: 20px 20px 0 0;
	}

	#CourseHomePage #Content .last {
		padding-right: 0;
	}

	#CourseHomePage #Content .col a.button {
		display: block;
		width: 165px;
		height: 68px;
		padding: 40px 5px 0 5px;
		background: url("../images/button-courses.jpg") no-repeat;
		text-align: center;
		text-decoration: none;
		font-size: 1.7em;
		margin-bottom: 15px;
		color: #555;
		font-family: Times, Georgia, serif;
	}

	#CourseHomePage #Content .col a:hover.button {
		background-position: 0 -108px;
		color: #fff;
	}

	#CourseHomePage #Content .col p {
		padding-left: 10px;
		padding-right: 10px;
	}

	#CourseSearch {
		padding: 20px 20px 20px 0;
	}


	#CourseHomePage h2 {
		font-family: Times, Georgia, serif;
		color: #444;
		font-size: 1.9em;
		font-weight: normal;
		height: auto;
		padding: 0.6em 0 0 10px;
		margin-bottom: 0.5em;
		border-bottom: 1px solid #d8d8d8;
	}

/*
	News
*/
#OtherNews {
	margin-top: 20px;
}

	#OtherNews h3 a {
		text-decoration: none;
	}

	#OtherNews h3 a:hover {
		text-decoration: underline;
	}

/*
	Courses Locations
*/
#CourseLocations {
	margin-top: 20px;
}
