/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("../design/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", sans-serif;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */
label {color:#000; margin:0 10px 0 0; min-width:100px; font-size:12px; display:block; text-align:right; float:left; vertical-align:middle; overflow:hidden;}
input, textarea, select {font-family:Verdana, Geneva, sans-serif; font-size:11px; border:solid 1px #000; padding:2px;}
.field { border:1px solid #a5a5a5; width:130px; margin-bottom:12px; margin-right:10px; }

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; overflow:hidden;}

    #header {position:relative; height:70px; padding:0 20px 20px 20px;}

        #logo {margin:0; padding:0; width:415px; float:left;}
		#quotation {margin:0; padding:0; float:right;}
    
    #tray {position:relative; width:960px; height:45px; background:url("../design/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "tahoma",sans-serif;}
    #tray ul {margin:0 20px; list-style:none;}
    #tray li {display:inline;}
    #tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}
    #tray li a:hover {background:url("../design/tray-hover.gif");}
    #tray li#tray-active a {background:url("../design/tray-active.gif");}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {width:960px; height:5px; margin-top:15px; background:url("../design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {position:relative; background:url("../design/col.gif") 0 0 repeat-y; height:193px;}

    #col-text { width:950px; padding-top:15px; line-height:1.7;}

#cols2-top {width:310px; height:5px; background:url("../design/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:310px; height:5px; margin-bottom:15px; background:url("../design/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("../design/cols2.gif") 0 0 repeat-y;}

    #cols2 #col-left {float:left; width:595px; padding:20px;}
    #cols2 #col-right {float:right; width:260px; margin-right:1px; padding:19px;}
    
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("../design/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
        #cols2 #col-right h4 {background:url("../design/dot-02.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:right; width:270px;}
        #cols2 .col-right-text p {margin:0;}

#cols3-top {width:635px; height:5px; background:url("../design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:635px; height:5px; margin-bottom:15px; background:url("../design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("../design/cols3.gif") 0 0 repeat-y;}

    .col {float:left; width:308px; padding:0 1px; margin-right:15px;}
    .col.last {margin-right:0;}
    .col h3 {margin:0; padding:7px 15px 12px 20px; background-color:#f5f5f5; font-size:120%;}

        .col-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0; padding-left:40px;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}

#cols5-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols5-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols5-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols5-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols5 {background:url("../design/cols5.gif") 0 0 repeat-y;}
	#cols5 .box {margin-top:15px;}
	
/* Column 6 ----------------------------------------------------------------------------------------------------------*/
#cols6-top {width:470px; height:5px; background:url("../design/cols6-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols6-bottom {width:470px; height:5px; margin-bottom:15px; background:url("../design/cols6-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols6 {background:url("../design/cols6.gif") 0 0 repeat-y;}
	#cols6 .box {margin-top:15px; background-color:#f5f5f5;}

#cols7-top {width:960px; height:5px; background:url("../design/cols7-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols7-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols7-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols7 {background:url("../design/cols5.gif") 0 0 repeat-y;}
	#cols7 .box {margin-top:15px; background-color:#f5f5f5;}
		.colbox {float:left; width:958px; padding:0 1px; margin-right:15px;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.smaller {font-size:85%;}
#footerLink { background-color:#f5f5f5; margin:0; padding:0; font-weight:bold; color:#505050; height:40px;}
	#footerLink #footerText { padding-left:130px; padding-top:10px;}
	#footerLink a { color:#505050; text-decoration:none;}
	#footerLink a:hover { color:#1781c3; text-decoration:underline;}
	#footerLink .footerLinkOn { color:#1781c3; text-decoration:underline;}
		#cols5 .contactText { width:300px; padding-left:300px; }
		#cols5 .col {float:left; width:958px; padding:0 1px; margin-right:15px;}
		#cols6 .col {float:left;}
#leftText #colText { background-image:url(../design/watermark.gif); width:308px; height:321px;}
#leftText { width:308px;}
#leftCol { width:310px; float:left; padding:0; margin:0; }
#rightCol {width:310px; float:left; margin-left:14px; }
#leftWrapper { width:636px; float:left; padding:0; margin:0; }
#rightWrapper { float:right; margin:0; padding:0 0 0 14px; }

#loginBox { margin:0; width:280px; line-height:25px;}

#logoSection { background-color:#f5f5f5; margin:0; padding:0; font-weight:bold; color:#505050; height:130px;}
#college {margin-left:40px;}

#col-right col-right-text#ul#li { background-image:url(../design/imgBox.gif); width:9px; height:9px; }
.leftText { float:left; width:300px; margin-left:160px;}
.rightText { float:right; margin-right:240px;}
#enquiryForm { width:300px; margin-top:20px; margin-right:100px; float:right;}

#leftColumn { width:470px; float:left; padding:0; margin:0; }
#rightColumn { width:470px; float:right; margin:0; padding:0; }
.moreLink {padding:10px 10px 1px 0; width:460px; text-align:right;}
.undercons { height:200px; font-size:30px;}

#subLink ul { font-size:12px; color:#F00; font-weight:bold; padding:10px 20px 10px 100px;}
	#subLink li { display:inline;}
	#subLink li a {display:block; float:left; padding-right:20px; text-decoration:none; color:#000;}
	#subLink li a:hover { color:#1781c3; text-decoration:underline;}
		#subLink li#subLinkOn a {color:#1781c3; text-decoration:underline;}

#servicesubLink ul { font-size:12px; color:#F00; font-weight:bold; padding:10px 20px 10px 490px;}
	#servicesubLink li { display:inline;}
	#servicesubLink li a {display:block; float:left; padding-right:20px; text-decoration:none; color:#000;}
	#servicesubLink li a:hover { color:#1781c3; text-decoration:underline;}
		#servicesubLink li#subLinkOn a {color:#1781c3; text-decoration:underline;}

#companysubLink ul { font-size:12px; color:#F00; font-weight:bold; padding:10px 20px 10px 200px;}
	#companysubLink li { display:inline;}
	#companysubLink li a {display:block; float:left; padding-right:20px; text-decoration:none; color:#000;}
	#companysubLink li a:hover { color:#1781c3; text-decoration:underline;}
		#companysubLink li#subLinkOn a {color:#1781c3; text-decoration:underline;}
		
#collegesubLink ul { font-size:12px; color:#F00; font-weight:bold; padding:10px 20px 10px 300px;}
	#collegesubLink li { display:inline;}
	#collegesubLink li a {display:block; float:left; padding-right:20px; text-decoration:none; color:#000;}
	#collegesubLink li a:hover { color:#1781c3; text-decoration:underline;}
		#collegesubLink li#subLinkOn a {color:#1781c3; text-decoration:underline;}

#studentsubLink ul { font-size:12px; color:#F00; font-weight:bold; padding:10px 20px 10px 390px;}
	#studentsubLink li { display:inline;}
	#studentsubLink li a {display:block; float:left; padding-right:20px; text-decoration:none; color:#000;}
	#studentsubLink li a:hover { color:#1781c3; text-decoration:underline;}
		#studentsubLink li#subLinkOn a {color:#1781c3; text-decoration:underline;}