body{
	background-image:url(../images/bg-page.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#363732;
	line-height:170%;
	}
body, h1, h2, h3, h4, h5, h6, blockquote, p, div, form{
	margin: 0;
	padding: 0;
	}
a{
	color:#1363a0;
	text-decoration:none;
	font-weight:bold
	}
a:hover{
	color:#000;
	text-decoration:none
	}
a img{
	border: none
	}
hr{
	background-color:#e3e3e3;
	border:none;
	height:1px;
	margin:0 0 10px 0;
	}
.menu ul{
	margin:0;
	padding:0;
	list-style:none;
	
	}
.menu li{
	float:left;
	}
.menu li a{
	background-image:url(../images/bg-menu.jpg);
	background-repeat:no-repeat;
	width:107px;
	text-align:center;
	display:block;
	padding:10px 0 10px 0;
	text-transform:uppercase;
	font-size:10px;
	margin:0 2px 0 0;
	font-weight:normal;
	}
	
	
	

.menu li a:hover{
	background-image:url(../images/bg-menu-0.jpg);
	background-repeat:no-repeat;
	color:#fff;
	}
li.current-page a{
	background-image:url(../images/bg-menu-0.jpg);
	background-repeat:no-repeat;
	color:#fff;
	}
.side-box{
	width:239px;
	height:80px;
	display:block;
	background-image:url(../images/side-box.jpg);
	background-repeat:no-repeat;
	margin:4px 0 8px 0;
	font-weight:bold;
	text-align:center;
	padding:5px 0 0 0;
	}
.content h2{
	font-size:18px;
	font-weight:normal;
	color:#363732;
	text-transform:uppercase;
	border-left:5px solid #267f15;
	padding:2px 0 2px 6px;
	margin:12px 0
	}
.content p{
	margin:0 0 8px 0;
	}
.read-more{
	color:#1363a0;
	font-weight:bold;
	}
.footer{
	background-image:url(../images/bg-foot.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ecefdc;
	padding:15px 0;
	text-align:center;
	color:#8d917a;
	}
.footer a{
	color:#2d851a;
	text-decoration:none;
	font-weight:normal;
	}
.footer a:hover{
	color:#000;;
	text-decoration:none
	}
.dropmenudiv{
	position:absolute;
	top: 0;
	/*THEME CHANGE HERE*/
    border-bottom-width:0;
	line-height:24px;
	z-index:100;	
	/*background-image:url(../images/a_image.png); background-repeat:no-repeat;*/
	hight:35px;
	width:123px;
	border: none;	
	font-size:16px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv a{
	text-decoration: none;
	
	display: block;
	text-indent: 3px;
	border-bottom: none;
	color:#ffffff;
	padding-top: 2px;	
	padding-bottom: 2px;
	padding-left: 8px;	
	font-size: 11px;
	color: #ffffff;
	background-image:url(../images/a_image.png); background-repeat:no-repeat;
	width:150px;
        
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;}

* html.dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(../images/hover.png); background-repeat:no-repeat;

color:#569D35;
}
/* ######### Style for Drop Down Menu close ######### */

.flash{ color:transparent;}


.facilities{
background:url(../images/lock_map.jpg) no-repeat;
height:347px;
width:560px;
}
.ga{
width:78px;
height:47px;
position:absolute;
right:100px;
top:175px;
}

.on{
width:78px;
height:47px;
position:absolute;
right:7px;
top:74px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#267F15;
padding: 5px;
left: -1000px;
border: 1px solid #267F15;
visibility: hidden;
color:#ffffff;
font-weight:bold;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width:500px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300px;
left: 100px; /*position where enlarged image should offset horizontally */

}

.bg_rep{
	background-image: url(../images/BOX_02.gif);
	background-repeat: repeat-y;
}