body{
background: #f9ffff;

}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a img {
    border: none;
    }


#maintable{
border: 1px solid #c1c1c1;
border-spacing: 3;
padding: 2;
background: #FFFFFF;
}


#block1{
border-top: 1px solid #c1c1c1;
}

/* Style for text on home page*/
.hometext{
        font-family: Monotype Corsiva, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
        color: #000000;
        font-size: 18pt;
        text-align: center;
		
}
.titles{
        font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
        color: #000000;
        font-size: 20pt;
        text-align: center;
		
}
.text1{
        font-family: Monotype Corsiva, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
        color: #000000;
        font-size: 14pt;
        text-align: left;
		
}

.text2{
        font-family: Monotype Corsiva, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
        color: #000000;
        font-size: 12pt;
        text-align: center;
		
}

#title{
        font-family: Monotype Corsiva, Lucida Sans Unicode, Arial, sans-serif;
        color: #e23c51;
        font-size: 18pt;
        text-align: center;
		

}

.facilities_list {
line-height: 1.6em;
}

.inputsubmit {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-color: #D9DFEA;
  border-left-color: #D9DFEA;
  border-bottom-color: #0e1f5b;
  border-right-color: #0e1f5b;
  background-color: #3b5998;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; }
  
.inputtext {
  border: 1px solid #bdc7d8;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px; }

textarea {
  border: 1px solid #bdc7d8;
  padding: 3px;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; }
  
.addressbartext{
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #111111;
  font-weight: bold;
  }

.contact_error{
  font-size: 16px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #FF0000;
  font-weight: bold;
  }

.contact_correct{
  font-size: 16px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #008002;
  font-weight: bold;
  }



/*---------------------------------------------------------------------*/

/* Style for menu*/
	#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:150px;	/* Width of menu */
		text-align: left;

	}
	#dhtmlgoodies_menu li{
		margin-top:3px;	/* Space between each menu item */
		
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size: 0.7em;	/* Fixed font size */
		font-weight: bold;	/* Bold font */
		float:left;
		background-color:#F1F1F1;
		padding-left:3px;
		line-height:30px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;

	}
	
/*Style for pop up images */
        #thumbBox{ /*Outermost DIV for thumbnail viewer*/
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        padding: 2px;
        padding-bottom: 0;
        background: #313131;
        visibility: hidden;
        z-index: 10;
        cursor: hand;
        cursor: pointer;
        }
        
        #thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
        font: bold 12px Tahoma;
        letter-spacing: 5px;
        line-height: 1.1em;
        color: white;
        padding: 5px 0;
        text-align: right;
        }
        
        
        #thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
        background-color: #313131;
        }
        
        #thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
        position: absolute;
        visibility: hidden;
        border: 1px solid black;
        background-color: #EFEFEF;
        padding: 5px;
        z-index: 5;
        }
        