/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

body {
  color: #000000;
  background-color: #7CA5C3;
  font-family: tahoma, sans-serif;
  font-size: 10pt;
  width: 775px;
  margin-left: auto;
  margin-right: auto;
}

#listindent {
  padding: 20px;
}

a:link {color: darkblue}      /* unvisited link */
a:visited {color: darkblue}  /* visited link */
a:hover {color: darkblue}  /* mouse over link */
a:active {color: darkblue}  /* selected link */

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

p.style6, p.style4, p.style22, .schedule {
  margin: 10px;
}

td {
  padding-left: 10px;
  padding-right: 10px;
}

th {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-align: left;
}

/* Header */

.containerAll {
/*
  background-color: white;
*/
  background-color: #d9e3eb;
}

.containerTop {
  clear: both;
}

.containerTop img {
  display: block;
}

.ContainerTopMenu {
  clear: both;
  position: relative;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
  background-color: #0a347d;
}

.containerTopMenu img {
  display: block;
}

.containerBottomClose {
  height: 40px;
  width: 100%;
  background-color: #0a347d;
}

.containerTopSpacer {
  clear: both;
  position: relative;
  top: 0px;
  left: 0px;
  height: 5px;
  width: 100%;
  background-color: #0a347d;
}

.containerLeft {
  clear: both;
  float: left;
  width: 175px;
  height: 100%;
  padding-left: 20px;
  background-color: #d9e3eb;
}

.containerLeft li {
  list-style-type: disc;
  padding-bottom: 5px;
}

.containerLeft li a {
  text-decoration: none;
}

.containerLeft li a:hover {
  text-decoration: underline;
}

.containerCenter {
  float: left;
  width: 580px;
  height: 100%;
  background-color: white;
}

.containerRight {
  float: right;
  width: 400px;
  background-color: white;
}

.containerBottomMenu {
  clear: both;
  text-align: center;
  background-color: white;
  margin-bottom: 20px;
  color: red;
}

.containerBottomMenu a {
  text-decoration: none;
}

.containerBottomMenu a:hover {
  text-decoration: underline;
}

.containerBottomClose {
  clear: both;
  background-color: #0a347d;
  margin-bottom: 40px;
}

.containerBottomLegal {
  clear: both;
  width: auto;
  text-align: center;
  background-color: white;
}

.floatLeft {
  float: left;
}

.floatLeft2 {
  float: left;
  padding-left: 100px;
}

#listIndent {
  padding-left: 20px;
}

#sidemenu li {
  color: red;
}

hr {
  border: 1px solid red;
}

hr.clear {  
  background: none;  
  border: 0;  
  clear: both;  
  display: block;  
  float: none;  
  font-size: 0;  
  margin: 0;  
  padding: 0;  
  overflow: hidden;  
  visibility: hidden;  
  width: 0;  
  height: 0;  
}

/* Top menu */
.nav-menu {
  width: auto;
  background-color: #0a347d;
}

.nav-padding {
  float: left;
  padding-left: 50px;
}

.nav-menu li{
  float: left;
  margin: 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
}
  
.nav-menu li a{
  background-color:  #d9646c;
  height: 2.5em;
  line-height: 2.5em;
  float: left;
  width: 8em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size:8pt;
  font-weight:bold;
}
  
.nav-menu li a:hover {
  text-decoration: underline;
}

/* Hide from IE5-Mac \*/
.nav-menu li a
{
  float: none;
}
/* End hide */
  
.nav-menu li hover{
  background-color: black;
  color: red;
}

.nav-menu li ul {
  position: absolute;
  white-space: nowrap;
  text-align: left;
  list-style: none;
  display: none;
  z-index: 5;
  left: 0%;
  top: 1.15em;
  margin: 0px;
  padding: 0px;
  border: 1px solid gray;
  background-color: gray;
}

.nav-menu li ul li{
  position: relative;
  left: 0px;
  display: list-item;
  cursor: pointer;
}

.nav-menu li ul li a{
  display: block;
  margin-left: 3px;
  margin-right: 3px;
}
  
.nav-menu li ul li hover{
  background-color: black;
  color: red;
}

.nav-menu li hover > ul{
  display: block;
}
