/*************************************************************/
/*   Design:   Multiflex-3 Update-7 / Layout-5               */
/*   File:     Global layout structure                       */
/*-----------------------------------------------------------*/
/*   Author:   Wolfgang; Modified: P. Kumler       	         */
/*-----------------------------------------------------------*/
/*   License:  Fully open source without restrictions.       */
/*************************************************************/

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{
	padding:0px 0;
	margin:0;
}
 body {
	font-size:62.5%;
	background-color:rgb(255,255,255);
	font-family:Verdana, Geneva, sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:900px; margin:0px auto; margin-top:10px; margin-bottom:10px; border:solid 1px rgb(150,150,150); font-size:1.0em;}
.main {
	clear:both;
	width:900px;
	padding-top:3em; /*PK use for droping main content for banner*/
	/*background:transparent url(images/bg_main_withnav_reverse.jpg) top left repeat-y;*/

}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:right; width:200px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content {display:inline; /*Fix IE floating margin bug*/ float:left; width:440px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; text-align:justify;}

.main-subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:185px;
	margin:0 0 0 0;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.footer {clear:both; width:900px; padding:1.0em 0 1.0em 0; background:#aeb4cd url(/images/bg_foot.jpg) no-repeat; font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/* --- For alternative headers START PASTE here --- */


#header {
	position:relative;
	margin-bottom:0px;
	width:900px;
	
}

.navigation {
	background:#014691 url(/images/bg.gif)   repeat-x bottom;
	font-size:100%;
	line-height:normal;
	float:left;
	width:850px;
	padding-left:5em;
	margin-bottom:2px;
	clear:both;
}

.navigation a, .navigation strong, .navigation span {
    display:block;
	background:url(/images/right.gif)
      no-repeat right top;
    padding:5px 15px 4px;
	float:none;  /*IE5-Mac hack */
	text-decoration:none;
	text-align:center;
	color:#014691;
	font-weight:300;
}

.navigation ul {
	margin:0;
	padding:10px 0px 0;
	list-style:none;
}
	
.navigation li {
    float:left;
    background:url(/images/left.gif)
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
}

.navigation #selected {
    background-image:url(/images/left_on.gif);
}


.navigation #selected a {
    background-image:url(/images/right_on.gif);
	padding-bottom:5px;
}

.navigation a:hover {
	color:#8d3885;
	background-image:url(/images/right.gif);
	padding-bottom:5px;
}

/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

	
/* MAIN NAVIGATION */
.main-navigation .round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	margin:0;
	background:url(/images/bg_corner_topleft.gif) no-repeat;
	top: 193px;}

/* MAIN CONTENT */
.column1-unit {width:440px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:183px;
	margin:0 0 1em 0px; 
	padding:0 0 10px 0;
	/*border:solid 1px rgb(190,190,190);*/
	background:rgb(235,235,235);
}
.subcontent-unit-border-green {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185);}
.subcontent-unit-border-blue  {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(137,170,214); background-color:rgb(213,225,240);}
.subcontent-unit-border-orange {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px rgb(232,177,13); background-color:rgb(248,224,150);}

.subcontent-unit-noborder {
	width:185px;
	margin:0 0 1em .8em; /*use to control spacing between boxes*/
	padding:0 0 10px 0;
	background:#e9eaec;
}
.subcontent-unit-noborder-green {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(217,239,185);}
.subcontent-unit-noborder-blue  {
	width:185px;
	margin:0 0 1em .8em; /*use to control spacing between boxes*/
	padding:0 0 10px 0;
	background-color:#e9eaec;
}
.subcontent-unit-noborder-orange {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(248,224,150);}

.round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(/images/bg_corner_topleft.gif) no-repeat;
	margin-top:0px;
	margin-left:0px;

}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(/images/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:175px;}
.round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(/images/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}


.round-noborder-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(/images/bg_corner_topright.gif) no-repeat;
	margin-top:-1px;
	margin-left:175px;
}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.3em; text-align:center; color:#00529b; font-weight:300; font-size:95%; width:95%;}
.footer a {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
.footer a:visited {color:rgb(0,0,0);}
.footer .address {line-height:1.3em; text-align:center; color:#00529b; font-weight:300; font-size:100%; width:90%}

/*********************/
/*  6. CLEAR FLOATS  */
/*********************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:440px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear-contentunit2 {clear:both; text-align:left; width:320px; height:0px; border:none; background:rgb(210,210,210); color:rgb(210,210,210);margin-top:-20px;}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
