body
{
	background-image:url(../images/123.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family:"Segoe UI";
	margin:0px;
	
}
img{border:none;}
.main
{
	width:100%;
	height:100%;
	position:absolute;	
}
.outer-container
{
	padding-top:6px;
	width:899px;
	height:auto;
	margin:0 auto;
	background-image:url(../images/back_png.png);
	
}
.container
{
	
	width:871px;
	height:auto;
	margin:0 auto;
	
}
.navigation
{
	height:50px;
	width:650px;
	background-image:url(../images/banquet%20hall_sliced.jpg);
	background:#930
	background-repeat:no-repeat;
	margin-top:34px;
	text-align:center;
	float:left;
	border-radius:20px;
	border:2px solid #7f6946;
	margin-left:33px;

}
.bottom_navigation;
{
	width:871px;
	height:8px;
	background-color:#FFF;	
}
.slideshow
{

width:950px;
height:322px;
padding-top:7px;
padding-bottom:7px;
background: rgb(255,214,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */

	
}
#slideshow {
    position:relative;
    
}

#slideshow IMG {
    position:absolute;
    height:322px;
	width:940px;
    z-index:8;
    opacity:0.0;
	margin:0 auto;
	margin-left:5px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}	
.content{
	
	width:950px;
	
	
	background-color:#FFF;	
	
}
.left_bar
{
	position:relative;
	float:left;
	z-index:5;
	width:710px;
	background-color:#FFF;
	height:100%;
	
	
	}
.right_bar
{
	position:relative;
    
	width:229px;;
	z-index:10;
	float:right;
	
}	
.header_01
{
	margin-left:0px;
	width:950px;
	height:52px;
	background-image:url(../images/welcome_header.jpg);
	background-repeat:no-repeat;
}
.header_0
{
	margin-left:0px;
	width:950px;
	height:52px;
	background-image:url(../images/news.jpg);
	background-repeat:no-repeat;
}
.header_02
{
	width:229px;
	height:54px;
	
}
.header_links
{
	font-size:22px;
	color:#9B5E00;
	margin-top:0px;
	line-height:50px;
	
	
}
.content_details
{
	
	font-size:14px;
	
	color:#000;
	margin-left:10px;
	margin-right:15px;
	margin-top:10px;
	text-align:left;
	text-align:justify;	
	
}	
.footer
{
	
	width:950px;
	height:100px;
	background-color:#000;
}
.footer_text
{
	font-size:12px;
	color:#CCC;
	
	margin-top:15px;
	margin-bottom:0px;
}
.footer_text a:link
{
	font-size:12px;
	color:#CCC;
	
	margin-top:15px;
	margin-bottom:0px;
	text-decoration:none;
	
}
.footer_text a:visited
{
	font-size:12px;
	color:#CCC;
	
	margin-top:15px;
	margin-bottom:0px;
	text-decoration:none;
	
}
.footer_text a:hover
{
	font-size:12px;
	color:#FF6;
	
	margin-top:15px;
	margin-bottom:0px;
	text-decoration:none;
	
}
.footer_copyright
{
	font-size:12px;
	color:#CCC;
	
	margin-top:2px;
}	
.header_logo
{
	width:950px;
	margin:0  auto;
	height:90px;
	text-align:left;
	/*background:#6F1315;*/
	vertical-align:bottom;
}
.navigation-top
{
	position:absolute;
	width:871px;
	height:13px;
	
	}
.test-09
{
	position:absolute;
width:55px;
	height:28px;	
	
	top:0px;
	}	
.menu 
{
color:#FFF;
width:900px;

font-size:16px;	
margin-top:0px;
padding-top:10px;
font-weight:100;
background:#096;

	}
.menu a:link
{
color:#FFF;


font-size:16px;	
margin-top:0px;
padding-top:15px;
text-decoration:none;

font-weight:600;
	color:#FFF;
      transition: all 0.3s ease-in;
      text-decoration:none;
	}	
.menu a:visited
{
color:#FFF;


font-size:16px;	
margin-top:0px;
padding-top:15px;
text-decoration:none;
font-weight:600;
	}	
.menu a:hover
{



font-size:16px;	
margin-top:0px;
padding-top:15px;
text-decoration:none;
  -webkit-stroke-width: 5.3px;
   -webkit-stroke-color: #FFFFFF;
   -webkit-fill-color: #FFFFFF;
   text-shadow: 1px 0px 20px yellow;
   -webkit-transition: width 0.3s; /*Safari & Chrome*/
   transition: width 0.3s;
   -moz-transition: width 0.3s; /* Firefox 4 */
   -o-transition: width 0.3s; /* Opera */
font-weight:600;
-webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px white;
	}	
