html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #231f20;
	font: 100 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.jpg) top center no-repeat;
}

body.index {
	background: #fff url(../images/bg_land.jpg) top center no-repeat;
	background-attachment: scroll;
}

h1 {
	color: #fff;
	font: 100 18px/22px Arial Narrow, Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 {
	color: #231f20;
	font: 900 10px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

a, a:link {
	color: #1a3b8f;
	text-decoration: none;
}

a:hover, a:active {
	color: #feca5d;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1040px;
}

#logo {
	position:absolute;
	left:56px;
	top:-65px;
	width:223px;
	height:539px;
	border: none;
	z-index: 2;
}

#banner {
	position:absolute;
	left:209px;
	top:120px;
	width:764px;
	height:189px;
	z-index: 1;
}

#title {
	position:absolute;
	left:26px;
	top:517px;
	text-align: right;
	width:210px;
}

#title.index {
	left:295px;
	top:315px;
	text-align: right;
	width:210px;
}

#content {
	background: #fff;
	position:absolute;
	padding: 12px 24px;
	left:290px;
	top:265px;
	width:635px;
	height:340px;
	z-index: 3;
}

#scrollpane {
	position:relative;
	height:330px;
}

.quote {
	margin: 20px;
	font-style: italic;
}
#menutop {
	position:absolute;
	left:282px;
	top:94px;
	width:680px;
	height:22px;
}

#menutop, #menutop * {
	margin: 0;
	padding: 0;
}
#menutop {
	line-height: 1.0;
}

#menutop ul {
	float: right;
}

#menutop li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menutop li {
	float: left;
	list-style: none;
	position: relative;
}
#menutop a {
	display: block;
	color: #1a3b8f;
	font: 100 12px/16px Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0 24px;
	text-decoration: none;
}

#menutop a:hover {
	color: #feca5d;
}

#menutop a.last {
	padding: 0 0 0 24px;
}

#menumain {
	position:absolute;
	left:179px;
	top:640px;
	width:840px;
	height:70px;
}

#menumain.index {
	top:430px;
}

#menumain, #menumain * {
	margin: 0;
	padding: 0;
}
#menumain {
	line-height: 1.0;
}

#menumain li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menumain li {
	float: left;
	list-style: none;
	position: relative;
}
#menumain a {
	display: block;
	color: #1a3b8f;
	position: relative;
	padding: 0;
	text-decoration: none;
}

#menumain a:hover {
	color: #feca5d;
}

#copyright {
	font: 100 9px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeff;
	position:absolute;
	left:615px;
	top:755px;
	width:400px;
	height:16px;
	text-align: right;
	z-index: 4;
}

#copyright a {
	color: #eeeeff;
	text-decoration: none;
}

table.borderless {
	width: 480px;
	border: 0;
	border-collapse: collapse;
}

img, div {
	border: none;
	behavior: url(../js/iepngfix.htc);
}
