﻿/* 
Style sheet for MU Website 
V1.0 by KT on 21st October 2009
*/

body{
	background-color:ivory;
	margin:0;
	padding:0;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

hr
{
	color:red;
}

div.time {
	text-align:right;
	width:100%;
	font-size:12px;
	padding-right:5px;
		}

#masthead{
	width:900px;
	height:150px;
	background-image:url('../images/masthead.gif');
	background-repeat:no-repeat;
	
}

/*The margin settings force the div to be centered */
#page{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:thin;
	border-style:solid;
	border-color:white;
	position:relative;top:1em;
}

div.R95{
	background-image:url('../images/185_95_rounded.gif');
	height:95px;
	background-repeat:no-repeat;
	width:185px;
	/*position:relative;left:-10px;*/
	padding-top:15px;
	color:#009;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align:center;
}

div.R185{
	background-image:url('../images/185_185_rounded.gif');
	height:185px;
	background-repeat:no-repeat;
	width:185px;
	position:relative;
	padding-top:15px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
}

div.R370{
	background-image:url('../images/185_370_rounded.gif');
	height:370px;
	background-repeat:no-repeat;
	width:185px;
	position:relative;
	padding-top:15px;
	color:green;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align:center;
}

/*This wraps the divs for the content */
#container{
	min-width:600px;
	color:#663300;
	font-size:small;
	font-family:"Times New Roman", Times, serif;
}


div.leftbar{
	width:133px;
	float:left;
	min-height:420px;
	padding-left:5px;
	padding-right:5px;
	background-color:black;
	clear:right;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

div.rightbar{
	width:185px;
	float:right;
	min-height:415px;
	padding-left:5px;
	padding-right:5px;
	background-color:ivory;
	color:black;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


div.middle{
	margin-left:150px;
	margin-right:200px;
	min-height:415px;
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:black;
	background-color:ivory;
}

div.footer{
	clear:both;
	text-align:center;
	color:black;
	background-color:ivory;
}

/* This is for centering in-line tags eg <img> */
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


a:link{text-decoration:none;color:#03C}
a:visited{
	color:#03c;
	text-decoration:none;
}

a:hover{
	color:red;
}



P.info
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color:white;
	position:relative;top:-10;
}

h1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:25px;
	background-color:#fEc43f;
	padding-left:10px;
	border-top:thick;
	border-top-color:ivory;
	position:relative;
	top:10px;
	margin-left:150px;
	
	color:black;
	
}

H2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:22;
	font-weight : bold;
	color : #FFc563;
}

H6
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:12pt;
	
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #EFDFFF;
}

h4, h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	color: #black;
}

td.text{text-align:justify}
td.sectionhead
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
}

td.detail
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10pt;
}

/* This first bit drives the vertical CSS menu */
div#nav {float:left;width:7em;padding:-1px 0 0 -1px;background:#000000;font-weight:800;}
div#nav a{color:#FFF}
div#nav a:hover{color:yellow}
div#nav ul{	margin:0;
			padding:0;
			width: 9.0em;
			position: relative;left:10px;
			background: #000000;
			border: 2px solid;border-color:#c51f07;
			z-index:200;}
div#nav li{	position:relative;top:1px;
			list-style:none;
			margin:0;
			border-bottom:1px solid #c51f07;
			z-index:201;
			}
div#nav li:hover{background-color:#666;}
div#nav li.submenus{background:url(../images/submenu.gif) 95% 50% no-repeat;}
div#nav ul.level2 li:hover{background-color:#666;}
div#nav li a{	display:block;
				padding:0.25em 0 0.25em 0.5em;
				text-decoration:none;
				width:10.5em;
				}
div#nav>ul a{width: auto;}				
div#nav ul ul{position:absolute;top:0; left:9em;z-index:502; display:none;}
div#nav ul.level1 li.submenus:hover ul.level2,
div#nav ul.level2 li.submenus:hover ul.level3{display:block;z-index:503;}
/* END OF MENU */