@charset "UTF-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: black;
	font-size: 16px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a, a:link {
	text-decoration: none;
	color: #D13A2C;
	font-weight: bold;
	border: none;
}

a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 960px;
	height: 812px;
	margin: 0px auto;
	position: relative;
}

#header {
	width: 960px;
	height: 114px;
	margin-top: 61px;
}

#header a {
	width: 513px;
	height: 114px;
	background: url(../images/millbank_logo.png) no-repeat center bottom;
	margin: 0px auto;
	display: block;
}

#header a span {
	display: none;
}

#nav {
	width: 960px;
	height: 680px;
	margin-top: 40px;
	margin-bottom: -15px;
	position: relative;
	z-index: 95;
}

#nav ul {
	width: 960px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	height: 650px;
	width: 306px;
	display: block;
	float: left;
}

#nav li img {
	padding-top: 150px;
	border: none;
}

#nav li#menu1 {
	margin-right: 20px;
	padding: 0px;
}

#nav li#menu1 a {
	height: 100px;
	display: block;
	background: url(../images/menu1.png) no-repeat -5px top;
}

#nav li#menu1 a:hover {
	height: 120px;
	background: url(../images/menu1.png) no-repeat -5px -115px;
}



#nav li#menu2 {
	margin-right: 20px;
	padding: 0px;
}

#nav li#menu2 a {
	height: 100px;
	padding: 0px;
	display: block;
	background: url(../images/menu2.png) no-repeat -57px top;
}

#nav li#menu2 a:hover {
	height: 125px;
	background: url(../images/menu2.png) no-repeat -57px -110px;
}



#nav li#menu3 {
	margin: 0px;
}

#nav li#menu3 a {
	height: 100px;
	display: block;
	background: url(../images/menu3.png) no-repeat -375px top;
}

#nav li#menu3 a:hover {
	height: 125px;
	background: url(../images/menu3.png) no-repeat -375px -110px;
}


#nav li a span {
	display: none;
}


#footer {
	width: 659px;
	height: 29px;
	margin: 10px auto 0px;
	border-top: 1px #D13A2C dotted;
}

#footer p {
	color: #636363;
	font-size: 10px;
}

#footer a {
	color: #636363;
	margin: 0px 3px;
}

#footer a:hover {
	color: #D13A2C;
}


.clear {
	clear: both;
}

