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

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img {
	margin:0;
	padding:0;
	position:relative;
}

body {
	background:#ffffff url(bg.jpg) repeat-x;
	font-family: 'century gothic', century gothic, 'futura', futura, 'helvetica neue', arial, sans-serif;
	color: #1b4574;
	width:100%;
	height:100%;
}

#container {
	width:960px;
	min-height:500px;
	margin:auto;
}

#top {
	width:960px;
	height:170px;
	margin: 50px 0px 0px 0px;
	background:transparent url(top.jpg) no-repeat;
	text-align:left;
	overflow:visible;
}

#top img {
	width:302px;
	height:170px;
	z-index:100;
	float:right;
	position:relative;
	margin:-120px 30px 0px 0px;
}

#top h1 {
	font-size:20pt;
	padding:50px 0px 0px 70px;
	text-shadow: #cdcdcd -1px -1px 2px, #ffffff 1px 1px 0px;
	}

#top h2 {
	height:39px;
	width:842px;
	background:transparent url(top-bar.jpg) no-repeat;
	color:#ffffff;
	text-shadow:1px 1px 3px #1b4574;
	padding: 9px 15px;
	font-size:16px;
	margin:15px 0px 0px 60px;
	font-weight:normal;
	letter-spacing:1pt;
}


#middle {
	width:960px;
	height:290px;
	text-align:center;
	overflow:visible;
	background:transparent url(middle.jpg) repeat-y;
	z-index:1;
	*z-index:-2
}

.logo-box {
	width:355px;
	float:left;
	margin: 50px 40px;
	overflow:hidden;
	z-index:15;
	padding: 0px;
	text-align:center;
}

.logo-box a img{
	border:none;
}

#middle a img {
	padding: 0px 0px;
}

#bottom {
	width:960px;
	height:280px;
	background:transparent url(bottom.jpg) no-repeat;
	z-index:-8;
}

#content {
	width:960px;
	text-align:left;
	margin:auto;
	overflow:hidden;
}

.text {
	width:450px;
	z-index:20;
	margin:100px 60px 0px 0px;
	float:right;
}

p {
	font-size:11pt;
	padding:0px 0px 40px 0px;
	text-shadow: #cdcdcd -1px -1px 2px, #ffffff 1px 1px 0px;
	}

h2 {
	font-size:14pt;
	text-shadow: #cdcdcd -1px -1px 2px, #ffffff 1px 1px 0px;
	}

h3 {
	text-align:center;
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
	padding-top:140px;
	padding-bottom:10px;
}

.bottom-bar h5{
	height: 39px;
	width: 783px;
	text-align: right;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	color:#ffffff;
	text-shadow:1px 1px 3px #1b4574;
	font-size:16pt;
	font-weight:bold;
	padding:5px 0px;
	padding-right:20px;
	font-weight:normal;
	background: transparent url(bottom-bar.jpg) no-repeat;
}

h4 {
	text-align:center;
	font-weight:normal;
	text-shadow: #cdcdcd -1px -1px 2px, #ffffff 1px 1px 0px;

}
