/*--- website base styles ---*/
body {
	padding: 0;
	margin: 0;
	background: #ffffff url('../images/bg.jpg') repeat-x;
	font-family: 'Open Sans', sans-serif;
}

body a {
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}

input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}


h1 {
	font-size: 26px;
	font-weight: bold;
	margin-top:15px;
}

h2 {
	font-size: 22px;
	color: #0091dc;
}

label {
	margin: 0;
}

img {
	width: auto;
}

a:focus, a:hover {
	text-decoration: none;
	outline: none;
}

table { border-collapse: collapse; }
table th { border:1px solid #fff !important; background:#ddd !important; color:#2e2e2e; padding:10px !important; }
table td { border:1px solid #fff !important; padding:5px !important; vertical-align:top; }
table tr:nth-child(even) {background: #fff}
table tr:nth-child(odd) {background: #efefef}

#breadcrumb { font-size:0.9em; color: #999; margin:10px 0 10px 0; }
#breadcrumb a { color:#999; text-decoration:none; }
#breadcrumb a:hover { text-decoration:underline; }

.header {
	padding:0px;
}

.main-content {
	padding:0px;
}

.inner-content-area {
	background:#ffffff; 
	padding:20px 40px 40px 40px; 
	margin-bottom:40px; 
	min-height:1000px;
}

.footer {
	background:url('../images/footer-bg.jpg');
	color:#ffffff;
	margin:0px;
	padding-bottom:20px;
}
.footer .content-area { padding:0px; }
.footer .content-area .sitemap {}
.footer .content-area .sitemap a {
	color:#ffffff;
	text-decoration:none;
}
.footer .content-area .sitemap { margin:20px 0px 0px 30px; }
.footer .content-area .sitemap ul { height:200px; }
.footer .content-area .sitemap>ul { padding-left:0px; }
.footer .content-area .sitemap ul > li { float:left; font-weight:600; width:120px; display:block; font-size:14px; margin-right:20px;  }
.footer .content-area .sitemap ul li ul { padding-left:0px; margin-top:8px; margin-right:20px;  }
.footer .content-area .sitemap ul li ul li { font-weight:normal; font-size:12px; width:90px; line-height:14px; margin-bottom:12px; }
.footer .content-area .sitemap ul li ul li ul { display:none; height:0px; }

.footer .seperator { clear:both; border-top:1px solid #ffffff; margin:0px 20px 0px 20px; }

.footer .content-area .credit-info { margin-left:24px; font-size:12px; }
.footer .content-area .credit-info .links { margin-bottom:3px; }
.footer .content-area .credit-info .links a { color:#ffffff; }
.footer .content-area .credit-info .links a:hover { text-decoration:underline; }
.footer .content-area .cityu-logo { text-align:right; margin-right:20px; margin-left:-20px; }

/*--- /website base styles ---*/

@media (min-width:1700px) {
	.main-content { width:1700px; }
}

