/****************************************************************/
/*   Design:   Multiflex-5.4                                    */
/*   Type:     Design with sidebar                              */
/*   File:     Grid Toolbox                                     */
/*   Option:   Design with sidebar                              */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     March 13, 2008                                   */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/* Web safe colors are those where each color component                   */
/*(red, green, blue) has a value of : 00, 33, 66, 99, cc, or ff.          */

/* new www v2,   rgb(000,000,000) html= 000000  black             		  */   
/* new www v2,   rgb(255,255,255) html= FFFFFF  white           		  */   
/* new www v2,   rgb(200,200,200) html= C8C8C8  border grey medium        */   
/* new www v2,   rgb(240,240,240) html= F0F0F0  body backgound light grey */   

/* new QW blue,  rgb(223,255,255) html= DFFFFF  background but 99FFFF is a safe web colour */   
/* new QW green, rgb(204,255,221) html= CCFFDD  background but CCFFCC is s safe web colour */    
/* new QW pink,  rgb(255,238,238) html= FFEEEE  background but FFCCCC is s safe web colour */   

/* new v2 blue,  rgb(000,000,255) html= 0000FF  or 0000cc text */   
/* new v2 red,   rgb(255,000,000) html= FF0000  or cc0000 text */   

/******************/
/* GLOBAL LAYOUT  */
/******************/

 body {						/* background out side of main body */
	font-size:62.5%;
	background-color:rgb(240,240,240);
	font-family:arial, sans-serif;
	font-weight: normal;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {width:978px; padding-top:10px; padding-bottom:20px; margin:0 auto; font-size:1.0em;}
.header {
	width:958px; 
	min-height:130px /*Non-IE6*/; 
	height:auto !important /*Non-IE6*/; 
	height:130px /*IE6*/; 
	border-left:solid 10px rgb(200,200,200); 
	border-right:solid 10px rgb(200,200,200); 
	background:rgb(225,225,225) url(../img/bg_header.jpg) repeat-x /*Total header background image entered here. Height: 125px*/; font-size:1.0em;
}
/* new QW blue, .header-top WAS background:rgb(218,218,218) */
.header-top {
	clear:both;
	width:958px;
	height:100px;                 /*Top header background image entered here. Height: 100px*/
	background:rgb(223,255,255) url(../img/bg_header_top.jpg) repeat-x;
	font-size:1em;
}
.header-bottom {
	clear:both; 
	width:958px; 
	min-height:30px /*Non-IE6*/; 
	height:auto !important /*Non-IE6*/; 
	height:30px /*IE6*/; 
	background:rgb(223,255,255) url(../img/bg_header_bottom.jpg) repeat-x /*Bottom header background image entered here: Height: 25 px*/; 
	font-size:1.0em;
}
/* first CSS style for the MAIN MENU the .navbar more .navbar look for the NAVIGATION BAR section  below */
.navbar {
	white-space:nowrap /*IE hack*/; 
	float:left; 
	width:958px; 
	border-left:solid 10px rgb(200,200,200); 
	border-right:solid 10px rgb(200,200,200); 
	background-color:rgb(223,255,255);              /* QW BLUE Color navigation bar normal mode*/
	font-family:tahoma,arial,sans-serif; 
	font-size:130% !important /*Non-IE6*/; 
	font-size:120% /*IE6*/;
}
.main {
	clear:both; 
	width:958px; 
	padding:10px 0 20px 0; 
	border-left:solid 10px rgb(200,200,200); 
	border-right:solid 10px rgb(200,200,200); 
	background-color:rgb(200,200,200); 
	font-size:1.0em;
}
.content {
	display:inline; /*Fix IE floating margin bug*/; 
	float:left; 
	width:676px; 
	background-color:rgb(200,200,200); 
	font-size:1.0em; 
	overflow:visible !important /*Non-IE6*/; 
	overflow:hidden /*IE6*/;
}
.subcontent {
	display:inline /*Fix IE floating margin bug*/; 
	float:right; 
	width:270px; 
	background-color:rgb(200,200,200);    
	font-size:1.0em; 
	overflow:visible !important /*Non-IE6*/; 
	overflow:hidden /*IE6*/;
}
.footer {clear:both; width:958px; padding:1.0em 0 1.0em 0; border-left:solid 10px rgb(200,200,200); border-right:solid 10px rgb(200,200,200); background-color:rgb(225,225,225); font-size:1.1em !important /*Non-IE6*/; font-size:1.0em /*IE6*/; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;}


/****************/
/*  HEADER-TOP  */
/****************/

/* SITENAME AND SLOGAN */
.sitelogo {
	width:80px;
	height:81px;
	position:absolute;
	z-index:1;
	margin:15px 0 0 15px;
	/*	background:url(../img/bg_logo_blue.gif);  mf_54 logo in blue    */
    /*	background:url(../img/weblogo_83_80.gif); blue graphic on white background    */
/*	background:url(../img/nvlogo_blue_small.gif);    */
	background:url(../img/nvlogo_transparent.png);
}
.sitename {
	width:430px;
	height:70px;
	position:absolute;
	z-index:1;
	overflow:hidden;
	left: auto;
	top: auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
}
.sitename h1 {font-family:"trebuchet ms",arial,sans serif; font-weight:normal; font-size:290% !important /*Non-IE6*/; font-size:260% /*IE6*/;}
.sitename h2 {font-family:verdana,arial,sans serif; margin-top:-5px; padding-bottom:2px; color:rgb(125,125,125); height:20px; font-weight:normal; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
.sitename h3 {
	font-weight:normal; 
	font-size:145% !important /*Non-IE6*/; 
	font-size:130% /*IE6*/;
	}
.sitename a{text-decoration:none; color:rgb(125,125,125);}
.sitename a:hover {text-decoration:none;}

/* BUTTON NAVIGATION -- Header Flags top right corner on the original MF template */
.navbutton {
	width:400px;
	position:absolute;
	z-index:2;
	margin-top:26px;
	margin-left:550px !important /*Non-IE6*/;
	margin-left:553px /*IE6*/;
	top: 0px;			/* new for flags to fit above 1.800 number */
	height: 96px;       /* new for flags to fit above 1.800 number */
}
.navbutton ul {float:right;}
.navbutton li {
	display:inline; 
	list-style:none;
	text-decoration:none;      /* test to remove underscore between flags   */
}
.navbutton li a {padding-left:3px;}
.navbutton a:hover {text-decoration:none;}
.navbutton a img {
/*	height:32px;    */
}

/* GLOBAL NAVIGATION -- Header items right side on the original MF template ABOUT CONTACT SITE-MAP LINKS */
.navglobal {
	width:600px;
	position:absolute;
	z-index:3;
	margin-top:65px;
	margin-left:349px !important /*Non-IE6*/;
	margin-left:351px /*IE6*/;
}
.navglobal ul {float:right; font-weight:normal;}	
.navglobal li {display:inline; list-style:none;}
.navglobal li a {
	display:block; 
	float:left; 
	padding:2px 5px 2px 5px; 
	color:rgb(125,125,125); 
	text-decoration:none; 
	font-size:130% !important /*Non-IE6*/; 
	font-size:120% /*IE6*/;
}
.navglobal a:hover {text-decoration:none; color:rgb(42,90,138);}

/*******************/
/*  HEADER BOTTOM  */
/*******************/

/* BREADCRUMB */
.header-bottom ul {
	float:left; 
	width:550px; 
	list-style:none;   
	padding:8px 0 3px 10px !important /*Non-IE6*/; 
	padding:8px 0 3px 10px /*IE6*/;
}
.header-bottom ul li {display:inline; padding:0 0 0 10px; background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%; font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom ul li.nobullet {display:inline; padding:0; background:none; color:rgb(75,75,75);}
.header-bottom ul a {color:rgb(125,125,125); font-weight:bold; text-decoration:none;}
.header-bottom ul a:hover {
	color:rgb(255,255,255);     /*   white    */
	color:rgb(0,0,255);
}



/* SEARCH FORM */
.header-bottom .searchform {
	float:right; 
	width:390px;
	right:5px;      
}
.header-bottom .searchform form fieldset {float:right; border:none; padding-top:5px; padding-right:10px;}
.header-bottom .searchform input.field {width:15.0em; height:1.2em; padding:1px !important /*Non-IE6*/; padding:2px /*IE6*/; border:solid 1px rgb(200,200,200); background-color:rgb(255,255,255); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button {width:4.5em; height:1.6em; background-color:rgb(240,240,240); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(100,100,100); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background-color:rgb(220,220,220); color:rgb(80,80,80);}


/*******************/
/* the news box */
/*******************/
#news {
	width:700px;
    float:left;
	left:130px;         
	background:rgb(223,255,255);    /* set colour to hide the "stop marquee" blue label  */
/*	background:#eee;    /* comment out colour to match default background */
	font-size:140% !important /*Non-IE6*/;
	font-size:140% /*IE6*/;
}
#news a {
	color:#000;
}
#news ul {
	margin:0 .5em 0 1em;     
	padding:0;
}
#news li {
	line-height:15px;
}
#news.hasJS ul li {
	color:rgb(000,000,255);
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:25px;
	overflow:hidden;    
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;    
	top:0px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}


