@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-image: url(../img/mn/bg_page.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	color: #006600;
}
h1 {
	font-size: 12px;
	color: #000033;
}
h2 {
	font-size: 14px;
	color: #000033;
}
p {
	padding: 5px 0px;
	margin: 0px;
}

#main {
	width: 944px;
	height: 581px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-image: url(../img/mn/bg1.jpg);
	background-repeat: no-repeat;
}

/* BANNER */
#topbar {
	background-image: url(../img/mn/colourbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}
#topmenuarea {
	width: 944px;
	height: 40px;
}

#ubctop {
	background-image: url(../img/mn/ubctop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 941px;
	color: #FFFFFF;
	text-align: right;
	padding: 20px 3px 0px 0px;
	font-size: 10px;
}

#ubctop a {
	color: #FFFFFF;
	padding: 0px 5px;
}

#homebanner {
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 636px;
	text-align: right;
	text-align: right;
}

#homecontent {
	float: right;
	padding: 0px;
	width: 503px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #FFFFFF;

}

/* MAIN MENU */

#menutop {
	background-image: url(../img/mn/awp_logo.gif);
	background-position: left top;
	height: 108px;
	width: 218px;
}

#mainmenu {
	width: 218px;
	float: left;
}

#menubottom {
	font-size: 14px;
	color: #003399;
	text-align: left;
	width: 203px;
	height: 352px;
	vertical-align: top;
	padding: 0px 0px 0px 15px;
}

#menubottom a {
	display: block;
	width: 203px;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#menubottom a:hover {
	color: #FFCC33;
	text-decoration: none;
}

#landandfood {
	float: left;
	width: 200px;
	background-position: left top;
}
#landandfood a {
	font-size: 12px;
	color: #FF6600;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#landandfood a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}

.faculty {
	font-size: 12px;
	color: #FF6600;
}
.slogan {
	font-size: 10px;
	color: #333300;
}

#menubottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}
	
#menubottom ul li {
	position: relative;
	}
	
#menubottom li ul {
	position: absolute;
	left: 183px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#menubottom ul li a {
	display: block;
	width: 173px;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	text-decoration: none;
	padding: 5px;
	font-weight: normal;
}

#menubottom ul li ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #333333;
	font-weight: bold;
}

#menubottom ul li.active a {
	display: block;
	width: 173px;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}

#menubottom ul li.active a:hover {
	color: #FFCC00;
}

#menubottom ul li.active ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #333333;
	font-weight: bold;
}

#menubottom ul li.active ul li a:hover {
	display: block;
	color: #FFCC00;
}

#menubottom ul li:hover ul {
	display: block;
}

	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menubottom ul li:hover ul, #menubottom ul li.over ul { display: block; } /* The magic */


/* FOOTER */

#footer {
	width: 203px;
	color: #FFFFFF;
	padding: 28px 0px 0px 15px;
	font-size: 10px;
}

/* CONTENT */

#content {
	width: 676px;
	float: right;
	padding-top: 80px;
	padding-left: 50px;
}

#contentbox {
	border: 2px solid #FFFFFF;
	width: 624px;
	background-image: url(../img/mn/contentbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 4px;
}

#contentpad {
	padding: 10px;
	width: 604px;
	float: left;
	text-align: left;
	vertical-align: top;
}

#contentpad ul {
	margin: 5px;
	padding: 5px;
}

#contentpad ol li {
	display: list-item;
	margin: 0px 3px 3px 6px;	padding: 0px 3px 3px 6px;
}

#contentpad ol.listsquare li {
	list-style-type: square;
	display: list-item;
	margin: 0px 3px 3px 6px;	padding: 0px 3px 3px 6px;
}

.titles {
	margin: 0px;
	padding: 10px 0px 5px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	text-align: left;
}

.heading {
	font-size: 16px;
	color: #000099;
	font-weight: bolder;
}

.subtitles {
	margin: 0px;
	padding: 0px 0px 2px;
	width: 100%;
	border-bottom: 1px solid #000066;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-align: left;
}

#leftside {
	float: left;
	width: 324px;
}

#rightside {
	float: right;
	width: 280px;
}

/* HOME PAGE */

#pics {
	float: left;
	width: 275px;
	height: 195px;
	background-image: url(../img/home/homepics.jpg);
	background-position: left top;
}

#textarea {
	float: right;
	width: 349px;
}

#texttop {
	width: 349px;
	background-image: url(../img/home/awp_logo_hm.gif);
	background-position: right top;
	height: 97px;
	background-repeat: no-repeat;
}
#texthome {
	float: left;
	width: 349px;
}

.heading_home {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

