@charset "UTF-8";
/* CSS Document */

#wrapper {
	min-height:100%;
	position:relative;
}
p {
	line-height: 1.4em;
}
.p1 {
	line-height: 1.4em;
	margin-top: -1em;
}
h1, h2, h3, h4, h5, h6, p, form, ul, li {
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
	text-align: center;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
	margin-bottom: 30px;
	text-align: center;
}
.logo-mini {
	padding-right: 20px;
	float:right;
	padding-top: 5px;
}
.logo {
	padding-top: 5px;
	text-align: center;
	position:relative;
}
#footer {
	font-size: .75em;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 85px;
	width: 100%;
	padding-top: 10px;
	border:0;
}
.copyright {
	font-size: .75em;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.image {
	padding: 1.2%;
	float:right;
	margin-left: 10px;
	margin-bottom: 2%;
	background:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	}
.image-right {
	padding: 1.2%;
	float:right;
	margin-left: 10px;
	margin-bottom: 2%;
	background:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	}
.image-left {
	width: 40%;
	height: auto;
	padding: 1.2%;
	float:left;
	margin-right: 10px;
	margin-bottom: 2%;
	background:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	}
.image-center {
  text-align: center;
  margin-left:0 auto;
  margin-right:0 auto;
  width: 100%; 
 }
.image-resize-60 {
	width: 60%;
}
.image-resize-100 {
	width: 100%;
	height: 100%;
}
.ui-header .ui-title, .ui-footer .ui-title {
margin-left: 0;
margin-right: 0;
   /* text-overflow:visble;  */ /* -Uncomment - to disable Ellipsis completely use with Caution- !*/ }
.float-right {
	float:right;
	margin-left: 10px;
}
.map {
	text-align:center;
	width: 90%;
	height: 300px;
	margin-left: 5%;
	margin-right: 5%;
	bottom:105px;
	padding-bottom:110px;
}
.sector {
	clear: both;
}

.video-container {
	position: relative;
	height:300px;
	padding-top: 10px;
	padding-bottom: 30px;
	overflow: scroll;
	margin-left: 0px;
	margin-right: 0px;
	background:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}