/********************/
/*  NAVIGATION BAR  */
/********************/

/* MAIN MENU */
.navbar ul {								/* JRP The .navbar ul cancels out the default list styling for  */
	list-style-type:none;					/*     the navigation bar lists. This allows us to style the    */
}  											/*     lists without fighting unintended inherited properties   */
.navbar ul li {                     		/* JRP This style is used for buttons without the <a>, that     */
	float:left;                     		/*     would be a button without a link or reference            */
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 
/*	background-color:rgb(225,225,225);    */
	background-color:rgb(223,255,255);    
}
.navbar ul li a {                   		/* JRP This style contains the rules for links in a button bar */
	background-color:rgb(223,255,255);      /* JRP - NEW - Line to set blue */
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block; 
	height:3.1em; 
	line-height:3.1em; 
/*	padding:0 16px 0 16px; 					/* width of the old buttons on the bar */
	padding:0 16px 0 16px; 					/* width of new buttons on the bar */
	text-decoration:none; 			 
	font-weight:bold; 						/* sets the BAR font to bold   */
	color:rgb(100,100,100);         		/* sets the BAR font color to dark grey */
	border-right:solid 0px rgb(215,215,215);
}
.navbar ul li ul {                  		/* JRP cancels out the display of decendant lists            */
	display:none; 							/* JRP must be in place otherwise get dozens of nav rows ! ! */
	border:none;   
}

