@charset "utf-8";
/* CSS Document */

body {
	background:url(http://www.mediate.com/images/boxbkg.gif) repeat;
	font:10pt normal Verdana, Geneva, sans-serif;
	margin-top:20px
}
#container {
	background-color:#fff;
}

#navcol {
	padding-left:2px;
	background:url(http://www.mediate.com/images/lft_bkg.gif) left repeat-y #666699;
	width:200px;
	border-bottom:1px solid #444;
	border-top:1px solid #333;
	
	
}


#maincol {
	padding-right:2px;
	border-left:1px solid #ddd;
	background:url(http://www.mediate.com/images/rt_bkg.gif) right repeat-y #ffffff;
	border-bottom:1px solid #444;
	border-top:1px solid #333;
}
#tplftbox {
	
	color:#fff;
	height:129px;
	line-height:70px;
	background-color:#414141;
	border-bottom:1px solid #bcc68e;
}
#nvbox {
	padding:12px;
	color:#fff;
	background:#003366;
	padding-bottom:25px;
	border-bottom:1px solid #bcc68e;
}
#contactbox {
	padding:12px;
	font-size:10pt;
	color:#fff;
	margin-top:20px;
}

#contactbox a {color:#FFC}


#div1 {           /*topmost bar with top of head*/
	text-align:right;
	height:27px;
	line-height:27px;
	color:#fff;
	padding-right:5px;
	font-size:10px;
	background:url(http://www.mediate.com/images/bostick_top.gif) 60px 0px no-repeat #052f45;
}

#div1 a {color:#FFF; text-decoration:none}

#div1 a:hover {text-decoration:underline; color:#FF6}

#div2 {  /*bar with photo & company/person name embedded */
	background:url(http://www.mediate.com/images/d30500_series_bkg.jpg) repeat-x bottom;
	height:152px;
	color:#ffffff;
	font-family:'Vollkorn', arial, serif;
}
#div3 { /*contains breadcrumbs */
	border-top:1px solid #eee;
	height:30px;
	background:#666699;
	padding-left:20px;
	color:#fff;
	line-height:30px;
	/*border-bottom:1px solid #39504d;*/
}
#div4 { /*main content cell */
	padding:15px 20px 20px 20px;
	font-size:10pt;

}

/* coloring for main cell text links */
#div4 a {color:#006}
#div4 a:hover {text-decoration:none}

h1 { font-family: 'Vollkorn', arial, serif; }

/* menu styles */



div.menu {
	padding:5px 5px 5px 5px;
	margin:0;
}
div.menu a.lnav {
	display:block;
	margin:0px;
	width:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	color:#ffffff;
	text-decoration:none;
	font-family:'Vollkorn', Verdana, Arial;
	font-size:14px;
	border-bottom:1px dotted #8c4b09;
	font-weight:bold
}
div.menu a:hover {
	color:#000;
}

div.menu {
	padding:5px 5px 5px 5px;
	margin:0;
	background-color:;
	
}


ul.classmain {
}
ul.classmain, ul.classmain ul {
	width: 188px;                 /* sets the size of the menu blocks */
	border: none;     /* puts a black border around the menu blocks */
	background-color:none;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding:0;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.classmain li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
	display: none;               /* hides child menu blocks - one of the most important declarations */
	position: absolute;          /* make child blocks hover without leaving space for them */
	top: 0px;                    /* position slightly lower than the parent menu item */
	left: 188px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.classmain li:hover, ul.classmain li.CSStoHighlight {
	background-color:;      /* gives the active menu items a yellow background */
	color: #fff;                 /* makes the active menu item text black */
}
ul.classmain li {
	list-style-type: none;       /* removes the bullet points */
	margin:0px;                 /* Opera 7 puts large spacings between li elements */
	position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
	color: #333;                 /* sets the default font colour to white */
	font:normal 12pt Georgia, "Times New Roman", Times, serif; 
	padding:8px 5px 8px 5px;
	border-bottom:1px solid #1a4876;
	/*border-left:1px solid #8CBA00;
	border-right:1px solid #8CBA00;*/
	border-top:none;
}
ul.classmain li a {
	color:#fff;
	display: block;
	width: 100%;
	text-decoration: none;
}
ul.classmain li a:hover, ul.classmain li a.CSStoHighLink {
}
ul.classmain li:hover > a {
	color:#FF9;
}

/* -----------------------   */


ul.classmain ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
   
}
ul.classmain li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
  background:#003366;
  border:1px solid #1a4876;
  

}
/* and some link styles */
ul.classmain li a {display: block; width: 100%; text-decoration: none; }
ul.classmain li a:hover, ul.classmain li a.CSStoHighLink { color: #eee; text-decoration:underline }
ul.classmain li:hover > a { color: #fff; } /* supports links in branch headings - should not be display: block; */

ul.classmain *.dir { 

background-image: url(http://www.mediate.com/mpdimages/lg_carat.gif);
 background-position: 95% 50%;
 background-repeat: no-repeat;

 }


