html,body {
  margin: 0;
  padding: 0;
  height: 100%;}

body {
  margin: 0;
  background: #fff;
  font: 75% Verdana, "Trebuchet MS", Helvetica, sans-serif;
  color:#000;}

.center {
  text-align: center;}
  
h2,h3 {
  font-size: 120%;}

#wrapper {
  width: 770px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  min-height: 101%;
  overflow: hidden;
  background: #fff url(images/mmm.gif) repeat-y top left;}

#divTop {
  width: 750px;
  height: 160px;
  background: #fff url(images/newbg.png) no-repeat top left;
  overflow: hidden;}

#divTop h1 {
  margin: 0 0 35px 0;
  padding: 10px 0 0 0;
  width: 160px;
  float: right;
  text-align: center;
  font-size: 14px;}

#divTop p {
  background: #fff;
  margin: 2px 0 0 180px;}

#divTop p a img {
  border: 0;}

#divTop p a {
  display: block;
  background: none;
  text-align: center;
  color: #000;
  font-size: 12px;
  padding-top: 2px;
  text-decoration: none;}

#divTop p a:hover {
  color: #21A5DA;
  text-decoration: none;}
  
#divTop .topbar {
  margin-left: 141px;
  margin-bottom: 0; 
  padding-bottom: 2px; 
  padding-top: 2px;  
  width: 610px;
  clear: right;
  background: url(images/spot.png); 
  overflow: hidden; 
  color: #fff;}
  
#divTop .topbar .spl {
  float: left;
  padding-left: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;}
  
#divTop .topbar .spr {
  float: right; 
  padding-right: 5px;}
  
#divTop .topbar span a, #divTop .topbar span a:visited {
  color: #fff;
  text-decoration: none;}
  
#divTop .topbar span a:hover {
 color: #293194;}

#divleft {
  width: 160px;
  float: left;  
  min-height: 100%;
  padding-right: 5px;
  overflow: hidden;}

#ul-nav {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;}

#ul-nav li a {
  display: block;
  font-size: 110%;
  font-weight: 600;
  font-family: "Trebuchet MS";
  height: 1.5em;
  padding: 5px 10px 5px 0;
  width: 150px;
  color: #fff;
  background: #28A9E0;
  text-decoration: none;
  text-align: right;
  border-bottom: 1px solid #fff;}

#ul-nav li a:hover {
  color: #313491;
  background: #eeeeee;
  text-decoration: none;}

.thickbottom {
  border-bottom: 3px solid #92CCCC;
  margin-bottom: 5px;}
  
.thicktop {
  border-top: 3px solid #92CCCC;}

.whitetop {
  border-top: 1px solid #fff;}

.address, .telephone {
  padding-left: 5px;
  color: rgb(220,220,220);
  font-size: 85%;}

#divmiddle {
  width: 550px;
  margin-left: 5px;
  background: #fff;
  float: left;
  padding: 10px;}

#divmiddle h2 {
  margin-top: 0;
  padding: 0 0 1px 0;
  border-bottom: 2px dotted #c0c0c0;
  color: #000;}
  
#divmiddle .toph2 {
  margin-top: -10px;}

#divheader {
  height: 130px;
  background: transparent url(images/newbg.jpg) no-repeat top left;}

#divheader h1 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  color: #282E86;
  text-indent: 10px;
  padding-top: 10px;}

#divcontent {
  width: 560px;
  margin: 0 auto;}

.bodytext,.bodytexth2 {
	line-height: 1.5em;
	font-size: 100%;}

.address, .telephone {
  color: #313491;}

#searchtitle {
  font-size:130%;
  font-family: "Trebuchet MS";
  font-weight: 500;
  margin-bottom: 0;
  border-bottom: 2px solid #2FA2A2;}
  
.clear {
  clear: both;}
  
#footerdiv {
  width: 750px;
  overflow: hidden;
  background: #fff url(images/newbg.jpg) no-repeat left 10px; 
  height: 110px; 
  border-bottom: 2px solid #21A5DA; 
  border-top: 2px dotted #c0c0c0;
  margin-top: 20px;
  padding-top: 10px; 
  padding-bottom: 10px;}
  
#footerdiv p {  
  margin-bottom: 0;    
  margin-right: 5px;
  text-align: right;}
  
#footerdiv p a, #footerdiv p a:visited {
  text-decoration: none;
  color: #AE4894;
  font-family: sans-serif;}
  
#footerdiv p a:hover {
  text-decoration: underline;}
  
#footerdiv .email {
  color: #AE4894;
  font-family: 'Trebuchet MS';
  font-size: 120%;
  letter-spacing: 0.05em;}
  
#footerdiv .tel {
  font-size: 200%;
  color: #AE4894;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  margin-top: 10px;}
  
#footerdiv .rate {
  margin-top: 0;
  color: #AE4894;}
  
.copyright {
  width: 750px; 
  margin: 0; 
  font-size: 85%; 
  color: #c0c0c0; 
  padding-bottom: 20px;
  background: #fff;}
  
.copyright a, .copyright a:visited {
  text-decoration: none;
  color: #c0c0c0;}
  
.copyright a:hover {
  text-decoration: underline;}

.spleft {
  float: left;}
  
.spright {
  float: right;}
  
img {
  border: 0;}
  
select {
  background: #fff !important;}
  
/*Question Hover */
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
	background-color:#ccc;
    color:#000;
    text-decoration:none;}

a.info:hover{z-index:25; background-color:#ff0;}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-4em; left:-16em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left;
    font-size: 10px;
	padding: 5px;}
	
#divTop h1 {
	font-size: 100%;
	margin-bottom: 15px;}
	
#divTop h1 .span50 {
  font-size: 80%;}
  
#divTop h1 .span50 a {
 text-decoration: none;
 color: #2E3192;}
 
#divTop h1 .span50 a:hover {
 text-decoration: underline;
 color: #4275E1;}