@charset "UTF-8";
body  {
	font: .8em Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 1.5em;
}
a:link {
	color:#339933;
}
a:visited {
	color:#105111;
}
a:hover {
	color:#105111;
}
h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin:0 280px 10px 0;
}
p {
	margin:0 280px 10px 0;
}
ul {
	margin:0 280px 10px 0;
	padding-left:40px;
}
ol ul {
	margin:0 0 10px 0;
	padding-left:40px;
}
ul ul {
	margin:0 0 10px 0;
	padding-left:40px;
}
ol {
	margin:0 280px 10px 0;
	padding-left:40px;
}
li {
	margin:0 0 5px 0;
}
.img {
	align: right;
}
.twoColFixRtHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F0F0E6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {  
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* ================================================================ 
MAIN NAVIGATION

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:40px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:Verdana, arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	background-image: url(images/mm_crucial_1.jpg);
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:100%;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:100px; background:url(images/mm_mediation_1.jpg) no-repeat;;}
.menu li.p2 {width:107px; background:url(images/mm_facilitation_1.jpg) no-repeat;;}
.menu li.p3 {width:183px; background:url(images/mm_fixing_1.jpg) no-repeat;;}
.menu li.p4 {width:90px; background:url(images/mm_seminars_1.jpg) no-repeat;;}
.menu li.p5 {width:194px; background:url(images/mm_workcoaching_1.jpg) no-repeat;;}
.menu li.p6 {width:116px; background:url(images/mm_suggestions_1.jpg) no-repeat;;}
.menu li.p7 {width:85px; background:url(images/mm_contact_1.jpg) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#mediation {width:100px; background:url(images/mm_mediation_0.jpg) no-repeat;}
.menu li a#facilitation {width:107px; background:url(images/mm_facilitation_0.jpg) no-repeat;}
.menu li a#assessments {width:183px; background:url(images/mm_fixing_0.jpg) no-repeat;}
.menu li a#crucial {width:90px; background:url(images/mm_seminars_0.jpg) no-repeat;}
.menu li a#workcoaching {width:194px; background:url(images/mm_workcoaching_0.jpg) no-repeat;}
.menu li a#suggestions {width:116px; background:url(images/mm_suggestions_0.jpg) no-repeat;}
.menu li a#contact {width:85px; background:url(images/mm_contact_0.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#mediation:hover, .menu li:hover a#mediation,
.menu li a#facilitation:hover, .menu li:hover a#facilitation,
.menu li a#assessments:hover, .menu li:hover a#teamaudits,
.menu li a#crucial:hover, .menu li:hover a#crucial,
.menu li a#workcoaching:hover, .menu li:hover a#workcoaching,
.menu li a#suggestions:hover, .menu li:hover a#strategies,
.menu li a#contact:hover, .menu li:hover a#contact {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:35px; background: #336633; padding:5px; white-space:nowrap; width:235px; height:auto;}
.menu :hover ul.sub li {display:block; height:22px; position:relative; float:left; width:235px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:22px; width:235px; line-height:22px; text-indent:6px; color:#FFF; text-decoration:none; border:3px solid #33CC33; border-width:0 0 1px 0;}
.menu :hover ul.sub li a.fly {background:#336633 url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {color:#FFCC00;}
.menu :hover ul.sub li a.fly:hover {url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

/*************** Widget sidebar (sidebar 1) *****************************************************/
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	position: relative; right: 10px;
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 6px 0 10px 0;
	padding: 10px 10px;
	border: 1px solid #DCDCD2;
}
.sidebar_rollover_image {
	margin:0 0 10px 0;
	padding:0;
	width:190px;
}
.sidebox {
	float: right;
	margin: 0 0 10px 0;
	width: 190px;
	background: url("images/sb1_widget_btm.jpg") no-repeat bottom right;
}
.boxheadWdgt {
	background: url("images/sb1_widget_top.jpg") no-repeat top right;
	margin: 0;
	padding: 0 ;
	text-align: left;
}
.boxheadWdgt h2 {
	/*background: url("images/_template/headingUnderline_wdgt2.gif") repeat-x bottom;*/
	margin: 0;
	padding: 4px 4px 0 4px;
	color: #333333;
	font-size: 1.5em; 
	font-weight:normal;
	line-height: 1.2em;
}
.boxbody, .boxbody p {
	margin: 0 0 0 0;
	padding: 5px 10px 10px 10px;
	text-align: left;
	font-size: 95%;
	line-height: 1.3em;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 232px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.main_title {
	border: 1px solid #DCDCD2;
	background: url("images/title_bkgnd.jpg") repeat-x;
	margin:6px 0;
}
.main_body {
	border: 1px solid #DCDCD2;
	background: #FFF;
	margin:10px 0;
	padding:20px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

