.myheader
{
	background-image:url("/images/titlebackground.jpg");
}
a:active,
a:hover 
{
  text-shadow:0 1px 1px rgba(0,0,0,.2);
  outline: 0;
}

a
{
        font-weight: bold;
	color:#024731;
}

.breadcrumb
{
	border-radius:initial;
	background:linear-gradient(to bottom,#024731,#679183);
	color:#E6E6E6;
}
.breadcrumb a
{
	color:#E6E6E6;
	text-decoration:underline;
}
.blog_dot
{
	float:left;
	width:25px;
	margin-right:5px;
}

.carousel-caption
{
position:absolute;
right:15%;bottom:20px;
left:15%;z-index:10;
padding-top:20px;
padding-bottom:20px;
color:#024731;
text-align:center;
text-shadow:0 1px 2px rgba(0,0,0,.5)
}

.mysocialmediaicons
{
	padding-top:10px;
	padding-bottom:10px;
}
.myfooter
{
	padding-top:5px;
	padding-bottom:5px;
	background:linear-gradient(to bottom,#024731,#679183);
	font-size:small;
	color:#E6E6E6;
}
.myfooter a
{
	color:#E6E6E6;
}
thead{
	background:linear-gradient(to bottom,#024731,#679183);
	color:#E6E6E6;
}

//.bg-primary
//{
	//background:#E6E6E6;
	//color:#000000;
//	background:linear-gradient(to bottom,#024731,#679183);
//	color:#E6E6E6;
//}
.internalmenu
{
	list-style-type:none;
	font-size:small;
}
.internalmenu li + li:before
{
	content:" | ";
}