/* SUBMENU (Non-IE6 hovering) */
.navbar ul li:hover {
	position:relative;                  	/*Sylvain IE hack*/
} 
.navbar ul li:hover a {         
/*	background-color:rgb(235,235,235); 	*/	/* GREY - Color main cells hovering mode*/
/*	background-color:rgb(235,235,235); 	*/	/*Color main cells hovering mode*/
	background-color:rgb(255,238,238);	    /* PINK - Color subcells hovering mode*/            /*  non IE6  */
	text-decoration:none;
} 
.navbar ul li:hover ul {            		/* JRP Style of a button on main bar while hovering over it */
	display:block; 
	width:10.0em; 
	position:absolute; 
	z-index:1000; 
	top:3.0em; 
	margin-top:0.1em; 
	left:0; 
	padding:0px 16px 0px 16px; 				/* width of button while item list below is displayed */
	border-top:solid 1px rgb(215,215,215);
}
.navbar ul li:hover ul li,					/* JRP - NEW - this style if for list item without a link */
                                    		/* JRP - NEW - TOP PARENT style for 2nd level sub list    */
.navbar ul li:hover ul li a {       		/* JRP */
	white-space:normal;                 	/*Color subcells normal mode*/
	display:block; 
	width:14.0em; 							/*  WAS   10.0em                 */
	height:auto; 
	line-height:1.3em;              		/*  list item height WAS 1.3em   */
	margin-left:-17px; 
	padding:2px 6px 2px 16px;      			/*  WAS   4px 16px 4px 16px      */
/*	background-color:rgb(235,235,235);  */  /* GREY - Color main cells hovering mode*/
	background-color:rgb(223,255,255);    	/* Set MENU  background to QW Blue  */
	font-weight:normal; 
	color:rgb(100,100,100);
} 
.navbar ul li:hover ul li a:hover { 
/*	background-color:rgb(225,225,225);  */  /* GREY - Color subcells hovering mode*/
	background-color:rgb(255,238,238);	    /* PINK - Color subcells hovering mode*/
	font-weight:bold; 						/* sets the BAR font to bold   */
	text-decoration:none;
} 

