/***********************************************************************
	1 - UNIVERSAL STYLES
************************************************************************/
html > body * {
	outline:none;
}
body {
	margin:0;
	padding:0;
	background:#f9f9f9 url(../images/body-bg.jpg) left top repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#797979;
	line-height:20px;
}
popup.body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#797979;
	line-height:20px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
}
h1 {
	margin:0px;
	padding:0px 0 5px 0;
	color:#0058a6;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/dashed-bg.gif) left bottom repeat-x;
	margin-bottom:12px;
	text-transform:uppercase;
}
h2 {
	margin:0px;
	padding:0px 0 10px 0;
}
h2.blue {
	color:#0058a6;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	text-align:center;
	text-transform:uppercase;
}
h2.blue a {
	color:#0058a6;
	text-decoration:none;
}
h2.blue a:hover {
	color:#59a200;
	text-decoration:none;
}
h3 {
	margin:0px;
	padding:0px 0 5px 0;
	color:#0058a6;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/dashed-bg.gif) left bottom repeat-x;
	margin-bottom:5px;
	text-transform:uppercase;
}
h3 span {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#797979;
	text-transform:none;
}
h6 {
	color:#0058a6;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:	url(../images/light-gray-repeater.gif) top left repeat-x;
	border:1px solid #e9e9e9;
	float:left;
	width:606px;
	font-size:15px;
	color:#0058a6;
	margin-top:10px;
	margin-bottom:2px;
}
.left-inside h4 {
	margin:0px;
	padding:5px 0 5px 0;
	color:#0058a6;
	font-size:13px;
}
.left-inside h5 {
	margin:0px;
	padding:5px 0 5px 0;
	color:#e6f2fc;
	font-size:13px;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}
.bluetext {
	color:#0058a6;
}
.red-star {
	color:#FF0000;
	font-stretch:ultra-expanded;
}
.bluetext strong {
	font-size:14px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.bgfade {
	background:url(../images/bg_fade.jpg) left top repeat-x;
	height:42px;
}
.pbox {
	background:#fefefe;
	border:1px solid #e9e9e9;
	width:619px;
	float:left;
	padding:10px;
	margin-bottom:10px;
}
.hbox {
	background:#f0f0f0;
	border:1px solid #d7d6d6;
	width:619px;
	float:left;
	padding:10px;
	margin-bottom:10px;
}
.cbox {
	background:#fefefe;
	border:1px solid #e9e9e9;
	width:280px;
	float:left;
	padding:10px 10px 10px 23px;
	margin-bottom:10px;
}
.margin10r {
	margin-right:10px;
}
.padding13 {
	padding-left:13px;
}
.padding5l {
	padding-left:5px;
}
.border-left {
	border-left:1px solid #e9e9e9;
}
.border-right {
	border-right:1px solid #e9e9e9;
}
.border-bottom {
	border-bottom:1px solid #e9e9e9;
}
.padding10l {
	padding-left:20px;
	padding-bottom:30px;
}
/***********************************************************************
	2 - Structure/Layout
************************************************************************/
#page-wrapper {
	width:970px;
	margin:0px auto;
	position:relative;
}
#outer-wrapper {
	background:url(../images/header-bg.jpg) center top no-repeat;
	width:100%;
	float:left;
}
/***********************************************************************
	2 - Header
************************************************************************/

#header {
	width:931px;
	float:left;
	height:127px;
	padding:0px 30px 0 9px;
}
#logo {
	float:left;
	padding:6px 0 0 0;
}
#edu-logo {
	float:right;
	padding:6px 0 0 0;
}
#tagline {
	float:left;
	padding:36px 0 0 20px;
	text-align:center;
	margin:0 auto;
	width:580px;
}
#tagline-wrapper {
	text-align:center;
	margin:0 auto;
}
#navigation {
	width:970px;
	float:left;
	height:40px;
}
#banner {
	width:970px;
	float:left;
	padding:2px 0 20px 0;
}
/***********************************************************************
	4 - Main Body
************************************************************************/
#main-body {
	width:970px;
	float:left;
	padding:28px 0 0 0;
}
#hometext-box {
	width:953px;
	float:left;
	padding:0 0 14px 17px;
}
#home-content {
	width:628px;
	float:left;
	padding:0 17px 0 0;
}
#home-content p {
	padding-bottom:8px;
}
.greentext {
	color:#59a200;
}
a.greentext {
	color:#59a200;
	text-decoration:underline;
}
a:hover.greentext {
	color:#59a200;
	text-decoration:none;
}
a.bluetext {
	color:#0058a6;
	;
	text-decoration:none;
}
a.bluetext:hover {
	color:#000;
	text-decoration:none;
}

