﻿body{
	margin: 0px 0px 0px 0px; 
	color:#000000; 
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px; 
	font-weight: normal; 
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	width: 100%;
}

#CenterScreen{
	
}

#WorkArea{
	width:940px;
	background-image: url('../images/workarea_bg.png');
	background-repeat: repeat-y;
	text-align:left;
	float:none;
	/*padding:0px 0px 0px 25px;*/
}

#divTopBanner{
	background-image: url('../images/top_banner.jpg');
	width:940px;
	height:30px;
	background-repeat: no-repeat;
}

.Separator2{
	height:2px;
	width:940px;
}

#divBanner{
	background-image: url('../images/banner.jpg');
	width:940px;
	height:250px;
	background-position:center center;
	background-repeat:no-repeat;
	padding:2px 0px 2px 0px;
}

#divMenu{
	background-image: url('../images/menu_bg_full.jpg');
	background-repeat:no-repeat;
	width:940px;
	height:62px;		
}


/*
#menuList
{
	text-align:center;
	padding:0px 0px 0px 90px;
}

#menuList div{
	border:0px black solid;
	float:left;
	width:125px;
	height:62px;
}


#menuList div a img{ 
	border:0px;
	width:125px;
	height:62px;
}
*/
#divMenu ul{
	list-style-type:none;
	margin-top:0px;
}

#divMenu ul li{
	float:left;
	
}
#aHome{
	background-image:url('../images/menu_but.gif');
	background-position:0px 0px;
	width:125px;
	height:62px;
}

#aHistory{
	background-image:url('../images/menu_but.gif');
	background-position:625px 0px;
	width:125px;
	height:62px;
}

#aGallery{
	background-image:url('../images/menu_but.gif');
	background-position:500px 0px;
	width:125px;
	height:62px;
}

#aTour{
	background-image:url('../images/menu_but.gif');
	background-position:375px 0px;
	width:125px;
	height:62px;
}

#aHotels{
	background-image:url('../images/menu_but.gif');
	background-position:250px 0px;
	width:125px;
	height:62px;
}

#aContact{
	background-image:url('../images/menu_but.gif');
	background-position:125px 0px;
	width:125px;
	height:62px;
}


#aHomeSel{
	background-image:url('../images/menu_but.gif');
	background-position:0px 62px;
	width:125px;
	height:62px;
}

#aHistorySel{
	background-image:url('../images/menu_but.gif');
	background-position:625px 62px;
	width:125px;
	height:62px;
}

#aGallerySel{
	background-image:url('../images/menu_but.gif');
	background-position:500px 62px;
	width:125px;
	height:62px;
}

#aTourSel{
	background-image:url('../images/menu_but.gif');
	background-position:375px 62px;
	width:125px;
	height:62px;
}

#aHotelsSel{
	background-image:url('../images/menu_but.gif');
	background-position:250px 62px;
	width:125px;
	height:62px;
}

#aContactSel{
	background-image:url('../images/menu_but.gif');
	background-position:125px 62px;
	width:125px;
	height:62px;
}


#divContent{
	float:none;
	text-align:center;	
	padding:10px 40px 10px 40px;
}

#divContent h1{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:18px;
	font-weight: normal; 
	padding:0px 0px 0px 10px; 
	text-align:left;
}

#divContent ul{
	text-align:left;
	line-height:25px;
	list-style-image:url('../images/pointer01.jpg');
	list-style-position:inside;
	font-size:14px;
}

#divContent ul li a{
	text-decoration:underline;
	color:#002157;
}

#divContent ul li a:hover{
	text-decoration:none;
}


#divContent1{
	float:left;
	border:1px silver solid;
	width:420px;
	height:350px;
	text-align:left;
	background-color:#FFFFFF;
}

#divContent1 ul{
	line-height: 20px;
}

#divContent1 ul li{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	padding:0px 15px 0px 0px; 
}

#divContent1 h1{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: normal; 
	padding:0px 0px 0px 10px; 

}

#divContent2{
	float:right;
	border:0px silver solid;
	width:420px;
	height:350px;
	background-color:#FFFFFF;

}

#divContent21{
	float:left;
	border:0px silver solid;
	width:860px;
	height:100px;
}

.divContentFrame{
	border:1px silver solid; 
	text-align:center; 
	padding:0px 0px 0px 0px;
}

.divContentFrame ul li{
	list-style-image:none;
	list-style-type:disc;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px; 
}

.simpleList li{
	list-style-image:none;
	list-style-type:disc;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px; 
}


#divFooterContent{
	float:left;
	background-image: url('../images/footer_content_bg.jpg');
	width:940px;
	height:40px;
	color:white;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
}

#divFooterContent a{
	color:white;
}

#divFooterContent a:hover{
	text-decoration:none;
}


#divFooter{
	float:none;
	background-image: url('../images/footer_bg.jpg');
	width:940px;
	height:25px;
}


.articles{
	border:1px silver solid; 
	text-align:left;
}

.articles_heading{
	padding:0px 10px 5px 10px;
}

.articles_ad{
	 float:left; 
	 height:250px; 
	 width:320px;
}

.articles_ad div{
	padding:0px 5px 0px 5px; border:0px silver solid; height:250px; width:300px;
}

.page_link {
	text-decoration:underline;
	color:#000000;
}

.page_link:hover {
	text-decoration:none;
}

.HomeFooterContent{
	border:0px black solid;
	padding:5px 35px 5px 40px;
}


