@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;
}

p {
	line-height: 16px;
	padding: 0px;
	margin: 5px 0px;
}

#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: 185px;
	margin-top: 20px;
	margin-bottom: -15px;
	position: relative;
	z-index: 95;
}

#nav ul {
	width: 960px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	height: 176px;
	display: block;
	float: left;
}

#nav li#menu1 {
	width: 310px;
	margin: 0px -80px 0px 0px;
	padding: 0px;
}

#nav li#menu1 a {
	width: 217px;
	height: 100px;
	margin: 20px 0px 0px 35px;
	display: block;
	background: url(../images/menu1.png) no-repeat -45px top;
	z-index: 170;
}

#nav li#menu1 a:hover {
	height: 120px;
	margin: 0px 0px 0px 55px;
	background: url(../images/menu1.png) no-repeat -55px -90px;
}

#nav li#menu1 a.current {
	width: 290px;
	height: 186px;
	margin: 0px 0px 0px 0px;
	display: block;
	background: url(../images/menu1.png) no-repeat left -259px;
	z-index: 110;
}


#nav li#menu2 {
	width: 352px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

#nav li#menu2 a {
	width: 248px;
	height: 100px;
	margin: 20px 0px 0px 60px;
	padding: 0px;
	display: block;
	background: url(../images/menu2.png) no-repeat -85px top;
	z-index: 160;
	position: relative;
}

#nav li#menu2 a:hover {
	height: 125px;
	background: url(../images/menu2.png) no-repeat -85px -110px;
}

#nav li#menu2 a.current {
	width: 352px;
	height: 186px;
	margin: 0px 0px 0px -25px;
	display: block;
	background: url(../images/menu2.png) no-repeat left -259px;
	z-index: 105;
}


#nav li#menu3 {
	width: 261px;
	margin: 0px 0px 0px 20px;
}

#nav li#menu3 a {
	width: 229px;
	height: 100px;
	margin: 20px 0px 0px 20px;
	display: block;
	background: url(../images/menu3.png) no-repeat -410px top;
	z-index: 150;
}

#nav li#menu3 a:hover {
	height: 125px;
	background: url(../images/menu3.png) no-repeat -410px -110px;
}

#nav li#menu3 a.current {
	width: 661px;
	height: 180px;
	margin: 0px 0px 0px -390px;
	padding: 0px;
	display: block;
	background: url(../images/menu3.png) no-repeat 0px -259px;
	z-index: 100;
}

#nav li a span {
	display: none;
}

#container {
	width: 960px;
	height: 500px;
	border: 1px #c8c6c6 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	z-index: 90;
}

#sidebar {
	width: 300px;
	height: 500px;
	float: left;
	background: url(../images/bkgnd_sidebar.png) repeat;
	border-right: 1px #c8c6c6 solid;
	margin: 0px;
	padding: 0px;
	z-index: 92;
}

#sidebar-contact {
	width: 300px;
	height: 500px;
	float: left;
	border-right: 1px #c8c6c6 solid;
	margin: 0px;
	padding: 0px;
	z-index: 92;
}

#sidebar ul, #sidebar-contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

#sidebar li {
	width: 300px;
	height: 116px;
	text-align: left;
	float: left;
}

#sidebar-contact li {
	width: 270px;
	color: #636363;
	font-size: 12px;
	padding: 15px 15px 10px 15px;
	margin: 0px;
	text-align: left;
	float: left;
}

#sidebar li a {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	height: 86px;
	padding: 20px 15px 10px 15px;
	display: block;
	background: url(../images/readmore.png) no-repeat +13px +95px;
}

#sidebar-contact li a {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #D13A2C;
	display: block;
}

#sidebar li:hover {
	background: url(../images/bkgnd_sidebar_over.png) repeat;
}

#sidebar li a:hover, #sidebar-contact li a:hover {
	text-decoration: none;
}

#sidebar li.current {
	width: 300px;
	padding-right: 37px;
	background: url(../images/sidebar_current.png) no-repeat right top;
}

#sidebar li.current a {
	background: url(../images/bkgnd_sidebar_over.png) repeat;
}

#sidebar-contact li .head {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

#sidebar-contact li .section {
	color: #000;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
}

#sidebar li.separator, #sidebar-contact li.separator {
	width: 100px;
	height: 1px;
	border-top: 1px #D13A2C dotted;
	margin: 0px;
	padding: 0px;
}


#content {
	width: 455px;
	height: 420px;
	float: right; 
	margin: 0px;
	padding: 25px 110px 25px 35px;
	overflow: auto; 
	text-align: left;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0px 15px 0px;
}

#content h2 {
	color: #636363;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin: 10px 0px 15px 0px;
}

#content h3 {
	color: #636363;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0px 5px 0px;
}

#content h2 a {
	margin: 0px;
}

#content p {
	color: #636363;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 10px;
}

#content p.note {
	color: #636363;
	font-size: 9px;
	line-height: 15px;
	margin-bottom: 10px;
}

#content p.first_para:first-letter {
	display: block;
	float: left;
	padding: 4px 3px 3px 0px;
	margin: 4px 3px 0px 0px;
	font-size: 38px;
}

#content ul {
	color: #636363;
	font-size: 12px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}

#content li {
	margin-left: 15px;
}

#content .lightbulb {
	width: 390px;
	margin: 45px 0px 0px 15px;
	padding: 0px 0px 25px 50px;
	background: url(../images/lightbulb.png) no-repeat left top;
}

#content .back {
	text-align: right;
	margin: 20px 0px 10px;
	padding: 15px 10px 5px 0px;
	background: url(../images/back.png) no-repeat right center;
}

#content .story {
	width: 79px;
	height: 73px;
	float: right;
	position: relative;
	left: 70px;
	top: -50px;
	background: url(../images/story.png) no-repeat right top;
}

#content .story a {
	width: 79px;
	height: 73px;
	display: block;
}

#footer {
	width: 659px;
	height: 29px;
	float: right;
	border-top: 1px #D13A2C dotted;
	border-bottom: 1px #c8c6c6 solid;
}

#footer p {
	color: #636363;
	font-size: 10px;
}

#footer a {
	color: #636363;
	margin: 0px 3px;
}

#footer a:hover {
	color: #D13A2C;
}

#footer a.current {
	color: #D13A2C;
	font-weight: bold;	
}

.bkgnd {
	background: url(../images/bkgnd_sidebar.png) repeat;
}

.clear {
	clear: both;
}


