@charset "utf-8";
/* CSS Document */
	
html, body {
	height: 100%;
	width:auto;
}

/** HEADER */

#header {
float:none;
	width:auto;
	height: 64px;
	margin: 0px auto;
	border-bottom: 1px solid #FFFFFF;
	background: none;
}

#header2 {
	
	height: 351px;
	margin: 0px auto;
}

#header3 {
	display:none;
	width:auto;
	float:none;
}

#header3 h1, #header3 h2 {
	display: none;
}

/** MENU */

#menu {
	float: none;
	height: 34px;
	padding-top: 30px;
	width: auto;
	clear:both;
}

#menu ul {
	display:block;
	margin: 0px;
	padding: 0px;
	list-style:none ;
}

#menu li {
	
}

#menu a {
	display: block;
	height: 15px;
	padding: 12px 18px 0px 20px;
	background:none;
	float:none;
}

#menu li.first a {
	padding-left:20px;
}

/** SEARCH */

#search {
	float:none;
	display:none;
}

/** LOGO */

#logo {


	height: 193px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** CONTENT */

#content {
	float:none;
	width:auto;
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
}

/** FOOTER */

#footer {
width:auto;
float:none;
	clear: both;
	height: 70px;
	padding-top: 20px;
}

/** BOX1 */

#box1 {

	
	height: 143px;
	padding: 50px 50px 0px 25px;
}

#box1 .text1 {
	margin-bottom: 10px;
}

/** BOX2 */

#box2 {

	
	height: 131px;
	padding: 27px 45px 0px 25px;
}

#box2 .text4 {
	margin-bottom: 20px;
}

/** BOX3 */

#box3 {
	float: none;

	height: 128px;
	padding: 30px 20px 0px 0px;
}

#box3 .text1 {
	margin-bottom: 10px;
}

/** BOX4 */

#box4 {
	float: left;
	
	padding-right: 26px;
}

#box4 .text7 {
	margin-bottom: 15px;
}

/** BOX5 */

#box5 {
	float: left;

	padding: 0px 25px 0px 26px;
}

#box5 .text7 {
	margin-bottom: 15px;
}

/** BOX6 */

#box6 {
	display:none;
	float: none;
	width:auto;
	padding-left: 26px;
}

#box6 .text7 {
	margin-bottom: 15px;
	text-align:center;
}

/** BOX7 */

#box7 {
	float: none;
width:auto;
	padding-left: 26px;
	padding-right: 26px;
}

#box7 .text7 {
	margin-bottom: 15px;
}

#box7 dl {
	margin-left: 130px;
}

#box7 dt.first, #box7 dd.first {
	padding-top: 0px;
}

/** BOX8 */

#box8 {
}

#box8 .text7 {
	margin-bottom: 15px;
}

#box9 {
	float: none;
width:auto;
	padding-left: 5px;
	padding-right: 26px;
}

#box9 .text7 {
	margin-bottom: 15px;
}

#box9 td{
	padding-bottom: 3px;
	}
		
/** BOX10 */

#box10 {
	float: left;
	
	padding-left: 5px;
	padding-right: 26px;
}

#box10 .text7 {
	margin-bottom: 15px;
}
#box10 a{
	font-weight:bold;
}
#box10 td{
	padding-bottom: 3px;
	padding-left:15px;
}

#box10 dl {
	margin-left: 0px;
	margin-right:15px;
}

#box10 dt.first, #box7 dd.first {
	padding-top: 0px;
}

/** BOX11 */

#box11 {

}

#box11 .list5 {
	margin-bottom: 15px;
}

#box11 dl{
	float:left;
}

/** BOX12 */

#box12 {
	padding-top: 5px;
	padding-left: 5px;
	border-style:solid;
	border-width:thin;
	border-color: #F35B00;
}

#box13 {
	float: left;

	padding-left: 26px;
}

#box13 .text7 {
	margin-bottom: 15px;
}

/** BOX14 */

#box14 {
	float: left;

}

#box14 .text7 {
	margin-bottom: 15px;
}

#box14 .align-center {margin-left:auto; margin-right:auto;}

#box14 td{
	padding-bottom: 3px;
	padding-left:15px;
}

/** Box 15 **/
#box15 {
	float: left;

	padding-left: 5px;
	padding-right: 26px;
}

#box15 .text7 {
	margin-bottom: 15px;
}
#box15 a{
	font-weight:bold;
}
#box15 td{
	padding-bottom: 3px;
	padding-left:15px;
}

#box15 dl {
	margin-left: 0px;
	margin-right:15px;
}

#box15 dt.first, #box7 dd.first {
	padding-top: 0px;
}

/** TAB MENU **/

#tabmenu {
  float:left;
  width:100%;
  background:#FFFFFF url("images/bg.gif") repeat-x bottom;

  line-height:normal;
  }
#tabmenu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabmenu li {
  float:left;
  background:url("images/norm_right.gif") no-repeat right top;
  margin:0;
  padding:0;
  }
