/* 
    Document   : main
    Created on : Dec 31, 2008, 8:23:05 AM
    Author     : wilsons
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


#siteNav {
	font-size: 140%;
	}

#siteNav li {
	list-style: none;
	}

#siteNav li ul {
	font-size: 90%;
	}

#siteNav li ul li ul li {
	padding-left: 16px;
	background: url(bullet.gif) no-repeat 0 50%;
	}




ul.navbar {
  margin: 0em;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em;
}
body {

  background: #ffffff ;
  padding-left: 11em;
  font-family: Helvetica,Arial,Geneva,SunSans-Regular,sans-serif;
  color: black;
}
h1 {
  
}
h1, h2, h3, hr {
  color: #ff5620;
  font-family: Helvetica,Arial,Geneva,SunSans-Regular,sans-serif;
  text-align:center;
}
ul.navbar li {
  border-right: 1em solid #8be279;
  margin: 0.5em 0;
  padding: 0.3em;
  background: white none repeat scroll 0%;
}
ul.navbar a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
address {
  border-top: thin dotted;
  margin-top: 1em;
  padding-top: 1em;
}
#vertmenu {
  margin: 0px;
  padding: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  width: 140px;
  position: absolute;
  top: 1em;
  left: 1em;
}
#vertmenu h1 {
  border: 1px solid #000000;
  margin: 0px;
  padding: 3px 0 5px 3px;
  display: block;
  background-color: #ff5620;
  font-size: 100%;
  text-align: center;
  color: #ffff20;
  width: 139px;
}
#vertmenu ul {
  border:  none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#vertmenu ul li {
  margin: 0px;
  padding: 0px;
  font-weight: bold;

  font-size: 18px;
}
#vertmenu ul li a {
  border-bottom: 1px dashed #000000;
  padding: 4px 0px 2px 10px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  width: 140px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
  color: #000000;
  background-color: #ffff20;
}
#hor-minimalist-b {
  margin: 25px auto;
  background: #ffffff none repeat scroll 0%;
  font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
  font-size: 16px;
  border-collapse: collapse;
  text-align: left;
}
#hor-minimalist-b th {
  border-bottom: 2px solid #6678b1;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: normal;
  color: #003399;
}
#hor-minimalist-b td {
  border-bottom: 1px solid #cccccc;
  padding: 6px 12px;
  color: #666699;
}
#hor-minimalist-b tbody tr:hover td {
  color: #000099;
}
thead {
  font-weight: bold;
  text-align: center;
}
