a
{
	color: #01a08c;
}

img
{
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.frontPageBridgeText
{
	color:gray;
}

.profileBlock
{
	background-color:#007087;
	color:white;
	padding:5px;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px; 
}

.serviceProviderListBlock
{
	padding:15px;
	border: 1px solid rgb(221, 221, 221);
	border-top:none;
}

.homePageStreamer
{
	background-color:#01a08c;
	color:white;
	text-align:center;
	padding:5px;
}

.pageHeader
{
	background-color:#007087;
	color:white;
	padding-top:20px;
	padding-bottom:20px;
}

.pageHeader a
{
    color: white;
	font-weight: bold;
}

.pageFooter
{
	background-color:#007087;
	color:white;
	padding-top:20px;
	padding-bottom:20px;
}

.pageFooter a
{
	color:white;
}

.footerNotes
{
	font-size:10px;
	color:white;
}

.footerNotesContent
{
	min-height: 40px;
}

.contactUsHeader
{
	font-size:30px;
	font-weight: bold;
}

.btn-whitfields
{
    color: white;
    background-color: #019F8B;
    border-color: #009984;
}

.carousel
{
    margin: 0px -15px 0px -15px;
}
.frontPageBlock
{
    min-height:100px;
}

/* Menu overrides */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
    color: white;
	font-weight: bold;
    background-color: #019F8B;
}

.nav > li > a:hover
{
	background-color: #019F8B;
	color: white;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
    background-color: #019F8B;
}