body {
	background-color: #E5E2E0;
	background-image: url(../pics/layout/bg_tile.gif);
	background-repeat: repeat;
	margin: 0;
}

/* CSS Heirarchy */

#container {
	margin: 0 auto;
	width: 790px;
}

	#above_page {
		text-align: right;
		margin: 3px 15px 2px 15px;
	}

		#above_page h1 {
			float: left;
			margin: 0;
			text-align: left;
			font-weight: normal;
			width: 560px;
		}

		#above_page a {
			color: #737373;
		}

		#page_top {
			width: 790px;
			height: 165px;
			background-image: url(../pics/layout/page_top.gif);
			background-repeat: no-repeat;
			position: relative;
			top: 0;
			left: 0;
		}

			#page_top #logo{
				position: absolute;
				top: 25px;
				left: 15px;
			}

			#page_top #picture{
				position: absolute;
				top: 10px;
				left: 255px;
				background-repeat: no-repeat;
				width: 525px;
				height: 155px;
			}

			#page_top #call2action{
				position: absolute;
				top: 18px;
				left: 607px;
				background-image: url(../pics/layout/c2a_bg.gif);
				background-repeat: no-repeat;
				width: 164px;
				height: 46px;
				font-family: arial, verdana, sans-serif;
				color: #737373;
				text-align: right;
				line-height: 18px;
			}

				#page_top #call2action div{
					margin: 5px 27px 7px 0;
				}

			#page_top #call2action b{
				font-size: 13px;
			}

			#page_top #call2action a{
				color: #737373;
				font-family: arial, verdana, sans-serif;
			}

		#page_mid {
			width: 790px;
			background-image: url(../pics/layout/page_mid.gif);
			background-repeat: repeat-y;
		}

		#main {
			width: 570px;
			float: right;
			padding: 0 20px;
		}

			#footer {
				background-color: #C50000;
				color: #fff;
				text-align: center;
				padding: 8px;
				margin: 15px 15px 0 15px;
			}

			#footer a {
				font-weight: normal;
				color: #fff;
			}

		#left {
			width: 180px;
			float: right;
		}

			#left .overhang {
				position: relative;
				left: -5px;
			}

			#pri_nav {
				width: 180px;
				padding: 15px 0 0 0;
				margin-bottom: 10px;
			}

				#pri_nav_mid {
					background-image: url(../pics/layout/darkbox_mid.gif);
					background-repeat: repeat-y;
				}

				#pri_nav_top {
					background-image: url(../pics/layout/darkbox_top.gif);
					background-repeat: no-repeat;
					line-height: 10px;
					font-size: 5px;
					height: 10px;
				}

				#pri_nav_bot {
					background-image: url(../pics/layout/darkbox_bot.gif);
					background-repeat: no-repeat;
					line-height: 10px;
					font-size: 5px;
					height: 10px;
				}

				#pri_nav img{
					padding: 0 10px;
				}

			#enquirenow {
				width: 180px;
				background-image: url(../pics/layout/lightbox.gif);
				background-repeat: no-repeat;
				height: 255px;
				margin-bottom: 10px;
			}

			#enquirenow form {
				padding: 10px 0 0 10px;
			}

			#enquirenow h3 {
				margin: 0 0 7px 0;
			}

			#enquirenow input,
			#enquirenow textarea {
				width: 160px;
				margin-bottom: 4px;
			}

			#enquirenow textarea {
				height: 40px;
			}

		#page_bottom {
			width: 790px;
			height: 20px;
			background-image: url(../pics/layout/page_bot.gif);
			background-repeat: no-repeat;
		}

	#below_page {
		text-align: center;
		margin: 10px 0 20px 0;
	}

/* general styles */

img {
	border: 0;
}

form {
	margin: 0;
}


. left {
	float: left;
	margin: 5px 5px 0 0;
}
.center {
	text-align: center;
}
.right {
	float: right;
	margin: 0 0 5px 5px;
}
.clear {
	clear: both;
}

.error {
		margin           : 10px 0;
		color            : #ff0000;
		background-color : #ffeeee;
		border-top       : 1px solid #ff0000;
		border-bottom    : 1px solid #ff0000;
		padding          : 10px;
		}
.info {
		margin           : 10px 0;
		color            : #0000ff;
		background-color :	#eeeeff;
		border-bottom    : 1px solid #0000ff;
		border-top       : 1px solid #0000ff; 
		padding          : 10px;
		}
.success {
		margin           : 10px 0;
		color            : #009F62;
		background-color : #E6FFE6;
		border-top       : 1px solid #009F62;
		border-bottom    : 1px solid #009F62;
		padding          : 10px;
		}

* div.hr_grey_dotted {
		display: block;
		border-top: 1px dotted #C1C2C1; /* grey by any chance? */
		line-height: 1px;
		max-height: 1px;
		padding: 0;
		margin: 5px 0;
		clear: both;
		}

/* font styles */

body,
h1, h2, h3,
a,
input {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #404040;
	text-decoration: none;
	line-height: 17px;
}

a {
	font-weight: bold;
	color: #5C7DA3;
}

a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 15px;
	margin: 10px 0;
	color: #DF0029;
}
h3 {
	font-size: 13px;
	margin: 0;
}


/* content styles */
table.list {
	border-collapse: collapse;
}
table.list th {
	color: #ffffff;
	background-image: url(../pics/content/list_th_bg.gif);
	height: 20px;
	text-align: left;
}
table.list th,
table.list td {
	border: 1px solid #8C8C8C;
	font-size: 11px;
	font-family: verdana, sans-serif;
	line-height: 20px;
	padding: 0 3px;
}
table.list th a{
	color: #ffffff;
}
table.list td {
	padding: 2px 3px;
}
table.list tr.odd td {
	background-color: #F8FAFE;
}
table.list tr.even td {
	background-color: #E9F0FB;
}
table.list td.title {
	color: #ffffff;
	background-color: #5C7DA3;
}

.smooth_top {
	background-image: url(../pics/content/smooth_top.gif);
	background-repeat: no-repeat;
	line-height: 10px;
	font-size: 5px;
	height: 10px;
	width: 544px;
}
.smooth_mid {
	background-image: url(../pics/content/smooth_mid.gif);
	background-repeat: repeat-y;
	width: 524px;
	padding: 0 10px;
}
.smooth_bot {
	background-image: url(../pics/content/smooth_bot.gif);
	background-repeat: no-repeat;
	line-height: 10px;
	font-size: 5px;
	height: 10px;
	width: 544px;
}


.testimonial {
	background: #F2F2F2 url(../pics/layout/open_quotes.gif) no-repeat;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 10px 10px 5px 15px;
}
.testimonial_name {
	height: 35px;
	text-align: right;
}

.course {
		margin           : 10px 0;
		background-color : #fcfcfc;
		border-top       : 1px solid #e0e0e0;
		border-bottom    : 1px solid #e0e0e0;
		padding          : 10px;
}
.course_hover {
		margin           : 10px 0;
		background-color : #ececec;
		border-top       : 1px solid #d0d0d0;
		border-bottom    : 1px solid #d0d0d0;
		padding          : 10px;
		cursor: pointer;
}