/* ---- editor style definitions ----  */
/* ---------------------------------------------------------  */
@import 'editor_styles.css';

/* ---- mod-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'mod_styles.css';

/* ---- tree-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'navigation_tree_main.css';


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #F79122;
	background-image: url(../../images/site/pages_bkg.gif);
	background-repeat: repeat-x;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #BC3225;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	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 4px 3px 4px;
	border-top: 1px solid #E7C147;
	border-left: 1px solid #E7C147;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FEF3D1;
}
input.button {
	cursor: pointer;
	border-bottom: 1px solid #E7C147;
	border-right: 1px solid #E7C147;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #EFD68B;
	padding: 2px 4px 2px 4px;
}
input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.checkbox {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.radiobutton {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#containerBox {
	margin: 0px auto;
	width: 775px;
	background-image: url(../../images/site/content_bkg.gif);
	background-repeat: repeat-y;
}
#topBox {
	height: 60px;
	background-image: url(../../images/site/top_img.gif);
	background-repeat: no-repeat;
	padding: 78px 0px 0px 330px;
}
#topBox a {
	display: block;
	width: 385px;
	height: 60px;
	float: left;
}
#topBox a span {
	display: none;
}
#leftBox {
	float: left;
	width: 255px;
	background-image: url(../../images/site/leftbox_bkg.gif);
	background-repeat: no-repeat;
}
#navBox {

}
#mainNavTopBox {
	background-image: url(../../images/site/mainnav_top.gif);
	background-repeat: no-repeat;
	height: 37px;
}
#mainNavBox {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/mainnav_bkg.png', sizingMethod="scale");
	background-repeat: repeat-y;
	height: 1px;
}
html > body #mainNavBox {
	background-image: url(../../images/site/mainnav_bkg.png);
	height: auto;
}
#mainNavBottomBox {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/mainnav_bottom.png');
	background-repeat: no-repeat;
	height: 66px;
}
html > body #mainNavBottomBox {
	background-image: url(../../images/site/mainnav_bottom.png);
}
#infoBox {
	
}
#infoBox .swartimg {
	padding: 0px 0px 0px 0px !important;
}
#infoBox .top, #infoBox .bottom {
	display: none;
}
.infoBoxTop {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/infobox_top.png');
	background-repeat: no-repeat;
	height: 32px;
}
html > body .infoBoxTop {
	background-image: url(../../images/site/infobox_top.png);
}
.infoBoxContent {
	background-image: url(../../images/site/infobox_content.gif);
	background-repeat: repeat-y;
	padding: 0px 50px 0px 28px;
	font-size: 9px;
}

.infoBoxBottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/infobox_bottom.png');
	background-repeat: no-repeat;
	height: 39px;
}
html > body .infoBoxBottom {
	background-image: url(../../images/site/infobox_bottom.png);
}
#projectBox {
	height: 53px;
	background-image: url(../../images/site/project_bkg.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 20px 0px 0px 65px;
}
#projectBox a {
	display: block;
	width: 55px;
	height: 40px;
	margin: 5px;
	float: left;
}
#projectBox a span {
	display: none;
}
#rightBox {
	float: left;
	width: 520px;
}
#contentTopBox {
	background-image: url(../../images/site/contenttop_bkg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 79px;
}
#contentBox {
	padding: 20px;
}
#footerBox {
	margin: 0px auto;
	clear: both;
	height: 100px;
	background-image: url(../../images/site/footer_bkg.gif);
	background-repeat: no-repeat;
	padding: 55px 0px 0px 53px;
	text-align: center;
	font-size: 9px;
	color: #FABF7F;
	width: 722px;
}