/****************************************************************/

	
/*   Design:   Multiflex-3.12 / Layout-3                        */

	
/*   File:     Global layout structure                          */

	
/*--------------------------------------------------------------*/

	
/*   Design:   www.1234.info                                    */

	
/*   Date:     January 20, 2008                                 */

	
/*--------------------------------------------------------------*/

	
/*   License:  Fully open source without restrictions.          */

	
/*             Please keep footer credits with the words        */

	
/*             "Design by 1234.info". Thank you!                */

	
/****************************************************************/

	
/************/

	
/*  GLOBAL  */

	
/************/

	
/* NON-HEADER */
* {
	padding:0;
	margin:0;
}

body {
	background-image:url(../img/background_sb5_clouds.jpg);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-size:62.5%;
	background-color:#ffffff;
	font-family:verdana,arial,sans-serif;
}


	
/*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:770px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px rgb(150,150,150);
	font-size:1em;
}

.main {
	clear:both;
	width:770px;
	padding-bottom:30px;
	background:transparent url(../img/bg_main_withnav_reverse.jpg) top left repeat-y;
}

.main-withoutnav {
	clear:both;
	width:770px;
	padding-bottom:0px;
	background:transparent url(../img/bg_main_withoutnav.jpg) top left repeat-y;
}

.main-navigation {
	display:
	
/*Fix IE floating margin bug*/
inline;
	float:right;
	width:150px;
	overflow:
	
/*Firefox*/
visible!important;
	overflow:
	
/*IE6*/
hidden;
}

.main-spacer {
	display:block;
	width:770px;
	height:5px;
	background:rgb(225,225,225) url(../img/bg_main_withoutnav.jpg) top left repeat-y;
}

.main-content {
	display:inline;

	
/*Fix IE floating margin bug*/
	float:left;
	width:570px;
	margin:0 0 0 30px;
	overflow:
	
/*Firefox*/
visible!important;
	overflow:
	
/*IE6*/
hidden;
}

.maxwidth {
    clear: both;
	display:block;
	
/*Fix IE floating margin bug*/
	float:left;
	width:770px;
	margin:0 0 0 27px;
	/*
	overflow: / *Firefox* / visible!important;
	overflow: / *IE6* / hidden;
	*/
	overflow:visible;
}

.main-content-withoutnav {
	display:block;

	
/*Fix IE floating margin bug*/
	float:left;
	width:570px;
	margin:0 0 0 30px;
	overflow:
	
/*Firefox*/
visible!important;
	overflow:
	
/*IE6*/
hidden;
}

.footer {
	clear:both;
	width:770px;
	padding:1em 0;
	background:rgb(225,225,225) url(../img/bg_foot.jpg) no-repeat;
	font-size:1em;
	overflow:
	
/*Firefox*/
visible!important;
	overflow:
	
/*IE6*/
hidden;
}


	
/* --- For alternative headers START PASTE here --- */

	
/* HEADER */
.header {
	width:770px;
	font-family:"trebuchet ms",arial,sans-serif;
}

.header-top {
	width:770px;
	height:81px;
	background:rgb(240,240,240) url(../img/bg_head_top.jpg);
	overflow:
	
/*Firefox*/
visible!important;
	overflow:
	
/*IE6*/
hidden;
}

.header-middle {
	width:770px;
	height:267px;
	overflow:
	
/*Firefox*/
visible!important;
	overflow:
	
/*IE6*/
hidden;
}

.header-bottom {
	background-color:#ffa601;
	width:770px;
}

.header-breadcrumbs {
	border-bottom-style:solid;
	border-bottom-width:0;
	border-bottom-color:#cbcbcb;
	clear:both;
	width:770px;
	padding:.2em 0;
	background:#f1f1f1;
}


	
/********************/

	
/*  HEADER SECTION  */

	
/********************/
.sitelogo {
	margin-left:20px;
	margin-bottom:10px;
	margin-right:0;
	margin-top:22px;
	width:485px;
	height:57px;
	position:absolute;
	z-index:1;
	background:url(../img/d-6300_logo_header.gif) no-repeat;
}

