* {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;

}


html {
	background-image: url(../images/bkgrnd.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 0px 0px;
}

body {
padding: 0px;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}


#wrapper {
	margin: 0px;
	padding: 0px;
	z-index: 0;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#container {
	background-color: #FFF;
}
#topband {
	color: #FFF;
	background-color: #09786E;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topband p {
	vertical-align: bottom;
	font-size: 0.85em;
	line-height: 1.7em;
	padding-top: 10px;
}

#topband a {
	color: #FFF;
	text-decoration: none;
	
}
#topband a:hover {
	color: #000;
	text-decoration: none;
}

#header {
	background-color: #0CA094;
	padding: 20px;
	overflow: visible;
	text-align: center;
}
#logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	width: 100%;
}


.navbar {
	border-radius: 0px;

}
  

.form-control {
	border-radius: 0px;


}
.input-group-addon {
	border-radius: 0px;
}
#maincontent {
	min-height: 400px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#pageheader {
	width: auto;
	height: auto;
	margin-top: -20px;
}
#footer {
	background-color: #14191E;
	min-height: 150px;
	color: #999;
	overflow: visible;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footer  h4 {
	color: #CCC;
}

#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
#footer ul li {
	margin-bottom: 3px;
}


.social {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.social li {
	color: #FFF;
	display: inline-block;
	margin-right: 5px;
}
#amazingslider-1 {
	display:block;
	position:relative;
	margin:0;
	overflow: visible;
	height:100%;
}

.img-bordered {
	border: 8px solid #FFF;
	box-shadow: 0px 0px 5px 3px #CCC;
	height: auto;
	width: auto;
	position: relative;
}
.panel {
	border-radius: 0px;

}


.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
	margin: 0px;
	border-bottom: 1px dotted #555;
	padding: 4px;
}

.list-group .list-group-items {
	border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
#mapCanvass {
	display: block;
	height: 250px;
	width: 100%;
}
#links {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.thumbnails {
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 0px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > a {
  display: inline;
}
.pagination > a,
.pagination > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0CA094;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > a:first-child,
.pagination > span:first-child {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > a:last-child,
.pagination > span:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > a:hover,
.pagination > span:hover,
.pagination > a:focus,
.pagination > span:focus {
  z-index: 3;
  color: #09786E;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > a.active,
.pagination > span.active,
.pagination > a:hover.active,
.pagination > span:hover.active,
.pagination > a:focus.active,
.pagination > span:focus.active {
  z-index: 2;
  color: #ffffff;
  background-color: #0CA094;
  border-color: #0CA094;
  cursor: default;
}
.pagination > span > .disabled >,
.pagination > span:hover > .disabled >,
.pagination > span:focus > .disabled >,
.pagination > a > .disabled >,
.pagination > a:hover > .disabled >,
.pagination >  a:focus > .disabled > {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > a,
.pagination-lg >  span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > a:first-child,
.pagination-lg > span:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > a:last-child,
.pagination-lg > span:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > a,
.pagination-sm > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > a:first-child,
.pagination-sm > span:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > a:last-child,
.pagination-sm > span:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
