.test{
	position: relative;
	width: 100%;
}


.ei-slider{
	 
	width: 100%;
	
	height: 240px;
	float:left;
	
	 
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	background:red;
	float:left;
	 width: 100%;
	
	height: 240px;
 
	overflow: hidden;
}
.ei-slider-large li{
	 
	width: 980px;
	
	height: 240px;
}
.ei-slider-large li img{
	width: 980px;
	
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #000;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
	visibility:hidden;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}






 

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
 
background: #014256;
font-family: Arial;
color: #000000;
font-size: 12px;
line-height: 18px;
}
img{
	border:0;
}
/* layout */

#wrapper {
width: 98%;
margin: 0 auto;
margin-bottom: 5px;
/* -moz-box-shadow: 3px 3px 5px 5px  #5a5e69;
-webkit-box-shadow: 3px 3px 5px  3px #5a5e69;
box-shadow: 3px 3px 6px  5px #5a5e69;
*/ 
background:#dddddd ;
/*border:2px solid #0B3F8B;
border-top:none;*/
 
 

}

/******header********/
header {
position:relative;
width: 100%;
height: 100px;
margin: 0 auto;
background:#ffffff url(../images/headbg.jpg) no-repeat;

}
#logo{
	position: absolute;
top: 0px;
left: 22px;
width:276px;
}
#helpline-no {
position: absolute;
top: 0px;
right:26px;
 width:300px;
text-align:right;
margin-top:33px;
}
/*****nav*******/
nav {
width: 100%;
height: 35px;
margin: 0 auto;
background:url(../images/navbg.gif) repeat-x;
}
 
nav ul{
	display: inline;

	padding: 0;
	margin: 0;
	list-style: none;
 

	 
	} 
  
nav li{
	float:left;
	display: inline;
	width:110px;
	
	margin:0;
	padding:0;
	}
	

nav ul li a {
	float:left;
 width:110px;
	margin:0;
	padding:7px 8px 0px 0px;
 text-align:center;
	display:inline;
	color:#ffffff;
	text-decoration: none;
 	font-size:12px;
 	font-weight:bold;
	 
	}

nav ul li a:hover, #nav a#here {
	background:url(../images/navbg-hover.gif) repeat-x;
	text-decoration:none; 
	color:#222222; 
	height: 27px;
 
	}
	
/******banner************/
#banner{
width: 100%;
 margin: 0 auto;
 
 height:240px;
 padding:0;
 background:#ffffff;
 
 
}
#services{
width: 100%;
 
height: 2px;
background:url(../images/navbg.gif) repeat-x;
margin: 0 auto;
color:#013364;
font-size:13px;
 
  
}
#services .box1{
	width:33.33%;
 	float:left;
	margin:0;
	 
	padding-top:9px;
	padding-left:13px;
 
	
}
.box1 p{
	text-align:justify;
	padding-bottom:4px;
}
.box1 h3{
	font-size:12px;
	margin-top:3px;
	color:#000000;
}
.box1 h4{
	font-size:12px;
	margin-top:3px;
	color:#000;
}
.box1 ul{
	 margin-top:5px;
	 margin-left:12px;
}
.box1 ul li{
		list-style:block;
		padding:3px;
		list-style:square;
		padding-left:4px;
		
}

.box1 .scrollcontents{
	
	width:100%;
	height:150px;
	overflow:scroll;
}
 .box2{
	width:30%;
 	float:left;
	padding-top:9px;
	padding-left:10px;
	margin-top:7px;
 
}
#services .box2 p{
	text-align:center;
}

#services .box3{
width:32%;
	 
 	float:right;
	padding-top:9px;
 	
}
#services .box3 p{
	text-align:right;
	padding-right:13px;
}
/******banner******/

#main {
width: 100%;
margin: 0 auto;
padding:0;
 
background:#D5E8EE;
overflow: hidden;
}

 
#content {
 
width: 96%;
margin:0 auto;
padding-top:0px;
padding-left:6px;
margin-top:0px;
margin-bottom:12px;
float:left;
}
#content .box1{
	width:63%;
 	float:left;
	margin:0;
	 
	padding:12px 22px 6px 22px;
	
 
 
	
}
#content .box2{
	width:30%;
 	float:right;
 margin-right:10px;
 margin-top:3px;

 
}
#content h2{
	color:#000000;
	font-size:18px;
	padding-bottom:10px;
 	
  }

/* basics */

 

p {
 
text-align:justify;
padding:10px 10px 15px 0px;
}



/* nav */



/** HEADER */




header h1, header p {
margin: 0;
padding: 0 px;
line-height: normal;
}

header h1 { 	
float: left;
padding-top: 6px; 
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #333;
}

header h1 a:hover { 
text-decoration: underline; 
}

header p {
padding: 80px 0 0 30px;
width: 500px;
font-style: italic;
font-size: 14px;
color: #333;
}

/** ARTICLES **/
article img {
border: none;
 }

 
 /* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: inside;
color: #333;
margin-bottom: 20px;
margin-top: -15px;
}

#footer-area {
background: #D2E1F6;
color: #333;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
text-align:center;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #333;
font-size: 16px;
line-height: 1.5em;
}

footer p {
margin-top: -15px;
}
footer {
width: 100%;
margin: 0 auto;
 }
#footer-photogallery{
	width: 900px;
 	float:left;
	margin-left:30px;
	margin-bottom:10px;
  
 }
#designby{
	height:20px;
	background:#014256;
 
	 
	color:#ffffff;
	text-align:center;
	margin:0 auto;
		clear: both;
		font-size:11px;
		padding-top:6px;
 
}
#designby a{
	color:#ffffff;
	text-decoration:none;
}
/********banner***********/
#slider1 {
    width: 100%; /* important to be same as image width */
    height: 240px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	
}

#slider1Content {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 0px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	visibility:hidden;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}

/***********text random move************/

#random-textbanner{
 
	 
	width:240px;
	 
	height:100px;
	margin:0;
	padding:0;
	position:absolute;
	right:20px;
	 
	top:230px;
	font-size:40px;
	 
	font-family:Arial;
	 color:#52575D;
	padding-left:25px;
 
}