.sitename {
	width:200px;
	height:45px;
	position:absolute;
	z-index:1;
	margin:20px 0 0 90px;
	overflow:
	
/*Firefox*/
visible!important;
	overflow:
	
/*IE6*/
hidden;
}

.sitename h1 {
	font-size:240%;
}

.sitename h2 {
	margin:-4px 0 0;
	color:rgb(125,125,125);
	font-size:120%;
}

.sitename a {
	text-decoration:none;
	color:rgb(125,125,125);
}

.sitename a:hover {
	text-decoration:none;
	color:rgb(50,50,50);
}

.nav0 {
	position:absolute;
	z-index:3;
	margin-left:
	
/*Non-IE6*/
550px!important;

	
/*IE6*/
}

.nav0 ul {
	float:right;
	padding:0 20px 0 0;
}

.nav0 li {
	display:inline;
	list-style:none;
}

.nav0 li a {
	padding:0 0 0 3px;
}

.nav0 a:hover {
	text-decoration:none;
}

.nav0 a img {
	height:14px;
	border:none;
}

.nav1 {
	margin-top:15px;
	max-width:770px;
	min-width:770px;
	width:770px;
	text-align:justify;
	position:absolute;
	z-index:0;
}

.nav1 ul {
	float:right;
	padding:0 15px 0 0;
	font-weight:bold;
}

.nav1 li {
	display:inline;
	list-style:none;
}

.nav1 li a {
	display:block;
	float:left;
	padding:2px 5px;
	color:rgb(125,125,125);
	text-decoration:none;
	font-size:120%;
}

.nav1 a:hover {
	text-decoration:none;
	color:rgb(50,50,50);
}

.sitemessage {
	width:150px;
	height:110px;
	position:absolute;
	z-index:1;
	margin:60px 0 0 585px;
	color:#24405E;

	
/*overflow:visible !important /*Activate if Firefox print problems*/
	overflow:
	
/*IE6*/
hidden;
	background:white;
	padding:15px;
	opacity:.8;
	filter:alpha(opacity=80);
}

.sitemessage h1 {
	text-align:right;
	font-size:210%;
}

.sitemessage h2 {
	margin:8px 0 0;
	text-align:right;
	line-height:100%;
	font-size:160%;
}

.sitemessage h3 {
	margin:10px 0 0;
	text-align:right;
	font-size:140%;
}

.sitemessage h3 a {
	text-align:right;
	text-decoration:none;
	color:#6DB3D5;
}

.sitemessage h3 a:hover {
	text-decoration:none;
	color:rgb(50,50,50);
}


	
/*Drop-down menu*/
.nav2 {
	background-image:url(../img/bg_head_bottom_nav.jpg);
	letter-spacing:.1em;
	border-bottom-color:#afafaf;
	border-bottom-style:solid;
	border-bottom-width:1px;
	white-space:
	
/*IE hack*/
nowrap;
	float:left;
	width:770px;
	font-size:110%;
}


	
/*Color navigation bar normal mode*/
.nav2 ul {
	list-style-type:none;
}

.nav2 ul li {
	border-right-style:solid;
	border-right-color:#afafaf;
	border-right-width:1px;
	float:left;
	z-index:
	
/*Non-IE6*/
auto!important;
	z-index:
	
/*IE6*/
1000;
}

.nav2 ul li a {
	float:
	
/*Non-IE6*/
none!important;
	padding-left:16px;
	padding-bottom:0;
	padding-right:16px;
	padding-top:0;
	text-transform:uppercase;
	line-height:1.8em;
	float:
	
/*IE-6*/
left;
	display:block;
	height:1.8em;
	text-decoration:none;
	color:rgb(50,50,50);
}

