/***** general *****/
html,
body { min-height: 100%; }
body { margin: 0; background-color: #f4f3f1; }
body,
p,
td { font-family: Calibri, Verdana, Arial, Helvetica, sans-serif; font-size: 15px; }
h1 { font-size: 18px; }
li { margin-bottom: 10px; }
th { background: #ffffff; text-align: left; }
.header td { color: #ffffff; font-size: 16px; text-transform: uppercase; font-weight: bold; }
.quote,
.quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e85939;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
}
.no-space li {margin:0;}


/***** layout *****/
#global-container { background-color: white; height: 100%; margin: 20px 20px 0 20px; padding-bottom:20px; overflow: auto; width: 1024px; }
#global-container>.left-column { float: left; height: 100%; width: 220px; }
#global-container>.right-column { border-left: solid 10px #f4f3f1; float: left; height: 100%; width: 794px; }
#global-header { padding: 0 20px 5px 10px; }
#global-header h1 { color: #0077bc; font-family: Calibri, Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
#global-header .title { font-size: 42px !important; }
#global-header .subtitle { display: block; font-size: 31px !important; font-weight: normal;}
#global-nav { margin-bottom: 2em; }
#content-container { border-top: solid 15px #f4f3f1; vertical-align: top; }
.cityu-logo { text-align: center; padding: 10px; }
.accreditation { background: #ffffff; border-top: solid 2px #aea39d; }


/***** menu *****/
.cms-navigation li { margin: 0 !important; }
.cms-navigation ul.level-1>li>a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1570a5 !important;
	text-decoration: none;
	padding: 7px 5px 7px 10px;
	display: block;
	width: 205px !important;
}
.cms-navigation ul.level-1>li>a:hover,
.cms-navigation ul.level-1>li.active,
.cms-navigation ul.level-1>li.child-active { background-color: #d4f0fe !important; }
.cms-navigation li.active>a { color: #c84a34 !important; font-weight: bold; }
.cms-navigation ul ul>li { margin-left: -5px; }
.cms-navigation li.has-child>a { cursor: pointer !important; }
.cms-navigation .has-child-indicator { display: none; }


/***** section specific header color *****/
.header { background-color: #0077bc; }
.admission .header,
.alumni .header,
.tuition .header,
.faq .header,
.alumni_student .header { background-color: #00a2a8; }
.activity1 .header { background-color: #000066; }


/***** cms admin fix *****/
#cms-admin-v3 .header { background-color: transparent !important; }

/***** FOOTER *****/

#footer-container {
	border-top: solid 2px #aea39d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff;
	padding: 10px 10px;
	clear: both;
	height: 20px;
	width: 870px;
}