* {
	padding: 0;
	margin: 0;
}
body{
	font-family:Verdana,"Geneva CE",lucida,sans-serif;
	background: #fff url("../img/body.gif") repeat-x;
	color:#000;
	font-size:x-small;
	text-align:center;
	min-width: 770px;
	line-height:1.5;
	padding: 0 20px;
}
html>body{
	font-size:small
}
.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px;
}
hr {
	display: none;
}
hr.end {
	visibility:hidden;
	clear: both;
}
.end {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/* layout */ 
#min{
	text-align:left;
	min-width:770px;
}
#max{
	max-width:1024px;
	margin:0 auto;
}
#main {
	width: 100%;
	position: relative;

}
#content {
	width: 75%;
	float: right;
	background: #fff;
}
#nav {
	width: 25%;
	float: left;
	background: #fff;
	position: relative;
	z-index: 3;
}
#top {
	width: 100%;
	height: 70px;
	position: relative;
	overflow: hidden;
}
#head {
	width: 100%;
	height: 180px;
	position: relative;
	background: #076893   url("../img/head.jpg") repeat-x;
}
#text {
	padding: 25px 0 25px 25px;
}
#nav .box, #text .box {
	margin: 10px 0;
	background: #e6e6e6;
	padding: 10px;
}
#nav .box address, #nav .adv p {
	padding: 10px;
	background: #fff;
	border: 2px solid #dcdcdc;
	font-style:normal;
}
#text .box, p.image {
	border: 2px solid #dcdcdc;
	background: #f0f0f0;
	margin-bottom: 20px;
	margin-top: 5px;
}
#nav .adv p {
	text-align: center;
}
#foot {
	clear: both;
	padding: 1px 0 15px 0;
	background: #fff url("../img/foot.gif") repeat-x;
	border-top: 2px solid #13446c;
	font-size: 86%;
	color: #818181;
}
#foot p {
	padding: 10px 15px 0 15px;
	border-top: 1px solid #fff;
}
p#up {
	padding: 15px 0;
	text-align: right;
	color: #147a9c;
}
/* layout */
/* top menu */
ul#menu {
	width: 503px;
/*	width: 376px; */
	height: 70px;
	position:absolute;
	right: 0;
	top: 0;
	overflow:hidden;
}
ul#menu li {
	list-style: none;
	width: 125px;
	float: left;
	text-align: center;
	overflow: hidden;
}
ul#menu li a, ul#menu li strong {
	display: block;
	border-left: 1px solid #fff;
	padding: 12px 5px 5px 5px;
	background:  url("../img/topli.gif") no-repeat;
	text-decoration: none;
}
ul#menu li a:link, ul#menu li a:visited {
	color: #000;
	background:  url("../img/topli.gif") no-repeat;
}
ul#menu li a:hover {
	color: #0a5982;
	background:  url("../img/topli.gif") no-repeat center top;

}
ul#menu li strong {
	color: #666;
	background:  url("../img/topli.gif") no-repeat right top;
	font-weight: normal;
}

