/* ---- editor style definitions ----  */
/* ---------------------------------------------------------  */
@import 'editor_styles1.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: #2F5E01;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-x;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #2F5E01;
	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: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
input.button {
	cursor: pointer;
}
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 {
	width: 966px;
}
#topBox {
	height: 128px;
}
#leftPicBox {
	width: 239px;
	height: 128px;
	float: left;
}
#logoBox {
	background-image: url(../../images/site/top_img.gif);
	background-repeat: no-repeat;
	width: 520px;
	height: 128px;
	float: left;
}
#rightPicBox {
	width: 197px;
	height: 128px;
	float: right;
}
#rightPicBox img {
	border: 0px !important;
}
#leftPicBox img {
	border: 0px !important;
}
#mainnavContentBox {
}
#mainnavBox {
	width: 239px;
	float: left;
}
#mainBox {
	width: 520px;
	float: left;
}
#fontSizeBox {
	text-align: right;
	background-color: #CFD8C5;
	padding: 3px 15px 0px 15px
}
#contentBox {
	background-color: #CFD8C5;
	padding: 15px 15px 5px 15px;
}
#footerBox {
	background-image: url(../../images/site/border_bottom_content.gif);
	background-repeat: no-repeat;
	padding: 25px 0px 30px 0px;
	background-color: #2F5E01;
	text-align: center;
	font-size: 9px;
	color: #CFD8C5;
}
#footerBox a, #footerBox a:active {
	color: #CFD8C5;
	text-decoration: none;
}
#footerBox a:hover {
	color: #000000;
}
#sideBox {
	width: 197px;
	float: right;
}
#newsletterBox {
	background-color: #CFD8C5;
	background-image: url(../../images/site/border_bottom_newsletter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 0px 9px 18px;
	margin-bottom: 10px;
}
#infoBox {

}
#infoTopBox{
	background-image: url(../../images/site/border_top_info.gif);
	background-repeat: no-repeat;
	height: 15px;
	color: #656565;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px
}
#infoContentBox {
	background: #FFFFFF;
	padding: 0px 22px 0px 22px;
	color: #656565;
	font-size: 11px;
}
#infoBottomBox {
	background-image: url(../../images/site/border_bottom_info.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}

/* ---- FONT-SIZE ----  */
/* ---------------------------------------------------------  */
.modTitle {
	font-size:14px;
}
#infoContentBox .modTitle {
	font-size:11px;
}
#infoContentBox .modListMore a, #infoContentBox .modListMore a:active {
	font-size:11px;
}