/* CSS Document */
body {
	behavior:url("csshover.htc");
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.pointer {
	
	cursor:default;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}


#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 85px;
}
#header #logo{
	float: left;
}

#header #headMenu {
	float: right;
	width:400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	height: 84px;
}
#headMenu #menuText {
	vertical-align: bottom;
	height: 80px;
}
#headMenu #line {
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}



#banner {
	height: 150px;
	width: 760px;
	background-image: url(../images/Banner.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#content {
	background-image: url(../images/RoseBg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: visible;
	float: left;
	clear: both;
}



#content #mainstage {
	width: 588px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-bottom: 20px;
	text-align: justify;
	overflow: visible;
}
h2{
	font-size: medium;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 80%;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: bold;
}


#left {
	width: 200px;
	float: left;
}



.menu{
	display:block;
	/*position:relative;*/
	width: 150px;
	height: 300px;
	margin:0;
	padding:0;
	float: left;
	
}






/*master level */

.menu ul {
	/*display:block;*/
	width: 148px;
	padding:0;
	margin:0;
	list-style-type:none;
	height: 400px;
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	position:relative;
	width: 148px;
	left:0px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: bottom;
}

.menu ul li ul {
	display:none;
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	text-decoration:none;
	color: #666666;

}

.menu ul li a.masterLink,
.menu ul li a.masterLink:visited {                    /* unselected top-level menu items */
	text-decoration:none;
	color: #666666;

}

.menu ul ul li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 200px;

}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block;
	position:absolute;
	background-color: #F3F3F3;
	margin: 0px;
	/*padding: 5px;*/
	left: 148px;
	top: -60px;
	height: auto;
	width: 590px;
	border: 1px solid #CCCCCC;
	overflow: visible;
	padding-bottom: 10px;
}

.menu .menuHeading {
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 15px;
	width: 100%;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.subMenu {
	width: 550px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.leftFloat {
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	vertical-align: bottom;
}
.rightFloat {
	float: right;
}

.subMenu .cardiffFooter {
	text-align: right;
	width: 500px;
	margin-top: 25px;
}

.subMenuBlock {
	width: 140px;
	float: left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
.subMenuBlockHeading {
	width: 140px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.subMenuZone {
	width: 140px;
	float: left;
	display: block;
	padding-right: 5px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-right: 10px;

}


.subMenu a {
	font-weight: bold;
	color: #66FF00;
}
.courseMenu {
	width: 150px;
	float: left;
	font-size: x-small;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #999999;
	text-align: left;
	color: #0000FF;
}
.courseFirstPara {
	width: 400px;
	float: left;
	padding-right: 10px;
}
.courseMenuItems {
	padding-bottom: 5px;
}


#footer {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: both;
	text-align: center;
	font-size: x-small;
	padding-top: 4px;
}
.applybox {
	padding: 10px;
	width: 400px;
	border: 2px solid #6699CC;
	background-color: #EEEEEE;
}

