
#header {
	padding-bottom: 20px;
}

#globalnav {
	background-color: #050359;
	border-bottom: 1px solid #aeafca;
	border-top: 1px solid #aeafca;
	text-align: center;
}

#globalnav ul {
	border: none;
	border-bottom: 1px solid white;
	padding: 25px 0px 35px 0px;
}

div.mainphoto {
	background: url(images/top_mainphoto.jpg) no-repeat center top;
	border-bottom: 1px solid #050359;
	border-top: 4px solid #050359;
	padding: 170px 0px;
}

div.message {
	background: url(images/message_right_bg.png) no-repeat right top,
	url(images/message_left_bg.png) no-repeat left bottom;
	margin: 0px auto;
	padding: 30px 60px;
	width: 654px;
}

div.message p {
	font-weight: 600;
}

div.menubtn {
	text-align: center;
}

div.menubtn ul li {
	display: inline-block;
	margin: 0px 20px;
}

div.menubtn ul li a {
	background: white url(images/menubtn_bg.png) no-repeat right  bottom;
	border: 1px solid #e2e2e2;
	display: block;
	padding: 20px 0px;
	text-decoration: none;
	vertical-align: top;
	width: 278px;
}

div.menubtn ul li a strong {
	display: block;
	font-size: 140%;
	padding-top: 5px;
	text-align: center;
}

div.menubtn ul li a span.text {
	display: table-cell;
	font-size: 85%;
	height: 70px;
	padding: 0px 15px 10px 15px;
	text-align: center;
	vertical-align: middle;
	width: 248px;
}

div.menubtn ul li a span.link-btn {
	background: white url(images/link_btn.png) no-repeat right 15px center;
	border: 1px solid #e2e2e2;
	display: block;
	margin: 20px auto;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

div.member {
	text-align: center;
}

div.member ul li {
	display: inline-block;
}

div.member ul li a {
	background: white url(images/menubtn_bg.png) no-repeat right  bottom;
	border: 1px solid #b7b7b7;
	display: block;
	margin: 10px;
	padding: 28px 0px;
	text-decoration: none;
	vertical-align: top;
	width: 300px;
}

div.member ul li a strong {
	display: block;
	font-size: 120%;
	padding: 10px 0px;
}

div.member ul li a span.pdfbtn {
	background: url(images/link_btn.png) no-repeat right 15px center,
	url(images/pdf_img.png) no-repeat left 20px center;
	border: 1px solid #e2e2e2;
	display: table;
	margin: 12px auto;
	padding: 10px 50px 10px 70px;
	text-align: center;
	text-decoration: none;
}

