/* ---- navigation ----  */
@import 'nav_tree_main.css';
@import 'nav_tree_breadcrumbs.css';
@import 'nav_bar_top.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../../images/site/theme_orange_bkg_pages.gif);
	background-repeat: repeat-y;
	overflow:-moz-scrollbars-vertical; /* no jumping content in moz */
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #BC3225;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	background-color: #ffffff;
	background-image: url(../../images/input_bkg.gif);
	background-repeat: repeat-x;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background: none;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(../../images/input_button_bkg.gif);
	background-repeat: repeat-x;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#homelinkBox a {
	display: block;
	position: absolute;
	width: 280px;
	height: 150px;
	top: 50px;
	left: 610px;
}
#homelinkBox a span {
	display: none;
}
#topBarBox {
	background-image: url(../../images/site/theme_orange_bkg_top.gif);
	background-repeat: repeat-x;
}
#containerBox {
	width: 975px;
	background-image: url(../../images/site/main_logo.jpg);
	background-repeat: no-repeat;
	background-position: 499px 28px;
}
#topBox {
	height: 152px;
}
#leftImgBox {
	float: left;
	width: 220px;
	height: 148px;
	background-image: url(../../images/site/theme_orange_leftimg.gif);
	background-repeat: no-repeat;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}
#topImgBox {
	float: left;
	width: 383px;
	height: 148px;
	padding: 0px 0px 4px 0px;
	background-image: url(../../images/site/top_mainimg.jpg);
	background-repeat: no-repeat;
}
#topnavBox {
	float: left;
	width: 364px;
	height: 148px;
	background-image: url(../../images/site/theme_orange_topnav.gif);
	background-repeat: no-repeat;
}
#mainBox {

}
#mainnavBox {
	float: left;
	width: 220px;
	padding: 0px 0px 368px 0px;
	background-image: url(../../images/site/theme_orange_bkg_mainnav.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#contentBox {
	float: left;
	width: 377px;
	padding: 34px 0px 30px 34px;
	line-height: 1.5em;
}
#infoBox {
	float: left;
	width: 320px;
	padding: 65px 0px 0px 13px;
}