/* CSS Document */
body
	{
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) no-repeat center top #000;
	background-position:50% -34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	
.clr
	{
	clear:both;
	}


#nav
	{
	background:url(../images/nav-bg.jpg) repeat-x;
	height:46px;
	width:100%;
	}
	

#nav-inner
	{
	width:971px;
	height:auto;
	margin:0px auto;
	}
	
	
#nav-left
	{
	width:667px;
	float:left;
	background:url(../images/nav-inner-bg.jpg) repeat-x;
	height:46px;
	}
	

#nav-right
	{
	width:190px;
	float:right;
	background:url(../images/nav-inner-bg.jpg) repeat-x;
	height:46px;
	}
	
	
ul.nav {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul.nav li {
        float: left;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 17px 0px 4px 0px;
		background:url(../images/link-right.jpg) no-repeat right 14px;
}

ul.nav a, ul.nav a:link {
        margin: 0;
        padding: 5px 30px 4px 30px;
        color: #fff;
        text-decoration: none;

}

ul.nav a:hover {
        color: #fff;
		text-decoration:underline;
}


ul.nav li.last {
        float: left;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 17px 0px 4px 0px;
		background:none;
}

ul.nav li.last a, ul.nav li.last a:link {
        margin: 0;
        padding: 5px 25px 4px 25px!important;
		padding: 5px 20px 4px 25px;
        color: #fff;
        text-decoration: none;

}

ul.nav li.last a:hover {
        color: #fff;
		text-decoration:underline;
}


#nav1
	{
/*	background:url(../images/nav-bg.jpg) repeat-x;*/
	height:46px;
	width:100%;
	}

	
#nav-right1
	{
	width:330px;
	*width:330px;
	float:right;
/*	background:url(../images/nav-inner-bg.jpg) repeat-x;*/
	height:46px;
	margin-top:5px;
	}
	
	
ul.nav1 {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul.nav1 li {
        float: left;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
		list-style:none;


}


ul.nav1 li.login a
	{
	display:block;
	width:149px;
	background:url(../images/login-new.jpg) no-repeat;
	height:29px;
	}
	
ul.nav1 li.ragister a
	{
	display:block;
	width:149px;
	margin-left:10px;
	background:url(../images/ragister.gif) no-repeat;
	height:33px;
	}


ul.nav1 a:link, ul.nav1 a:visited{
		text-decoration:none;
}


ul.nav1 a:hover {
		text-decoration:none;
}


ul.nav1 li.logout
	{
	display:block;
	width:149px;
	background:url(../images/logout.gif) no-repeat;
	height:33px;
	float:right;
	}
	
.welcome_user h2
	{
	color:#FFFFFF;
	}

/*ul.nav a, ul.nav a:link {
        margin: 0;
        padding: 5px 30px 4px 30px;
        color: #fff;
		text-decoration: none;

}




ul.nav li.last {
        float: left;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 17px 0px 4px 0px;
		background:none;
}

ul.nav li.last a, ul.nav li.last a:link {
        margin: 0;
        padding: 5px 25px 4px 25px!important;
		padding: 5px 20px 4px 25px;
        color: #fff;
        text-decoration: none;

}

ul.nav li.last a:hover {
        color: #000000;
		text-decoration:none;
}*/

#middle
	{
	width:971px;
	height:auto;
	margin:5px auto 0px;
	_margin:0px auto 0px;
	}
	
	
#header
	{
	width:971px;
	height:156px;
	padding:0px 0 0 10px;
	}
	
#header img
	{
		margin:-15px 0 0 0; 
	}
	
#header1
	{
	width:971px;
	height:156px;
	padding:0px 0 0 10px;
	margin-top:-10px;
	}

#mid-bottom
	{
	width:971px;
	background:url(../images/mid-bottom.png) no-repeat bottom;
	padding-bottom:10px;
	}
	
#mid-top
	{
	width:951px;
	background:url(../images/mid-top.jpg) no-repeat top #fff;
	padding:10px 10px 0px 10px;
	}

.mrgn-btm
	{
	margin-bottom:10px;
	}
	
#banner
	{
	width:600px;
	height:304px;
	background:url(../images/banner-bg.jpg) no-repeat;
	float:left;
	}
	
	
#banner ul
	{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
	
	
#banner ul li
	{
	 	float: left;
        margin: 0 0 0 1px;
        padding:0px;
		list-style:none;
		text-align:center;

	}
	
#banner ul li a
	{
	font-size:17px;
	font-weight:bold;
	width:118px;
	text-decoration:none;
	display:block;
	line-height:40px;
	font-family:"trebuchet MS", Georgia, Times New Roman Times, serif;
	height:48px;
	background:url(../images/banner-li-bg.jpg) no-repeat center;
	}
	
#banner ul li a:link, #banner ul li a:visited
	{
	font-size:17px;
	color:#fff;
	display:block;
	width:118px;
	line-height:40px;
	font-weight:bolder;
	text-decoration:none;
	font-family:"trebuchet MS", Georgia, Times New Roman Times, serif;
	height:48px;
	background:url(../images/banner-li-bg.jpg) no-repeat center;
	}
	
	
#banner ul li a:hover
	{
	font-size:17px;
	font-weight:bolder;
	display:block;
	line-height:40px;
	height:48px;
	font-family:"trebuchet MS", Georgia, Times New Roman Times, serif;
	text-decoration:none;
	color:#4F2500;
	background:none;
	}
	
#banner ul li a#active
	{
	font-size:17px;
	font-family:"trebuchet MS", Georgia, Times New Roman Times, serif;
	font-weight:bolder;
	display:block;
	line-height:48px;
	color:#4F2500;
	height:48px;
	text-decoration:none;
	background:none;
	}
	
	
.banner-con
	{
	padding-top:20px !important;
	padding-top:10px;
	clear:both;
	}
	
.banner-con-left
	{
	width:536px;
	float:left;
	}
	
.banner-con-left img
	{
	float:left;
	padding:22px 0 0 0;
	}
	
.banner-con-left h2
	{
	margin:5px 0 5px 0px;
	color:#4F2500;
	font-family:"trebuchet MS", Georgia, Times New Roman Times, serif;
	font-size:22px;
	}
	
.banner-con-left p
	{
	margin:5px 0 5px 0px;
	color:#4F2500;
	font-family:"trebuchet MS";
	font-size:14px;
	font-weight:bold;
	}
	
	
.banner-con-right
	{
	width:49px;
	float:right;
	margin-right:1px;
	}
	
	
#video
	{
	width:300px;
	padding:15px 20px;
	float:right;
	background:#DEDEDC;
	}
	
	
#attraction
	{
	width:171px;
	height:auto;
	background:url(../images/left-bg-bottom.jpg) no-repeat bottom left; 
	float:left;
	}
	
#attraction-inner
	{
	width:171px;
	height:auto;
	background:url(../images/left-bg-top.jpg) no-repeat top left; 
	float:left;
	}
	
#attraction ul
	{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
	
#attraction ul li
	{
	/*padding:5px 0px 8px;*/
	list-style:none;
	width:170px;


	}
	
#attraction ul li a:link, #attraction ul li a:visited
	{
		color:#394752;/*597041*/
        text-decoration: none;
		display:block;
		font-weight:bold;
		height:30px;
		line-height:30px;
		passing-left:5px;
		margin-left:1px;
		
	}
	
#attraction ul li a:link span, #attraction ul li a:visited span
	{

		width:170px;
		margin-left:0px;
		padding:0px 0px 0px 15px;
		display:block;
		margin-left:5px;
	}	


#attraction ul li a:hover
	{
		color:#fff;/*597041*/
        text-decoration: none;
		display:block;
		background:url(../images/left-nav.gif) no-repeat left;

	}	
	
#attraction ul li a:hover span
	{
		background:url(../images/nav-right.gif) no-repeat right;  
		width:149px;
	}
	
	
li.selected a:link,li.selected a:visited
	{
		color:#fff;/*597041*/
        text-decoration: none;
		display:block;
		background:url(../images/left-nav.gif) no-repeat left;

	}	
	
li.selected a:link span, li.selected a:visited span
	{
		background:url(../images/nav-right.gif) no-repeat right;  
		width:149px;
		color:#fff;
	}	

		
	
	
#attraction .saub
	{
	margin-left:-25px;
	width:185px;
	background:url(../images/nav-sub-bg.gif) no-repeat bottom;
	}
	
#attraction .saub div
	{
	width:175px;
	background:url(../images/right-sub-nav.jpg) no-repeat right top;
	padding:5px; 
	}
	
	
#attraction .saub ul
	{
	margin-left:5px;
	width:165px;
	}
	
#attraction .saub ul li
	{
/*	border-bottom:solid 0px #FFFFFF;*/
	}		
	
#attraction .saub ul li a
	{
		color:#fff;/*597041*/
		border:0px;
		line-height:16px;
		height:auto;

	}
	
#attraction .saub ul li  a:link,#attraction .saub ul li a:visited
	{
		color:#fff;/*597041*/
				background:none;
				        padding: 5px 0 5px;

	}
	
#attraction.saub ul li a:hover
	{
		color:#fff;/*597041*/
		background:none;
		        padding: 5px 0 5px;

	}
	
.bottom
	{
	background:url(../images/logo_tl.png) no-repeat right; /*background:url(../images/bottom-bg.gif) no-repeat right;*/
	width:154px;
	position:relative;
	right:-15px;
	height:43px;
	float:right;
	bottom:-10px;
	margin:0px;
	}
	
	
#intro
	{
	width:730px;
	float:left;
	margin-left:15px;
	}
	
#intro1 p{
	margin:10px 0 25px 0;
	line-height:18px;
	}
	
	
#intro1
	{
		width:420px;
		float:left;
	}

#introAdd
	{
		width:300px;
		float:right;
	}	
	
#links
	{
	width:160px;
	height:auto;
	background:#EEEEEE;
	border:solid 1px  #C6C6C6;
	float:right;
	padding:5px 8px 0px 8px;
	}	
	
	
#links ul
	{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
#links ul li
	{
	margin:5px 0;	/*margin:0px;*/
	padding:5px 0px 8px;
	list-style:none;
	border-bottom:dashed 1px #B9B9B9;
	}
	
#links ul li a:link, #links ul li a:visited
	{
	color:#394752;	/*color:#E57114;*/
	font-weight:bold;
	font-size:12px;		/*font-size:11px;*/
	text-decoration:none;
	}	
	

#links ul li a:hover
	{
	color:#394752;	/*color:#E57114;*/
	font-weight:bold;
	font-size:12px;		/*font-size:11px;*/
	text-decoration:underline;
	}
	
	
#recent-blog
	{
	width:299px;
	height:auto;
	float:left;
	border:solid 1px #D4D4D4;
	}
	
	
#recent-blog h2
	{
	width:299px;
	height:auto;
	margin:10px 0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	line-height:32px;
	color:#fff;
	background:url(../images/heading.jpg) no-repeat;
	}
	
	
#recent-blog p
	{
	margin:5px 15px;
	padding:0px 0px 5px 0;
	color:#8E8E8E;
	background:url(../images/bottom-bg.jpg) repeat-x bottom;
	}
	
	
.view-all
	{
	color:#FB732F;	/*color:#E57114;*/
	font-weight:bold;
	text-decoration:none;
	}
	
.view-all a:link, .view-all a:visited
	{
	color:#B45B0B;	/*color:#E57114;*/
	font-weight:bold;
	text-decoration:none;
		}
	
.view-all a:hover
	{
	color:#B45B0B;	/*color:#E57114;*/
	font-weight:bold;
	text-decoration:underline;
	}


.simple
 	{
	text-align:right;
	border-bottom:0px;
	margin:5px 15px;
	padding:0px 0px 5px 20px;
	display:block;
	}
	
	
#mid-mid
	{
	width:303px;
	float:left;
	margin-left:20px;
	}
	
	
#login
	{
	width:283px;
	padding:10px;
	border:solid 1px #D4D4D4;
	margin-bottom:20px;
	}
	
	
#login h2
	{
	font-size:16px;
	color:#000000;
	border-bottom:solid 1px #999999;
	padding-bottom:5px;
	}
	
	
#login p
	{
	margin:8px 0px;
	}
	
	
#login label
	{
	font-weight:bold;
	color:#8E8E8E;
	width:85px;
	display:block;
	float:left;
	}
	
	
#login input
	{
	border:solid 1px  #B6B0AA;
	padding:2px;
	width:180px;
	}
	
	
.small
	{
	display:block;
	width:150px;
	float:left;
	color:#8E8E8E;
	font-weight:normal;
	font-size:9px;
	text-decoration:none;
	margin:10px 0 0 0;
	}
	
.small a:link, .small a:visited
	{
	color:#8E8E8E;
	font-weight:normal;
	font-size:9px;
	text-decoration:none;
		}
	
.small a:hover
	{
	color:#8E8E8E;
	font-weight:normal;
	font-size:9px;
	text-decoration:underline;
	}

#login input.login-butn
	{
	width:61px;
	height:28px;
	background:url(../images/login.jpg) no-repeat;
	border:0px;
	float:right;
	margin-top:5px;
	cursor:pointer;
	}

#login a.login-butn
	{
	width:61px;
	display:block;
	float:right;
	height:28px;
	background:url(../images/login.jpg) no-repeat;
	border:0px;
	float:right;
	margin-top:5px;
	cursor:pointer;
	}
	
	
#news
	{
	width:283px;
	padding:10px;
	border:solid 1px #D4D4D4;
	}
	
#news p
	{
	margin:8px 0px;
	color:#8E8E8E;
	}
	
.newsletter
	{
	width:283px;
	padding:10px;
	margin-top:10px;
	border:solid 1px #D4D4D4;
	}
	
	
.newsletter input.login-butn
	{
	width:61px;
	height:28px;
	background:url(../images/submit.jpg) no-repeat;
	border:0px;
	margin-left:5px;
	margin-bottom:5px;
	cursor:pointer;
		}
		
.newsletter input.txt_box
	{
	border:solid 1px  #B6B0AA;
	padding:2px;
	width:180px;
	float:left;
	margin-top:3px;
	}
	
	
#latest-new
	{
	width:299px;
	height:auto;
	float:right;
	border:solid 1px #D4D4D4;
	}
	
	
#latest-new h2
	{
	width:299px;
	height:auto;
	margin:10px 0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	line-height:32px;
	color:#fff;
	background:url(../images/heading.jpg) no-repeat;
	}
	
	
#latest-new p
	{
	margin:5px 15px;
	padding:0px 0px 5px 0px;
	color:#8E8E8E;
		background:url(../images/bottom-bg.jpg) repeat-x bottom;
	}
.simple_1
 	{
	text-align:right;
	border-bottom:0px;
	margin:5px 15px;
	padding:0px 0px 5px 0px;
	display:block;
	}
	
	
#footer
	{
	width:971px;
	margin-top:15px;
	text-align:center;
	line-height:25px;
	color:#fff;
	font-size:11px;
	}
	
	
#footer a:link, #footer a:visited
	{
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	}
	
	
#footer a:hover
	{
	font-size:12px;
	text-decoration:underline;
	color:#FFFFFF;
	}
	
	
	
.search
	{
	padding:10px;
	background:#CCCCCC;
	}
	
	
.search .srch-butn
	{
	width:61px;
	display:block;
	height:28px;
	background:url(../images/srch-btn.png) no-repeat;
	border:0px;
	margin-left:5px;
	cursor:pointer;
		}
#nav-right .nav li a{
/*	font-size:13px;
	text-transform:uppercase;
	padding:5px 20px;*/
}
.gray_box1
{
    padding:10px;
}
.gray_box1 textarea
{
    width:300px;
    height:100px;
    border:1px solid #CCC;
}
.newsletter p input
{
	display:inline;
}
#osx-container .close {
	float:none;
	position:absolute;
	right:0px;
}
#osx-modal-data input{
	width:150px;
}
#intro tr{
	border-bottom:1px solid #FFF;
	
}
.post_listing{
	border:1px solid #CCCCCC;
	padding:10px;
	margin:0 0 10px 0;
}
.post_listing .PostTitle{
	font-size:18px;
	font-weight:normal;
	color:#B54805;
	text-transform:capitalize;
}
.post_listing .PostTitle a{
	font-size:18px;
	font-weight:normal;
	color:#B54805;
	text-transform:capitalize;
}
.post_listing a{
	color:#B54805;
	font-size:11px;
}
#Comments h3{
	background:url(../images/sugest-frnd.jpg) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:32px;
	line-height:30px;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	width:560px;
	border:0px;
}
.UserCommentRegion{
	border-bottom:1px dashed #CCC;
	padding:0 0 10px 0;
}
.UserComment{
	background:#EEEEEE;
	padding:30px 70px;
}
.UserComment .label-blog{
	float:left;
	width:150px;
}
.UserComment input{
	width:250px;
	border:1px solid #666;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.UserComment textarea{
	width:400px;
	border:1px solid #666;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.UserComment input.submit_btn{
	width:61px;
	height:28px;
	background:url(../images/submit.jpg) no-repeat;
	border:0px;
	margin-right:10px;
	cursor:pointer;
	border:0px;
}
#ctl00_gridBlog span
	{
	font-size:11px;
	color:#adacac;
	}


#ctl00_gridBlog a:link, #ctl00_gridBlog a:visited
	{
	color:#8e8e8e;
	text-decoration:none;
	}
	
#ctl00_gridNews a:link, #ctl00_gridBlog a:visited
	{
	color:#8e8e8e;
	text-decoration:none;
	}