.nav2 ul li.active a {
	float:
	
/*Non-IE6*/
none!important;
	background-color:#6DB3D5;
	line-height:1.8em;
	float:
	
/*IE-6*/
left;
	display:block;
	height:1.8em;
	padding:0 16px;
	text-decoration:none;
	font-weight:bold;
	color:#24405E;
}

.nav2 ul li.passiv a {
	float:
	
/*Non-IE6*/
none!important;
	line-height:1.8em;
	float:
	
/*IE-6*/
left;
	display:block;
	height:1.8em;
	padding:0 14px;
	text-decoration:none;
	color:#444444;
}

.nav2 ul li.activepath {
	float:left;
	z-index:
	
/*Non-IE6*/
auto!important;
	z-index:
	
/*IE6*/
1000;
}

.nav2 ul li.activepath a {
	float:
	
/*Non-IE6*/
none!important;
	background-color:#6DB3D5;
	line-height:1.8em;
	float:
	
/*IE-6*/
left;
	display:block;
	height:1.8em;
	padding:0 16px;
	text-decoration:none;
	font-weight:bold;
	color:#24405E;
}

.nav2 ul li.active a.MenuBarItemSubmenu {
	float:
	
/*Non-IE6*/
none!important;
	background-color:#6DB3D5;
	line-height:1.8em;
	float:
	
/*IE-6*/
left;
	display:block;
	height:1.8em;
	padding:0 16px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

.nav2 ul li ul {
	display:none;
	border:none;
}


	
/*Non-IE6 hovering*/
.nav2 ul li:hover {
	position:relative;
}


	
/*Sylvain IE hack*/
.nav2 ul li:hover a {
	background-color:#6DB3D5;
	text-decoration:none;
	color:#24405E;
}


	
/*Color main cells hovering mode*/
.nav2 ul li:hover ul {
	display:block;
	width:10em;
	position:absolute;
	z-index:999;
	top:1.8em;
	margin-top:0;
	left:0;
}

.nav2 ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px;
	border-left:solid 1px #afafaf;
	border-bottom:solid 1px rgb(175,175,175);
	background-color:rgb(237,237,237);
	font-weight:normal;
	color:rgb(50,50,50);
}


	
/*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {
	background-color:rgb(210,210,210);
	text-decoration:none;
	color:#24405E;
}


	
/*Color subcells hovering mode*/

	
/*IE6 hovering*/
.nav2 table {
	position:absolute;
	top:0;
	left:-1px;
	border-collapse:collapse;
}

.nav2 ul li a:hover {
	position:
	
/*Sylvain IE hack*/
relative;
	z-index:
	
/*Sylvain IE hack*/
1000;
	background-color:rgb(210,210,210);
	text-decoration:none;
}


	
/*Color main cells hovering mode*/
.nav2 ul li a:hover ul {
	display:block;
	width:10em;
	position:absolute;
	z-index:999;
	top:3.1em;
	t\op:3em;
	left:0;
	marg\in-top:.1em;
}

.nav2 ul li a:hover ul li a {
	white-space:normal;
	display:block;
	w\idth:10em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px;
	border-left:solid 1px rgb(175,175,175);
	border-bottom:solid 1px rgb(175,175,175);
	background-color:rgb(237,237,237);
	font-weight:normal;
	color:rgb(50,50,50);
}


	
/*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {
	background-color:rgb(210,210,210);
	text-decoration:none;
}


	
/*Color subcells hovering mode*/
.header-breadcrumbs {
	background:rgb(225,225,225) url(../img/bg_main_withoutnav.jpg) top left repeat-y;
}

.header-breadcrumbs ul {
	float:left;
	width:560px;
	list-style:none;
	padding:0 0 0 15px;
	font-family:verdana,arial,sans-serif;
}

.header-breadcrumbs ul li {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-weight:normal;
	color:#323232;
	font-size:100%;
}

