﻿html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	padding-bottom: 35px;
	background: #fff;
	font-family: Tahoma;
	color: #313131;
	font-size: 62.5%;
}

p {
	font-size: 1.1em;
}

a {
	color: #d14c01;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.top {
	margin: 0 auto;
	padding-top: 45px;
	width: 900px;
	height: 260px;
	background: url(img/layout/top.jpg) no-repeat 0 0;
}

.top h1 {
	width: 225px;
	height: 145px;
	margin: 0 0 0 45px;
}

.top h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

.top span {
	display: none;
}

/* HORIZONTAL MENU */

.mainmenu {
	margin: 0 auto;
	width: 900px;
	height: 73px;
	background: #db5704 url(img/layout/menu-bg.gif) no-repeat 0 0;
}

.mainmenu ul {
	margin: 0;
	padding: 30px 0 0 20px;
	list-style: none;
	width: 652px;
	float: left;
}

.mainmenu ul li {
	display: inline;
}

.mainmenu ul li a {
	border-left: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	font-size: 1.2em;
}

.mainmenu ul li a:hover {
	text-decoration: underline;
}

.mainmenu ul li a.menu-first {
	border-left: none;
}

.mainmenu h2 {
	margin: 0;
	width: 228px;
	height: 73px;
	float: left;
	background: url(img/layout/menu-phone.gif) no-repeat 0 0;
}

.mainmenu h2 span {
	display: none;
}

.wrapper {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}

/* LEFT PANEL */

.left {
	width: 220px;
	float: left;
}

.left h1 {
	margin: 0;
	width: 220px;
	height: 36px;
}

.left h1 span {
	display: none;
}
.left h2 {
	font-size: 1.3em;
	color: #D14C01;
}

.left-header {
	background: url(img/layout/left-header-blank.gif) no-repeat 0 0;
}

.issue {
	border: 1px #D14C01 solid;
	margin-top: 10px;
	margin-left: 35px;
	padding: 15px;
}

.issue span {
	font-weight: bold;
	color: #cc4c0b;
}

.issue img {
	margin-top: 1.0em;
	border: none;
}

/* CONTENT */

.content {
	width: 390px;
	margin-left: 25px;
	float: left;
}

.content h1 {
	margin: 0;
	height: 37px;
	width: 250px;
}

.content h1 span {
	display: none;
}

.h1-home {
	background: url(img/layout/h1-home.gif) no-repeat 0 0;
}

.h1-student {
	background: url(img/layout/h1-student.gif) no-repeat 0 0;
}

.h1-oncampus {
	background: url(img/layout/h1-oncampus.gif) no-repeat 0 0;
}

.h1-enquiry {
	background: url(img/layout/h1-enquiry-form.gif) no-repeat 0 0;
}

.content h5 {
	border-left: solid 2px #d55305;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 22px;
	margin: 15px 0;
}

.content p {
	margin: 15px 24px;
}


.content li {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.foot {
	margin: 0 auto;
	margin-top: 50px;
	padding: 20px 0;
	width: 900px;
	background: #cac4b8;
}

.foot p {
	display: block;
	width: 233px;
	height: 70px;
	margin: 0;
	padding: 10px 10px 10px 40px;
	background: url(img/layout/foot-bg.gif) no-repeat 0 0;
}

.foot a {
	text-decoration: none;
	color: #313131;
}

.foot a:hover {
	text-decoration: underline;
	color: #313131;
}

.contactForm 
{
    width:400px;
	background-color: #FFFFCC;
}

.contactForm TH
{
    text-align:left;
	padding: 10px;
}

.contactForm TH.area 
{
	text-align: left;
	font-size: 14px;
	background-color: #d55305;
	color: white;
	padding: 5px 10px
}