/* SUBMENU (IE6 hovering) */
.navbar table {       					
/*	background-color:rgb(223,255,255);	*/  /* NOT HERE */
	position:absolute; 
	z-index:1000; 
	top:0px; 
	left:-1px; 
	border-collapse:collapse;
}
.navbar ul li a:hover {           
	position:relative; 		/*Sylvain IE hack*/ 	/*Color main cells hovering mode*/
	z-index:1000; 			/*Sylvain IE hack*/ 
/*	background-color:rgb(235,235,235);  */
	background-color:rgb(255,238,238);	    /* PINK - Color subcells hovering mode*/
	text-decoration:none;
} 
.navbar ul li a:hover ul {      
	display:block; 
/*	width:10.0em; 	*/
	width:14.0em; 
	position:absolute; 
	z-index:1000; 
	top:3.1em; 
	t\op:3.0em; 
	left:0px; 
	marg\in-top:0.1em; 
	border-top:solid 1px rgb(215,215,215);
	background-color:rgb(223,255,255);    	/* Set MENU  background to QW Blue  */ 	/* IE6  */
}
.navbar ul li a:hover ul li a {     
	white-space:normal;                    /*Color subcells normal mode*/
	display:block; 
/*	width:10.0em; 	*/
	width:14.0em; 
	height:1px; 
	line-height:1.3em; 
	padding:4px 16px 4px 16px; 
/*	background-color:rgb(235,235,235); 	*/
	background-color:rgb(223,255,255);    	/* Set MENU  background to QW Blue  */ 
	font-weight:normal; 
	color:rgb(100,100,100);
} 
/* SUBMENU (IE6 hovering) */
.navbar ul li a:hover ul li a:hover { 
/*	background-color:rgb(225,225,225);  */ 	/*Color subcells hovering mode*/                       /* IE6 */
	background-color:rgb(255,238,238);	    /* PINK - Color subcells hovering mode*/               /* IE6 */
	text-decoration:none;
	font-weight:bold; 						/* sets all the FONTS in the drop down to BOLD  */     /* IE6 */
} 

/************/
/*  CONTENT */
/************/

/* CONTAINER (NO BOXES) */
.content-1col-nobox {width:676px; background-color:rgb(255,255,255);}
.content-2col-nobox-leftcolumn {display:inline; float:left; width:337px; border-right:solid 1px rgb(215,215,215) /*Use this statement if left column is longer than the right column. Activate by removing "xx_" from property name*/; background-color:rgb(255,255,255);}
.content-2col-nobox-rightcolumn {display:inline; float:right; width:337px; border-left:solid 1px rgb(215,215,215)/*Use this statement if right columnn is longer than the left column. De-activate by adding "xx_" to propery name*/; background-color:rgb(255,255,255);}

/* CONTAINER (BOXES) */
.content-1col-box {width:676px; background-color:transparent;}
.content-2col-box-leftcolumn {display:inline; float:left; width:333px; background-color:transparent;}
.content-2col-box-rightcolumn {display:inline; float:right; width:333px;  background-color:transparent;}
.content-2col-box {width:333px; background-color:rgb(255,255,255);}

/***************/
/* SUBCONTENT  */
/***************/

/* new QW green, .header-top WAS background:rgb(200,200,200) */
.subcontent-box {width:270px; float:right; background-color:rgb(142,189,189);}    /* QW BLUE COMPLEMENT */
.subcontent-box {width:270px; float:right; background-color:rgb(204,255,221);}    /* QW GREEN */

.corner-subcontent-top-pink {clear:both; width:270px; height:7px; overflow:hidden; background-image: url(../img/bg_corner_subcontent_top_pink.png); background-repeat: no-repeat;}
.corner-subcontent-bottom-pink {clear:both; width:270px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_subcontent_bottom_pink.png) no-repeat; overflow:hidden;}
.subcontent-box-pink {width:270px; float:right; background-color:rgb(255,238,238);}    /* QW PINK */

