/* CSS Document */

/*---- Default XHTML tags -------------------------------------------*/
body {
	margin: 20px 0 20px 0;
	padding: 0;
	background-color: #EBEBEB;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 18px;
	color: #3399FF;
}

h2 {
	margin: 12px 0 0 0;
	font-size: 14px;
}

h3 {
	margin: 18px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	}

h4 {
	margin: 18px 0 0 0;
	font-size: 14px;
	color: #0099CC;
}

h5 {
	margin: 18px 0 0 0;
	color: #0099CC;
	font: small-caps 14px "Lucida Grande", Lucida, Trebuchet;
}

h6 {
	margin: 2px 0 6px 0;
	font-size: 11px;
	font-weight: bold;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #3399FF;
}

a:hover {
	color: #006699;
	border-bottom-color: #3399FF;
}

p {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 18px;
}

#leftCol p {
	margin: 0 18px 12px 0;
}

#rightCol p {
	font-size: 11px;
	margin: 0 8px 8px 0;
}

#leftCol a:hover {
	background-color: #006699;
	color: #FFFFFF;
	border-bottom-color: #006699;
	border-top-color: #006699;
}

address,
#footer p {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}

.footerBox {
	display: inline;
	width: 180px;
	margin: 8px 0 0 40px;
	float: left;
}

#footerRight {
	width: 240px;
}

.topMargin {
	margin-top: 20px;
}

#pdfIcon {
	margin: 10px 0 0 0;
	vertical-align: baseline;
}

#wordIcon {
	margin: 0 0 0 0;
	vertical-align: baseline;
}

#personal {
	margin: 2px 6px 0 0;
	float: left;
}

ul {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 75%;
}

li {
	list-style-image: url(../img/list_icon.gif);
	list-style-position: inside;
	margin: 0 0 6px 0;
	padding-right: 20px;
}
/*---- Main boxes / containers -------------------------------------------*/

#wrap {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background: url("../img/side_bgimg.jpg") repeat-y left top;
}

#header {
	width: 760px;
	height: 180px;
	margin: 0;
	padding: 0;
	background: url(../img/head_bgimg.gif) no-repeat left top;
}

#header h1 {
	margin: 0 0 0 30px;
	font-family:"Times New Roman", Times, serif;
	font-size: 36px;
	color: #000000;
}

#header h2 {
	margin: 0 0 0 30px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #0099CC;
}

#leftCol {
	display: inline;
	width: 500px;
	height: auto;
	margin: 12px 0 12px 30px;
	padding: 0;
	border-right: 1px dotted #CCC;
	float: left;
}

#rightCol {
	display: inline;
	width: 190px;
	height: auto;
	margin: 0 0 12px 18px;
	padding: 0 0 24px 0;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
}

#footer {
	width: 760px;
	height: 120px;
	margin: 0;
	padding: 30px 0 0 0;
	background-color: #F9F9F9;
	background: url("../img/foot_bgimg.jpg") no-repeat left bottom;
	clear: left;
}

#finePrint {
	width: 720px;
	margin: 6px auto;
	text-align: right;
}

#finePrint span {
	font-size: 11px;
	color: #999999;
	float: left;
}


#a_logo {
	border: none;
	}

#tagLine {
	display: block;
	margin: 0 0 12px 0;
}

.clearLeft {
	clear: left;
}


/*---- Main navigation -------------------------------------------*/
#menu {
	width: 740px;
	height: 25px;
	margin: 20px 0 0 10px;
	padding: 0;
	border-bottom: 1px solid black;
	position: absolute;
	top: 153px;
}

#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#menu li a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#menu li a:hover {
	color: #EBEBEB;
	border-bottom: 1px solid #CCC;
}

#home #a_home,
.about #a_about,
#apply #a_apply,
.scholarship #a_scholarship,
.students #a_students,
#work #a_work,
#contact #a_contact {
	color: #EBEBEB;
	border-bottom: 1px solid #CCC;
}

/* ---- Sub Menu ---------------------------------------- */
#subMenu {
	width: 740px;
	height: 19px;
	margin: 0 0 0 10px;
	padding: 6px 0 0 0 ;
	background-color: #EBEBEB;
	border-bottom: 1px solid black;
}

#subMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#subMenu li a {
	display: block;
	height: 14px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 11px;
	color: #3399FF;
	text-decoration: none;
	border-bottom: none;
}

#subMenu li a:hover {
	color: #006699;
	border-bottom: 5px solid #CCC;
}

#about #a_about2,
#syllabus #a_subSyllabus,
#requirements #a_subRequirements,
#teachers #a_teachers,
#pedagogy #a_pedagogy,
#partners #a_partners,
#costs #a_costs,
#examination #a_examination,
#scholarship #a_subScholarship,
#visa #a_subVisa,
#students #a_attending,
#graduate #a_students0405 {
	color: #000;
	border-bottom: 5px solid #CCC;
}

/*---- Contact form --------------------------------------*/
span.required {
	font-size: 14px;
	color: #FF6600;
}

#contactForm {
	margin: 0 36px 4px 14px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
}

#contactForm label {
	font-size: 12px;
}

#contactForm input {
	width: 450px;
	margin: 3px 0 5px 0;
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;

}

#contactForm textarea {
	width: 450px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 4px 0;
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;
}

#contactForm input#btnSend {
	width: auto;
	background-color: #F7EFD4;
	color: #7D630C;
	border: 2px outset gray;
}

#errorMsg {
	margin: 20px auto;
	width: 280px;
	height: 180px;
	padding: 10px 20px;
	border: 1px dashed black;
}

#errorMsg p {
	font-size: 14px;
	font-weight: bold;
	color: #FF3333;
	line-height: 24px;
}

#errorMsg a {
	font-size: 12px;
	font-weight: normal;
}

#userMsg {
	width: 280px;
	margin: 20px 0 0 0;
}

#userMsg p#contactMsg {
	width: inherit;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#studentPictures {
	margin: 12px 2px 0 20px;
}

#studentPictures h1 {
	margin-left: 20px;
}

#studentPictures div {
	display: inline;
	width: 142px;
	height: 230px;
	margin: 30px 16px 0 20px ;
	float: left;
}

#studentPictures img {
	display: block;
	margin: 0;
}

#studentPictures div span {
	display: block;
	width: 140px;
	height: 24px;
	font-size: 12px;
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: center;
	background-color: #F7EFD4;
	border: 1px solid #ccc;
	border-top: 0;
}

#picutres {
	text-align: center;
}

#picutres img {
	margin: 0 10px;
	vertical-align: top;
}

#mainpicutre {
	margin: 14px 0 0 8px;

}