@charset "utf-8";
/* CSS Document */


html, body {
	background-color:#000000;
	margin:0;
	padding:0;
	height:100%;
}

#container {
	background-color:#2e2e2e;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	position:relative;
	min-height:100%;
	z-index:1;
}

#header {
	width:760px;
	position:relative;
}

.headerlogo {
	position:absolute;
	top:8px;
	left:10px;
	z-index:999;
	width:149px;
	height:118px;
}
.navbar {
	position:relative;
	background-image:url(../Images/layout/navmenubg.jpg);
	background-repeat:repeat-x;
	width:760px;
	height:98px;
}
.navmenu {
	position:absolute;
	left:182px;
	top:74px;
}
.headerimg-hp {
	position:relative;
	width:760px;
	height:258px;
}
.headerimg-def {
	position:relative;
	width:760px;
	height:183px;
}

#content {
	padding-right:10px;
	padding-left:10px;
	padding-top:15px;
	padding-bottom: 80px;
}

#content p {
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.content-cont {
	background-image:url(../Images/layout/cdivider.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	position:relative;
}
.content-lwr {
	margin-top:10px;
}	
.content-rightcol {
	float:left;
	width:500px;
	position:relative;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.heading {
	float:left;
	margin-right:8px;
}
.content-leftcol {
	position:relative;
	float:right;
	width:220px;
}
.clear {
	clear:both;
	height:1px;
	overflow: hidden;
}
.qbox {
	background-color:#4d4d4d;
	width:220px;
}
.qbox-cont {
	font-size:11px;
	text-align:justify;
	width:200px;
}

.qbox-cont span a {
	color:#fdae20;
	font-weight:bold;
	text-decoration:none;
}
.qbox-cont span a:hover {
	color:#b97700;
}
	
#footer {
	background-image:url(../Images/layout/footerbg.jpg);
	background-repeat:repeat-x;
	height:58px;
	width:760px;
	position:absolute;
	bottom:0;
	text-align:center;
}
#footer img {
	position:absolute;
	top:8px;
	left:8px;
}
.footer-links {
	width:100%;
}
.footer-links ul {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fdae20;
	line-height:58px;
	white-space:nowrap;
}	
.footer-links li {
	list-style-type: none;
	display: inline;
}
.footer-links li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}
.footer-links li a:hover {
	color:#fdae20;
}
.cr-divider {
	background-image:url(../Images/courses/divider.jpg);
	background-repeat:repeat-y;
}
.cr-courselist {
	padding-top:10px;
	background-color:#434343;
	height:195px;
}
.cr-courselist ul {
	padding-left:10px;
	padding-top:3px;
	margin:0;
	text-align:left;
	
}
.cr-courselist ul li {
	background:url(../Images/courses/bullet.jpg) top no-repeat;
	background-position:1px 5px;
	padding-left:15px;
	margin-left:0px;
	margin-bottom:5px;
	list-style: none;
}
.cr-courselist ul li a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.cr-courselist ul li a:hover {
	color:#fdae20;
}
.pk-tqarrowimg {
	float:right;
	margin-top:10px;
	margin-left:10px;
}
.pk-contdiv {
	margin-top:15px;
	padding: 7px 10px 7px 10px;
	background-color:#434343;
	padding: 7px 10px 7px 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.pk-desc {
	margin-top:20px;
}
.pk-logo {
	float:right;
	margin-bottom:10px;
}
.pk-contdiv a {
	color:#FFF;
	text-decoration:none;
}
.pk-contdiv a:hover {
	color:#fdae20;
}
.vn-section {
	margin-top:10px;
}
.vn-section a {
	color:#fdae20;
	font-weight:bold;
	text-decoration:none;
}
.vn-section a:hover {
	color:#b97700;
}
.vn-gallery {
	padding-top:5px;
	padding-left:25px;
}
.vn-mainimg {
	margin-bottom:7px;
}
.vn-thmbimg img {
	cursor:pointer;
	margin-right:15px;
}
.vn-sccd {
	width:220px;
	text-align:center;
	margin-top:7px;
}
.vn-sctbl {
	width:220px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
}
.vn-sctbl td {
	border:solid;
	border-width:1px;
	border-collapse:collapse;
	border-color:#434343;
}
.vn-sctbl tr.d0 td {
	background-color: #434343;
}
.vn-sctbl tr.d1 td {
	font-weight:bold;
	color:#fdae20;
	background-color: #434343;
}
.vn-iam {
	padding-top:5px;
	padding-left:10px;
}
.vn-iamifrm {
	float:right;
	margin-left:12px;
}
.wt-weatherdiv {
	padding-top:15px;
}
.wt-table {
	background-color:#434343;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
}
.wt-table span {
	color:#fdae20;
}
.wt-forecastdiv {
	float:right;
}	
	
	