#vle-online {
	width:280px;
	float:right;
	margin:0;
	padding:0;
}
#apply-online {
	width:195px;
	float:right;
	background:url(../images/apply-online-bg.jpg) left top no-repeat;
	height:70px;
	padding:52px 5px 0 104px;
}
#apply-online a {
	color:#0058a6;
	text-decoration:none;
	font-size:24px;
	font-weight:normal;
}
#apply-online a:hover {
	color:#797979;
	text-decoration:none;
}
#dwonload-form {
	width:200px;
	float:right;
	text-align:center;
	background:url(../images/download-form-bg.jpg) left top no-repeat;
	height:82px;
	padding:40px 0 0 104px;
}
#three-box {
	width:970px;
	float:left;
	padding-bottom:10px;
	_padding-bottom:4px;
}
#top-curve {
	width:970px;
	float:left;
	background:url(../images/top-cruve.jpg) left top no-repeat;
	height:17px;
}
#middle-repeater {
	background:url(../images/box-repeater.jpg) left top repeat-y;
	float:left;
	width:970px;
}
#middle {
	width:922px;
	float:left;
	background:url(../images/middle-area.jpg) left top no-repeat;
	padding:0 24px 0 24px;
}
#middle p {
	padding-bottom:8px;
}
#bottom-curve {
	width:970px;
	float:left;
	background:url(../images/bottom-curve.jpg) left top no-repeat;
	height:8px;
}
#logistic {
	width:289px;
	float:left;
	background:url(../images/line.gif) right top no-repeat;
	padding:0 25px 0 0;
}
#aviation {
	width:275px;
	float:left;
	background:url(../images/line.gif) right top no-repeat;
	padding:0 25px 0 24px;
}
#quick-links {
	width:259px;
	float:right;
	padding:0 0 0 25px;
}
#quick-links form {
	width:259px;
	float:left;
	padding-top:5px;
}
#quick-links form strong {
	width:90px;
	float:left;
	font-size:12px;
	color:#797979;
	font-family:Arial, Helvetica, sans-serif;
}
#quick-links form input.textbox {
	float:left;
	width:161px;
	background:#FFF;
	height:18px;
	border:1px solid #cccccc;
	margin-bottom:7px;
	font-size:11px;
	color:#797979;
	padding: 0 3px 0 3px;
}
#quick-links form select.selectbox {
	float:left;
	width:169px;
	background:#FFF;
	height:18px;
	border:1px solid #cccccc;
	margin-bottom:5px;
	font-size:11px;
	color:#797979;
	padding:1px;
	font-size:11px;
	color:#797979;
	height:20px;
}
/***********************************************************************
	5 - Footer
************************************************************************/
#footer {
	width:950px;
	float:left;
	background:url(../images/footer-bg.jpg) left top no-repeat;
	padding:15px 10px 15px 10px;
	font-size:11px;
	color:#888888;
}
#footer a {
	color:#888888;
	text-decoration:none;
}
#footer a:hover {
	color:#0058a6;
	text-decoration:none;
}
#footerlinks {
	float:left;
}
#copyright {
	float:right;
	text-align:right;
}
.list {
	margin:0px;
	padding:0px 0 0 10px;
	list-style-type:none;
	color:#3a7d9d;
}
.list li {
	margin:0;
	padding:0px 0 8px 15px;
	line-height:18px;
	background:url(../images/green-arrow.gif) left 6px no-repeat;
}
.list li a {
	color:#3a7d9d;
	text-decoration:none;
}
.list li a:hover {
	color:#5da801;
	text-decoration:none;
}
.list li a.current {
	color:#5da801;
	text-decoration:none;
}
/***********************************************************************
	1 - Inner Pages CSS
************************************************************************/
#inner-content {
	float:left;
	width:970px;
	padding:10px 0 15px 0px;
}
#content-left {
	width:641px;
	text-align:left;
	float:right;
	position:relative
}
.left-inside {
	float:left;
	width:641px;
	padding:5px 0 0 0;
}
.left-inside p {
	padding-bottom:15px;
}
#content-right {
	float:left;
	width:304px;
	padding:5px 25px 0 0px;
}
#bredcrum {
	width:641px;
	text-align:right;
	font-size:11px;
	padding-bottom:10px;
}
#bredcrum a {
	color:#6a6a6a;
	text-decoration:none;
}
#bredcrum a:hover {
	text-decoration:underline;
}
.thumb {
	margin:0 0 0px 10px;
}
.greentext {
	color:#59a200;
}
.quicklinkbox {
	float:left;
	width:292px;
	padding:0 0 0 7px;
}
.quicklink-top {
	float:left;
	width:292px;
	height:6px;
	overflow:hidden;
	background:url(../images/quicklink-top.gif) top left no-repeat;
}
.quicklink-cont {
	float:left;
	width:292px;
	background:url(../images/quicklink-top.gif) top left no-repeat;
}
.quicklink-list {
	float:left;
	width:262px;
	padding:8px 12px 10px 16px;
	border:1px solid #dfdfdf;
	border-width:0 1px;
	background:#dedede url(../images/light-gray-repeater.gif) top left repeat-x;
}
.quicklink-btm {
	float:left;
	width:292px;
	height:8px;
	background:url(../images/gray-bottom.gif) top left no-repeat;
}
#middle {
	width:922px;
	float:left;
	background:url(../images/middle-area.jpg) left top no-repeat;
	padding:0 24px 0 24px;
}
#middle p {
	padding-bottom:8px;
}
#bottom-curve {
	width:970px;
	float:left;
	background:url(../images/bottom-curve.jpg) left top no-repeat;
	height:8px;
}
.innerlist {
	margin:0px;
	padding:0px 0 0 10px;
	list-style-type:none;
	color:#797979;
}
.innerlist li {
	margin:0;
	padding:0px 0 10px 15px;
	line-height:18px;
	background:url(../images/bullet.jpg) left 6px no-repeat;
}
.innerlist li a {
	color:#797979;
	text-decoration:none;
}
.innerlist li a:hover {
	color:#5da801;
	text-decoration:none;
}
.innerlist li a.current {
	color:#5da801;
	text-decoration:none;
}
.inner-grid-list {
	margin:0px;
	padding:0px 0 0 0px;
	list-style-type:none;
	color:#797979;
}
.inner-grid-list li {
	margin:0;
	padding:5px 0 5px 25px;
	line-height:18px;
	background:url(../images/bullet.jpg) 10px 11px no-repeat;
}
.inner-grid-list li.blue {
	margin:0;
	padding:5px 0 5px 25px;
	line-height:18px;
	background:#f9f9f9 url(../images/bullet.jpg) 10px 11px no-repeat;
}
.gray-bg {
	background-color:#5e95c7;
}
/***********************************************************************
	4 - Apply Online
************************************************************************/
.frm-row {
	float:left;
	width:628px;
	padding:6px 0;
}
.frm-label {
	float:left;
	width:221px;
	color:#000000;
	font-size:11px;
	text-align:right;
	padding:0 15px 0 0;
}
.frm-label-full {
	float:left;
	width:100%;
	color:#000000;
	font-size:11px;
}
.frm-field {
	float:left;
	width:392px;
	font-size:11px;
}
.txtbox {
	background:url(../images/textbox-repeater.gif) top left repeat-x;
	border:1px solid #cfcfcf;
	height:17px;
	width:237px;
	padding:3px 0 0 2px;
	font-size:11px;
}
.txtbox203 {
	width:203px;
}
.txtbox135 {
	width:135px;
}
.txtarea {
	background:url(../images/textarea-repeater.gif) top left repeat-x;
	border:1px solid #cfcfcf;
	height:60px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	width:237px;
	padding:2px 0 0 2px;
}
.faqs-question {
	/*background:url(../images/question-icon.gif) left 5px no-repeat;
padding:0 0 5px 12px;*/
color:#373737;
	font-weight:bold;
}
.clear {
	clear:both;
}
.column-a {
	width:309px;
	float:left;
}
.column-b {
	width:310px;
	float:left;
}
.leader-image {
	width:110px;
	height:119px;
	display:block;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #bbbbbb;
}
.log {
	background:#FFFFFF;
	border:1px solid #e9e9e9;
	width:638px;
	float:left;
}
.log td {
	padding:10px;
}
.border-b {
	border-bottom:1px solid #e9e9e9;
}
.border-br {
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.border-r {
	border-right:1px solid #e9e9e9;
}
.margin-t {
	margin-top:10px;
}
.tbbox {
	background:url(../images/rep-menu.jpg) top left repeat-x;
	border:1px solid #e9e9e9;
	width:616px;
	float:left;
	font-size:15px;
	color:#0058a6;
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:2px;
}
a.leader-image-link {
	width:133px;
	height:139px;
	display:block;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #bbbbbb;
}
a.leader-image-link:hover {
	border:1px solid #023a6b;
}
.links {
	padding-left: 24px;
}
.links li {
	padding-bottom:8px;
}
.links li a {
	color: #0058a6;
}
.links li a:hover {
	text-decoration:none;
}
.img-lt, .img-rt {
	padding:3px;
	border:5px solid #ccc;
}
.img-lt {
	float:left;
	margin:0 15px 10px 0;
}
.img-rt {
	float:right;
	margin:0 0 10px 15px;
}
.gal-img {
	width:192px;
	float:left;
	margin:10px 18px 15px 0px;
	background:url(../images/media-bg.jpg) no-repeat left top;
	height:153px;
	padding:9px 0px 0 9px;
}
.nospc {
	margin-right:0px;
}
.pagenation {
	padding:5px 5px 0 0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
.pagenation a {
	color:#5a5a5a;
	text-decoration:none;
	padding :0 5px 0 5px;
	font-weight:bold;
}
.pagenation a:hover {
	color:#8e0909;
	text-decoration:underline;
}
.pagenation .active {
	color:#8e0909;
	text-decoration:none;
	padding :0 5px 0 5px;
	font-weight:bold;
}
/* ------------------------------------------------------ latest news --------------------------------------------- */

#latestnews {
	width:970px;
	float:left;
	height:30px;
	margin-top:15px;
}
.news-lt {
	background:url(../images/newsbg.jpg) no-repeat left top;
	height:25px;
	float:left;
	width:110px;
	padding:5px 0 0 15px;
}
.news-rt {
	width:6px;
	float:right;
	height:30px;
	background:url(../images/newsrt.jpg) no-repeat right top;
}
.news-mid {
	width:818px;
	float:left;
	background:url(../images/newsrep.jpg) repeat-x left top;
	height:25px;
	padding:5px 10px 0 11px;
}
.news-mid p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#565656;
	line-height:30px;
	vertical-align:middle;
	padding-left:10px;
}
.quicklinkbox form {
	padding-top:5px;
}
.quicklinkbox form strong {
	width:90px;
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:20px;
	vertical-align:middle;
}
.quicklinkbox form input {
	margin-bottom:4px;
	width:165px;
	float:left;
	height:16px;
	border:1px solid #ccc;
	padding:1px;
	font:11px Arial, Helvetica, sans-serif;
}
.quicklinkbox form input.submt {
	width:51px;
	float:left;
	height:18px;
	border:none;
	padding:0;
}
.quicklinkbox form select {
	margin-bottom:4px;
	width:169px;
	float:left;
	border:1px solid #ccc;
	padding:1px;
	font:11px Arial, Helvetica, sans-serif;
}

