#main {
  background-color:#FFFFFF;
}
#toplogo img {
  float:right;
}
#topnav {
  float:left;
  width:100%;  
  background-color:#E7E7FA;
  font-size:1.5em;
  line-height:normal;
  margin-bottom:30px;
  }
#topnav ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#topnav li {
  float:left;
  margin:0 5px 0 0;
  padding:0 5px 0 0;
  }
#topnav a {
  float:left;
  display:block;
  background-color:#D1D1D1;
  padding:6px 14px 4px 14px;
  text-decoration:none;
  font-weight:normal;
  color:#fff;
  /*
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  */
  border-radius: 10px 10px 0 0;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topnav a {float:none;}
/* End IE5-Mac hack */
#topnav a:hover {
  color:#000;
  }
#topnav .selected {
  
  }
#topnav .selected a {
  background-color:#fff;
  color:#333;
  padding-bottom:5px;
  }
#sidenav {
  
}
#sidenav ul {
  margin:0px;
  padding: 0 10px 0 10px;
  list-style:none;
}
#sidenav li {
  margin:0;
  padding:0;
  list-style:none;
  background-color:#F2F2F2;
  border-bottom: 1px solid #003366;
}
#sidenav li.first {
   border-top: 1px solid #003366;
}
#sidenav li.selected {
  color: #000;
  background-color:#D1D1D1;
}
#sidenav li.selected a,#sidenav li.selected a:visited,#sidenav li.selected a:hover {
  color: #000;
}
#sidenav a, #sidenav a:visited {
  display:block;
  color: #000;
  text-decoration:none;
  font-weight:bold;
  padding:5px 10px 5px 20px;

}
#sidenav a:hover {
  color:#fff;
  background-color:#D1D1D1;
}

#innerleft {
  margin-right:-1px;
  border-right: 1px solid #d1d1d1;
}

#footer {
  border-top:#000000;
  margin-top:50px;
  height:120px;
  padding-top:40px;
  background-image:url("img/footer.png");
  background-repeat:repeat-x;
}
#footer p,#footer #footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {
  color:#EEE;
}
#footer a,#footer a:visited {
  color:#FFF;	
}
#footer a:hover{
  color:#222;
}
#footer img.top-10 {
  vertical-align:middle;
}
#details {
 display: hidden;
}
#overlay {
 display: hidden;
}
h1 {font-size:2em;line-height:1.2;font-weight:bold;margin-bottom:0.5em;}
h2 {font-size:1.6em;line-height:1.2;margin-bottom:0.5em;}
h3 {font-size:1.2em;font-weight:bold;line-height:1.2;margin-bottom:0.5em;}
h4 {font-size:1em;font-weight:bold;line-height:1;margin-bottom:1em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1em;}
h6 {font-size:1em;font-weight:bold;margin-bottom:1em;}
a,a:hover,a:visited {
  text-decoration:none;
  color: #004E9C;
}
img.frontimage {
  border:5px solid #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.frontsidebs {
  border:5px solid #000;
  margin-left:40px;
}
hr.spacer {
  border: none;
  height: 0;
  margin-top:22px;
}
.background {
  background-color:#E7E7FA;
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select  {
margin:0;
width:200px;
}
textarea  {
	height:100px;
	padding:0;
	width:250px;
}
div.googlemap-map {
	height: 400px;
}