﻿
/* CSS Document */

body{
	margin:0;
	background-color:#001a27
}


.mainBg{
	/*background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
	height:602; */
	vertical-align:top;
	text-align:center;
	background-color :#d6efff;
}


.mainHeader
{
    /*
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:16px;
	font-weight:bold;
*/
    font-family: "Trebuchet MS", "Tw Cen MT", tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
    
}

.PageHeader
{
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	color:White;
	font-size:14px;
	font-weight:bold;	
	background-color:#001a27;
	height:20px;
	width:900px;
	
}

.normalTxt{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;

}

/*.footerTxt{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:17px;
}*/

.ourMenu{
	/*background-image:url(images/menuBg.jpg);*/
	/*background-repeat:repeat-x;*/
	height:37px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	color:White;
	font-weight:bold;
}
#footer {
	width: 900px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	text-align: right;
	padding-right: 25px;
	padding-left: 25px;
}



 
.clear {
	clear:both
}
 
#gallery {
	position:relative;
	height:200px;
}



	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
 
	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:30px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}
 
	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
	.shadowcss:hover
	{
		position: relative;
		top: -5px;
		left: -5px;
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}

.normalTxtpnl{
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:12px;
}


/*MENU CSS*/


div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 38px;
  width: 650px;
  /* Add scroll-bars */
  overflow: auto;
  background: url('Images/emptybarnew.jpg');
  background-repeat:repeat-x;  
 
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 0px 0 0 15px;
  /* Remove default margin */
  margin: 0;
/* background: url('Images/emptybarnew.jpg');*/
  list-style: none;
  
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}


.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 2px #fff solid;
  -webkit-border-radius: 3px;
 /* -moz-border-radius: 3px;*/
  vertical-align:top; 
 
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
.Button
 {

	border: 1px solid #4d88c6;
	background-color: #9ebfe0;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background-image: url(images/formButtonBg.gif);
	width:90px;

}

.textbox
 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #4d88c6;
	font-size: 12px;
	background-color: #e4ecf4;
}

.label
{
	color:#336699;
	 font-family:"Arial";
	 font-size:small;
	 font-weight:bold;
