/****************************************************************/
/*   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!                */
/****************************************************************/

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

 body {
	font-size:62.5%;
	background-color:rgb(240,240,240);
	font-family:'Trebuchet MS', arial, sans-serif;
	background-image: url(../../backgroundtile.gif);
} /*Font-size: 1.0em = 10px when browser default size is 16px*/


img {
}



.container {
	width:978px;
	padding-top:10px;
	padding-bottom:20px;
	margin:0 auto;
	font-size:1em;
	overflow: visible;
}
.header {
	width:958px;
	border-left:solid 10px white;
	border-right:solid 10px white;
	font-size:1em;
	background-position: right bottom;
	background-repeat: repeat-x;
	background-image: url(../../images/OFF.gif);
}
.header-top {
	clear:both;
	width:958px;
	height:124px;
	font-size:1em;
	background-image: url(../images/bg_header_top2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.header-bottom {
	clear:both;
	height:30px /*IE6*/;
	font-size:1em;
	background-color: rgb(225,225,225);
	background-image: url(../../images/OFF.gif);
	background-repeat: repeat-x;
}
.navbar {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:938px;
	border-left:solid 10px white;
	border-right:solid 10px white;
	background-color:#000000;
	font-family:tahoma,arial,sans-serif;
	font-size:130% !important /*Non-IE6*/;
	font-size:120% /*IE6*/;
	height: 100px;
	border-bottom: solid 2px white;
	color: #CCCCCC;
	padding: 10px;
	text-align: center;
} /*Color navigation bar normal mode*/
.main {
	clear:both;
	width:958px;
	padding:10px 0px 20px 0px;
	border-left:solid 10px white;
	border-right:solid 10px white;
	background-color:rgb(200,200,200);
	font-size:1em;
	height: 600px;
	overflow: visible;
}
.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 white;
	border-right:solid 10px white;
	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:307px;
	height:70px;
	position:absolute;
	z-index:1;
	margin:15px 0 0 15px;
	background-image: url(../images/agaslogo.gif);
}

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


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

/* BREADCRUMB */
.header-bottom ul {
	float:left;
	width:948px;
	list-style:none;
	padding:0px 0 3px 10px !important /*Non-IE6*/;
	padding:8px 0 3px 10px /*IE6*/;
	background-color: transparent;
	background-image: url(../../images/OFF.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.header-bottom ul li {
	font-size:12px !important /*Non-IE6*/;
	font-size:100% /*IE6*/;
	font-weight: bold;
	display: block;
	float: left;
	height: 22px;
	text-align: center;
}
.header-bottom ul li.nobullet {display:inline; padding:0; background:none; color:rgb(75,75,75);}
.header-bottom li a {
	display:block;
	float:left;
	color:#003333;
	text-decoration:none;
	font-weight:bold;
	padding:7px 22px 0;
	height:28px;
	background:transparent url("../../multiflex54_full/images/DIVIDER.gif") no-repeat top right;
	}
.header-bottom li a:hover {
	color:rgb(255,255,255);
	background-color: transparent;
	background-image: url(../../images/HOVER.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 27px;
}

/* SEARCH FORM */
.header-bottom .searchform {float:right; width:430px;}
.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);}

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

/* MAIN MENU */
.navbar ul {list-style-type:none;}
.navbar ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; background-color:rgb(225,225,225);}
.navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:rgb(100,100,100); border-right:solid 0px rgb(215,215,215);}
.navbar ul li ul {display:none; 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); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.0em; margin-top:0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.navbar ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

/* SUBMENU (IE6 hovering) */
.navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:rgb(235,235,235); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:10.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); }
.navbar ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

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

/* CONTAINER (NO BOXES) */
.content-1col-nobox {
	width:666px;
	background-color:rgb(255,255,255);
	margin-left: 10px;
	height: 515px;
}

/* 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  */
/***************/

.subcontent-box {
	width:260px;
	float:left;
	background-color:rgb(255,255,255);
	height: 240px;
}
.subcontent-box-200 {
	width:260px;
	float:left;
	background-color:rgb(255,255,255);
	height: 200px;
}

/************/
/*  FOOTER  */
/************/
.footer p {
	clear:both;
	line-height:1.3em;
	text-align:center;
	color:black;
	font-weight:bold;
	font-size:110%;
}
.footer p.credits {clear:both; font-weight:normal;}
.footer a, .footer a:visited {
	text-decoration:underline;
	color:#666666;
}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}

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

/* PAGE */
.corner-page-top {
	width:978px;
	height:10px;
	background:url(../images/bg_corner_page_top2.gif) no-repeat;
	overflow:hidden;
}
.corner-page-bottom {
	width:978px;
	height:4px;
	padding-bottom:20px;
	background:url(../images/bg_corner_page_bottom2.gif) no-repeat;
	overflow:hidden;
}

/* CONTENT */
.corner-content-1col-top {
	clear:both;
	width:666px;
	height:30px;
	background:white url(../images/bg_corner_content_1col_top2a.gif) no-repeat;
	overflow:hidden;
	margin-left: 10px;
}
.corner-content-1col-bottom {
	clear:both;
	width:666px;
	height:7px;
	margin-bottom:10px;
	background:transparent url(../images/bg_corner_content_1col_bottom2a.gif) no-repeat;
	overflow:hidden;
	margin-left: 10px;
}
.corner-content-2col-top {width:333px; height:7px; background:transparent url(../images/bg_corner_content_2col_top.gif) no-repeat; overflow:hidden;}
.corner-content-2col-bottom {width:333px; height:7px; margin-bottom:10px; background:transparent url(../images/bg_corner_content_2col_bottom.gif) no-repeat; overflow:hidden;}

/* SUBCONTENT */
.corner-subcontent-top {
	clear:both;
	width:260px;
	height:7px;
	background:transparent url(../images/bg_corner_subcontent_top2a.gif) no-repeat;
	overflow:hidden;
}
.corner-subcontent-bottom {
	clear:both;
	width:260px;
	height:7px;
	margin-bottom:10px;
	background:transparent url(../images/bg_corner_subcontent_bottom2a.gif) no-repeat;
	overflow:visible;
}

/******************/
/*  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);}}

 /********************************************/
/*  USED ONLY FOR DEMO PAGE FOR GRID SETUP  */
/*  Do not use for operational purposes     */
/********************************************/
.main p.demo {margin:0; padding:10px 20px 50px 20px;}

/******************************************/
/*  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.    */
/******************************************/


ul#menu{
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	text-transform:none;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../../images/OFF.gif") repeat-x top left;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	visibility: visible;
	height: 27px;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#003333;
	text-decoration:none;
	font-weight:bold;
	padding:7px 22px 0;
	background:transparent url("../../images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../../images/HOVER.gif") no-repeat top right;
	color: #FFFFFF;
	}
