@charset "utf-8";

@import url("color.css");
@import url("typography.css");
@import url("images.css");
@import url("basic.css");

/* JMC Layout CSS Document */

BODY {margin:0 auto 0 auto;}

#RIGHT_MAST {width:520px;
	height:162px;
	float:right;
	}

#LEFT_MAST {
	width:380px;
	height:162px;
	clear: left;
	}

#SITE_MAP {
	float:right;
	height:20px;
	width:75px;
	clear: left;
	}
	
#DATE {
	width:148px;
	height:18px;
}

#TIME {
	width:148px;
	height:100px;
	float:right;
	}

/* ---------------------------------NAVIGATION STARTS HERE------------------------------ */

#COURSES_BUTTON {
	width:134px;
	height:2.2em;
	float:left;
	background-repeat: no-repeat;
	margin: 0.1em 0 0 0;
	}

#COUNSELLING_BUTTON {
	width:133px;
	height:2.2em;
	float:left;
	margin: 0.1em 0 0 0;
}
	
ul#nav  li  ul {
	width: 142px;
	visibility: hidden;
	list-style-image: none;
	list-style-type: none;
}

ul#nav  li a ul {

	}


ul#nav  li:hover  ul {
	height: auto;
	padding: 0.4em;
	visibility: visible;
	margin-top: -209px;
	clear: both;
	display: block;
	position: relative;
	top: 210px;
	left: auto;
}

ul#nav a:hover{
	color:#66CC33;
	width: 129px;
	height: 13px;
	padding: 0em;
	line-height: 13px;
	margin: -1em 0 0 0;
}

/* ---------------------------------RIGHT STRIP STARTS -------------------------------------- */
#RIGHT_STRIP {
	float: right;
	width: 310px;
	margin: 0.5em 0.5em 0 0;
}

#RIGHT_STRIP_BOXES_TOP {
	width: 310px;
	height: 36px;
}

#RIGHT_STRIP_BOXES_CONTENT {
	width: 296px;
	height: auto;
	padding: 0.5em;
}

#RIGHT_STRIP_BOXES_BOTTOM {
	width: 310px;
	height: 37px;
	margin-bottom: 0.4em;
}
/* ---------------------------------RIGHT STRIP ENDS -------------------------------------- */
