body{
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	background:url(/icons/bg2.gif) repeat-x;
	position: absolute;
}

/* HEADER */
#header{
	width: 964px;
	height: 54px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#top_menu{
	padding-left: 164px;
	width: 320px;
	height: 48px;
	float: left;
	padding-top: 4px;
}
#top_menu ul{
	margin: 0px;
	padding: 0px;
	width: 320px;
	display: block;
	height: 20px;
}
#top_menu li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style:none;
}
#top_menu a{
	color: #53514d;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	margin-right: 6px;
	float: left;
	display: block;
}
#top_menu a:hover{
	text-decoration: underline;
}
#logo{
	width: 320px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}

/* SUBHEADER */
#sub_header{
	width: 964px;
	height: 320px;
	background-color: #bcb49f;
	float: left;
}
#nav{
	width: 164px;
	height: 320px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #d3cec1;
}
#nav ul{
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	list-style: none;	
}
#nav li{
	height: 17px;
	width: 164px;
	line-height: 17px;
	overflow: hidden;
	float: left;
	clear: left;
	background-color: #d3cec1;
	font-weight: bold;	
}
#nav a{
	font-size: 12px;
	color: #53514d;
	text-decoration: none;
	padding-left: 11px;
	background-color: #d3cec1;
	font-weight: bold;	
}
#nav a.level1_active{
	background: url(/icons/subnav_active.gif) no-repeat;
	background-color: #d3cec1;
	font-weight: bold;	
}	
#nav a.level1_active2{
	background: url(/icons/subnav_active.gif) no-repeat;
	background-color: #d3cec1;
	font-weight: bold;	
	padding-left: 26px;
}
#nav a.level2{
	background-color: #d3cec1;
	font-weight: bold;
	padding-left: 19px;
}
#nav a.level2_active{
	background-color: d3cec1;
	font-weight: bold;
	padding-left: 19px;
	background: url(/icons/nav_active.gif) no-repeat;
}
#nav a:hover{
	background: url(/icons/nav_selected.gif) no-repeat;
}

/* CONTENT */
#content{
	width: 964px;
	float: left;
}

/* IMAGE GALLERY */
.image{
	position: relative;	
	top: 0px;
	left: 0px;
	width: 320px;
	height: 320px;
	float: left;
}
#image_visible{
	z-index: 0;
	position: absolute;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
#image_visible img{
	margin-left: 0px;
	padding: 0px;
	display: block;
	float: left;
}
	
/* SUBNAV */
#subnav{
	width: 164px;
	float: left;
}
#subnav ul{
	padding: 0px;
	margin-top: 2px;
	margin-left: 0px;
	list-style:none;
}
#subnav li{
	display: block;
	padding: 0px;
	margin: 0px;
	height: 18px;
	vertical-align: bottom;
	text-align: left;
}
#subnav a{
	background-image:url(/icons/form_arrow_right.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	vertical-align: bottom;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #53514d;
	text-decoration: none;
	padding-left: 14px;
	height: 18px;
}
#subnav a.active{
	background:url(/icons/nav_active.gif) no-repeat;
}	
#subnav a.active2{
	background:url(/icons/nav_active.gif) no-repeat;
	padding-left: 26px;
}
#subnav a:hover{
	background-image: url(/icons/form_arrow_right.gif);
	background-repeat: no-repeat;	
	text-decoration: underline;
}

