/* CSS Document */

#wrapper {
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/leftslice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1500px;
}
#wrapper #innerwrapper {
	position: absolute;
	width: 878px;
	background-image: url(../images/rightslice.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 1500px;
}
#wrapper #innerwrapper #header {
	position: absolute;
	height: 217px;
	width: 850px;
	left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #46166b;
	background-image: url(../images/bluetop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}
#wrapper #innerwrapper #header img {
	padding-top: 35px;
	padding-left: 20px;
}
#wrapper #innerwrapper #header #mirror {
	background-image: url(../images/mirror.jpg);
	position: absolute;
	height: 162px;
	width: 386px;
	top: 50px;
	right: 0px;
}
#wrapper #innerwrapper #maincontent {
	background-color: #FFFFFF;
	position: absolute;
	height: 1160px;
	width: 850px;
	top: 218px;
	left: 14px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#wrapper #innerwrapper #maincontent #bluebottom {
	background-color: 7696a8;
	position: absolute;
	height: 18px;
	width: 825px;
	bottom: 0px;
	background-image: url(../images/bluetop.jpg);
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-left: 25px;
	padding-top: 4px;
}
#wrapper #innerwrapper #maincontent #leftnav #navigation {
	position: absolute;
	width: 187px;
	top: 75px;
	right: 10px;
}
#wrapper #innerwrapper #maincontent #leftnav {
	background-color: #6b4589;
	position: absolute;
	height: 1160px;
	width: 188px;
}
#wrapper #innerwrapper #maincontent #middlecontent {
	position: absolute;
	left: 250px;
	top: 25px;
	width: 1px;
}
#wrapper #innerwrapper #maincontent #middlecontent img {
	padding-bottom: 25px;
}
#wrapper #innerwrapper #maincontent #mapbox {
	position: absolute;
	top: 500px;
	left: 250px;
	width: 540px;
}
#wrapper #innerwrapper #maincontent #middlecontent p {
	padding-right: 20px;
	line-height: 18px;
	padding-left: 20px;
}
#wrapper #innerwrapper #maincontent #backtotop {
	position: absolute;
	height: 17px;
	width: 140px;
	right: 20px;
	bottom: 30px;
}

body {
	background-image: url(../images/bgndslice.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d0dbe1;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #999E6F;
}
.nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7696a8;
	text-decoration: none;
}
.content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #7696a8;
}
.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #999E6F;
}
.content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #7696a8;
}
.style2 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.style3 {
	font-size: 11px;
	font-style: italic;
	color: #e4e4e4;
}
.style4 {
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
}
.style5 {color: #FF6600}
.style6 {color: #6B4589}

/* horizontal drop down menu */
#menu {
	width: 100%; /* set width of menu */
	float: left; 
}

#menu ul {
	/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	width: 157px; /* set width of menu */
}

/* style, color and size links to suit */
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background-color: #6b4589;
	margin: 0;
	padding: 1px 3px;
}

#menu a:hover {
	text-decoration: underline;
	color: #999E6F;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
}

#menu ul ul {
	position: relative;
	top: 0;
	z-index: 500;
}

div#menu ul ul, div#menu ul li:hover ul ul {display: none;}
div#menu ul li:hover ul, div#menu ul ul li:hover ul {display: block;}

<!--[if IE]>
body {
	behavior: url(csshover.htc);
	/* call hover behaviour file */
	font-size: 100%;
	/* enable IE to resize em fonts */
}
#menu ul li {
	float: left;
	/* cure IE5.x "whitespace in lists" problem */
	width: 100%;
}
#menu ul li a {
	height: 1%;
	/* make links honour display: block; properly */
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* if required use em's for IE as it won't resize pixels */
}
<![endif]-->