/* top menu */
/* navigation */
#nav ul {
	background: #076a94;
	border-right: 2px solid #fff;
}
#nav li {
	list-style: none;
	border-bottom: 1px solid #fff;
	background:  url("../img/navli.gif") repeat-y;
}
#nav li.act {
	background: #cecece;
}
#nav li a, #nav li strong {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	background:  url("../img/alink.gif") no-repeat left center;
}
#nav li a:link, #nav li a:visited {
	color: #fff;
	background:  url("../img/alink.gif") no-repeat left center;
}
#nav li a:hover {
	background: #feeb8f url("../img/ahover.gif") no-repeat left center; 
	color: #000;
}
#nav li strong {
	font-weight: normal;
	color: #000;
	background: #cecece url("../img/liact.gif") no-repeat left center;
}
#nav li ul {
	border: none;
	padding-left: 17px;
	background: #fff;
}
#nav li ul li {
	background: #fff;
	border: none;
	border-top: 1px solid #fff;
}
#nav li ul li a:link, #nav li ul li a:visited {
	color: #000;
		background: #ebf2f5 url("../img/liact1.gif") no-repeat left center;

}
#nav li ul li a:hover {
	color: #000;
	background: #fff1b9 url("../img/liact5.gif") no-repeat left center;

}
#nav li ul li strong {
		background: #fff url("../img/liact3.gif") no-repeat left center;
}
/* navigation */
/* headers */
h1 {
	width: 270px;
	font-size: 150%;
	overflow: hidden;
	position: absolute;
	left: 1px;
	bottom: 15px;
	z-index: 1;
	color: #0a5982;
	font-weight: normal;
}
h1 strong {
	color: #ee810c;
	font-weight: normal;
}
h1 span {
	color: #000;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #0a5982;
	text-decoration:none;
}
h2, h2 span {
	width: 570px;
	height: 180px;
	font-size: 130%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	color: #fff;
}
h2 span {
	display: block;
	background:  url("../img/h2.jpg") no-repeat right top;
	z-index: 2;
	left: 0;
}
#nav h3 {
	color: #fcdc49;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	background:   #058ab5 url("../img/navh3.gif") repeat-x;
	font-style: normal;
	padding: 5px 5px 5px 30px;
	font-size: 100%;
	text-transform: uppercase
}
#text h3 {
	font-size: 130%;
	color: #147a9c;
	font-weight: normal;
	padding: 0 0 15px 0;
}
#nav h4 {
	font-size: 100%;
	padding: 0 5px 5px 10px;
	color: #0a5982;
	text-transform: uppercase
}
#text h4 {
	font-size: 110%;
	font-weight: normal;
	padding: 0 0 15px 0;
	color: #496f5a;
	font-weight: bold
}
/* headers */
/* lists */
dl {
	width: 100%;
	padding: 0 0 20px 0;
}
dt {
	clear: both;
	background:  url("../img/dd.gif") repeat-x ;
}
dt strong {
	background:  url("../img/dt.gif") no-repeat left center;
	padding: 10px 0 10px 17px;
	font-weight: normal;
	color: #c16c07;
	display: block;
	font-size: 110%;
}
dd {
	padding: 0 0 7px 15px;
	background:  url("../img/dd1.gif") no-repeat 0 0.5em;
	margin-left: 5px;
}
dd br, #text .box p br {
	display: none;
}
#text ul, #text ol {
	padding: 0 0 5px 35px;
}
#text ol {
	padding-left: 40px;
}
#text ul li {
	list-style: square;
}
#text li {
	margin-bottom: 10px;
}
#text li ul {
	padding-top: 10px;
	padding-bottom: 0;
}
/* lists */
/* images */
#nav .adv img {
	border: none;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
}
#text .box p img {
	float: right;
	border: 5px solid #fff;
	margin: 5px 0 0 15px;
}
dd img, p.images img {
	float: right;
	border: 5px solid #e6e6e6;
	margin: 5px 0 10px 15px;
}
p.images img {
	float: none;
	margin: 5px 1px 0 0;
}
#text p.image {
	text-align: center;
	padding: 10px 0 0 0;
}
p.image img {
	border: 3px solid #fff;
	margin: 0 10px 10px 10px;
	vertical-align: top;
}
/* images */
/* paragraphs */
#text p, #text address {
	padding: 0 0 15px 0;
	font-style: normal;
}
#text .box p {
	padding: 0;
}

/* paragraphs */
/* forms */
.form {
	color: #000;
	margin-bottom: 15px;
}
form br {
	display: none;
}
label {
	display: block;
}
.req {
	color: #910000;
}
fieldset {
	border: 3px solid #deeee6;
	padding: 15px;
	margin-bottom: 15px;
}
input, textarea {
	width: 420px;
	margin: 3px 0 10px 0;
}
input.small {
	width: 180px;
}
form p {
	font-size: 88%;
}
#text form p.button {
	padding: 5px 0 0 0;
}
input.submit {
	width: 120px;
	margin: 0 auto;
	cursor: pointer;
}
/* forms */
/* table */
.table {
	width: 100%;
	overflow:hidden;
	padding: 0 0 15px 0;
}
table {
	font-size: 90%;
	width: 100%;
	color: #000;
	border-collapse:collapse;
	line-height: 1.4;
	border: 3px solid #ebf2f5;
}

th, td {
	padding: 5px 8px 7px 8px;
	text-align: center;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background: #ebf2f5;
}
th {
	color: #147a9c;
	font-weight: normal;
}
 td.name {
	text-align: left;
	border-left: none;
	border-top: none;
}
td.name {
	padding-left: 15px;
}
th.name {
	text-align: left;
	padding-left: 12px;
}
td.name a {
	display: block;
	padding: 2px 0 2px 8px;
	margin-left: -7px;
}
tr.odd td {
	background: #fff;
	border-left: 3px solid #ebf2f5;
	border-right: 3px solid #ebf2f5;
}
tr.odd td.name {
	border: none;
}
td strong, th strong {
	color:#147a9c;
	font-weight: normal
}
.table table.more, .table table.more td, .table table.more th {
	border: 2px solid #d0e2e8;
	background: #fff;

}
.table table.more th, .table table.more td.name {
	background: #eaf3f6;
}
/* table */
/* links */
a:link, a:visited {
	color: #147a9c;
}
a:hover {
	color: #ef8410;
}
#foot a:link, #foot a:visited {
	color: #818181;
}
#foot a:hover {
	color: #000
}
a.print {
	background:  url("../img/print.gif") no-repeat left center;
	padding-left: 25px;
}
a.fav {
	background:  url("../img/fav.gif") no-repeat left center;
	padding-left: 25px;
}
/* links */
.toplist {
  display: none;
}
