body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #020202;
	background-image: url(../images/body-rept.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}

input.in{width:100px;}
input.button{width:60px;}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  
}
.menu li {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 10px;
}

/* this is the bit that does the work */
.menu:hover, .menu:hover li {
  background: #274662;
  height: 33px;
}
.menu li:hover {
  background: #f08309;
  height: 55px;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #072FCF;
	text-decoration: none;
	 
}
.main {
	width: 960px;
	margin: 0px auto;
}
.page {
	width: 960px;
	float: left;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 150px;
	float: left;
}
.header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 5px;
	color: #204F80;
	margin-top: 40px;
	margin-left: 150px;
}

.header h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 5px;
	color: #204F80;
	margin-top: 30px;
	margin-left: 350px;
	}
.header h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 5px;
	color: #f08309;	
	text-align: right;
	margin-top: 20px;
	margin-left: 575px;
	}



.slideshow {
	background-color: #E9E9E8;
	width: 960px;
	height: 300px;
	float: left;
	padding-bottom: 13px;
}
.content {
	background-color: #E9E9E8;
	width: 960px;
	float: left;
	padding-bottom: 13px;
}

.content1 {
	background-color: #FFFFFF;
	width: 927px;
	float: left;
	padding-bottom: 13px;
	padding-top: 20px;
	padding-left: 33px;
}

.left-panel {
	width: 623px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	
}
.left-panel-in {
	width: 623px;
	float: left;
	
}


.left-panel2 {
	width: 523px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	
}
.left-panel-in2 {
	width: 523px;
	float: left;
	
}

.content-panel {
	width: 860px;
	float: left;
	padding-top: 20px;
	padding-left: 33px;
	
}
.content-panel-in {
	width: 860px;
	float: left;
	
}

.title {
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000000;
}
.title2 {
	font-size: 20px;
	line-height: 100%;
	text-transform:capitalize;
	color: #f08309;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
ul.list1 {
	margin: 12px;
	list-style-type: none;
}
ul.list1 li {
	margin-bottom: 5px;
}
.subtitle {
	font-size: 22px;
	line-height: 100%;
	color: #f08309;
}
.right-panel {
	background-color: #ebebeb;
	width: 236px;
	float: right;
	padding-top: 20px;
	
}
.right-row1 {
	clear: both;
	padding-left: 14px;
	height:250px;
}

.right-panel1 {
	background-color: #FFF;
	width: 436px;
	float: right;
	padding-top: 20px;
	
}
.right-row11 {
	clear: both;
	padding-left: 14px;
}
.right-panel2 {
	background-color: #fff;
	width: 336px;
	float: right;
	padding-top: 20px;
	padding-right:10px;
	height:300px;
	
	
}
.right-row12 {
	clear: both;
	padding-left: 12px;
}

.green {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	margin-bottom: 5px;
}
.right-row2 {
	font-weight: bold;
	line-height: 150%;
	background-color: #ebebeb;
	clear: both;
	padding-top: 0px;
	padding-left: 19px;
	padding-bottom: 17px;
}
.banner {
	width: 960px;
	float: left;
	background-color: #fff;
	
}
.cellpadding {
   padding-left: 5px;
   padding-right: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.footer {
	line-height: 62px;
	width: 883px;
	background-color: #E9E9E8;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	float: left;
	padding: 0px 36px 0px 41px;
}
.footer p {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
}
.footer ul {
	float: right;
	list-style-type: none;
}
.footer ul li {
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.footer ul li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer-link {
	color:#ffffff; 
	text-decoration:none; 
}
.footer-link:hover {
	color:#ffffff; 
	text-decoration:none;
}



.topmenu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background: linear-gradient(to bottom, #274662 90%, #f08309 10%);
	width: 960px;
	height: 61px;
	float: left;
}
.topmenu ul {
	height: 47px;
	list-style-type: none;
}
.topmenu ul li {
	background-image: url(../images/devider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	float: left;
	padding-left: 14px;
}
.topmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}
.topmenu ul li a:hover {
	color: #FFF;
	
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
	
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 20em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	//border-left: 1px solid #fff;
	//border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	//border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background:#274662 ;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #274662;
	width: 150px;
	}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #f08309;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
.gallery img {
    width: 23%;
    height: 200px;
    margin:5px;
	border-radius: 20px;
    cursor: pointer;
    transition: .3s;
	
	}
	
.contact {
	bool isHuman = captchaBox.Validate(txtCaptcha.Text);
	txtCaptcha.Text = null;
	if (!isHuman)
	{
		//The Captcha entered by user is Invalid.
	}
	else
	{
		//The Captcha entered by user is Valid.
	}
	}