﻿.logo {
    height: 53px;
    width: 60px;
    position: relative;
    right: 290px;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
}

.headcontainer {
    width: 100%;
    padding-right: 200px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 130px;
}

body
{
	margin: 0 auto;
}

 
.span_header
{
	height: 100px;
	width: 100%;
}


.span_footer
{
	min-height: 75px;
	min-width: 71.888726%;
	margin-left: 14.055636%;
	margin-right: 14.055636%;

}

/************************************************************************************
HEADER
*************************************************************************************/
#header-bg {
    background: url(../Images/logo_with_header.png);
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
}

#header{
	position: relative;
	/*width: 950px;*/
	/*margin: 0 auto;*/
}

.logo-main
{
	background: url(../Images//logo_pisv5.png) no-repeat;
	position: relative;
	height: 100px;
	min-width: 24.524159%;
}

.username
{
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	font-weight: bold;
}

.username .icon-user
{
	background: url(../Images/icon-user.png) no-repeat;
	width: 17px;
	height: 17px;
	float: left;
	margin-right: 5px;
}

#cssnav ul li a img
{
	position: relative;
	left: -10px;
	top: 2px;
}

#cssnav ul,
#cssnav li 
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#cssnav ul 
{
  position: relative;
  z-index: 17;
}

#cssnav ul li 
{
  float: left;
  min-height: 1px;
  vertical-align: middle;
  margin-left: 5px;
}

#cssnav ul li.hover,
#cssnav ul li:hover 
{
  position: relative;
  z-index: 19;
  cursor: default;
}

#cssnav ul ul 
{
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 18;
  width: 100%;
}

#cssnav ul ul li 
{
  float: none;
}

#cssnav ul ul ul 
{
  top: 0;
  left: 100%;
}

#cssnav ul li:hover > ul 
{
  visibility: visible;
}

#cssnav ul ul 
{
  margin-top: 0;
}

#cssnav a 
{
  display: block;
  line-height: 1em;
  text-decoration: none;
}

#cssnav ul li.last ul 
{
  left: auto;
  right: 0;
}

#cssnav ul li.last ul ul 
{
  left: auto;
  right: 99.5%;
}

#cssnav ul:after 
{
  content: '';
  display: block;
  clear: both;
}

#cssnav > ul 
{
  height: 27px;
  padding: 15px 15px 15px 5px;
}

#cssnav > ul > li 
{
  margin: 0 5px;
}

#cssnav > ul > li.has-sub:hover > a 
{
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#cssnavcontainer > ul > li:hover > a 
{
  background-image: linear-gradient(#a3e6bd, #009a3d);
}

#cssnav > ul > li.active:hover > a 
{
  background-image: linear-gradient(#009a3d, #009a3d);
}

#cssnav ul a 
{
  /*background-image: linear-gradient(#009a3d, #009a3d);*/
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);*/
  color: #ffffff;
  /*font-size: 12px;*/
  line-height: 27px;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

#cssnav ul ul 
{
  width: 170px;
}

#cssnav ul ul a 
{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 150%;
}

#cssnav ul .active > a 
{
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  /*background-image: linear-gradient(#009a3d, #009a3d);*/
}

#cssnav ul .has-sub 
{
  position: relative;
}

#cssnav ul .has-sub ul 
{
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(#009a3d, #009a3d);
  padding: 3px 0;
  margin-top:1px;
}

#cssnav ul .has-sub ul a 
{
  background: none;
  padding: 8px 8px 8px 16px;
  border-bottom: 1px solid transparent;
  text-align: left;
}

#cssnav ul .has-sub ul .has-sub a:after 
{
  content: none;
}

#cssnav ul .has-sub li:hover > a 
{
  background-image: linear-gradient(#a3e6bd, #009a3d);
}

#cssnav ul .has-sub li:hover > a:after 
{
  background-image: linear-gradient(#00693e, #00693e);
  content: '';
  height: 100%;
  width: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

#cssnav ul .has-sub > a 
{
  padding-right: 0;
}

#cssnav ul .has-sub > a:after 
{
  content: '▼';
  border-left: 1px solid rgba(100, 100, 100, 0.2);
  color: #5D6A7A;
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 9px;
  margin-left: 5px;
  text-align: center;
  height: 25px;
  width: 24px;
  text-shadow: 0 -1px 0 #101417;
}

#cssnav ul .active > a:after 
{
  color: #FFF;
}

#cssnav ul ul a 
{
  font-size: 12px;
}


/* Starter CSS for Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
  background: #00693e;
  border-bottom: 4px solid #009a3d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 3px 5px;
  width: 100%;

}
#cssmenu > ul {
  display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: normal;
}
#cssmenu ul ul {
  border-top: 4px solid #009a3d;
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul a {
  background: #009a3d;
  color: #ffffff;
  border: 1px solid #a3e6bd;
  border-top: 0 none;
  line-height: 150%;
  padding: 5px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: 1px solid #a3e6bd;
}
#cssmenu ul ul li:hover > a {
  background: #a3e6bd;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #009a3d;
  -webkit-box-shadow: 0 1px 0 #009a3d;
  box-shadow: 0 1px 0 #009a3d;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  background: #009a3d;
  color: #ffffff;
}
#cssmenu ul li.has-sub > a:after {
  content: '▼';
  margin-left: 5px;
  /* background: url(images/icon-chevron-down-gray.png) no-repeat; */
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  background: #00693e;
  color: #ffffff;
  padding: 0 10px;
}
#cssmenu > ul > li > a {
  line-height: 25px;
  font-size: 12px;
}


/************************************************************************************
END HEADER
*************************************************************************************/

#bgbody {
    background-image: url(../Images/Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /*background-color: #edf0f5;*/
}

/************************************************************************************
CheckBox Layout
*************************************************************************************/
.labelForCheck {
cursor: pointer;
background-color: White;
border: 1px solid black;
}

.labelForCheck:before {
    content:"";
    padding:7px;
	/*cursor: pointer;
	position: relative;
	padding-left: 16px;
	
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    box-shadow: inset 0px 2px 3px 0px rgba(47, 47, 47, 0.3), 0px 1px 0px 0px rgba(168, 166, 166, 0.8);
    border-radius: 1px;
    border: 1px solid black;*/
}

input[type=checkbox] {
    /*display:none;*/
}

/*input[type=checkbox]:checked + label:before 
{
    background: url(/Images/PISImages/checkbox_10x10.png) no-repeat center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    /*font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}*/

/*input[type=checkbox]:checked + label:before img
{
	position:relative;
	bottom:-2px;
}*/

/************************************************************************************
END CheckBox Layout
*************************************************************************************/



/************************************************************************************
FOOTER
*************************************************************************************/
footer  #footerlogo  img
{
	position: relative;
	margin-left: 87%;
	max-width:11.493411%;
	z-index:2;
	top:35px;
	min-height: 25px;
}

footer  #footerback  img
{
	min-height: 75px;
	box-shadow:0 5px 14px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

footer p
{
	position: relative;
	margin-left: 87%;
	max-width:11.493411%;
	z-index:2;
	top:35px;
	min-height: 25px;
}

#footer-bg
{
	background: url(images/footer-bg.png) no-repeat;
	width: 982px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index:2;
	top:50px;
	min-height: 25px;
}

.footer-links
{
	height:25px;
}

.footer-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links ul li{
	display: inline;
	padding: 0 15px 0 20px;
	color: green;
	font-size: 12px;
	font-weight: bold;
	line-height: 75px;
}

.footer-links ul li a{
	color: green;
	font-size: 12px;
	font-weight: bold;
	line-height: 75px;
}

.footer-bullet{
	background: url(images/icon-brown-bullet.png) 0 6px no-repeat;
	width: 6px;
	height: 6px;
}

/* sticky footer*/
#footer-bg, .push {
	height: 50px; /* .push must be the same height as .footer */
}

/************************************************************************************
END FOOTER
*************************************************************************************/
	
@media (max-width: 850px)
{
	
	footer  #footerlogo  img
	{
		position: relative;
		margin-left: 80%;
		max-width:18.470588%;
		z-index:2;
		top:35px;
	}
	
	#header
	{
	position: relative;
	width: 100%;
	margin: 0 auto;
	}
}

@media (max-width: 500px)
{
	#header
	{
		width:100%;
	}
	
	.span_footer
	{
		min-width: 100%;
		margin: 0 auto;
	}
	
	footer  #footerback  img
	{
		max-width:100%;
	}
	
	footer  #footerlogo  img
	{
		position: relative;
		margin-left: 68%;
		min-height:20px;
		max-width:30%;
		z-index:2;
		top:32px;
	}
}


	
@media (min-width:335px)
{	
 	.username
 	{
		position: relative;
		color: #3b5998;
		font-weight: bold;
		width:350px;
		margin: 0 auto;
		z-index:2;
		top:20px;
		height:20px;
	} 
	
	#cssnav 
	{
		position: relative;
		top: -20px;
		width:350px;
		margin:0 auto;
	}
	
	#usernamecontainer
	{
		position:absolute;
		right:0;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
	}

	#cssnavcontainer
	{
		position: relative;
		float:right;
		right:0;
	}
}

@media (min-width:700px)
{
	
 	.username
 	{
		position: relative;
		color: #3b5998;
		font-weight: bold;
		width:98%;
		margin: 0 auto;
		z-index:2;
		top:-20px;
	} 
	
	#cssnav 
	{
		position: relative;
		top: -65px;
		width:98%;
		margin:0 auto;
	}
	
	#usernamecontainer
	{
		position:absolute;
		right:0;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
	}

	#cssnavcontainer
	{
		position: relative;
		float:right;
		right:0;
	}
	
}

@media (min-width:980px)
{
 	.username
 	{
		position: relative;
		color: #3b5998;
		font-weight: bold;
		width:950px;
		height:20px;
		margin: 0 auto;
		z-index:2;
		top:-20px;
	}
	
	#cssnav 
	{
		position: relative;
		top: -65px;
		width:950px;
		margin:0 auto;
	}
	
	#usernamecontainer
	{
		position:absolute;
		right:0;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
	}

	#cssnavcontainer
	{
		position: relative;
		float:right;
		right:0;
	}
	
}
/*ian*/
.columnbottom {
background: url(../images/column_bottom.jpg) no-repeat center bottom;
height: 11px;
padding-top: 10px;
margin-top: 50px;
/*border-bottom: 5px solid #c8c8c8;*/
}
address.ftr {
/*border-top: 1px solid #dfe5d0;*/
display: block;
overflow: hidden;
font-style: normal;
text-align: center
font-size: 11px;
font-family: 'Shanti', sans-serif;
padding-top: 10px;
padding-bottom: 5px;
word-spacing: -1px;
color: #3b5998;
}
