/* ---- navigation ----  */
@import 'nav_tree_main.css';
@import 'nav_tree_info.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../../images/site/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: 13px;
}
a, a:active {
	color: #fd8103;
	text-decoration: underline;
}
a:hover {
	color: #fd8103;
	text-decoration: none;
}
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 ----  */

#absTopImageBorderBox {
	width: 725px;
	height: 145px;
	position: absolute;
	top: 7px;
	left: 225px;
	background-image: url(../../images/site/topimg_border.png);
	background-repeat: no-repeat;
}
#absTopImageBox {
	width: 725px;
	height: 145px;
	position: absolute;
	top: 7px;
	left: 225px;
	background-image: url(../../images/site/topimg_main.jpg);
	background-repeat: no-repeat;
}
#absSectionTitleBox {
	width: 575px;
	height: 41px;
	position: absolute;
	top: 161px;
	left: 258px;
	background-image: url(../../images/site/sectiontitle_main.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#containerBox {
	width: 1008px;
}
#topImageBox {
	width: 1008px;
	height: 202px;
	background-image: url(../../images/site/bkg_top.gif);
	background-repeat: no-repeat;
}
#mainBox {}
#leftBox {
	width: 160px;
	float: left;
}
#searchBox {}
#searchBox .title {
	color: #653607;
	padding: 0px 0px 5px 8px;
}
#searchBox input {
	width: 100px;
	margin: 0px 5px 0px 8px;
}
#mainnavBox {}
#infonavBox {
	padding: 30px 0px 0px 0px;
}
#rightBox {
	width: 847px;
	float: left;
}
#contentBox {
	width: 600px;
	background-image: url(../../images/site/bkg_content.gif);
	background-repeat: no-repeat;
	padding: 53px 0px 30px 34px;
}
#footerBox {
	clear: both;
	font-size: 9px;
	padding: 20px 0px 30px 34px;
}

/* specials */
.includeSymposium {
	background-image: url(../../images/site/include_btn_symposium.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 263px;
	height: 91px;
	margin: 0px auto;
}
.includeSymposium:hover {
	background-position: 0px -91px;
}
.includeSymposium span {
	display: none;
}

.btnSearch {
	background-image: url(../../images/site/btn_search.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 23px;
	height: 23px;
	margin: 0px auto;
}
.btnSearch:hover {
	background-position: 0px -23px;
}
.btnSearch span {
	display: none;
}