/******************************************/
/*  CALENDAR                              */
/*  If you want to add your own styles,   */
/*  then add them here in order to avoid  */
/*  a mixup with the default styles.      */
/******************************************/

.subcontent-calendar {
	width:270px;
	background-color:rgb(204,255,221);      /* QW GREEN */
	font-size:0.96em;
}    
.subcontent-calendar .month {				/* title   month - year */
	height:10px;
	background-color:black;
	font:bold 12px verdana;
	color:white;
	text-align:center;
	border-color:rgb(200,200,200);
	border-style:inset;
}
.subcontent-calendar .daysofweek {			/*    S M T W T F S 	*/
	height:10px;
	background-color:rgb(200,200,200);
	font:bold 12px verdana;
	color:white;
	border-color:rgb(200,200,200);
	border-style:inset;
}
.subcontent-calendar .days {				/*  days of the month  	*/
	height:10px;
	font-family:verdana;
	color:black;
	background-color:rgb(255,238,238);
	text-align:center;
	border-color:rgb(200,200,200);
	border-style:inset;
}
.subcontent-calendar .days #today{			/* today				*/
	font-weight: bold;
	color: red;
}

/************/
/*  FOOTER  */
/************/
.footer p {clear:both; line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:110%;}
.footer p.credits {clear:both; font-weight:normal;}
.footer a, .footer a:visited {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
/*   .footer img {float:right; position:relative; top:-25px}   */

/*********************/
/*  ROUNDED CORNERS  */
/*********************/

/* PAGE */
.corner-page-top {width:978px; height:10px; background:transparent url(../img/bg_corner_page_top.gif) no-repeat; overflow:hidden;}
.corner-page-bottom {width:978px; height:10px; padding-bottom:20px; background:transparent url(../img/bg_corner_page_bottom.gif) no-repeat; overflow:hidden;}

/* CONTENT */
.corner-content-1col-top {clear:both; width:676px; height:7px; background:white url(../img/bg_corner_content_1col_top.gif) no-repeat; overflow:hidden;}
.corner-content-1col-bottom {clear:both; width:676px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_1col_bottom.gif) no-repeat; overflow:hidden;}
.corner-content-2col-top {width:333px; height:7px; background:transparent url(../img/bg_corner_content_2col_top.gif) no-repeat; overflow:hidden;}
.corner-content-2col-bottom {width:333px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_2col_bottom.gif) no-repeat; overflow:hidden;}

/* SUBCONTENT */

.corner-subcontent-top {
	clear:both;
	width:270px;
	height:7px;
	overflow:hidden;
	background-image: url(../img/bg_corner_subcontent_top_green.gif);
	background-repeat: no-repeat;
}
.corner-subcontent-bottom {
	clear:both; 
	width:270px; 
	height:7px; 
	margin-bottom:10px; 
	background:transparent url(../img/bg_corner_subcontent_bottom_green.gif) no-repeat; 
	overflow:hidden;
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-1col-nobox:after, .content-2col-nobox-leftcolumn:after, .content-2col-nobox-rightcolumn:after, .content-1col-box:after, .content-2col-box-leftcolumn:after, .content-2col-box-rightcolumn:after, .content-2col-box:after, .subcontent-box:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.corner-content-1col-top:after, .corner-content-1col-bottom:after, .corner-content-2col-top:after, .corner-content-2col-bottom:after, .corner-subcontent-top:after, .corner-subcontent-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both Do not use here to avoid paragraphs clearing next to images;*/  visibility:hidden;}
 
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the columns  */                 
@media print {.content-2col-nobox-rightcolumn {display:inline; float:right; width:337px; border-left:none; background-color:rgb(255,255,255);}}

/******************************************/
/*  YOUR OWN USER STYLES                  */
/*  If you want to add your own styles,   */
/*  then add them here below in order to  */
/*  avoid a mixup with default styles.    */
/******************************************/

.navbutton-right {			/* header style for Order online 800    */
/*	margin:1.0em 0 1.0em 0;    */
	line-height:1.3em;
	line-height:0.8em;
	padding: 0 5px 0 5px;                                
	font-size:140% !important /*Non-IE6*/;
	font-size:140% /*IE6*/;
	text-align: right;    
}
