/* CSS Document */
body{
	font-size:12px;
	margin-top:5px;
	text-align:left;
	font-family:Arial;
	background-image:url(images/bg.jpg);
	
	background-repeat:inherit no-repeat;
	}
.wrapper{
	width:950px;
	margin:0 auto;
	}
.header{
	height:226px;
	}
.header-logo{
	height:195px;
	}
.header-left{
	
	background-repeat:no-repeat;
	width:222px;
	height:195px;
	float:left;
	}
	
	
.header-right{
margin-top:3px;
	background-repeat:no-repeat;
	width:728px;
	height:193px;
	float:left;
	}
.header-menu{
	height:25px;
	background-color:#f68e56;
	text-align:right;
	font-size:13px;
	font-family:Arial;
	padding-top:10px;
	}
.header-menu a{
	color:#FFFFFF;
	text-decoration:none;
	
	}	
.header-menu a:hover{
	color:#8781bd;
	}			
.content{
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-y;
	width:950px;
	padding:0px;
	}
.content-left{
	width:222px;
	float:left;
	background-color:#c4df9b;
	
	}
.content-left-up{
	height:275px;
	}
.content-left-mid{
padding-bottom:50px;
	font-size:18px;
	padding-left:30px;
	line-height:25px;
	font-weight:bold;
	}
.content-left-mid img{
	margin-right:15px;
	}	
.content-left-mid a{
	text-decoration:none;
	color:#db5814;
	}
.content-left-mid a:hover{
	text-decoration:underline;
	}
.content-left-bottom{
	height:150px;
	}

.content-left-bottom-box{
	width:156px;
	background-image:url(images/blank-box.jpg);
	background-repeat:no-repeat;
	height:108px;
	margin-left:33px;
	}
					
.content-mid{
	width:460px;
	float:left;
	padding:35px 25px 35px 35px;
	
	}
.content-gallary-up-text{
	
	font-family:Arial;
	font-size:12px;
	padding-left:33px;
	padding-top:20px;
	padding-bottom:10px;
	}
.content-gallary-up-head-text{
	font-size:20px;
	color:#8781bd;
	line-height:30px;
	font-weight:bold;
	}
.content-gallary-up-catogary-head-text{
	font-size:18px;
	color:#8781bd;
	line-height:30px;
	}	
.content-gallary-catogary-text{
	font-size:12px;
	line-height:20px;
	}
.content-gallary-catogary-text a{
	color:#666666;
	padding:3px;
	text-decoration:none;
	display:inline;
	}
	
.content-gallary-catogary-text .selected {
color:black;
	padding:3px;
	text-decoration:none;
	font-weight:bold;
	display:inline;
}	
	
	
.content-gallary-catogary-text a:hover{
	color:#000000;
	font-size:13px;
	}			
.content-gallary{
	
	padding-left:0px;
	margin-top:5px;
	
	}
.content-gallary img{
	border:#CCCCCC solid 3px;
	margin:3px;
	}
.compress {
   float:left;
   z-index:1;
  } 
.expand {
 
  top:20%;
  left:20px;
  
  position:absolute;
  z-index:2; /* depending on quality of image */
  /* decoration only */
  }
.container {
  position:relative; 
   /* required for Opera only - inherits from td */
  }
.container a:hover { /* hover for MSIE only */
   background:#fff;	/* must MSIE */
   text-indent:0; /* MSIE bug */
  }
.container a:hover .toggle {
  position:absolute;
  display:block; /* make visible */
  /* any position */
  width:100%;
  top:-242px; /* any position */
  z-index:1001; /* force over page */
  }
.toggle { /* take out of document flow and make invisible */
  position:absolute;
  display:none;
 }

.content-gallary-bottom-text{
	font-size:12px;
	padding-left:370px;
	line-height:50px;
	}
.content-gallary-bottom-text a{
	color:#666666;
	text-decoration:none;
	padding:1px;
	}
.content-gallary-bottom-text a:hover{
	color:#333333;
	font-size:15px;
	}
.content-event-up-text{
	font-size:20px;
	color:#8781bd;
	line-height:30px;
	font-weight:bold;
	padding-left:35px;
	}	
.content-event-left{
border:4px solid  #eae9e7;
	height:170px;
	display:inline;	
	float:left;
	width:215px;
	background-color:#f7f4ef;
	margin:10px 0px 2px 3px;
	overflow:hidden;
		}
	
	
	
	.maintb {	
	background-color:#f7f4ef;
	border:4px solid  #eae9e7;
	padding:5px;
	margin-bottom:25px;	
	}
	.maintb div {
	height:90px; 
	overflow:hidden;
	}
	.tdhead, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8781bd;
	font-weight:bold;	
	padding:0px;
	margin:0px;
	}
	
	.tdtext a, h3 a,.maintb div a {
	font-size:10px;
	color:#000000;
	margin-left:5px;
	}
	
	
	
	