.web_subheadings
{
margin:0px;
font-size:18px;

color:#620800;
font-weight:600;
margin-left:10px;	
margin-top:20px;
margin-right:10px;
	}	
.input {
	width: 370px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	margin: 20px;
	overflow: hidden;
}

.inputtext {
	float: left;
	color:#000;
	line-height: 18px;
	height: 35px;
	font-size: 14px;
	width: 120px;
}

.inputcontent {
	float: left;
	width: 250px;
	height: 50px;
}

.inputcontent input {
	padding: 5px;
	height: 18px;
	width: 200px;
	line-height: 18px;
	border: 1px solid #c7c7c7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color: #777;
}

.inputcontent a {
	color: #0084ff;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
}

.nobottomborder {
	border-bottom: 0;
}

.buttons {
	
	border-top: 1px solid #ddd;
	padding: 15px;
	height: 34px;
}

.greybutton {
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #bababa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#bababa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 0%,#bababa 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 0%,#bababa 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e1e1e1 0%,#bababa 100%); /* W3C */ 
	border: 1px solid #bababa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	line-height: 20px;
	font-size: 16px;
	padding: 6px 12px;
	color: #fff;
	text-shadow: -1px -1px #bababa;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.greybutton:hover{
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top, #bababa 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bababa 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bababa 0%,#e1e1e1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bababa 0%,#e1e1e1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bababa 0%,#e1e1e1 100%); /* W3C */ 
}

.orangebutton {
	background: #ffc339; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc339 0%, #ff9b19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc339), color-stop(100%,#ff9b19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc339 0%,#ff9b19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc339 0%,#ff9b19 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffc339 0%,#ff9b19 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc339', endColorstr='#ff9b19',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffc339 0%,#ff9b19 100%); /* W3C */
	border: 1px solid #ff9b19;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	line-height: 20px;
	font-size: 16px;
	padding: 6px 12px;
	color: #000;
	text-shadow: -1px -1px #ff9b19;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.orangebutton:hover{
	background: #ff9b19; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9b19 0%, #ffc339 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9b19), color-stop(100%,#ffc339)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9b19 0%,#ffc339 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9b19 0%,#ffc339 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff9b19 0%,#ffc339 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b19', endColorstr='#ffc339',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff9b19 0%,#ffc339 100%); /* W3C */
}

/* Form 2 Style */



.textarea {
	padding: 5px;
	height: 100px;
	width: 200px;
	line-height: 18px;
	border: 1px solid #c7c7c7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color: #777;
}

.inputtextbox {
	width: 370px;
	margin-bottom: 10px;
	margin: 20px;
	overflow: hidden;
}

.inputtextbox .inputcontent {
	height: 114px;
}	


.top_div
{

z-index:-1;
height:110px;
width:100%;
left:0px;
top:10px;


	}
.middle_div
{
	
	
	width:100%;
	
	height:auto;
	
	
	}	
.content_div
{
	
	z-index:-1;
	width:100%;
	background-color:#666;
	height:auto;
	}	
.bottom_div
{
width:100%;
height:auto;

	}	
.right_div
{
margin-left:3px;
height:490px;



	}	
.right_td
{
background: #fac695; /* Old browsers */
background: -moz-linear-gradient(top,  #fac695 0%, #f5ab66 47%, #ef8d31 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac695), color-stop(47%,#f5ab66), color-stop(100%,#ef8d31)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31',GradientType=0 ); /* IE6-9 */
	
	}	
.right_div img
{
margin:0px;	
	
	}	
.list_pastEvents
{
margin-left:20px;
color:#000;
	
	}	
.hover_td:hover
{
	background-color:#F9F9F9;
	cursor:pointer;
	
	}	
.hover_td

{
	
	cursor:pointer;
	height:30px;
	border-bottom:1px solid #FC0;
	}	
.sub_headings
{
font-size:22px;
margin-left:35px;	
line-height:50px;
color:#b87d17;
font-weight:600;
	}	
	
.news_flash
{
	width: 250px;
	height: 45px;
	margin: 0 auto;
	margin-left:10px;
	position:relative;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:09px;
	color:#666;
	text-align:justify;

}