/* Basics
----------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	background: #fff url(/files/district/images/bodybg.gif) top left repeat;
}
body {
	padding: 20px 0 20px 20px;	
}
body, p, td, th, div, blockquote, dl, ul, ol {
	font: 10px Verdana, sans-serif;
}
td, th {
	text-align: left;
	vertical-align: top;
}
img {
	border: 0;
	display: block;
}

/* Header
----------------------------------------------- */
#header {
	width: 640px;
	height: 181px;
	margin: 0;
	background: transparent url(/files/district/images/header.gif) top left no-repeat;
	position: relative;	
}
#logo {
	position: absolute;
	left: 19px;
	top: 20px;
}
#lang {
	position: absolute;
	top: 157px;
	right: 15px;
}
#lang span {
	float: left;
	margin: 0 3px;
}
#lang a {
	font: normal 11px Arial, sans-serif;
	color: #000;
	text-decoration: none;
	float: left;
}
#bannerspot {
	position: absolute;
	top: 20px;
	left: 680px;
}
html #bannerspot img {
	border: 0 !important;
}

/* Structure
----------------------------------------------- */
#design-disctrict-front #right img {
	border: 1px solid #000;
}
#container {
	width: 640px;
	background: transparent url(/files/district/images/container.gif) top left repeat-y;
}
#main {
}
#left {
	width: 190px;
	margin: 0 0 0 20px;
	padding: 4px 0 0 0;
	display: inline;
	float: left;
	background: transparent url(/files/district/images/left.gif) top left no-repeat;
}
#right {
	width: 401px;
	margin: 0 0 0 9px;
	padding: 8px 0 0 0;
	float: left;
}
#raise {
	width: 188px;
	background: transparent url(/files/district/images/raise_cbg.gif) top left repeat-y;
}
#raise .wrap {
	/* background: transparent url(/files/district/images/raise.gif) top left no-repeat; */
	width: 130px;
	height: 116px;	
	padding: 44px 47px 0 11px;
}

#raise .wrap_fin {
	background: transparent url(/files/district/images/raise.gif) top left no-repeat;
}

#raise .wrap_eng {
	background: transparent url(/files/district/images/raise_eng.gif) top left no-repeat;
}

#raise .wrap_se{
	background: transparent url(/files/district/images/raise_se.gif) top left no-repeat;
}

html>body #raise .wrap {
	height: auto;
	min-height: 116px;
}
#raise h2 {
	margin-top: 5px;
	margin-bottom: 0;
}
#footer {
	width: 640px;
	height: 40px;
	position: relative;
	background: transparent url(/files/district/images/footer.gif) top left no-repeat;
}
#extra {
	position: absolute;
	top: 14px;
	left: 24px;	
}
#extra a {
	text-decoration: underline;
}
#copy {
	width: 200px;
	text-align: right;
	position: absolute;
	top: 14px;
	right: 24px;
}

/* Nav
----------------------------------------------- */
#nav ul {
	list-style: none;
	margin: 9px 0 0 0;
	padding: 0;
	width: 180px;
	border-bottom: 1px solid #000;
}
#nav li {
	margin: 0;
	padding: 4px 0 2px 0;
	border-top: 1px solid #000;
}
#nav li a {
	font: bold 14px Arial, sans-serif;
	text-decoration: none;
}
#nav ul ul {
	border-top: 1px solid #000;
	border-bottom: 0;
	margin: 0px 0 10px 0;
	padding: 6px 0 0 0;
}
#nav ul ul li a {
	font-size: 11px ! important;
	color: #000 ! important;
	border-bottom: 0 ! important;
	font-weight: bold ! important;
}
#nav ul ul li {
	font-weight: bold ! important;
	border-top: 0;
	background: transparent url(/files/district/images/navbullet.gif) 0 8px no-repeat;
	padding: 3px 0 0 9px;
}

/* Search
----------------------------------------------- */


/* Headings
----------------------------------------------- */
#heading {
	margin: 0 0 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
h1 {
	font: normal 12px Arial, sans-serif;
	margin: 4px 0 2px 0;	
}
h2, h3, h5, h6 {
	font: bold 10px Arial, sans-serif;
	margin: 0 0 1em 0;

}
h4 {
	margin: 0 ! important;
}
h4 a {
	font: normal 11px Arial, sans-serif ! important;
	margin: 0 ! important;
}

/* Lists
----------------------------------------------- */
/* Forms
----------------------------------------------- */
form {
	margin: 0;
}

/* Links
----------------------------------------------- */
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:visited {
	color: #666;
	text-decoration: underline;
}

/* Misc
----------------------------------------------- */
.clearer {
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#line {
	margin: 0 0 0px 0;
	border-top: 1px solid #000;
}
.skip {
	display: none;
}
.imgborder {
border: 1px solid #000;
}