.content-event-right{
	background-image:url(images/events-blank-box.jpg);
	height:170px;
	float:left;
	
	background-repeat:no-repeat;
	margin-left:6px;
	margin-top:10px;
	}
.content-event-heading-text{
	color:#8781bd;
	font-size:17px;
	line-height:30px;
	padding-left:20px;
	padding-top:10px;
	font-weight:bold;
	overflow:hidden;
	
	height:30px;
	}
.content-event-text{
	color:#7c7b77;
	font-size:15px;
	line-height:22px;
	height:110px;
	
	padding-left:20px;
	}
.content-event-text a{
	text-align:left;
	font-size:12px;
	color:#8781bd;
	text-decoration:underline;
	float:right;
	}
.content-event-text a:hover{
	color:#333333;
	}			
.content-event-more{
font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#8781bd;
	text-decoration:none;
	float:right;
	line-height:20px;
	padding-right:10px;
	font-weight:bold;
	}	
.content-event-right img{
	border:#edecea solid 2px;
	}							
.content-right{
	width:185px;
	float:right;
	
	}
.content-right-up{
	height:40px;
	}

.content-right-box{
	width:170px;
	height:504px;
	padding-left:14px;
	}
.content-right-box1{
	width:156px;
	float:left;
	height:126px;
	background-image:url(images/blank-box.jpg);
	background-repeat:no-repeat;
	}
.content-right-box2{
	width:156px;
	float:left;
	height:126px;
	background-image:url(images/blank-box.jpg);
	background-repeat:no-repeat;
	}
.content-right-box3{
	width:156px;
	float:left;
	height:126px;
	background-image:url(images/blank-box.jpg);
	background-repeat:no-repeat;
	}
.content-right-box4{
	width:156px;
	float:left;
	height:126px;
	background-image:url(images/weather.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-top:-5px;
	padding-top:6px;
	
	text-align:center;
	
	
	}
	#wx_module_7784 {
	width:140px;
	height:30px;
	float:left;
	margin-top:-1px;
	margin-left:-3px;
	border:0px;
	overflow:hidden;
	}
	
	
	
.box-top-text{
	height:77px;
	padding-top:10px;
	padding-left:10px;
	font-size:13px;
	color:#d34500;
	}
.box-top-text a{
	text-decoration:none;
	color:#d34500;
	display:block;
	margin-bottom:3px;
	}
	
	.upevents {
	background-image:url(images/dot.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	padding-right:2px;
	font-size:12px;
	
	
	}
	
.box-top-text a:hover{
	text-decoration:underline;
	}		
.box-bottom-text{
	height:21px;
	text-align:center;
	padding-top:1px;
	color:#FFFFFF;
	font-size:16px;
	font-family:Arial;
	
	}				
	
							
.footer{
	
	background-color:#8781bd;
	font-size:11px;
	color:#FFFFFF;
	padding-top:11px;
	text-align:center;
	
	}
.footer a{
	text-decoration:none;
	color:#FFFFFF;
	}
.content-left-mid a {
background-image:url(images/arrow.jpg);
padding-left:20px;
background-repeat:no-repeat;
display:block;
background-position: left;
}
.h1 {
font-family: "Times New Roman", Times, serif;
	font-size:20px;
	line-height:40px;
	display:block;
	color:#8781bd;
	font-weight:bold;
}
.con {
font-size:12px;
	/*color:#bab9b9;*/
	color: #666666;
	
	padding-top:20PX;

}


.blank{
	height:163px;
	}
.news{
	width:708px;
	height:25px;
	background-color:#d34500;
	font-size:14px;
	font-family:Arial;
	color:#FFFFFF;
	padding-left:20px;
	padding-top:5px;
	}

.news a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
margin-left:10px;
}
.topmenu {
padding:0px;
margin:0px;
}
.topmenu li {
display:inline;
margin:25px;
width:25px;

}

.submenu {
position:relative;
width:25px;
display:none;
background-color:#f68e56;
font-size:13px;
font-family:Arial;
}
.topmenu li:hover .submenu {
display:block;
}
.topmenu li .submenu a {
display:block;
color:black;
text-decoration:none;
	
}
.tlist {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #333333;
display:block;
text-decoration:none;
margin-bottom:6px;

}
.tlist:hover {
color: #000000;
}


.album{
	height:200px;
	background-color:white;
	
	margin-top:-1px;
	}
.baner{
	height:22px;
	background-color:#E8C16E;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	padding-top:5px;
	margin-top:-3px;
	}
	
	.thanks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	background-color:#CCBBEC;
	color:white;
	padding:5px;
	
	}
	
	
	
	.con .aboutme {
	display:inline;
	width:50%;
	float:left;
	color:#333333;
	}
	.con .display {
	display:inline;
	float:right;
	border:3px solid #CCCCCC;
	}
	.con .h5 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003366;
	float:left;
	margin:30px 0px 10px 0px;
	width:100%;
	}
	
	.con .contacts {
	margin:7px;
	width:98%;
	color:#333333
	
	float:left;
	}
	.attach {
	background-color:#CCCCCC;
	display:inline;
	margin-right:10px;
	padding:8px;
	float:left;
	color:blue;
	
	
	}
	
	/* menus*/
	li{ 
width:112px;
padding-bottom:px;
border:0px solid black;
text-align:center;
	}
	
	#navbar {
	margin: 0;
	padding: 0;
	height: 31px;
	font-family:Arial;
	font-size:13px;
	margin-left:222px;
	width:709px;
	margin-top:-30px;
	background-color:#f68e56;
	padding-left:19px;
	}