#tabmenu a {
  display:block;
  background:url("images/norm_left.gif") no-repeat left top;
  padding:5px 15px 4px;
  }
#tabmenu #current {
  background-image:url("images/norm_right_on.gif");
  }
#tabmenu #current a {
  background-image:url("images/norm_left_on.gif");
  padding-bottom:5px;
  }
#tabbody {
  float:left;
  width:100%;
  line-height:normal;
 }
 #tabbody #currenttab {
  background-image:url("images/norm_right_on.gif");
  }
  
  
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 154px;
	padding: 2px 5px;
	border: 1px solid #DCDCDC;
}

.input2 {
	width: 90px;
	height: 20px;
	background: url(images/homepage05.gif) repeat left top;
	border: none;
	font-size: 9px;
	font-weight: bold;
	color: #6B4C00;
}

.input3 {
	width: 50px;
	padding: 2px 5px;
}

.input4 {
	width: 400px;
	padding: 2px 5px;
}

.input5 {
	width: 220px;
	height: 20px;
	background: url(images/homepage05.gif) repeat left top;
	border: none;
	font-size: 9px;
	font-weight: bold;
	color: #6B4C00;
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3D4558 ;
}


p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	font-weight: normal;
	font-style: normal;
}

.text3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.text4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.text5 {
	font-size: 10px;
	font-style:normal;
}

.text6 {
	font-size: 11px;
	font-style:normal;
	color: #253A67;
}

.text7 {
	font-size: 14px;
	font-weight: bold;
	color: #253A67;
}

.text8 {
	font-weight: normal;
	font-style: normal;
}

.text9 {
	padding-top: 5px;
	background: url(images/homepage13.gif) repeat-x left top;
	text-align: right;
	font-weight: bold;
}

.text10 {
	text-align: center;
	font-size: 9px;
	color: #7F7F7F;
}

.text11 {
	font-size: 11px;
	font-weight:  bold;
}

.text12{
	font-weight:bold;
	font-size: 12px;
	text-align:right;
}
.text13{
	color: #F35B00;
	font-weight:bold;
	font-size: 10px;
	text-align:left;
}
.text14 {
	font-size: 9px;
	text-decoration:none;
}
.text15{
	color: #F35B00;
	font-weight:bold;
	font-size: 16px;
	text-align:center;
}
.text16{
	color: #F35B00;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
}

.text17 {
float:left;
	color: #FFFFFF;
	background-color:#FF0000;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	text-align:center;
	height:16px;
	width:200px;
	vertical-align:middle;
}

.text18 {
float:left;
	color: #FFFFFF;
	background-color:#6699FF;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	text-align:center;
	height:16px;
	width:200px;
	vertical-align:middle;
}

.text19 {
	float:left;
	color: #000000;
	background-color:#FFFF00;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	width:200px;
	height:16px;
}
/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 3px 0px 6px 0px;
	background: url(images/homepage07.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

.list1 a {
	padding-left: 10px;
	background: url(images/homepage06.gif) no-repeat left center;
	font-size: 10px;
	color: #FFFFFF;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	padding: 3px 0px 6px 0px;
	background: url(images/homepage10.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 span {
	display: block;
	padding-left: 10px;
	background: url(images/homepage09.gif) no-repeat 0px 6px;
}

.list3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
}

.list3 dt {
	float: left;
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list3 dd {
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
	text-align: right;
}

.list3 dt.first, .list3 dd.first {
	background: none;
}

.list4 {
}

.list4 dt {
	float:left;
	width: 150px;
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list4 dd {
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
	text-align: right;
}

.list4 dt.first, .list3 dd.first {
	background: none;
}

.list5 {
	float:left;
	width:200px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
}

.list5 dt {
	width:auto;
	float: left;
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list5 dd {
	width:auto;
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
	text-align: right;
}

.list6 {
}

.list6 dt {
	float:left;
	width: 300px;
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list6 dd {
	padding: 5px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
	text-align: right;
}

.list6 dt.first, .list3 dd.first {
	background: none;
}

/** LINKS */

a {
	color: #F35B00;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #253A67;
	background:none;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	display: block;
	float: right;
	width: 75px;
	height: 15px;
	padding-top: 5px;
	background: url(images/subpage1_05.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #6B4C00;
}

/** STYLES */

.style1 {
	color: #FFFFFF;
}

.style1 a {
	color: #F9D963;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background:none; }
.bg2 { background:none; }
.bg3 { background:none; }
.bg4 { background:none; }
.bg5 { background:none; }
.bg6 { background:none; }
.bg7 { background:none; }

.bg9 { background:none; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }


img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

.img3 {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid lightgray;
	padding: 1px;
	
}

.img4 {
	float: left;
	margin: 5px;
	border: 1px solid lightgray;
	padding: 1px;
	
}

hr { display: none; }

.hr1 {
	height: 17px;
	background: url(images/homepage15.gif) repeat-x left center;
}
.hr2 {
	height: 6px;
	background: url(images/homepage15.gif) repeat-x left top;
}
