body {background:url(../images/body.jpg) repeat-x #b6bec9; font-family:Arial, Helvetica, sans-serif; padding:0; margin:0;}

#head {margin:0 auto; width:1018px; background:url(../images/logo.jpg) left no-repeat; height:111px;}
#title {background:url(../images/header.jpg); width:773px; height:111px; position:relative; top:0; left:181px;}
#title span {font-size:12px; color:#fff; margin:0 20px;}

#nav {margin:0 auto; width:1018px; height:44px;}
.nav-left {background:url(../images/nav-left.jpg) left no-repeat; width:181px; height:44px; float:left;}
.nav-right {background:url(../images/menu-right-corner.jpg) right no-repeat; width:92px; height:44px; float:left;}

#middle {width:1018px; margin:0 auto; background:url(../images/middle-bg.jpg) right repeat-y; padding:0;}
#left {background:url(../images/left-top.jpg) top no-repeat; width:277px; float:left; padding-top:80px; margin-left:17px; display:inline; }
#left a {font-size:16px; color:#404c53; text-decoration:none;}
#left a:hover {text-decoration:underline;}
#left ul {padding:0 0 15px 40px; margin:0;}
#left li {list-style-image:url(../images/star.jpg); margin:6px 0px;}
#left p {font-size:13px; padding:2px 15px; line-height:20px;}
#left img {border:0;}

#events {font-size:12px;}
#events strong {font-size:14px;}
#left #events a {font-size:13px; text-decoration:underline;}

#right {width:719px; float:left; min-height:771px; height:auto !important; height:771px; background:url(../images/right-bg.jpg) repeat-x;}
#right a {color:#2A639D; text-decoration:none;}
#right a:hover {text-decoration:underline;}
#right h1 {font-size:22px; font-weight:normal; color:#303b42; padding:0 25px;}
#right h2 {font-size:18px; font-weight:normal; color:#303b42; padding:0 25px; margin-top:20px;}
#right p {font-size:12px; color:#000; line-height:20px; margin:16px 0; padding:0 25px;}
#right li {font-size:12px; color:#000; line-height:20px; margin:10px 0;list-style-image:url(../images/star.jpg);}
.class {padding:10px 0;}
.class span {font-weight:bold; margin:10px 20px 5px 0; font-size:14px;}

.policy {width:100%; height:220px;}
.policy div {width:280px; margin:0 20px 0 0; float:left;}

/* COURSE FEES TABLE */
.course {width:93%; margin:0 25px; text-align:center; vertical-align:top;}
.course span {margin:0px 20px;}
.course th {color:#fff; background:#303b42; font-size:14px; padding:5px 0px;}
.course td {font-size:12px; padding:5px 0px; vertical-align:top;}

/* CONTACT US TABLE */
.contact {width:80%; margin-left:25px; vertical-align:top;}
.contact td {font-size:12px; padding:5px; vertical-align:top;}


#info-table {background:url(../images/info-table.jpg) no-repeat; width:676px; height:140px; margin:30px auto; color:#333f46; font-size:18px; line-height:26px;}
.info-box {height:100px; width:205px; padding:40px 0 0 20px; float:left;}

.id-num {color:#2a639d; font-size:14px; float:right; font-weight:bold;}

.center {text-align:center;}
.odd {background:#eaeaea;}

#clear {width:100%; height:90px; clear:both; background:url(../images/middle-bg.jpg) right repeat-y; padding:0; margin:0;}
#clear p {font-size:12px; padding:0 25px;line-height:20px; text-align:right; }
#clear a {color:#2A639D; text-decoration:none;}
#clear a:hover {text-decoration:underline;}

/* MENU STYLE */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:44px; float:left; z-index:100; background:url(../images/menu.jpg) bottom no-repeat;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:745px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative; }
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:14px; text-decoration:none; color:#fff; width:149px; padding-top:5px; height:32px; background:url(../images/menu-bg.jpg) no-repeat;  line-height:29px; text-align:center; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:149px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:37px;left:0; width:149px;border-top:1px solid #d4d8bd;}
/* another hack for IE5.5 */
* html .menu ul ul {top:37px;t\op:37px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#eaeaea; text-align:left; font-size:12px; border:1px solid #cecece; color:#000; height:auto; line-height:20px; padding:5px 10px; width:148px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:150px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#7198BF;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:url(../images/menu-bg-hover.jpg) repeat-x;}
.dropdown {color:#fff; background:#6a91b9;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}






