/* ---- navigation ----  */
@import 'nav_bar_main.css';
@import 'nav_bar_sub1.css';
@import 'nav_bar_sub2.css';
@import 'nav_bar_top.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #b7ed56;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-x;
	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 ----  */
#containerBox {
	width: 828px;
	margin: 0px auto;
}
#topBox {
	height: 126px;
	background-image: url(../../images/site/top_main_img.jpg);
	background-repeat: no-repeat;
}
#topnavBox {

}
#mainnavBox {
	height: 39px;
	background-image: url(../../images/site/bkg_mainnav.gif);
	background-repeat: repeat-x;
}
#mainBox {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#leftBox {
	width: 603px;
	float: left;
}
#subnavL1Box {
	background-color: #cf3741;
	border-bottom: 1px solid #d0e39f;
}
#subnavL2Box {
	background-color: #d0e39f;
}
#contentBox {
	padding: 15px;
	width: 573px;
}
#rightBox {
	width: 225px;
	float: right;
	background-image: url(../../images/site/bkg_rightbox.gif);
	background-repeat: repeat-x;
}
#rightBox img.swartimg {
	padding: 0px !important;
}
#mapBox {
	margin: 0px 0px 0px 0px;
	width: 225px;
	height: 125px;
}
#flagSuiBox {
	display: block;
	width: 98px;
	height: 22px;
	background-image: url(../../images/site/flag_sui.png);
	background-repeat: no-repeat;
	margin: 20px 0px 20px 23px;
}
#flagSuiBox span {
	display: none;
}
#adinfoBox {
	font-size: 11px;
	padding: 0px 10px 15px 23px;
}
#adinfoBox .modTitle,#adinfoBox .modSubTitle  {
	font-size: 12px;
}
#eventsBox {
	font-size: 11px;
	padding: 0px 10px 20px 23px;
}
#eventsBox .header {
	background-image: url(../../images/site/events_header.png);
	background-repeat: no-repeat;
	width: 136px;
	height: 18px;
}
#eventsBox .header span {
	display: none;
}
#eventsBox a {
	color: #000000;
	font-weight: bold;
}
#infoBox {
	font-size: 11px;
	padding: 0px 10px 0px 23px;
}
#infoBox .modTitle,#infoBox .modSubTitle  {
	font-size: 12px;
}
#bottomBox {
	background-image: url(../../images/site/bkg_bottom.png);
	background-repeat: no-repeat;
	width: 828px;
	height: 30px;
}
#footerBox {
	margin: 5px 0px 20px 626px;
	color: #466d00;
	font-size: 10px;
}
#footerBox a {
	color: #466d00;
}
#footerBox a:hover {
	text-decoration: underline;
}

/* secials + fixes */
#subnavL2Box .clearFloat {
	clear: both;
	border-bottom: 1px solid #ffffff;
}