/* 
////////////////////////////////////////////////////////////
//   CSS Document                                         //
//   Fabians Art Design                                   //
//   All Rights Reserved                                  //
//   Designed by FR                     October 19, 2007  //
////////////////////////////////////////////////////////////
*/


/* <----- Navigator - */
body {background: #EEE; color: #000;
  behavior: url(csshover.htc);} /* WinIE behavior call */
h1 {color: #AAA; border-bottom: 1px solid; margin-bottom: 0;}
#main {color: #CCC; margin-left: 7em; padding: 1px 0 1px 5%;
  border-left: 1px solid;}
div#nav {float: left; width: 7em; margin: -1px 0 0 -1px;
  background: #FDD;}
div#nav ul {margin: 0; padding: 0; width: 7em; background: white;
  border: 1px solid #AAA;}
div#nav ul.level2 {background: #879558;}
div#nav ul.level3 {background: #F3F3F3;}
div#nav li {position: relative; list-style: none; margin: 0;
  border-bottom: 1px solid #CCC;}
div#nav li:hover {background: #DC8;}
div#nav li.submenu {background: url(submenu.gif) 95% 50% no-repeat;}
div#nav li.submenu:hover {background-color: #EDD;}
div#nav li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 6em; border-left: 0.5em solid #BBB;}
div#nav li a:hover {border-left-color: #0066FF;}
div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; top: 0; left: 7em;
  display: none;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;} 

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2c4115;
    decoration: none;
}
a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #879558;
    decoration: none;
}



h1 {
	font-weight: 900;
	font-size: medium;
	color: #2c4115;
}

h2 {
	font-weight: 900;
	font-size: medium;
	color: #2c4115;
}

h3 {
	font-weight: 500;
	font-size: 16px;
	color: #2c4115;
}

h4 {
	font-weight: 100;
	font-size: 12px;
	color: #2c4115;
}


h5 {
	font-weight: 100;
	font-size: 12px;
	color: #2c4115;  
	font-style: italic;	
}

h6 {
	font-size: 10px;
	color: #2c4115;		
}

