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


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	line-height:20px;
}
#header {
	height: 510px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	background-color: #FFF;
	margin-top: 45px;
	border: 1px solid #CCC;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 25px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}
#header_sub {
	height: 360px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	background-color: #FFF;
	margin-top: 45px;
	border: 1px solid #CCC;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 25px;
}
#mid_thumbs {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content {
	min-height:300px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
}



#logo {
	position:absolute;
	width:366px;
	height:106px;
	z-index:1;
}

#phn {
	position:absolute;
	width:179px;
	height:38px;
	z-index:2;
	margin-left: 717px;
	margin-top: 40px;
}
p {
	font-size: small;
	line-height: 22px;
	color: #666;
}

#top_links {
	position:absolute;
	width:455px;
	height:22px;
	z-index:3;
	margin-top: 88px;
	margin-left: 450px;
	text-align: right;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #1D176D;
}
a:active {
	text-decoration: none;
	color: #333;
}
#slider {
	position:absolute;
	width:894px;
	height:201px;
	z-index:4;
	margin-top: 125px;
}
h1 {
	color: #006699;
	font-weight: normal;
	font-size: 18px;
}

h2 {
	color: #0084c5;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h3 {
	color: #206575;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #CFF;
	padding: 8px;
	width: 420px;
}

ul.vert-one{
	list-style-type:none;
	display:block;
	font-size:14px;
	line-height:15px;
	margin: 0px;
	padding: 0px;
}
ul.vert-one li{
	margin-top: -1px;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#003333;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #669999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.vert-one li a:hover{
	color: #033;
	background-image: url(../images/btn_bg2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999;
}