.header-breadcrumbs ul a {
	color:#646464;
	text-decoration:none;
}

.header-breadcrumbs ul a:hover {
	color:#A1742B;
	text-decoration:underline;
}

.header-breadcrumbs .searchform {
	float:right;
	width:285px;
	padding:
	
/*Non-IE6*/
0 17px 0 0!important;
	padding:
	
/*IE6*/
0 12px 0 0;
}

.header-breadcrumbs .searchform form fieldset {
	float:right;
	border:none;
}

.header-breadcrumbs .searchform input.field {
	width:10em;
	padding:.2em 0;
	border:1px solid #d0d0d0;
	font-family:verdana,arial,sans-serif;
	font-size:120%;
}

.header-breadcrumbs .searchform input.button {
	width:3em;
	padding:
	
/*Non-IE6*/
1px!important;
	padding:
	
/*IE6*/
0;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana,arial,sans-serif;
	color:rgb(150,150,150);
	font-size:120%;
}

.header-breadcrumbs .searchform input.button:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}


	
/* --- For alternative headers END PASTE here --- */

	
/******************/

	
/*  MAIN SECTION  */

	
/******************/

	
/* MAIN NAVIGATION */
.main-navigation .round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin:0;
	background:url(../img/bg_corner_topleft.gif) no-repeat;
}


	
/* MAIN CONTENT */
.column1-unit {
	font-size:1em;
	width:560px;
	margin-bottom:
	
/*Non-IE6*/
10px!important;
	margin-bottom:
	
/*IE6*/
5px;
}

.column1-unit .textItem p {
	color:#4f4f4f;
	line-height:1.8em;
}

.column2-unit-left {
	float:left;
	width:270px;
	margin-bottom:
	
/*Non-IE6*/
10px!important;
	margin-bottom:
	
/*IE6*/
5px;
}

.column2-unit-right {
	float:right;
	width:270px;
	margin-bottom:
	
/*Non-IE6*/
10px!important;
	margin-bottom:
	
/*IE6*/
5px;
}

.column3-unit-left {
	float:left;
	width:175px;
	margin-bottom:
	
/*Non-IE6*/
10px!important;
	margin-bottom:
	
/*IE6*/
5px;
}

.column3-unit-middle {
	float:left;
	width:175px;
	margin-bottom:
	
/*Non-IE6*/
10px!important;
	margin-bottom:
	
/*IE6*/
5px;
	margin-left:15px;
}

.column3-unit-right {
	float:right;
	width:175px;
	margin-bottom:
	
/*Non-IE6*/
10px!important;
	margin-bottom:
	
/*IE6*/
5px;
}


	
/********************/

	
/*  FOOTER SECTION  */

	
/********************/
.footer p {
	line-height:1.3em;
	text-align:center;
	color:rgb(125,125,125);
	font-weight:bold;
	font-size:110%;
}

.footer p.credits {
	font-weight:normal;
}

.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);
}


	
/******************/

	
/*  CLEAR FLOATS  */

	
/******************/
.page-container:after,.header:after,.header-bottom:after,.header-breadcrumbs:after,.main:after,.main-navigation:after,.main-content: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;
}

p:after {
	content:".";
	display:block;
	height:0;

	
/*clear:both*/
	visibility:hidden;
}

.footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear-contentunit {
	clear:both;
	width:570px;
	height:.2em;
	border:none;
	background:rgb(210,210,210);
	color:rgb(210,210,210);
}


	
/********************************/

	
/*  PRINTING and MISCELLANEOUS  */

	
/********************************/
@media printheader-top 
	
}

	
}

@media printheader-breadcrumbs 
	
}

	
}

@media printnav2 
	
}

	
}


	
/*Color navigation bar normal mode*/
@media printmain 
	
}

	
}

@media printmain-navigation 
	
}

	
}

@media printfooter 
	
}

	
}