/* NEWSLIST*/
#news_list{
	width: 640px;
	float: left;
}
div.news_head{	
	width: 640px;
	height: 32px;
	float: left;
	padding-top: 18px;
	padding-left: 10px;
}
div.news_head h1{
	margin: -3px 0 0 0;
	padding-bottom: 0px;
	float: left;
	font-family: arial;
	color: #53514d;
	font-size: 1.2em;
	font-weight: normal;
}
.newsitem{
	text-decoration: none;
	width: 640px;
	float: left;
	font-size: 12px;
	line-height: 17px;
	color: #53514d;
}
a.newsitem_image, a.newsitem_linked{
	display:block;
	text-decoration: none;
	width: 640px;
	height:auto;
	border-top: 1px solid #53514d;
	float: left;
	font-size: 12px;
	line-height: 17px;
	color: #53514d;
}
a:hover.newsitem_image{
	cursor:pointer;
	background-color: #F2F0EC;
	display:block;
	text-decoration: none;
	width: 640px;
	height:auto;
}
a:hover.newsitem_linked{
	cursor:pointer;
	background-color: #F2F0EC;
	display:block;
	text-decoration: underline;
	width: 640px;
	height:auto;
}
.newsitem_text{
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 560px;
	float: left;
}
.newsitem_text a {
	text-decoration: underline;	
	color: #53514d;	
}
.newsitem_text a:hover{
	text-decoration: none;
}
.newsitem_text img {
	border: none; margin: 0; padding: 0;	
}
.newsitem_text img a{
	border: none; margin: 0; padding: 0;	
}
.newsitem_more{
	width: 66px;
	float: left;
	padding-top: 8px;
}
.newsitem_more span{
	background-image:  url(/icons/form_arrow_right.gif);
	float: right;
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	color: #53514d;
	line-height: 14px;
}

/* SUBNAV2 */
#subnav2{
	position: relative;
	top: 0px;
	left: 0px;
	width: 320px;
	float: left;
	line-height: 16px;
}
#subnav2 a{
	display: block;
	padding: 0px;
	padding-left: 14px;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	color: #53514d;
	vertical-align: top;
}
#subnav2 a.back_link{
	position: absolute;
	top: 17px;
	left: 6px;
	padding-left: 13px;
	background-image:  url(../icons/form_arrow_right.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #53514d;
}	
#subnav2 a:hover.back_link{
	background-image: url(icons/form_arrow_right.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}
#subnav2 a.forward_link{
	position: absolute;
	top: 47px;
	left: 6px;
	padding-left: 13px;
	background-image:  url(../icons/form_arrow_right.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #53514d;
}
#subnav2 a:hover.forward_link{
	background-image: url(icons/form_arrow_right.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}
#subnav2 a.partner_link{
	position: absolute;
	top: 77px;
	left: 6px;
	padding-left: 13px;
	background-image:  url(../icons/form_arrow_right.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #53514d;
}
#subnav2 a:hover.partner_link{
	background-image: url(icons/form_arrow_right.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}
#subnav2 a.active{
	background:  url(../icons/subnav2_active.gif) no-repeat;
	padding-left: 14px;
}
#subnav2 a.selected{
	background:  url(../icons/subnav2_selected.gif) no-repeat;
	padding-left: 14px;
}
#subnav2 a:hover{
	background: url(../icons/subnav2_selected.gif) no-repeat;
}
#subnav2 ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#subnav2 li{
	padding: 0px;
	margin: 0px;
}
#subnav2 table.columns{
	border: none;
	border-collapse: collapse;
	margin-top: 40px;
}
#subnav2 td{
	padding: 0px;
	margin: 0px;
}
#subnav2 td.right{
	padding-left: 10px;
}

/* MAIN */	
#content_main{
	position: absolute;
	left: 484px;
	top: 370px;
	width: 320px;
	padding: 0px;
	margin: 0px;
}
div.content_main_no_headline{
	padding-top: 18px;
	height: 22px;
	line-height: 22px;
}
div.content_main_headline{
	width: 480px;
	float: left;
	padding-top: 18px;	
}
div.content_main_headline h1{
	float: left;
	margin: -5px 0 0 0;
	padding-bottom: 8px;
	font-family: arial;
	color: #53514d;
	font-size: 1.2em;
	font-weight: normal;
}
#content_main div.content_main_text{
	font-size: 12px;
	color: #53514d;
	width: 320px;
	line-height: 16px;
	vertical-align: top;
}
div.content_main_text a{
	text-decoration: none;
	color: #53514d;
}
div.content_main_text a:hover{
	text-decoration: underline;	
}
#content_main_text{
	font-size: 12px;
	color: #53514d;
	line-height: 16px;
	vertical-align: top;
}	
div.content_main_text strong{
	font-weight: normal;
}
/*#content_main_text a{
	text-decoration: none;
	color: #53514d;
	}*/

/* ETC */
.email_link {
	text-decoration: none;
	color: #53514d;
}
.clear{
	clear: both;
}