#navbar li {
	list-style: none;
	float:left;
	width:115px;	
	text-align:left;
	padding-top:4px;
	}
#navbar li a {
	display: block;
	padding: 4px ;
	background-color:#f68e56;
	color: #fff;
	text-decoration: none;
	text-align:left;
	margin-bottom:0px;
	}
#navbar li a:hover {
	color:#8781bd;
	}	
#navbar li ul li {
text-align:left;
color:white;
font-size:11px;
font-family:Arial;
width:100%;
padding-bottom:1px;
border:0px solid #000000;
padding-top:1px;
margin:0px;
}
	#navbar li ul {
	display: none;
	padding:4px;
	 /* Width to help Opera out */
	background-color:#f68e56;	
	float:left;
	}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	color:#8781bd;
	}
#navbar li:hover li {
	float: none;
	color:#8781bd;
	text-align:left;
	margin:0px;
	padding:0px;	
	}

.menu-l{
	width:950px;
	height:30px;
	background-color:white;
	}
	
	
	.surveyth {
	
	font-family:Arial, Helvetica, sans-serif;
	
	
	border:4px solid #E6C26A;
	
	border-bottom:1px solid #E6C26A;
	font-size:13px;
	
	background-image:url(images/box-bg.jpg);
background-repeat:repeat;
	color:#d34500;
	
	}
	.surveytd {
	
	text-align:center;
	font-family:Arial;
	font-size:15px;
	
	border:4px solid #E6C26A;
	background:#F78E57;
	font-weight:bold;
	
	color:white;
	
	
	}
	.sbtn {
	font-size:13px;
	color:#d34500;
	font-family:Arial, Helvetica, sans-serif;
	background:#F0D6A3;
	}
	
	.perup {
width:100px;
border:1px solid #003366;
padding:0px;

}
.percent {
background-color:#8781bd ;
text-align:center;
color:#003366;
font-family:verdana;
height:10px;

font-size:7pt;
}
.surtext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.vlink {
margin:4px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#d34500;
text-decoration:none;
}
.parent {
margin-top:10px;
}
.parent .dt {
display:inline;
}
.parent .uptitle {
display:inline;
width:50px;
height:10px;
overflow:hidden;
}
.upcoming {
margin:0px;
}
.upcoming td {

margin-top:7px;
list-style:none;
overflow:hidden;
height:18px;
line-height:18px;
color:#000000;
}
.upcoming td a {
font-family:Arial, Helvetica, sans-serif;
color:#0099FF;;
font-size:12px;
text-decoration:none;
}

.upcoming td a:hover {
text-decoration:underline;
}
.h11 {
font-family:Comic Sans MS;
	font-size:14px;
		display:block;
	color:#8781bd;
	font-weight:bold;
	text-decoration:underline;
}
.h113 {
font-family: "Times New Roman", Times, serif;
	font-size:14px;
	
	color:#8781bd;
	font-weight:bold;
	text-decoration:underline;
}
.dates {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#999999;
font-weight:bold;
margin-bottom:15px;
text-align:right;
}


.content-left-mid1{
    padding-bottom:50px;
	font-size:18px;
	padding-left:30px;
	line-height:25px;
	font-weight:bold;
	
	}
	
.content-left-mid1 a{
font-family:Tekton Pro;


background-image:url(images/arrow.jpg);
display:block;
background-repeat:no-repeat;
padding-left:20px;
background-position:left;
	text-decoration:none;
	color:#db5814;
	}
.content-left-mid1 a:hover{
	text-decoration:underline;
	}
	
	
	.navigate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:capitalize;
	background-color:#F68E56;

	}
	.navigate a{
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-right:1px;
	margin-left:1px;
	}
	
	.navigate .sel {
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-right:1px;
	margin-left:1px;
	font-weight:bold;
	}
	
	.calboxes {
	border:1px solid #f68e56;
	width:30px;
	height:50px;
	}
	.calboxes .title {
	width:60px;
	height:50px;
	overflow:hidden;
	font-size:10px;
	
	font-family:Arial, Helvetica, sans-serif;
	}
	.title a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	}
	
	
	
	.attachul{
	
	list-style:none;
	margin:5px;
	background-color: none;
	padding:8px;
	width:100px;
	
	
	}
	.down {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:blue;
	
	}
	.down:hover  {
	color:#003366;
	}
