@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::

	BG

::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#top {
	min-width:1100px;
	background:url(img/bg-body-footer.jpg) repeat-x left bottom;
}

#container {
	background:url(img/bg-body-header.jpg) repeat-x;
}

#bg-header {
	min-width:1100px;
	background:url(img/bg-content-header.jpg) no-repeat;
	min-height:600px;
	height:auto!important;
	height:600px;
}

#bg-body {
	min-width:1100px;
	background:url(img/bg-content-body.jpg) repeat-y 0 600px;
}

#bg-footer {
	min-width:1100px;
	height:100px;
	background:url(img/bg-content-footer.jpg) no-repeat;
}

#bg-footer p {
	width:1080px;
	padding:60px 90px 0 0;
	text-align:right;
	color:#ccc;
	font-size:85%;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::

	Layout

::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background:#fff url(img/bg-body-head.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7;
}

#content-wrap {
	padding:73px 0 0 73px;
}

#content-header {
	margin-bottom:20px;
}

#page.clearfix {
	width:967px;
}

#nav {
	padding:20px 0;
	width:206px;
	background:#f50 url(img/bg-nav.jpg) repeat-y;
	float:left;
}

#main {
	width:730px;
	float:right;
}

/*
 common
------------------------------------------------------- */
.section {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}

p {
	margin-bottom:0.7em;
}

h1 {
	display:none;
}

h2 {
	margin:30px 0 20px;
}

h3 {
	margin:15px 0 10px;
	font-weight:bold;
	font-size:123.1%;
	letter-spacing:normal;
}

strong {
	font-weight:bold;	
}

table {
	width:100%;
	font-size:93%;
	margin:1em 0;
}

table caption {
	font-weight:bold;
	font-size:123.1%;
	color:#f50;
	padding:15px 0 0;
}

table th, table td {
	border:1px solid #ccc;
	padding:5px;
	line-height:normal;
}

table th {
	font-weight:bold;
	text-align:center;
}

.tRight {
	text-align:right;
}

.pagetop {
	text-align:right;
	margin:0;
}

.note {
	font-size:85%;
	color:#666;
}

a {
	font-weight:bold;
	text-decoration:underline!important;
}

a:hover{
	text-decoration:none!important;
}

a.exlink {
	background:url(img/exlink.gif) no-repeat left center;
	padding-left:18px;
}

ol {
	list-style:outside decimal;
	margin-left:20px;
	font-size:93%;
}

.button{
	width:100px;
	margin:20px 0;
}

.button a {
	display:block;
	padding:10px 20px;
	text-align:center;
	color:#fff;
	background-color:#f50;
}

.button a:hover {
	background-color:#333;
	text-decoration:none;
}

/*
 courses
------------------------------------------------------- */
#courses #main ul li {
	display:inline;
}

#courses #main ul li a {
	display:block;
	letter-spacing:normal;
	float:left;
	padding:2px 15px;
	margin-right:5px;
	background-color:#333;
	color:#fff;
	text-decoration:none!important;
}

#courses #main ul li a:hover {
	background-color:#f50;
	color:#fff;
}

#courses table th.semester {
	width:10em;
}

#courses table th.title {
	width:30em;
}

#courses table th.credit {
	width:5em;
}

#courses table td.prerequisite {
	color:#666;
	font-size:93%;
	line-height:nomal;
}

/*
 fees
------------------------------------------------------- */
#fees table {
	width:60%;
}

/*
 brochure
------------------------------------------------------- */
#brochure .button{
	width:60%;
}

#brochure .section,
#inquiries .section{
	height:300px;
}

/*
 inquiries
------------------------------------------------------- */
#inquiries{
	letter-spacing:normal;
}

#inquiries h3{
	line-height:normal;
	margin:1em 0;
}