.vle-inside {
	float:left;
	width:480px;
	padding-right:10px;
	margin:0;
	border-right:solid 1px #cbcbcb;
	min-height:200px;}
	
.vle-inside p {
	padding-bottom:15px;
	margin:0;}
	
.vle-inside p a{
	padding-bottom:15px;
	margin:0;
	color:#797979;
	text-decoration:underline;
	}
	
.vle-inside p a:hover{
	padding-bottom:15px;
	margin:0;
	color:#797979;
	text-decoration:none;
	}
	
.vle-inside h4 {
	margin:0;
	color:#0058A6;
	padding:5px 0;
	font-size:14px;}
	
.vle-inside h5 {
	margin:0;
	color:#666;
	padding:5px 0 10px 0;
	font-size:12px;}
	
	
.vle-inside ol{
	margin:0 0 15px 0;
	padding:0;
	float:left;
	list-style-type:lower-alpha;
	}
.vle-inside ol li{
	margin-left:20px;
	padding:0 0 5px 0;
	float:left;
	width:450px;
	}
.campus-courses{
	float:right;
	width:150px;
	padding:0;
	margin-top:10px;}
	
.campus-courses table td{
	padding:0;
	margin-top:0;
	font-weight:normal;
	font-size:12px !important;
	color:#0058A6;
	}
.campus-courses table td a{
	padding:0;
	margin-top:0;
	color:#797979;
	font-weight:normal;
	font-size:12px !important;
	}
.campus-courses table td a:hover{
	padding:0;
	margin-top:0;
	color:#0058A6;
	font-weight:normal;
	font-size:12px !important;
	}
	

