/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url('images/background_homepage.jpg') repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

label.bold {
	font-weight: bold;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #000000;
}

h1 {
	margin-bottom: 15px;
	font-size: 24px;
}

h2 {
	margin-bottom: 20px;
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

h5 {
	margin: 0px;
	font-size: 14px;
}

h4 {
	margin: 0px;
	font-size: 22px;
}


h6 {
	margin: 0px;	
	font-weight: bold;
	font-size: 18px;
	
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 150%;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

.list1 li {
	padding: 8px 0px;
	background: url(images/horizontal_line.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

.list2 li {
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/horizontal_line.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

.list2 ul {
	margin: 0px 0px 0px 96px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list2 ul li {
	height: 0px;
	margin: 0px;
	padding: 0px;
	background: none;
}

.list2 strong {
	float: left;
}

.list2 span {
	float: right;
}

.list2 img.left {
}

.list3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

.list3 ul {
	margin: 0px 0px 0px 140px;
	padding: 0px;
	list-style: none;
}

.list3 li {
	clear: both;
	margin-bottom: 10px;
}

.list3 li li {
	clear: none;
	height: 10px;
	margin: 0px;
	padding: 5px 0px;
	background: url(images/subpage1_05.gif) repeat-x left top;
}

.list3 li li.first {
	padding-top: 0px;
	background: none;
}

.list3 ul strong {
	float: left;
	line-height: 1;
}

.list3 ul span {
	float: right;
	line-height: 1;
}

.more {
	padding-top: 10px;
	text-align: right;
}

/** TABLES */

.table1 {
}

.table1 tr {
	background: url(images/background_map_1.gif) repeat left top;
}

.table1 td {
	padding: 6px 13px;
	border-bottom: 2px solid #FFFFFF;
}

.table1 tr.alt {
	background-image: url(images/background_map_2.gif);
}

.table1 a {
	color: #000000;
}

/** LINKS */

a {
	color: #0078C4;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** TOPMENU */

#topmenu a {
	color: #000000;
}

/** MENU */

#menu a {
	display: block;
	width: 154px;
	height: 27px;
	background: url('images/button_up.jpg') no-repeat left top;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000; margin-left:7px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:13px; padding-bottom:0px
}

#menu a:hover, #menu .active a {
	background: url('images/button_hover.jpg') no-repeat;
}

#menu b {
	display: block;
	width: 154px;
	height: 27px;
	background: url('images/button_up.jpg') no-repeat left top;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000; margin-left:7px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:13px; padding-bottom:0px
}

#menu a:hover, #menu .active b {
	background: url('images/button_hover.jpg') no-repeat;
}

/** SPLASH */

#splash {
	background: url(images/header_background.jpg) repeat-x left top;
	text-align: center;
}

/** WRAPPER */

#wrapper {
	background: url(images/background_subheader.jpg) repeat-x left top;
}

/** BOXED */

.boxed {
	background: url(images/homepage10.gif) repeat-x left top;
}

.boxedx {
	background: url(images/homepage29.gif) repeat-x left top;
}

.boxed .title {
	background: url(images/homepage11.gif) no-repeat left top;
}

.boxed .title h2 {
	height: 30px;
	margin: 0px;
	padding: 16px 0px 0px 22px;
	background: url(images/homepage12.gif) no-repeat right top;
}

.boxed .content {
	border-left: 1px solid #EAF4F8;
	border-right: 1px solid #EAF4F8;
}

.boxed .b {
	background: url(images/homepage13.gif) repeat-x left bottom;
}

.boxedx .title h2 {
	height: 30px;
	margin: 0px;
	padding: 16px 0px 0px 22px;
	background: url(images/homepage12.gif) no-repeat right top;
}

.boxedx .content {
	border-left: 1px solid #EAF4F8;
	border-right: 1px solid #EAF4F8;
}

.boxedx .b {
	background: url(images/homepage13.gif) repeat-x left bottom;
}


#box4.boxed .title {
	background-image: url(images/homepage20.gif);
}

#box4.boxed .title h2 {
	background-image: url(images/homepage21.gif);
}

#box4 p {
	height: 25px;
	margin: 0px;
	padding-top: 10px;
}

/** FOOTER */

#footer {
	clear: both;
	background: url(images/background_footer.jpg) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color: #67B1E0;
}