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

body {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/bg-body.jpg);
}

body a img{
	border:none;
}
body p {
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}


#wrapper {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../_images/bg-wrapper.png);
	background-repeat: repeat-y;
}
#header {
	height: 141px;
	width: 100%;
	float: left;
	background-image: url(../_images/bg-header.png);
	position: relative;
}
#logo {
	height: 184px;
	width: 190px;
	position: absolute;
}
#logo-txt {
	width: 770px;
	position: relative;
	left: 190px;
	height: 80px;
	top: 10px;
}
#header-links {
	height: 34px;
	width: 520px;
	position: absolute;
	z-index: 999;
	background-image: url(../_images/bg-headerlinks.png);
	background-repeat: no-repeat;
	left: 440px;
	line-height: 34px;
	font-size: 16px;
}

#banner {
	float: left;
	height: 230px;
	width: 100%;
}
#menu {
	float: left;
	height: 185px;
	width: 190px;
	background-image: url(../_images/bg-menu.png);
	background-repeat: repeat-y;
	padding-top: 45px;
	background-position: right;
}
#banner-flash {
	float: left;
	width: 770px;
	height: 230px;
}


#contents {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: #000;
}

#col-1-ip {
	float: left;
	height: auto;
	width: 920px;
	margin-right: 20px;
	margin-left: 10px;
}
#col-11-ip {
	float: left;
	height: 30px;
	width: 920px;
	background-image: url(../_images/bg-col-11.png);
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
#col-12-ip {
	background-image: url(../_images/bg-col-12.png);
	float: left;
	height: auto;
	width: 920px;
	padding: 10px;
	background-repeat: repeat;
}


#col-1 {
	float: left;
	height: auto;
	width: 300px;
	margin-right: 20px;
	margin-left: 10px;
	display: inline;
}
#col-11 {
	float: left;
	height: 30px;
	width: 280px;
	background-image: url(../_images/bg-col-11.png);
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
#col-12 {
	background-image: url(../_images/bg-col-12.png);
	float: left;
	height: auto;
	width: 280px;
	padding: 10px;
}
#col-2 {
	float: left;
	width: 600px;
	height: auto;
	margin-right: 10px;
	margin-left: 20px;
	display: inline;
}
#col-21 {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
#col-22 {
	float: left;
	height: auto;
	width: 100%;
}
#col-211, #col-221 {
	float: left;
	height: 30px;
	width: 580px;
	background-image: url(../_images/bg-col-11.png);
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#col-212, #col-222 {
	font-size: 14px;
	padding: 10px;
	float: left;
	height: auto;
	width: 580px;
	background-image: url(../_images/bg-col-12.png);
	background-repeat: repeat-x;
}

#footer-links {
	height: 40px;
	width: 100%;
	line-height: 40px;
	float: left;
	color: #333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #25569A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #25569A;
	font-size: 11px;
}
#footer {
	height: auto;
	min-height:40px;
	width: 100%;
	color: #25569A;
	font-size: 11px;
	line-height: 40px;
	float: left;
	background-color: #CCC;
	margin-top: 10px;
}

